plentyfucksgiven
Newbie
- Apr 6, 2018
- 62
- 57
I'm running linux, which might possibly matter.
In irregular intervals, I stumble upon games (straight from the dev, no compressed versions/repacks) which fail to start using the shell script with the bundled renpy. I assume the latter being different/the culprit. I have a renpy sdk for 7.x and 8.x and using the matching one, the games start fine.
Today, it's Eternum - doubt the game doesn't start for other people (this holds true for at least for the windows players, otherwise there would be posts about it).
I'd like to stop using the workaround and understand the issues. Of course, the label exists - I can also unpack the rpa.
The traceback:
In irregular intervals, I stumble upon games (straight from the dev, no compressed versions/repacks) which fail to start using the shell script with the bundled renpy. I assume the latter being different/the culprit. I have a renpy sdk for 7.x and 8.x and using the matching one, the games start fine.
Today, it's Eternum - doubt the game doesn't start for other people (this holds true for at least for the windows players, otherwise there would be posts about it).
I'd like to stop using the workaround and understand the issues. Of course, the label exists - I can also unpack the rpa.
The traceback:
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00start.rpy", line 283, in script
python:
ScriptError: could not find label 'start'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "/home/user/games/Eternum-0.7.5-pc/renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "/home/user/games/Eternum-0.7.5-pc/renpy/main.py", line 617, in main
run(restart)
File "/home/user/games/Eternum-0.7.5-pc/renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "/home/user/games/Eternum-0.7.5-pc/renpy/execution.py", line 922, in run_context
context.run()
File "renpy/common/00start.rpy", line 283, in script
python:
File "/home/user/games/Eternum-0.7.5-pc/renpy/script.py", line 918, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'start'.
Linux-6.9.2-arch1-1-x86_64-with-glibc2.2.5
Ren'Py 7.4.6.1693