technical issue

xyzabc198

Well-Known Member
May 4, 2016
191
15
Hey guys, I'm trying to play a game and I'm getting a weird error, anyone able to advice me what might be causing it?

Here's the crash log:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00start.rpy", line 265, in script
python:
ScriptError: could not find label 'start'.

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

Full traceback:
File "C:\Users\Jonathan\Desktop\A-Games\Dating_My_Daughter-0.0.8-win\renpy\bootstrap.py", line 295, in bootstrap
renpy.main.main()
File "C:\Users\Jonathan\Desktop\A-Games\Dating_My_Daughter-0.0.8-win\renpy\main.py", line 487, in main
run(restart)
File "C:\Users\Jonathan\Desktop\A-Games\Dating_My_Daughter-0.0.8-win\renpy\main.py", line 147, in run
renpy.execution.run_context(True)
File "C:\Users\Jonathan\Desktop\A-Games\Dating_My_Daughter-0.0.8-win\renpy\execution.py", line 761, in run_context
context.run()
File "renpy/common/00start.rpy", line 265, in script
python:
File "C:\Users\Jonathan\Desktop\A-Games\Dating_My_Daughter-0.0.8-win\renpy\script.py", line 858, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'start'.

Windows-7-6.1.7601-SP1
Ren'Py 6.99.12.3.2123
 

The Silver Bard

Well-Known Member
Sep 2, 2015
207
23
I would guess the game is missing the start label in its script file. You can try redownloading the game to see if your copy is corrupted, but it may also just be busted.

Edit: I was curious, so I checked the developer's Patreon page. He posted a link to a fixed version.
 

xyzabc198

Well-Known Member
May 4, 2016
191
15
Yeah, this is the fixed version lol, and everyone says this one works fine seems to just be me, I've downloaded it twice, first time it didn't start at all, now i'm getting this bug, yet all other renp'y games work fine for me, so im a little bit confused :S