Page 1 of 1

[1.0]Crashes

Posted: 18 Apr 2013, 11:37
by Darkminus
Hello!
I need some help, because I get since yesterday a crash each time I try to compile a script...
I get the "Compilation Ended sucessfully", and then when I click on Save, the game crashes..

Here is a dropbox folder in which you can see all logcrashes since Yesterday...

https://www.dropbox.com/sh/no7kjl1yko6t2gd/IMxuq730tQ

Thanks in advance for you help! :)

Re: [1.0]Crashes

Posted: 18 Apr 2013, 11:50
by TMarc
could you please provide logfiles?
you might also need to download the debug version:
LuckyBoy wrote:a) download http://files.maniaplanet.com/debug_vers ... t_logs.zip
b) unzip the ManiaPlanet_Logs.exe in your install folder, then run this exe instead the launcher
c) set the game in windowed (not fullscreen)
d) play 'till you get the 'not responding' issue
e) execute ManiaPlanetLauncher while the game is frozen, it should ask you if you want to terminate the game, say yes (in other cases than yours the game could be frozen for a "good" reason like loading)
f) send us back the generated crash log here.

Re: [1.0]Crashes

Posted: 18 Apr 2013, 14:12
by Darkminus
Curious. It didn't crash since I use that executable...

Re: [1.0]Crashes

Posted: 18 Apr 2013, 15:01
by TMarc
hmm... can you give more details about the crash with the regular version then?
please also provide the script?

Re: [1.0]Crashes

Posted: 19 Apr 2013, 08:02
by Darkminus
Hello,
Unfortunately, it crashed again and again. I hate that.
Here are the latest logs I got :

https://www.dropbox.com/sh/no7kjl1yko6t2gd/IMxuq730tQ

(Take a look at the latest ones, that's all I got from these crash, even with debug exe.)

I hope someone could find why do I get these (boring) crashes..

All I can say is that I'm working on a custom title I made, and it worked until 2 days ago...

Bye :)

Re: [1.0]Crashes

Posted: 19 Apr 2013, 15:09
by TGYoshi
Something in your script is causing it. Forgot a yield? Infinite loop?
Sometimes script errors are not properly handled, often causing a CTD instead of a script abortion.

Re: [1.0]Crashes

Posted: 19 Apr 2013, 17:51
by TMarc
TGYoshi seems to point at the right direction.
Do you know what you did change two days ago? I hope you did not have to apply the latest game updates just then...

If you don't want to show your script in public, you will have to find out yourself.
Or try to ask someone at Nadeo, perhaps send a PM to Emilieng with your script, so she can have a look at it.

Re: [1.0]Crashes

Posted: 20 Apr 2013, 09:23
by Darkminus
Thanks for your answers guys, I'll try to check my script again and again. But it seems to happen only on one script, and if this happens it makes my MP to crash all the time on every script I use.
Bye :) :thx:

Re: [1.0]Crashes

Posted: 20 Apr 2013, 10:09
by TGYoshi
Yes, that single script has a certain flaw.
Feel free to post the script so we can check it as well.

I'd also recommend commenting out anything related to new features (items, bots ... ) as they do cause CTD's if not used properly. I experience it myself too if I do something wrong using them.