- Sep 17, 2018
- 4,520
- 5,715
- 677
oh sorry my bad!
in traceback.txt file said:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/characters/becca/layeredimage.rpy", line 196, in script
File "game/scripts/characters/becca/layeredimage.rpy", line 196, in script
File "game/scripts/characters/becca/layeredimage.rpy", line 196, in <module>
File "game/scripts/characters/becca/layeredimage.rpy", line 208, in _execute_python_hide
File "game/scripts/core/images.rpy", line 64, in __init__
ValueError: (u'sounds', {0: u's0 s1 _', 2: u's2 s3', 4: u'm1 m2 m3 _ _ _ _', 7: u'f41 f42 f43 _ _ _ _'})
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 277, in bootstrap
File "renpy/main.py", line 562, in main
File "game/scripts/characters/becca/layeredimage.rpy", line 196, in script
File "game/scripts/characters/becca/layeredimage.rpy", line 196, in script
File "renpy/ast.py", line 1131, in execute
File "renpy/python.py", line 1063, in py_exec_bytecode
File "game/scripts/characters/becca/layeredimage.rpy", line 196, in <module>
File "game/scripts/characters/becca/layeredimage.rpy", line 208, in _execute_python_hide
File "game/scripts/core/images.rpy", line 64, in __init__
ValueError: (u'sounds', {0: u's0 s1 _', 2: u's2 s3', 4: u'm1 m2 m3 _ _ _ _', 7: u'f41 f42 f43 _ _ _ _'})
OK like I said, I cannot support Joiplay, so my first suggestion would be to install the native APK and the mod on it like described in post one. However since the error seems to be sound related, maybe you can go further with editing the Naughty Tribute Mod config.txt file with a text editor and set parameter SOUNDS to 0, and see if that helps.I get the same error on joiplay, game doesn't load at all with mod
log.txt attached
traceback.txt
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/scripts/characters/becca/layeredimage.rpy", line 196, in script File "game/scripts/characters/becca/layeredimage.rpy", line 196, in script File "game/scripts/characters/becca/layeredimage.rpy", line 196, in <module> File "game/scripts/characters/becca/layeredimage.rpy", line 208, in _execute_python_hide File "game/scripts/core/images.rpy", line 64, in __init__ ValueError: (u'sounds', {0: u's0 s1 _', 2: u's2 s3', 4: u'm1 m2 m3 _ _ _ _', 7: u'f41 f42 f43 _ _ _ _'}) -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/bootstrap.py", line 277, in bootstrap File "renpy/main.py", line 562, in main File "game/scripts/characters/becca/layeredimage.rpy", line 196, in script File "game/scripts/characters/becca/layeredimage.rpy", line 196, in script File "renpy/ast.py", line 1131, in execute File "renpy/python.py", line 1063, in py_exec_bytecode File "game/scripts/characters/becca/layeredimage.rpy", line 196, in <module> File "game/scripts/characters/becca/layeredimage.rpy", line 208, in _execute_python_hide File "game/scripts/core/images.rpy", line 64, in __init__ ValueError: (u'sounds', {0: u's0 s1 _', 2: u's2 s3', 4: u'm1 m2 m3 _ _ _ _', 7: u'f41 f42 f43 _ _ _ _'})