so, been banging my head for a while now trying to figure this out. lost on what it could be though
"zone.exe - application error
The application was unable to start correctly (0xc00007b). Click OK to close the application."
keeps poping up everytime zone.exe trys to start. from searches i've done, this means that its not calling perl for some reason or another. but just to double check. i did a process explore just to see what modules it was calling.
this is the dmp file i got back.
Code:
Dump Summary
------------
Dump File: zone.dmp : C:\Users\**removed**\Desktop\zone.dmp
Last Write Time: 1/2/2015 8:08:39 PM
Process Name: zone.exe : C:\EQ - AKKA'S PEQ REPACK\EQEMU SERVER\zone.exe
Process Architecture: x64
Exception Code: not found
Exception Information:
Heap Information: Present
System Information
------------------
OS Version: 6.3.9600
CLR Version(s):
Modules
-------
Module Name Module Path Module Version
----------- ----------- --------------
zone.exe C:\EQ - AKKA'S PEQ REPACK\EQEMU SERVER\zone.exe 0.0.0.0
ntdll.dll C:\Windows\System32\ntdll.dll 6.3.9600.17278
kernel32.dll C:\Windows\System32\kernel32.dll 6.3.9600.17056
KERNELBASE.dll C:\Windows\System32\KERNELBASE.dll 6.3.9600.17278
apphelp.dll C:\Windows\System32\apphelp.dll 6.3.9600.17031
shell32.dll C:\Windows\System32\shell32.dll 6.3.9600.17331
perl516.dll C:\Perl\bin\perl516.dll 5.16.3.1604
so. it is calling the perl that i have installed on my computer. little side note. all the other parts of my server are working fine. its only zone.exe thats crashing.
i turned on everything on my logs and turn my verb to 10 to see if that helped. nope.. didn't even spit out a error log or anything.
using the latest db and latest server version from git. recompiled in both release mode and dbg mode. have all the files from dbg mode inside my server folder.
hoping one of you guys can help out. plz let me know if you need any other info.