← Return to game
Log in with itch.io to leave a comment.
Hi,
I tried to run Ep2 after the end of Ep1 on Linux, but it crashed with:
Full traceback:
File "screens.rpyc", line 19, in script
- ��j����]D��*�֛R��A�@�7��Ԝ�IdR���U�EQH����T�T3RKmR#�U��T?NjY8�v���eZ��TK9����Ә+�S�Su���:Sf����,��b��l��@�hc���a��ڌFQ�ue}T����r~u���6R�,zA��F
File "/home/andy/DancingColors-EP2-pc/renpy/ast.py", line 900, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/home/andy/DancingColors-EP2-pc/renpy/python.py", line 1930, in py_exec_bytecode
exec bytecode in globals, locals
File "game/screens.rpy", line 28, in <module>
TypeError: argument of type 'NoneType' is not iterable
While running game code:
After replacing scripts.rpa with the corresponding rpy-files, I get:
game/english-game.rpy:29030: SyntaxWarning: name 'il_like' is assigned to before global declaration
global il_like
File "game/screens.rpy", line 19, in script
init 1 python:
if persistent.gallery_button_unlocked == True and 1 not in persistent.completed_episodes:
I found a solution: Do not decompress Ep2 in an empty directory. Move the directory with Ep1 to where you will decompress Ep2 into.
Will this have a harem path?
How long to finish this with the current content in it?
Currently it's only the first episode, so about 10 minutes of content. Future episodes will hopefully be longer :)
← Return to game
Comments
Log in with itch.io to leave a comment.
Hi,
I tried to run Ep2 after the end of Ep1 on Linux, but it crashed with:
Full traceback:
File "screens.rpyc", line 19, in script
- ��j����]D��*�֛R��A�@�7��Ԝ�IdR���U�EQH����T�T3RKmR#�U��T?NjY8�v���eZ��TK9����Ә+�S�Su���:Sf����,��b��l��@�hc���a��ڌFQ�ue}T����r~u���6R�,zA��F
File "/home/andy/DancingColors-EP2-pc/renpy/ast.py", line 900, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/home/andy/DancingColors-EP2-pc/renpy/python.py", line 1930, in py_exec_bytecode
exec bytecode in globals, locals
File "game/screens.rpy", line 28, in <module>
TypeError: argument of type 'NoneType' is not iterable
While running game code:
File "game/screens.rpy", line 28, in <module>
TypeError: argument of type 'NoneType' is not iterable
After replacing scripts.rpa with the corresponding rpy-files, I get:
game/english-game.rpy:29030: SyntaxWarning: name 'il_like' is assigned to before global declaration
global il_like
Full traceback:
File "game/screens.rpy", line 19, in script
init 1 python:
File "/home/andy/DancingColors-EP2-pc/renpy/ast.py", line 900, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/home/andy/DancingColors-EP2-pc/renpy/python.py", line 1930, in py_exec_bytecode
exec bytecode in globals, locals
File "game/screens.rpy", line 28, in <module>
if persistent.gallery_button_unlocked == True and 1 not in persistent.completed_episodes:
TypeError: argument of type 'NoneType' is not iterable
While running game code:
File "game/screens.rpy", line 19, in script
init 1 python:
File "game/screens.rpy", line 28, in <module>
if persistent.gallery_button_unlocked == True and 1 not in persistent.completed_episodes:
TypeError: argument of type 'NoneType' is not iterable
I found a solution: Do not decompress Ep2 in an empty directory. Move the directory with Ep1 to where you will decompress Ep2 into.
Will this have a harem path?
How long to finish this with the current content in it?
Currently it's only the first episode, so about 10 minutes of content. Future episodes will hopefully be longer :)