Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to open luncher "Could not find label 'start'." #1795

Closed
kostek00 opened this issue Apr 16, 2019 · 8 comments
Closed

Unable to open luncher "Could not find label 'start'." #1795

kostek00 opened this issue Apr 16, 2019 · 8 comments

Comments

@kostek00
Copy link

kostek00 commented Apr 16, 2019

I'm sorry, but an uncaught exception occurred.

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

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

Full traceback:
  File "D:\Programy\Ren'Py\renpy\bootstrap.py", line 313, in bootstrap
    renpy.main.main()
  File "D:\Programy\Ren'Py\renpy\main.py", line 525, in main
    run(restart)
  File "D:\Programy\Ren'Py\renpy\main.py", line 139, in run
    renpy.execution.run_context(True)
  File "D:\Programy\Ren'Py\renpy\execution.py", line 892, in run_context
    context.run()
  File "renpy/common/00start.rpy", line 273, in script
    python:
  File "D:\Programy\Ren'Py\renpy\script.py", line 886, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'start'.

Windows-8-6.2.9200
Ren'Py 7.2.2.491

This error never occurred for me on any other OS then Windows 10. And ever since I'm on Windows 10 it happens few times per month. Replacing files doesn't work. The only solution I found to fix it is by removing whole Ren'Py folder and installing it again.

Also it seems like Ren'Py wrongly detects OS as in traceback it shows it's Windows 8 while it actually is Windows 10. Also my OS wasn't an upgraded version from Windows 8 it's fresh Windows 10 install.

@renpytom
Copy link
Member

Can you zip up Ren'Py and post it somewhere? My guess is this is more likely to be a problem with your antivirus software or some other malicious program, but I'd like to look at the files and know for sure.

@kostek00
Copy link
Author

Sure, I will post link in an hour or two. I don't have fast connection. Also I only have basic Windows antivirus.

@kostek00
Copy link
Author

That was faster then I expected but here is link to my copy:
https://mega.nz/#!VyYGzKgZ!j037DprLYeAq0tAd9nsy_lvCpO2wKoE1B-AZ1B4weXk

@renpytom
Copy link
Member

So, the issue is you have a directory named "game" with nothing in it. It seems to be created using an unrpyc tool, which is something I do not support. Delete that and Ren'Py will start working. If it comes back, you'll have to contact the unrpyc developers for support, not me.

@kostek00
Copy link
Author

So that was the issue. Thank you.

@Dizease
Copy link

Dizease commented Jan 10, 2020

Hello i have the same problem but i can't figure out what you're talking about... and i keep trying to look for that blank game folder but i don't find it ....
pls if you can help me that would be really cool thanks

@Dizease
Copy link

Dizease commented Jan 10, 2020

renpy.zip

here's my renpy

@saksham135
Copy link

Hey guys hello I am saksham .I am facing same error but on my android every port I am making it is showing this error

I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: could not find label 'start'.

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
File "renpy/main.py", line 617, in main
File "renpy/main.py", line 148, in run
File "renpy/execution.py", line 922, in run_context
File "00start.rpyc", line 283, in script
File "renpy/script.py", line 910, in lookup
ScriptError: could not find label 'start'.

I donot know why it happen with some of my games.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants