I now get a syntax error:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00start.rpy", line 211, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 388, in script
$ __gl_test()
File "renpy/common/00gltest.rpy", line 388, in <module>
$ __gl_test()
File "renpy/common/00gltest.rpy", line 317, in _m1_00gltest__gl_test
_gl_performance_test()
File "renpy/common/00gltest.rpy", line 340, in _gl_performance_test
ui.interact(suppress_underlay=True, suppress_overlay=True)
File "game/functions.rpy", line 22, in renpy_periodic
music_notification()
File "game/functions.rpy", line 27, in music_notification
import tinytag
SyntaxError: encoding declaration in Unicode string (tinytag.py, line 0)
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/00start.rpy", line 211, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 388, in script
$ __gl_test()
File "/home/andy/AtaeginaActII-1.0-renpy-pc-update/renpy/ast.py", line 823, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/home/andy/AtaeginaActII-1.0-renpy-pc-update/renpy/python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00gltest.rpy", line 388, in <module>
$ __gl_test()
File "renpy/common/00gltest.rpy", line 317, in _m1_00gltest__gl_test
_gl_performance_test()
File "renpy/common/00gltest.rpy", line 340, in _gl_performance_test
ui.interact(suppress_underlay=True, suppress_overlay=True)
File "/home/andy/AtaeginaActII-1.0-renpy-pc-update/renpy/ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/home/andy/AtaeginaActII-1.0-renpy-pc-update/renpy/display/core.py", line 2166, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "/home/andy/AtaeginaActII-1.0-renpy-pc-update/renpy/display/core.py", line 3024, in interact_core
i()
File "game/functions.rpy", line 22, in renpy_periodic
music_notification()
File "game/functions.rpy", line 27, in music_notification
import tinytag
File "/home/andy/AtaeginaActII-1.0-renpy-pc-update/renpy/loader.py", line 865, in load_module
code = compile(source, filename, 'exec', renpy.python.old_compile_flags, 1)
SyntaxError: encoding declaration in Unicode string (tinytag.py, line 0)
Linux-6.6.15-amd64-x86_64-with-debian-kali-rolling x86_64
Ren'Py 7.7.3.24061302+nightly
Ataegina Act II 0.9.5
Sun Jun 16 17:07:43 2024