-
-
Notifications
You must be signed in to change notification settings - Fork 114
Error with some characters image on Ubuntu #95
Description
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