VPS Server -- Crashes when Zoning

Post Reply
User avatar
tagban
Posts: 352
Joined: Fri Dec 28, 2012 11:31 am
Location: Pennsylvania, USA

VPS Server -- Crashes when Zoning

Post by tagban » Wed Jun 26, 2013 10:13 am

So I setup a server on my VPS for a few friends. Seems like whenever we exit a zone and zone into a new zone it sits at "Downloading Data" and crashes the game server .exe

Trying to determine what the issue could be. I have reinstalled all .net, C++, etc.

-- Verified, works fine in city zones, zoned in around windy, but the second I left town. Bam crash!

-- Attached picture of gameserver running. I noticed the [ OK ] never appeared next to the zone loading. Is it possible that its borked? Tried killing and re-creating the gameserver exe.
Attachments
GameServer.jpg
Last edited by tagban on Wed Jun 26, 2013 10:46 am, edited 2 times in total.

User avatar
tagban
Posts: 352
Joined: Fri Dec 28, 2012 11:31 am
Location: Pennsylvania, USA

Re: VPS Server -- Crashes when Zoning

Post by tagban » Wed Jun 26, 2013 10:14 am

It does seem to hang when the map/game server is "Loading Maps", but I think thats fairly normal.

User avatar
tagban
Posts: 352
Joined: Fri Dec 28, 2012 11:31 am
Location: Pennsylvania, USA

Re: VPS Server -- Crashes when Zoning

Post by tagban » Wed Jun 26, 2013 10:18 am

Problem signature:
Problem Event Name: APPCRASH
Application Name: DSGame-server.exe
Application Version: 0.0.0.0
Application Timestamp: 51cb0036
Fault Module Name: DSGame-server.exe
Fault Module Version: 0.0.0.0
Fault Module Timestamp: 51cb0036
Exception Code: c0000094
Exception Offset: 0013b5d2
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

bluekirby0
Developer
Posts: 707
Joined: Sun Jul 22, 2012 12:11 am

Re: VPS Server -- Crashes when Zoning

Post by bluekirby0 » Wed Jun 26, 2013 2:31 pm

The "OK" is there...it just gets interrupted by the weather update message which throws it all out of whack.

Looks like a divide by zero error, which is meaningless without any context. Please provide a crash-dump or specific instructions on how to reproduce.

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: VPS Server -- Crashes when Zoning

Post by kjLotus » Wed Jun 26, 2013 2:46 pm

bluekirby0 wrote:The "OK" is there...it just gets interrupted by the weather update message which throws it all out of whack.

Looks like a divide by zero error, which is meaningless without any context. Please provide a crash-dump or specific instructions on how to reproduce.

https://code.google.com/p/onetimexi/sou ... ail?r=3589

User avatar
tagban
Posts: 352
Joined: Fri Dec 28, 2012 11:31 am
Location: Pennsylvania, USA

Re: VPS Server -- Crashes when Zoning

Post by tagban » Wed Jun 26, 2013 2:59 pm

kjLotus wrote:
bluekirby0 wrote:The "OK" is there...it just gets interrupted by the weather update message which throws it all out of whack.

Looks like a divide by zero error, which is meaningless without any context. Please provide a crash-dump or specific instructions on how to reproduce.

https://code.google.com/p/onetimexi/sou ... ail?r=3589
I actually thought maybe it was the C++ compiler being weird, so reinstalled that entirely, but no luck, everything connects, just no luck with that issue. If you want to see for yourself (if it would help), I can pm you address. In the mean time, i'm checking out the crash itself:

Code: Select all

Version=1
EventType=APPCRASH
EventTime=130167499347746640
ReportType=2
Consent=1
ReportIdentifier=e564776f-de99-11e2-9156-00155d08addb
IntegratorReportIdentifier=e564776e-de99-11e2-9156-00155d08addb
WOW64=1
Response.type=4
Sig[0].Name=Application Name
Sig[0].Value=DSGame-server.exe
Sig[1].Name=Application Version
Sig[1].Value=0.0.0.0
Sig[2].Name=Application Timestamp
Sig[2].Value=51cb4245
Sig[3].Name=Fault Module Name
Sig[3].Value=DSGame-server.exe
Sig[4].Name=Fault Module Version
Sig[4].Value=0.0.0.0
Sig[5].Name=Fault Module Timestamp
Sig[5].Value=51cb4245
Sig[6].Name=Exception Code
Sig[6].Value=c0000094
Sig[7].Name=Exception Offset
Sig[7].Value=0013b5d2
DynamicSig[1].Name=OS Version
DynamicSig[1].Value=6.1.7601.2.1.0.272.7
DynamicSig[2].Name=Locale ID
DynamicSig[2].Value=1033
DynamicSig[22].Name=Additional Information 1
DynamicSig[22].Value=0a9e
DynamicSig[23].Name=Additional Information 2
DynamicSig[23].Value=0a9e372d3b4ad19135b953a78882e789
DynamicSig[24].Name=Additional Information 3
DynamicSig[24].Value=0a9e
DynamicSig[25].Name=Additional Information 4
DynamicSig[25].Value=0a9e372d3b4ad19135b953a78882e789
UI[2]=C:\dsp\DSGame-server.exe
UI[3]=DSGame-server.exe has stopped working
UI[4]=Windows can check online for a solution to the problem.
UI[5]=Check online for a solution and close the program
UI[6]=Check online for a solution later and close the program
UI[7]=Close the program
LoadedModule[0]=C:\dsp\DSGame-server.exe
LoadedModule[1]=C:\Windows\SysWOW64\ntdll.dll
LoadedModule[2]=C:\Windows\syswow64\kernel32.dll
LoadedModule[3]=C:\Windows\syswow64\KERNELBASE.dll
LoadedModule[4]=C:\dsp\libmariadb.dll
LoadedModule[5]=C:\dsp\SSLEAY32.dll
LoadedModule[6]=C:\dsp\LIBEAY32.dll
LoadedModule[7]=C:\Windows\syswow64\WS2_32.dll
LoadedModule[8]=C:\Windows\syswow64\msvcrt.dll
LoadedModule[9]=C:\Windows\syswow64\RPCRT4.dll
LoadedModule[10]=C:\Windows\syswow64\SspiCli.dll
LoadedModule[11]=C:\Windows\syswow64\CRYPTBASE.dll
LoadedModule[12]=C:\Windows\SysWOW64\sechost.dll
LoadedModule[13]=C:\Windows\syswow64\NSI.dll
LoadedModule[14]=C:\Windows\syswow64\GDI32.dll
LoadedModule[15]=C:\Windows\syswow64\USER32.dll
LoadedModule[16]=C:\Windows\syswow64\ADVAPI32.dll
LoadedModule[17]=C:\Windows\syswow64\LPK.dll
LoadedModule[18]=C:\Windows\syswow64\USP10.dll
LoadedModule[19]=C:\Windows\system32\MSVCR100.dll
LoadedModule[20]=C:\Windows\system32\MSVCR100D.dll
LoadedModule[21]=C:\dsp\lua51-d.dll
LoadedModule[22]=C:\Windows\system32\MSVCP100D.dll
LoadedModule[23]=C:\Windows\system32\apphelp.dll
LoadedModule[24]=C:\Windows\AppPatch\AcLayers.dll
LoadedModule[25]=C:\Windows\syswow64\SHELL32.dll
LoadedModule[26]=C:\Windows\syswow64\SHLWAPI.dll
LoadedModule[27]=C:\Windows\syswow64\ole32.dll
LoadedModule[28]=C:\Windows\syswow64\OLEAUT32.dll
LoadedModule[29]=C:\Windows\system32\USERENV.dll
LoadedModule[30]=C:\Windows\system32\profapi.dll
LoadedModule[31]=C:\Windows\system32\WINSPOOL.DRV
LoadedModule[32]=C:\Windows\system32\MPR.dll
LoadedModule[33]=C:\Windows\AppPatch\AcGenral.DLL
LoadedModule[34]=C:\Windows\system32\UxTheme.dll
LoadedModule[35]=C:\Windows\system32\WINMM.dll
LoadedModule[36]=C:\Windows\system32\samcli.dll
LoadedModule[37]=C:\Windows\system32\MSACM32.dll
LoadedModule[38]=C:\Windows\system32\VERSION.dll
LoadedModule[39]=C:\Windows\system32\sfc.dll
LoadedModule[40]=C:\Windows\system32\sfc_os.DLL
LoadedModule[41]=C:\Windows\system32\dwmapi.dll
LoadedModule[42]=C:\Windows\syswow64\SETUPAPI.dll
LoadedModule[43]=C:\Windows\syswow64\CFGMGR32.dll
LoadedModule[44]=C:\Windows\syswow64\DEVOBJ.dll
LoadedModule[45]=C:\Windows\syswow64\urlmon.dll
LoadedModule[46]=C:\Windows\syswow64\api-ms-win-downlevel-ole32-l1-1-0.dll
LoadedModule[47]=C:\Windows\syswow64\api-ms-win-downlevel-shlwapi-l1-1-0.dll
LoadedModule[48]=C:\Windows\syswow64\api-ms-win-downlevel-advapi32-l1-1-0.dll
LoadedModule[49]=C:\Windows\syswow64\api-ms-win-downlevel-user32-l1-1-0.dll
LoadedModule[50]=C:\Windows\syswow64\api-ms-win-downlevel-version-l1-1-0.dll
LoadedModule[51]=C:\Windows\syswow64\api-ms-win-downlevel-normaliz-l1-1-0.dll
LoadedModule[52]=C:\Windows\syswow64\normaliz.DLL
LoadedModule[53]=C:\Windows\syswow64\iertutil.dll
LoadedModule[54]=C:\Windows\syswow64\WININET.dll
LoadedModule[55]=C:\Windows\AppPatch\AcXtrnal.DLL
LoadedModule[56]=C:\Windows\system32\SHUNIMPL.DLL
LoadedModule[57]=C:\Windows\system32\SortServer2003Compat.dll
LoadedModule[58]=C:\Windows\system32\IMM32.DLL
LoadedModule[59]=C:\Windows\syswow64\MSCTF.dll
LoadedModule[60]=C:\Windows\system32\NLAapi.dll
LoadedModule[61]=C:\Windows\system32\napinsp.dll
LoadedModule[62]=C:\Windows\System32\mswsock.dll
LoadedModule[63]=C:\Windows\system32\DNSAPI.dll
LoadedModule[64]=C:\Windows\System32\winrnr.dll
LoadedModule[65]=C:\Windows\system32\IPHLPAPI.DLL
LoadedModule[66]=C:\Windows\system32\WINNSI.DLL
LoadedModule[67]=C:\Windows\System32\fwpuclnt.dll
LoadedModule[68]=C:\Windows\system32\rasadhlp.dll
LoadedModule[69]=C:\Windows\System32\wshtcpip.dll
FriendlyEventName=Stopped working
ConsentKey=APPCRASH
AppName=DSGame-server.exe
AppPath=C:\dsp\DSGame-server.exe

User avatar
tagban
Posts: 352
Joined: Fri Dec 28, 2012 11:31 am
Location: Pennsylvania, USA

Re: VPS Server -- Crashes when Zoning

Post by tagban » Wed Jun 26, 2013 3:04 pm

Aha I apologize, that fixed it, so it was the worms spamming the server packets or something?

User avatar
tagban
Posts: 352
Joined: Fri Dec 28, 2012 11:31 am
Location: Pennsylvania, USA

Re: VPS Server -- Crashes when Zoning

Post by tagban » Wed Jun 26, 2013 3:05 pm

kjLotus wrote:
bluekirby0 wrote:The "OK" is there...it just gets interrupted by the weather update message which throws it all out of whack.

Looks like a divide by zero error, which is meaningless without any context. Please provide a crash-dump or specific instructions on how to reproduce.

https://code.google.com/p/onetimexi/sou ... ail?r=3589
FIXED! ^_^ Sorry I was "SVN'ing" the wrong folder. That fixed the issue!

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: VPS Server -- Crashes when Zoning

Post by kjLotus » Wed Jun 26, 2013 3:07 pm

it was a divide by zero error, as bluekirby0 pointed out (m_LastMagicTime was 0)

Post Reply