Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
Deleted post

Same. Only update options does not work.

On Linux, this happens, too. Additionally a text editor pops up with the message:

I'm sorry, but an uncaught exception occurred.

While loading <renpy.display.im.Image object (u'spells/demon_idle.png') at 0x7f83be0d7fd0>:

IOError: Couldn't find file 'spells/demon_idle.png'.

and a taceback.

(1 edit)

Hello there. Try this fix and tell me what happens https://mega.nz/folder/Nr5zxQ4A#C0Wbzh7v9fkKR1SHRAMidg

Cheers!

Deleted post
(+1)

I can try it. I saved 0.9.9.

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

If I ignore this error, I get to the start sceen.

When loading a save, I get this and an abort of the program:

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/functions.rpy", line 22, in renpy_periodic

    music_notification()

  File "game/functions.rpy", line 56, in music_notification

    tag = tinytag.TinyTag.get(f)

AttributeError: 'module' object has no attribute 'TinyTag'

-- Full Traceback ------------------------------------------------------------

Full traceback:

  File "/home/andy/AtaeginaActII-1.0-renpy-pc-update/renpy/bootstrap.py", line 359, in bootstrap

    renpy.main.main()

  File "/home/andy/AtaeginaActII-1.0-renpy-pc-update/renpy/main.py", line 637, in main

    run(restart)

  File "/home/andy/AtaeginaActII-1.0-renpy-pc-update/renpy/main.py", line 145, in run

    renpy.execution.run_context(True)

  File "/home/andy/AtaeginaActII-1.0-renpy-pc-update/renpy/execution.py", line 955, in run_context

    context.run()

  File "v98.rpyc", line 36, in script

  File "v98.rpyc", line 36, in script

  File "/home/andy/AtaeginaActII-1.0-renpy-pc-update/renpy/ast.py", line 2560, in execute

    Say.execute(self)

  File "/home/andy/AtaeginaActII-1.0-renpy-pc-update/renpy/ast.py", line 615, in execute

    renpy.exports.say(who, what, *args, **kwargs)

  File "/home/andy/AtaeginaActII-1.0-renpy-pc-update/renpy/exports.py", line 1494, in say

    who(what, *args, **kwargs)

  File "/home/andy/AtaeginaActII-1.0-renpy-pc-update/renpy/character.py", line 1394, in __call__

    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)

  File "/home/andy/AtaeginaActII-1.0-renpy-pc-update/renpy/character.py", line 1048, in do_display

    **display_args)

  File "/home/andy/AtaeginaActII-1.0-renpy-pc-update/renpy/character.py", line 741, in display_say

    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)

  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 56, in music_notification

    tag = tinytag.TinyTag.get(f)

AttributeError: 'module' object has no attribute 'TinyTag'

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:14:04 2024

(+1)

I've made a new "Update only build" hopefully this time it works, remember to overwrite old files.

(+1)

Hi, with the rar-file inside the zip-file I could load a save and continue from there without incident. I have not tried new content yet.