Hello friends,
I have a fairly severe issue. I cannot launch my current project anymore. When I click on "Launch Project" the command window opens, but nothing happens after that. I can however still open the standard Ren'Py Tutorial games. I've tried reinstalling Ren'Py but that didn't seem to change anything.
I've really done nothing unusual at all, the last thing I noticed was that I think I deleted a file at the same time as the game was auto-updating. Instead of opening the traceback file, the game crashed without a traceback file, which I thought was quite odd.
The most recent traceback file that I have (and I'm not sure if this is even related to this issue) is this:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 67, in script call
call discretion
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/common/00director.rpy", line 293, in interact
show_director = interact_base()
File "renpy/common/00director.rpy", line 248, in interact_base
if [ i for i in renpy.scriptedit.nodes_on_line(filename, line) if not isinstance(i, ALONE_NODES) ]:
UnicodeDecodeError: 'utf8' codec can't decode byte 0xc5 in position 48: invalid continuation byte
Can anyone help with this?
Best,
onion
I have a fairly severe issue. I cannot launch my current project anymore. When I click on "Launch Project" the command window opens, but nothing happens after that. I can however still open the standard Ren'Py Tutorial games. I've tried reinstalling Ren'Py but that didn't seem to change anything.
I've really done nothing unusual at all, the last thing I noticed was that I think I deleted a file at the same time as the game was auto-updating. Instead of opening the traceback file, the game crashed without a traceback file, which I thought was quite odd.
The most recent traceback file that I have (and I'm not sure if this is even related to this issue) is this:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 67, in script call
call discretion
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/common/00director.rpy", line 293, in interact
show_director = interact_base()
File "renpy/common/00director.rpy", line 248, in interact_base
if [ i for i in renpy.scriptedit.nodes_on_line(filename, line) if not isinstance(i, ALONE_NODES) ]:
UnicodeDecodeError: 'utf8' codec can't decode byte 0xc5 in position 48: invalid continuation byte
Can anyone help with this?
Best,
onion