Fangames > Programming Questions

FATAL ERROR in Gamemaker 8.1 Yuuutu Engine

(1/2) > >>

RandomFangamer:
I was using the Yuuutu engine and editing the SetGlobalOption (to make my room show up instead of the engine's) and I broke the engine. I'm not sure what I did, but the engine brings up this whenever I try to start the game:

(click to show/hide)___________________________________________
FATAL ERROR in
action number 1
of  Step Event
for object init:

Unexisting room number: 0

Looking at the text there is a slim red bar, which I think means the code is broken, although it could just be there for effect.
If anyone knows how to fix this, that would be great.
Here is the file:
(click to show/hide)I'm such a noob with GameMaker 8.1 :paraPalm:

Sudnep:
Can you upload the .gmk?

The unexisting room number means you're somewhere in the code you're entering a room that doesn't actually exists, resulting in a forced abort since you obviously can't enter something that isn't there.

If the only thing you were messing with was the SetGlobalOption script I suggest getting the original script and seeing what's changed and change back what you were doing one by one and figure out where the problem originated.

I never saw that script when working with yuutu. I probably just have an older version.

Edit: My guess is there is a room being referenced in the init object's step event which you had renamed or deleted.

Edit2: The slim red bar (extremely faint) is the section your cursor is located, not an error.
Errors in code occur at the bottom like this: (click to show/hide)Mine looks different because I changed how it looks in preferences.

RandomFangamer:
How do I upload a .gmk file?

I checked all of the scripts and have pasted the original script back in, but no luck :(]

Edit: I checked the scripts with the "Check Recourse Names" "and Check All Scripts" options and it says that no errors or name conflicts were found

Sudnep:

--- Quote from: RandomFangamer on December 31, 2014, 11:28:30 AM ---How do I upload a .gmk file?

I checked all of the scripts and have pasted the original script back in, but no luck :(]

Edit: I checked the scripts with the "Check Recourse Names" "and Check All Scripts" options and it says that no errors or name conflicts were found

--- End quote ---
If you want just add me on Skype. evanmrettman is my username

Put the .gmk file and any associated files into an archive file (.rar extension). If you have winrar you can right-click the folder and in the drop down menu there should be a 'Add to "<folderName>.rar"' and with that new file created, upload it to https://www.mediafire.com/ or send it to me over Skype and I'll look at it.

RandomFangamer:
Alright, here it is:   :atkHappy:
https://www.mediafire.com/?b29k5k6xjteumnf

Navigation

[0] Message Index

[#] Next page

Go to full version