There was one new item, but it has since been deleted to see if it was causing the problem. No new global scripts, nothing really new at all other than that one item.
Edit: Ok, I am having a hell of a time figuring out how to get this stack trace thing going... I have googled and googled and just can't figure it out. I'm a Visual Basic newbie. Any help with that would also be greatly appreciated!
Does this help at all? This is what I get when I right click zone.exe in Visual Basic and click Debug. Note that the computer I'm running VB on is not the same as the computer that is running the server...
Code:
'zone.exe' (Win32): Loaded 'C:\EQ\Source\Build\bin\Debug\zone.exe'. Symbols loaded.
'zone.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ntdll.dll'. Cannot find or open the PDB file.
'zone.exe' (Win32): Loaded 'C:\Windows\SysWOW64\kernel32.dll'. Cannot find or open the PDB file.
'zone.exe' (Win32): Loaded 'C:\Windows\SysWOW64\KernelBase.dll'. Cannot find or open the PDB file.
'zone.exe' (Win32): Loaded 'C:\Windows\SysWOW64\shell32.dll'. Cannot find or open the PDB file.
'zone.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msvcrt.dll'. Cannot find or open the PDB file.
'zone.exe' (Win32): Loaded 'C:\Windows\SysWOW64\shlwapi.dll'. Cannot find or open the PDB file.
'zone.exe' (Win32): Loaded 'C:\Windows\SysWOW64\gdi32.dll'. Cannot find or open the PDB file.
'zone.exe' (Win32): Loaded 'C:\Windows\SysWOW64\user32.dll'. Cannot find or open the PDB file.
'zone.exe' (Win32): Loaded 'C:\Windows\SysWOW64\advapi32.dll'. Cannot find or open the PDB file.
'zone.exe' (Win32): Loaded 'C:\Windows\SysWOW64\sechost.dll'. Cannot find or open the PDB file.
'zone.exe' (Win32): Loaded 'C:\Windows\SysWOW64\rpcrt4.dll'. Cannot find or open the PDB file.
'zone.exe' (Win32): Loaded 'C:\Windows\SysWOW64\sspicli.dll'. Cannot find or open the PDB file.
'zone.exe' (Win32): Loaded 'C:\Windows\SysWOW64\cryptbase.dll'. Cannot find or open the PDB file.
'zone.exe' (Win32): Loaded 'C:\Windows\SysWOW64\lpk.dll'. Cannot find or open the PDB file.
'zone.exe' (Win32): Loaded 'C:\Windows\SysWOW64\usp10.dll'. Cannot find or open the PDB file.
'zone.exe' (Win32): Loaded 'C:\Perl\bin\perl512.dll'. Module was built without symbols.
'zone.exe' (Win32): Loaded 'C:\Windows\winsxs\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.18201_none_ec80f00e8593ece5\comctl32.dll'. Cannot find or open the PDB file.
The program '[2792] zone.exe' has exited with code -1073741515 (0xc0000135) 'A dependent dll was not found'.
I don't seem to be able to get into Debug mode at all in VB. When I "Start Debug" I get that the following files are out of date:
Code:
ZERO_CHECK - Debug Win32
ALL_BUILD - Debug Win32
It asks if I want to rebuild them, and when I select yes, I get this error:
Code:
Unable to start program: C:\EQ\Source\Build\Debug\ALL_BUILD
The system cannot find the file specified