Page 1 of 1

Game Editor Problem

PostPosted: Mon Nov 07, 2011 3:37 pm
by tzoli
Help Me!!!
My Game Editor do some weird things...
I move an actor but an image of the actor still remain here.
I finished the test,pushed Escape button and then an enemy flies down...(in the editor)
And somtimes some letters are changing to every other letter very fast...(thats only when I work too much on GE)
Why is this happening? :(

Re: Game Editor Problem

PostPosted: Mon Nov 07, 2011 3:46 pm
by Hblade
lol this happened to me once... I think it's a memory leak or something. I just saved the project and re-opened game editor to resolve the bug.

Re: Game Editor Problem

PostPosted: Mon Nov 07, 2011 3:51 pm
by tzoli
I did it many many times but the problem is still here.I think because game resoution is too big...

Re: Game Editor Problem

PostPosted: Mon Nov 07, 2011 4:25 pm
by Hblade
probably. Thats really strange o.o

Re: Game Editor Problem

PostPosted: Mon Nov 07, 2011 5:49 pm
by lcl
I don't think it's the resolution. When this kind of things happen, there's most usually something wrong with the scripts of the game. You need to check your codes (the ones you were working on when this started) for errors.

Has happened to me a few times, always as a result of some bad code. :D

Re: Game Editor Problem

PostPosted: Mon Nov 07, 2011 6:27 pm
by Jagmaster
Are the messed up actors (the ones that move in the editor) assigned to a path?
This happened to me when I had a piranha plant switch paths upon collision with a wire frame region.

The scrambled text happened to me on a few occasions, hard to pinpoint the specific problem. I just scrapped them and started over. :P

Re: Game Editor Problem

PostPosted: Mon Nov 07, 2011 8:38 pm
by savvy
Text jumbling gets solved if you re-boot game-editor, its to do with the current memory on GE being messed up.
The moving images is something new to me, it could be the resolution, or you could try re-downloading GE, things can become broken in the download process.

savvy

Re: Game Editor Problem

PostPosted: Mon Nov 07, 2011 9:39 pm
by Jagmaster
For me, restarting GE didn't cut it. The file was corrupted or something. :|

Re: Game Editor Problem

PostPosted: Mon Nov 07, 2011 9:44 pm
by skydereign
Yeah, both are known bugs, but as of yet, no one has been able to isolate them. The actors remaining has been known to mess up parts of your game, depending on how you set it up.