Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+2)

Hey there,


On android, after update, the game crashes right from the start, here is the log:


```

I'm sorry, but an uncaught exception occurred.


While running game code:

  File "game/script/speak.rpy", line 11, in <module>

ModuleNotFoundError: No module named 'game.pydub'


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


Full traceback:

  File "script/speak.rpyc", line 8, in script

  File "renpy/ast.py", line 827, in execute

  File "renpy/python.py", line 1178, in py_exec_bytecode

  File "game/script/speak.rpy", line 11, in <module>

  File "renpy/loader.py", line 892, in load_module

  File "pydub/__init__.py", line 1, in <module>

  File "renpy/loader.py", line 892, in load_module

  File "pydub/audio_segment.py", line 10, in <module>

ModuleNotFoundError: No module named 'game.pydub'


```

I had the sam thing happen. So I'm replying just to stay notified if a fix is found

Also the same here