You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
When I start the game there's an uncaught expectation occurred and some images of characters doesn't renderd correctly:
While running game code:
File "renpy/common/00start.rpy", line 240, in script call
call _splashscreen from _call_splashscreen_1
File "game/scripts/splashscreen.rpy", line 26, in script
if local_version != itch_version:
File "game/scripts/splashscreen.rpy", line 26, in
if local_version != itch_version:
NameError: name 'local_version' 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/scripts/splashscreen.rpy", line 26, in script
if local_version != itch_version:
File "/home/mutaman/Downloads/LearnToCode/LearnToCodeRPG-1.5-linux/renpy/ast.py", line 2115, in execute
if renpy.python.py_eval(condition):
File "/home/mutaman/Downloads/LearnToCode/LearnToCodeRPG-1.5-linux/renpy/python.py", line 1092, in py_eval
return py_eval_bytecode(code, globals, locals)
File "/home/mutaman/Downloads/LearnToCode/LearnToCodeRPG-1.5-linux/renpy/python.py", line 1085, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/scripts/splashscreen.rpy", line 26, in
if local_version != itch_version:
NameError: name 'local_version' is not defined
Linux-5.15.0-56-generic-x86_64-with-glibc2.35 x86_64
Ren'Py 8.0.3.22090809
Learn to Code RPG 1.5
Sun Dec 25 22:26:08 2022
Steps to Reproduce
just run the learnToCodeRGP.sh with the terminal using any of the following:
./learnToCodeRGP.sh
sh learnToCodeRGP.sh
bash learnToCodeRGP.sh
Screenshots
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Hmmm...these look like two different issues. The first crash report looks like it was made when there was an issue retrieving the version information for the latest game on Itch or the local version info. The second has nothing to do with the splash screen as far as I can tell.
What bug did you encounter?
Hello,
When I start the game there's an uncaught expectation occurred and some images of characters doesn't renderd correctly:
While running game code:
File "renpy/common/00start.rpy", line 240, in script call
call _splashscreen from _call_splashscreen_1
File "game/scripts/splashscreen.rpy", line 26, in script
if local_version != itch_version:
File "game/scripts/splashscreen.rpy", line 26, in
if local_version != itch_version:
NameError: name 'local_version' 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/scripts/splashscreen.rpy", line 26, in script
if local_version != itch_version:
File "/home/mutaman/Downloads/LearnToCode/LearnToCodeRPG-1.5-linux/renpy/ast.py", line 2115, in execute
if renpy.python.py_eval(condition):
File "/home/mutaman/Downloads/LearnToCode/LearnToCodeRPG-1.5-linux/renpy/python.py", line 1092, in py_eval
return py_eval_bytecode(code, globals, locals)
File "/home/mutaman/Downloads/LearnToCode/LearnToCodeRPG-1.5-linux/renpy/python.py", line 1085, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/scripts/splashscreen.rpy", line 26, in
if local_version != itch_version:
NameError: name 'local_version' is not defined
Linux-5.15.0-56-generic-x86_64-with-glibc2.35 x86_64
Ren'Py 8.0.3.22090809
Learn to Code RPG 1.5
Sun Dec 25 22:26:08 2022
Steps to Reproduce
just run the learnToCodeRGP.sh with the terminal using any of the following:
./learnToCodeRGP.sh
sh learnToCodeRGP.sh
bash learnToCodeRGP.sh
Screenshots
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: