Search found 9 matches

by Yoloxd2300
Sat Nov 18, 2017 12:22 pm
Forum: Ren'Py Questions and Announcements
Topic: Game parsing code error
Replies: 22
Views: 6735

Re: Game parsing code error

I will release the game folder, with the .exe, and all that stuff.

heres the link:
https://mega.nz/#F!i04SDZ4b!Y5WLhFUI9JOgdTHUmF7V2g

Dont worry im not a hacker or anithyng like that -_-
by Yoloxd2300
Sat Nov 18, 2017 11:42 am
Forum: Ren'Py Questions and Announcements
Topic: Game parsing code error
Replies: 22
Views: 6735

Re: Game parsing code error

Its the script of a game i downloaded, I do not know about phytom lenguage. In the folder there are the scripts of the game, every single one. Im sorry im taking your time :( Least i can do is providing you the game I guess the extraction process was interrupted for any reason, or the zip archive y...
by Yoloxd2300
Sat Nov 18, 2017 11:41 am
Forum: Ren'Py Questions and Announcements
Topic: Game parsing code error
Replies: 22
Views: 6735

Re: Game parsing code error

Okay that make a major difference. This board is mostly about questions regarding creating games, rather than getting them to play. That said though, I don't know of any rules against asking for help and I don't see how it'd hurt. Now for the bad news: if you get that error while trying to play the...
by Yoloxd2300
Fri Nov 17, 2017 1:33 am
Forum: Ren'Py Questions and Announcements
Topic: Game parsing code error
Replies: 22
Views: 6735

Re: Game parsing code error

Wrong file. You need to look in your script.rpy (and other associated "gameplay files" that hold your texts and other labels) for "label start:". "label start:" should be the label that indicates where you want the game to start from, basically it is your first scene. ...
by Yoloxd2300
Thu Nov 16, 2017 1:37 am
Forum: Ren'Py Questions and Announcements
Topic: Game parsing code error
Replies: 22
Views: 6735

Re: Game parsing code error

Check your game has a "start" label well i will put here the entire file, plese check if something is wrong Wrong file. You need to look in your script.rpy (and other associated "gameplay files" that hold your texts and other labels) for "label start:". "label sta...
by Yoloxd2300
Fri Nov 10, 2017 9:12 pm
Forum: Ren'Py Questions and Announcements
Topic: Game parsing code error
Replies: 22
Views: 6735

Re: Game parsing code error

Check your game has a "start" label well i will put here the entire file, plese check if something is wrong init -1600 python hide: # menus: Music to play at the main menu. config.main_menu_music = None # advanced: Callbacks to run at start. config.start_callbacks = [ ] # Transition that'...
by Yoloxd2300
Thu Nov 09, 2017 9:53 pm
Forum: Ren'Py Questions and Announcements
Topic: Game parsing code error
Replies: 22
Views: 6735

Re: Game parsing code error

Imperf3kt wrote: Thu Oct 12, 2017 3:40 am Open the script.rpy file in a text editor and look for it.
CTRL F (find) usually helps

What do I need to check?
I have to change or put somethig?
by Yoloxd2300
Thu Oct 12, 2017 1:55 am
Forum: Ren'Py Questions and Announcements
Topic: Game parsing code error
Replies: 22
Views: 6735

Re: Game parsing code error

vollschauer wrote: Mon Oct 09, 2017 4:47 am Check your script.rpy for this line:

Code: Select all

label start:
How do i do that?
by Yoloxd2300
Mon Oct 09, 2017 2:50 am
Forum: Ren'Py Questions and Announcements
Topic: Game parsing code error
Replies: 22
Views: 6735

Game parsing code error

Please i have an error when runninga game, here is the 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 ------------------------------------...