Server crash [message #470991] |
Mon, 09 July 2012 04:35 |
Troll King
Messages: 56 Registered: June 2012 Location: Netherlands
Karma:
|
Recruit |
|
|
I have found the problem in MX0_MissionStart_DME that causes the server crash. (If I remember correctly it didn't crash in 3.4.4?)
I was able to find it by decompiling it and looking into what it could crash.
The command that is causing the crash is Commands->Select_Weapon.
Use these settings to make any server crash: Commands->Select_Weapon(0, "");
Such command as this is in MX0_MissionStart_DME. If you aren't in the game (OnLevelLoad, you aren't in the game yet but Created event of scripts is called so Commands->Select_Weapon in MissionStart_DME aswell.).
So MissionStart_DME uses Commands->Get_A_Star to find the closest star, that would return 0 when there is none I suppose.
EDIT: In the past I used level reedit to get M13.mix I put it on my server as it got out so no changes. It used to work without a crash but now it crashes on MissionStart_DME.
Also Known As: Neijwiert
[Updated on: Mon, 09 July 2012 04:39] Report message to a moderator
|
|
|