- I'm sorry, but an uncaught exception occurred.
- While running game code:
- File "renpy/common/00start.rpy", line 240, in script call
- call _splashscreen from _call_splashscreen_1
- File "game/script.rpy", line 19, in script call
- call screen warning
- File "game/script.rpy", line 863, in script
- if f_name == "":
- File "game/script.rpy", line 863, in <module>
- if f_name == "":
- NameError: name 'f_name' is not defined
- -- Full Traceback ------------------------------------------------------------
- Full traceback:
- File "renpy/common/00start.rpy", line 240, in script call
- call _splashscreen from _call_splashscreen_1
- File "game/script.rpy", line 19, in script call
- call screen warning
- File "game/script.rpy", line 863, in script
- if f_name == "":
- File "D:\ChromeCoreDownloads\98944-PC\GAME\OhDaddy-V0.10-pc\renpy\ast.py", line 2115, in execute
- if renpy.python.py_eval(condition):
- File "D:\ChromeCoreDownloads\98944-PC\GAME\OhDaddy-V0.10-pc\renpy\python.py", line 1092, in py_eval
- return py_eval_bytecode(code, globals, locals)
- File "D:\ChromeCoreDownloads\98944-PC\GAME\OhDaddy-V0.10-pc\renpy\python.py", line 1085, in py_eval_bytecode
- return eval(bytecode, globals, locals)
- File "game/script.rpy", line 863, in <module>
- if f_name == "":
- NameError: name 'f_name' is not defined
- Windows-10-10.0.19041 AMD64
- Ren'Py 8.0.3.22090809
- Oh Daddy V0.10
- Sun Oct 15 01:44:24 2023
复制代码
|