quando arrivo ad un certo punto mi esce questo errore:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 10, in script call
call chapter01 from _call_chapter01
File "game/scripts/chapters/chapter 01/chapter 01.rpy", line 11, in script call
call ch01_event10 from _call_ch01_event10
File "game/scripts/chapters/chapter 01/event10.rpy", line 71, in script call
call animate_2images ("ch01_event10_21", "ch01_event10_21_01", timer=0.6, transition=dissolve, transition4firstImg=Dissolve(0.3), transition4secondImg=Dissolve(0.3)) from _call_animate_2images
File "game/scripts/features/media/animate_2images.rpy", line 31, in script
python:
File "game/script.rpy", line 10, in script call
call chapter01 from _call_chapter01
File "game/scripts/chapters/chapter 01/chapter 01.rpy", line 11, in script call
call ch01_event10 from _call_ch01_event10
File "game/scripts/chapters/chapter 01/event10.rpy", line 71, in script call
call animate_2images ("ch01_event10_21", "ch01_event10_21_01", timer=0.6, transition=dissolve, transition4firstImg=Dissolve(0.3), transition4secondImg=Dissolve(0.3)) from _call_animate_2images
File "game/scripts/features/media/animate_2images.rpy", line 31, in script
python:
File "game/scripts/features/media/animate_2images.rpy", line 41, in <module>
if transition2:
NameError: name 'transition2' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "D:\Giochi\Affexon-v0.35-alpha-pc\renpy\bootstrap.py", line 359, in bootstrap
renpy.main.main()
File "D:\Giochi\Affexon-v0.35-alpha-pc\renpy\main.py", line 652, in main
run(restart)
File "D:\Giochi\Affexon-v0.35-alpha-pc\renpy\main.py", line 148, in run
renpy.execution.run_context(True)
File "D:\Giochi\Affexon-v0.35-alpha-pc\renpy\execution.py", line 958, in run_context
context.run()
File "game/script.rpy", line 10, in script call
call chapter01 from _call_chapter01
File "game/scripts/chapters/chapter 01/chapter 01.rpy", line 11, in script call
call ch01_event10 from _call_ch01_event10
File "game/scripts/chapters/chapter 01/event10.rpy", line 71, in script call
call animate_2images ("ch01_event10_21", "ch01_event10_21_01", timer=0.6, transition=dissolve, transition4firstImg=Dissolve(0.3), transition4secondImg=Dissolve(0.3)) from _call_animate_2images
File "game/scripts/features/media/animate_2images.rpy", line 31, in script
python:
File "lib/python3.9/future/utils/__init__.py", line 444, in raise_
File "game/script.rpy", line 10, in script call
call chapter01 from _call_chapter01
File "game/scripts/chapters/chapter 01/chapter 01.rpy", line 11, in script call
call ch01_event10 from _call_ch01_event10
File "game/scripts/chapters/chapter 01/event10.rpy", line 71, in script call
call animate_2images ("ch01_event10_21", "ch01_event10_21_01", timer=0.6, transition=dissolve, transition4firstImg=Dissolve(0.3), transition4secondImg=Dissolve(0.3)) from _call_animate_2images
File "game/scripts/features/media/animate_2images.rpy", line 31, in script
python:
File "D:\Giochi\Affexon-v0.35-alpha-pc\renpy\ast.py", line 821, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Giochi\Affexon-v0.35-alpha-pc\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/features/media/animate_2images.rpy", line 41, in <module>
if transition2:
NameError: name 'transition2' is not defined
Windows-10-10.0.26100 AMD64
Ren'Py 8.3.3.24111502
Affexon v0.35-alpha
Wed Jun 11 09:31:22 2025
Cosa puo essere?