I recently started to get back into playing with private servers, so I got the most up to date rev from the svn compiled it in VS 2010 in release/x64 configs. The compile go's like it should and I get no errors. I put the most up to date dbc, maps, vmaps that I just extracted. I setup the configs to my local db that I just made for the new server. So, everything looks great untill i go and start world.exe, the logon server works but if I start world.exe it starts to launch for like 2 secs then crashes and leaves a crash log. When I open the crash log in VS it says
Code:
Dump Summary
------------
Dump File: dump-arcemu-world.exe-3387-2010-6-5-10-35-15-8296.dmp : C:\Users\user\Desktop\Revamp 64bit releases\V1\CrashDumps\dump-arcemu-world.exe-3387-2010-6-5-10-35-15-8296.dmp
Last Write Time: 6/5/2010 10:35:15 AM
Process Name: arcemu-world.exe : C:\Users\user\Desktop\Revamp 64bit releases\V1\arcemu-world.exe
Process Architecture: x64
Exception Code: 0xC0000005
Exception Information: The thread tried to read from or write to a virtual address for which it does not have the appropriate access.
Heap Information: Not Present
System Information
------------------
OS Version: 6.0.6001
CLR Version(s):
Modules
-------
Module Name Module Path Module Version
----------- ----------- --------------
arcemu-world.exe C:\Users\user\Desktop\Revamp 64bit releases\V1\arcemu-world.exe 0.0.0.0
ntdll.dll C:\Windows\System32\ntdll.dll 6.0.6001.18000
kernel32.dll C:\Windows\System32\kernel32.dll 6.0.6001.18215
ws2_32.dll C:\Windows\System32\ws2_32.dll 6.0.6001.18000
msvcrt.dll C:\Windows\System32\msvcrt.dll 7.0.6001.18000
advapi32.dll C:\Windows\System32\advapi32.dll 6.0.6001.18000
rpcrt4.dll C:\Windows\System32\rpcrt4.dll 6.0.6001.18247
nsi.dll C:\Windows\System32\nsi.dll 6.0.6001.18000
libeay32.dll C:\Users\user\Desktop\Revamp 64bit releases\V1\libeay32.dll 0.0.0.0
wsock32.dll C:\Windows\System32\wsock32.dll 6.0.6001.18000
gdi32.dll C:\Windows\System32\gdi32.dll 6.0.6001.18159
user32.dll C:\Windows\System32\user32.dll 6.0.6001.18000
msvcr80.dll C:\Windows\winsxs\amd64_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4053_none_88e046c92fae6f57\msvcr80.dll 8.0.50727.4053
collision.dll C:\Users\user\Desktop\Revamp 64bit releases\V1\collision.dll 0.0.0.0
msvcp100.dll C:\Windows\System32\msvcp100.dll 10.0.30319.1
msvcr100.dll C:\Windows\System32\msvcr100.dll 10.0.30319.1
winmm.dll C:\Windows\System32\winmm.dll 6.0.6001.18000
ole32.dll C:\Windows\System32\ole32.dll 6.0.6001.18000
oleaut32.dll C:\Windows\System32\oleaut32.dll 6.0.6001.18000
oleacc.dll C:\Windows\System32\oleacc.dll 4.2.5406.0
version.dll C:\Windows\System32\version.dll 6.0.6001.18000
libmysql.dll C:\Users\user\Desktop\Revamp 64bit releases\V1\libmysql.dll 0.0.0.0
dbghelp.dll C:\Windows\System32\dbghelp.dll 6.0.6001.18000
imm32.dll C:\Windows\System32\imm32.dll 6.0.6001.18000
msctf.dll C:\Windows\System32\msctf.dll 6.0.6001.18000
lpk.dll C:\Windows\System32\lpk.dll 6.0.6001.18000
usp10.dll C:\Windows\System32\usp10.dll 1.626.6001.18000
avgrssta.dll C:\Windows\System32\avgrssta.dll 9.0.0.782
powrprof.dll C:\Windows\System32\powrprof.dll 6.0.6001.18000
If I try to debug it, it tells me
Code:
Unhandled exception at 0x00000000 in dump-arcemu-world.exe-3387-2010-6-5-13-42-59-9912.dmp: 0xC0000005: Access violation at location 0x0000000000000000.
when I directly open world.exe in VS and start debugging i get that error but heres the output log for it
Code:
'arcemu-world.exe': Loaded 'C:\Users\user\Desktop\Revamp 64bit releases\V1\arcemu-world.exe', Symbols loaded.
'arcemu-world.exe': Loaded 'C:\Windows\System32\ntdll.dll', Cannot find or open the PDB file
'arcemu-world.exe': Loaded 'C:\Windows\System32\kernel32.dll', Cannot find or open the PDB file
'arcemu-world.exe': Loaded 'C:\Windows\System32\ws2_32.dll', Cannot find or open the PDB file
'arcemu-world.exe': Loaded 'C:\Windows\System32\msvcrt.dll', Cannot find or open the PDB file
'arcemu-world.exe': Loaded 'C:\Windows\System32\advapi32.dll', Cannot find or open the PDB file
'arcemu-world.exe': Loaded 'C:\Windows\System32\rpcrt4.dll', Cannot find or open the PDB file
'arcemu-world.exe': Loaded 'C:\Windows\System32\nsi.dll', Cannot find or open the PDB file
'arcemu-world.exe': Loaded 'C:\Users\user\Desktop\Revamp 64bit releases\V1\libeay32.dll', Binary was not built with debug information.
'arcemu-world.exe': Loaded 'C:\Windows\System32\wsock32.dll', Cannot find or open the PDB file
'arcemu-world.exe': Loaded 'C:\Windows\System32\gdi32.dll', Cannot find or open the PDB file
'arcemu-world.exe': Loaded 'C:\Windows\System32\user32.dll', Cannot find or open the PDB file
'arcemu-world.exe': Loaded 'C:\Windows\winsxs\amd64_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4053_none_88e046c92fae6f57\msvcr80.dll', Cannot find or open the PDB file
'arcemu-world.exe': Loaded 'C:\Users\user\Desktop\Revamp 64bit releases\V1\collision.dll', Binary was not built with debug information.
'arcemu-world.exe': Loaded 'C:\Windows\System32\msvcp100.dll', Symbols loaded.
'arcemu-world.exe': Loaded 'C:\Windows\System32\msvcr100.dll', Symbols loaded.
'arcemu-world.exe': Loaded 'C:\Windows\System32\winmm.dll', Cannot find or open the PDB file
'arcemu-world.exe': Loaded 'C:\Windows\System32\ole32.dll', Cannot find or open the PDB file
'arcemu-world.exe': Loaded 'C:\Windows\System32\oleaut32.dll', Cannot find or open the PDB file
'arcemu-world.exe': Loaded 'C:\Windows\System32\oleacc.dll', Cannot find or open the PDB file
'arcemu-world.exe': Loaded 'C:\Windows\System32\version.dll', Cannot find or open the PDB file
'arcemu-world.exe': Loaded 'C:\Users\user\Desktop\Revamp 64bit releases\V1\libmysql.dll', Cannot find or open the PDB file
'arcemu-world.exe': Loaded 'C:\Windows\System32\dbghelp.dll', Cannot find or open the PDB file
'arcemu-world.exe': Loaded 'C:\Windows\System32\imm32.dll', Cannot find or open the PDB file
'arcemu-world.exe': Loaded 'C:\Windows\System32\msctf.dll', Cannot find or open the PDB file
'arcemu-world.exe': Loaded 'C:\Windows\System32\lpk.dll', Cannot find or open the PDB file
'arcemu-world.exe': Loaded 'C:\Windows\System32\usp10.dll', Cannot find or open the PDB file
'arcemu-world.exe': Loaded 'C:\Windows\System32\avgrssta.dll', Cannot find or open the PDB file
First-chance exception at 0x00000000 in arcemu-world.exe: 0xC0000005: Access violation at location 0x0000000000000000.
'arcemu-world.exe': Loaded 'C:\Windows\System32\powrprof.dll', Cannot find or open the PDB file
'arcemu-world.exe': Loaded 'C:\Windows\System32\psapi.dll', Cannot find or open the PDB file
'arcemu-world.exe': Unloaded 'C:\Windows\System32\powrprof.dll'
'arcemu-world.exe': Unloaded 'C:\Windows\System32\psapi.dll'
Unhandled exception at 0x00000000 in arcemu-world.exe: 0xC0000005: Access violation at location 0x0000000000000000.
First-chance exception at 0x00000000 in arcemu-world.exe: 0xC0000005: Access violation at location 0x0000000000000000.
The thread 'Win64 Thread' (0x20bc) has exited with code -1 (0xffffffff).
The thread 'Main Thread' (0x2150) has exited with code -1 (0xffffffff).
The thread 'Win64 Thread' (0x2578) has exited with code -1 (0xffffffff).
The thread 'Win64 Thread' (0x270c) has exited with code -1 (0xffffffff).
The thread 'Win64 Thread' (0x2770) has exited with code -1 (0xffffffff).
The thread 'Win64 Thread' (0x15bc) has exited with code -1 (0xffffffff).
The thread 'Win64 Thread' (0x1690) has exited with code -1 (0xffffffff).
The thread 'Win64 Thread' (0x1504) has exited with code -1 (0xffffffff).
The thread 'Win64 Thread' (0x2268) has exited with code -1 (0xffffffff).
The thread 'Win64 Thread' (0x2658) has exited with code -1 (0xffffffff).
The program '[10188] arcemu-world.exe: Native' has exited with code -1 (0xffffffff).
Im not that big on the debugging process so thats why i supplied so much info in the subject. If anyone could help me out that would be great. Thanks
EDIT:
I just managed to get a screen shot of the error