a Error.

METALGod32
10 Mar 2005, 03:14
Hey i got this error when i try to edit my game: FATAL ERROR: Missing } , i opened the file to look at the coding, i cannot seem to find out where a } is missing from, if i cant fix this then i cannot edit my game.

Christopher
10 Mar 2005, 06:35
(ahem. AN error.)
Keep looking through the game and you should find it eventually. Sometimes QDK screws up and doesn't place new lines where it should (the } is at the end of a line when it should be on a new one). Check the last thing you were creating/editing, since that is where the error probably is.

Elexxorine
10 Mar 2005, 11:04
yeah if you just run through your code, missing }s are usually in the bits where you have a lots of if/elses in side each other. hope this helps :lol:

METALGod32
10 Mar 2005, 12:05
Thanks Guys, now that i slept"Just woke up", i'm gonna try looking again :), Yeah i think it has something to do with the last stuff i edited to...but i took all that out, saved then tried...then it sometimes says the error again and sometimes it says: Runtime error 6 over flow.

but i'm rested and gonna try again...even if it takes days to fix...LOL :)

Thanks again :)

paul_one
10 Mar 2005, 12:25
Just poking about and doing anything can result in very wrong files, like the files someone had a while back, with one IF and about 4 else's, in multiple places!

METALGod32
10 Mar 2005, 12:39
wooohooo, i fixed it...there was a { missing on a else line...i figured it out by comparing all the other if and else lines :)

Thanks again guys for your help :)