Hello, new to the game and really enjoying it, but I am running into a lot of image, music and sound effect errors. Most of the sound ones, I've been able to fix, since it was just a spelling difference in the code, and the traceback gives me the info needed to change the sound file name to make it work (woosh sound set spelled "woosh" in file name but "whoosh" in the code.) Now I have an image error that doesn't have enough info to tell me which image file to correct. Traceback is as such:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script/cap_03/cap_03_sc_01 - Festa_Piscina_Lily.rpy", line 150, in script call
call mod5_1
File "game/script/cap_06/cap_06_sc_10 - Emily Cripta.rpy", line 165, in script
play sex_sfx img_17
File "renpy/common/000statements.rpy", line 123, in execute_play_music
renpy.music.play(_audio_eval(p["file"]),
File "renpy/common/000statements.rpy", line 32, in _audio_eval
return eval(expr, locals=store.audio.__dict__)
File "game/script/cap_06/cap_06_sc_10 - Emily Cripta.rpy", line 165, in <module>
play sex_sfx img_17
NameError: name 'img_17' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script/cap_03/cap_03_sc_01 - Festa_Piscina_Lily.rpy", line 150, in script call
call mod5_1
File "game/script/cap_06/cap_06_sc_10 - Emily Cripta.rpy", line 165, in script
play sex_sfx img_17
File "C:\Users\drago\Desktop\Prawns\Monster College\MonsterCollege-0.7.8-pc\renpy\ast.py", line 2232, in execute
self.call("execute")
File "C:\Users\drago\Desktop\Prawns\Monster College\MonsterCollege-0.7.8-pc\renpy\ast.py", line 2220, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\drago\Desktop\Prawns\Monster College\MonsterCollege-0.7.8-pc\renpy\statements.py", line 281, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 123, in execute_play_music
renpy.music.play(_audio_eval(p["file"]),
File "renpy/common/000statements.rpy", line 32, in _audio_eval
return eval(expr, locals=store.audio.__dict__)
File "C:\Users\drago\Desktop\Prawns\Monster College\MonsterCollege-0.7.8-pc\renpy\python.py", line 1083, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\drago\Desktop\Prawns\Monster College\MonsterCollege-0.7.8-pc\renpy\python.py", line 1076, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script/cap_06/cap_06_sc_10 - Emily Cripta.rpy", line 165, in <module>
play sex_sfx img_17
NameError: name 'img_17' is not defined
Windows-10-10.0.22621 AMD64
Ren'Py 8.0.2.22081402
0.7.8
Sat Jan 13 15:38:12 2024
If anyone can tell me how to fix this, I'd appreciate it. Thanks.
EDIT: I receive a similar error for almost every other image in the crypt scene. I can "ignore" to move past them, but I feel I am missing a lot of the story this way.