Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

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.