ItsMods

Full Version: MW3 dedicated server keeps crashing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi I have an MW3 dedicaed server running on widows 2003 server, it has the server addon and Promod plugin installed.

It works fine or a period of time and then randomnly crashes.

Problem signature:
Problem Event Name: APPCRASH
Application Name: iw5mp_server.exe
Application Version: 0.0.0.0
Application Timestamp: 50b9198a
Fault Module Name: MSVCR90.dll
Fault Module Version: 9.0.30729.1
Fault Module Timestamp: 488ef6c5
Exception Code: c0000005
Exception Offset: 0003b690
OS Version: 6.1.7601.2.1.0.272.7
Locale ID: 1033
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789


I have tried the following so far:

Reinstalled .Net framework.
Reinstalled the whole steam intall of the dedicated server twice

Still having the same issue. Works for some time and then crashes. Please help.

looks like it crashes when trying to rotate map. how can i disable mapp rotation?
Possibly, some plugin crashes it on call 'OnMapChange'.
(07-06-2013, 08:01)SailorMoon Wrote: [ -> ]Possibly, some plugin crashes it on call 'OnMapChange'.

yes this is correct, it is crashing onmapchange. how can i fix this?
Find the plugin which crashes your server?
I managed to stop it from crashing by changing this parameter in sv_config.ini

from

OldRotation=1

to

OldRotation=0