EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   SQL error: merc failed to spawn issue (https://www.eqemulator.org/forums/showthread.php?t=39673)

Critmonster 05-18-2015 03:08 AM

SQL error: merc failed to spawn issue
 
I am getting an error when trying to buy a merc.
http://i.imgur.com/gKtMneW.jpg

What I am not getting is why it is seeing m_stats.attack_delay at all. In both my mercs_stats table and vwmercnpctypes there is no column called attack_delay.

Code:

SELECT
                        ms.merc_npc_type_id,
                        '' AS name,
                        ms.clientlevel,
                        ms.level,
                        mtyp.race_id,
                        mstyp.class_id,
                        ms.hp,
                        ms.mana,
                        0 AS gender,
                        mai.texture,
                        mai.helmtexture,
                        ms.attack_speed,
                        ms.STR,
                        ms.STA,
                        ms.DEX,
                        ms.AGI,
                        ms._INT,
                        ms.WIS,
                        ms.CHA,
                        ms.MR,
                        ms.CR,
                        ms.DR,
                        ms.FR,
                        ms.PR,
                        ms.Corrup,
            ms.mindmg,
            ms.maxdmg,
            ms.attack_count,
                        ms.special_abilities,
                        mwi.d_melee_texture1,
                            mwi.d_melee_texture2,
                        mwi.prim_melee_type,
                        mwi.sec_melee_type,
                        ms.runspeed,
                        ms.hp_regen_rate,
                        ms.mana_regen_rate,
                        1 AS bodytype,
                        mai.armortint_id,
                        mai.armortint_red,
                        mai.armortint_green,
                        mai.armortint_blue,
                        ms.AC,
                        ms.ATK,
                        ms.Accuracy,
                        ms.spellscale,
                        ms.healscale
                        FROM merc_stats ms
                        INNER JOIN merc_armorinfo mai
                        ON ms.merc_npc_type_id = mai.merc_npc_type_id
                        AND mai.minlevel <= ms.level AND mai.maxlevel >= ms.level
                        INNER JOIN merc_weaponinfo mwi
                        ON ms.merc_npc_type_id = mwi.merc_npc_type_id
                        AND mwi.minlevel <= ms.level AND mwi.maxlevel >= ms.level
                        INNER JOIN merc_templates mtem
                        ON mtem.merc_npc_type_id = ms.merc_npc_type_id
                        INNER JOIN merc_types mtyp
      ON mtem.merc_type_id = mtyp.merc_type_id
      INNER JOIN merc_subtypes mstyp
      ON mtem.merc_subtype_id = mstyp.merc_subtype_id

http://i.imgur.com/HYV8IJq.jpg

Server is 2 days old, windows, followed the wiki guide for server and mercs. Have also changed merchant ID's, corrected spelling issues in Source_view.sql ect. Server works great. Liaison's work, just can not spawn the actual merc.

I really appreciate any help given.

rencro 05-18-2015 10:29 AM

Looks like some sql updates are needed. Did you update the db via option 3, option 3?

You are missing /utils/sql/git/required/2015_01_30_merc_attack_delay.sql

But if you are missing that I would assume you are missing others as well.

When you start up world are the "Binary database Version" and "Local Database version" the same (9077 as of posting date)

Critmonster 05-18-2015 06:06 PM

I did do the 3, 3, update in world.exe and when world loads the only error I get is peq.vwbotcharactermobs is missing. Yes both local and binary DB versions are 9077.

I sourced 2015_01_30_merc_attack_delay.sql in. Now when I click Hire, nothing happens at all. About 30 seconds later my client gets disconnected.

I went through the required and option folders and made sure anything to do with mercs was in the DB. Also, using SOD client. Forgot to mention that in the OP.

Uleat 05-18-2015 06:55 PM

The 30-second delayed disconnect is almost exclusively a zone server crash.

Look at your logs and see if you have a zone crash dump..then, post here.

Critmonster 05-18-2015 07:23 PM

Here is the Crash log. One thing I notice that stands out to me is that its pulling data from my H drive (where I originally installed the server until I realized it needed to be on my C drive. I copy/pasted the entire directory to the C drive). For clarification, my client is on my F drive, server on my C drive, original install on H. I am guessing I may need to do a rebuild from the C drive?

I really appreciated all of y'all's help.


Code:

[05-18-2015 :: 16:30:09] [Zone Server] Time Broadcast Packet: EQTime [01:42 pm]
[05-18-2015 :: 16:31:14] [Crash] EXCEPTION_ACCESS_VIOLATION
[05-18-2015 :: 16:31:14] [Crash] SymInit: Symbol-SearchPath: '.;C:\EQ\EQEmuServer;C:\EQ\EQEmuServer;C:\Windows;C:\Windows\system32;SRV*C:\websymbols*http://msdl.microsoft.com/download/symbols;', symOptions: 530, UserName: 'Smappy'
[05-18-2015 :: 16:31:14] [Crash] OS-Version: 6.1.7601 (Service Pack 1) 0x100-0x1
[05-18-2015 :: 16:31:14] [Crash] C:\EQ\EQEmuServer\zone.exe:zone.exe (003D0000), size: 32116736 (result: 0), SymType: 'PDB', PDB: 'C:\EQ\EQEmuServer\zone.exe'
[05-18-2015 :: 16:31:14] [Crash] C:\Windows\SysWOW64\ntdll.dll:ntdll.dll (76EB0000), size: 1572864 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SysWOW64\ntdll.dll', fileVersion: 6.1.7601.18839
[05-18-2015 :: 16:31:14] [Crash] C:\Windows\syswow64\kernel32.dll:kernel32.dll (765B0000), size: 1114112 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\kernel32.dll', fileVersion: 6.1.7601.18839
[05-18-2015 :: 16:31:14] [Crash] C:\Windows\syswow64\KERNELBASE.dll:KERNELBASE.dll (769F0000), size: 290816 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\KERNELBASE.dll', fileVersion: 6.1.7601.18839
[05-18-2015 :: 16:31:14] [Crash] C:\Windows\syswow64\SHELL32.dll:SHELL32.dll (75580000), size: 12890112 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\SHELL32.dll', fileVersion: 6.1.7601.18762
[05-18-2015 :: 16:31:14] [Crash] C:\Windows\syswow64\msvcrt.dll:msvcrt.dll (752A0000), size: 704512 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\msvcrt.dll', fileVersion: 7.0.7601.17744
[05-18-2015 :: 16:31:14] [Crash] C:\Windows\syswow64\SHLWAPI.dll:SHLWAPI.dll (74CA0000), size: 356352 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\SHLWAPI.dll', fileVersion: 6.1.7601.17514
[05-18-2015 :: 16:31:14] [Crash] C:\Windows\syswow64\GDI32.dll:GDI32.dll (75140000), size: 589824 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\GDI32.dll', fileVersion: 6.1.7601.18778
[05-18-2015 :: 16:31:14] [Crash] C:\Windows\syswow64\USER32.dll:USER32.dll (76270000), size: 1048576 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\USER32.dll', fileVersion: 6.1.7601.17514
[05-18-2015 :: 16:31:14] [Crash] C:\Windows\syswow64\ADVAPI32.dll:ADVAPI32.dll (74B70000), size: 659456 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\ADVAPI32.dll', fileVersion: 6.1.7601.18839
[05-18-2015 :: 16:31:14] [Crash] C:\Windows\SysWOW64\sechost.dll:sechost.dll (74C20000), size: 102400 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SysWOW64\sechost.dll', fileVersion: 6.1.7601.18839
[05-18-2015 :: 16:31:14] [Crash] C:\Windows\syswow64\RPCRT4.dll:RPCRT4.dll (764B0000), size: 983040 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\RPCRT4.dll', fileVersion: 6.1.7601.18532
[05-18-2015 :: 16:31:14] [Crash] C:\Windows\syswow64\SspiCli.dll:SspiCli.dll (74830000), size: 393216 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\SspiCli.dll', fileVersion: 6.1.7601.18839
[05-18-2015 :: 16:31:14] [Crash] C:\Windows\syswow64\CRYPTBASE.dll:CRYPTBASE.dll (74820000), size: 49152 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\CRYPTBASE.dll', fileVersion: 6.1.7600.16385
[05-18-2015 :: 16:31:14] [Crash] C:\Windows\syswow64\LPK.dll:LPK.dll (74D00000), size: 40960 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\LPK.dll', fileVersion: 6.1.7601.18768
[05-18-2015 :: 16:31:14] [Crash] C:\Windows\syswow64\USP10.dll:USP10.dll (76950000), size: 643072 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\USP10.dll', fileVersion: 1.626.7601.18454
[05-18-2015 :: 16:31:14] [Crash] C:\Perl\bin\perl512.dll:perl512.dll (28000000), size: 1273856 (result: 0), SymType: '-exported-', PDB: 'C:\Perl\bin\perl512.dll', fileVersion: 5.12.3.1204
[05-18-2015 :: 16:31:14] [Crash] C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.18201_none_ec80f00e8593ece5\COMCTL32.dll:COMCTL32.dll (74080000), size: 540672 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.18201_none_ec80f00e8593ece5\COMCTL32.dll', fileVersion: 5.82.7601.18201
[05-18-2015 :: 16:31:14] [Crash] C:\EQ\EQEmuServer\lua51.dll:lua51.dll (60030000), size: 356352 (result: 0), SymType: '-exported-', PDB: 'C:\EQ\EQEmuServer\lua51.dll'
[05-18-2015 :: 16:31:14] [Crash] C:\Windows\system32\MSVCR110.dll:MSVCR110.dll (66F40000), size: 876544 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\MSVCR110.dll', fileVersion: 11.0.51106.1
[05-18-2015 :: 16:31:14] [Crash] C:\Windows\syswow64\WS2_32.dll:WS2_32.dll (74890000), size: 217088 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\WS2_32.dll', fileVersion: 6.1.7601.17514
[05-18-2015 :: 16:31:14] [Crash] C:\Windows\syswow64\NSI.dll:NSI.dll (764A0000), size: 24576 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\NSI.dll', fileVersion: 6.1.7600.16385
[05-18-2015 :: 16:31:14] [Crash] C:\Windows\system32\VERSION.dll:VERSION.dll (74570000), size: 36864 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\VERSION.dll', fileVersion: 6.1.7600.16385
[05-18-2015 :: 16:31:14] [Crash] C:\Windows\system32\apphelp.dll:apphelp.dll (74170000), size: 311296 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\apphelp.dll', fileVersion: 6.1.7601.18777
[05-18-2015 :: 16:31:14] [Crash] C:\Windows\AppPatch\AcLayers.DLL:AcLayers.DLL (61570000), size: 577536 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\AppPatch\AcLayers.DLL', fileVersion: 6.1.7601.17974
[05-18-2015 :: 16:31:14] [Crash] C:\Windows\syswow64\ole32.dll:ole32.dll (766C0000), size: 1425408 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\ole32.dll', fileVersion: 6.1.7601.17514
[05-18-2015 :: 16:31:14] [Crash] C:\Windows\syswow64\OLEAUT32.dll:OLEAUT32.dll (74F60000), size: 585728 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\OLEAUT32.dll', fileVersion: 6.1.7601.18679
[05-18-2015 :: 16:31:14] [Crash] C:\Windows\syswow64\USERENV.dll:USERENV.dll (74C80000), size: 94208 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\USERENV.dll', fileVersion: 6.1.7601.17514
[05-18-2015 :: 16:31:14] [Crash] C:\Windows\syswow64\profapi.dll:profapi.dll (76250000), size: 45056 (result: 0), SymType: '-nosymbols-', PDB: 'C:\Windows\syswow64\profapi.dll', fileVersion: 6.1.7600.16385
[05-18-2015 :: 16:31:14] [Crash] C:\Windows\system32\WINSPOOL.DRV:WINSPOOL.DRV (74510000), size: 331776 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\WINSPOOL.DRV', fileVersion: 6.1.7601.17514
[05-18-2015 :: 16:31:14] [Crash] C:\Windows\system32\MPR.dll:MPR.dll (72D20000), size: 73728 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\MPR.dll', fileVersion: 6.1.7600.16385
[05-18-2015 :: 16:31:14] [Crash] C:\Windows\system32\IMM32.DLL:IMM32.DLL (76A50000), size: 393216 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\IMM32.DLL', fileVersion: 6.1.7601.17514
[05-18-2015 :: 16:31:14] [Crash] C:\Windows\syswow64\MSCTF.dll:MSCTF.dll (751D0000), size: 835584 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\MSCTF.dll', fileVersion: 6.1.7601.18731
[05-18-2015 :: 16:31:14] [Crash] C:\Windows\system32\NLAapi.dll:NLAapi.dll (73E80000), size: 65536 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\NLAapi.dll', fileVersion: 6.1.7601.18685
[05-18-2015 :: 16:31:14] [Crash] C:\Windows\system32\napinsp.dll:napinsp.dll (73E60000), size: 65536 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\napinsp.dll', fileVersion: 6.1.7600.16385
[05-18-2015 :: 16:31:14] [Crash] C:\Windows\system32\pnrpnsp.dll:pnrpnsp.dll (73E40000), size: 73728 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\pnrpnsp.dll', fileVersion: 6.1.7600.16385
[05-18-2015 :: 16:31:14] [Crash] C:\Windows\System32\mswsock.dll:mswsock.dll (73EA0000), size: 245760 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\mswsock.dll', fileVersion: 6.1.7601.18254
[05-18-2015 :: 16:31:14] [Crash] C:\Windows\system32\DNSAPI.dll:DNSAPI.dll (73DF0000), size: 278528 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\DNSAPI.dll', fileVersion: 6.1.7601.17570
[05-18-2015 :: 16:31:14] [Crash] C:\Windows\System32\winrnr.dll:winrnr.dll (73DE0000), size: 32768 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\winrnr.dll', fileVersion: 6.1.7600.16385
[05-18-2015 :: 16:31:14] [Crash] C:\Program Files (x86)\Bonjour\mdnsNSP.dll:mdnsNSP.dll (73DB0000), size: 135168 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files (x86)\Bonjour\mdnsNSP.dll', fileVersion: 3.0.0.10
[05-18-2015 :: 16:31:14] [Crash] C:\Windows\system32\Iphlpapi.DLL:Iphlpapi.DLL (74040000), size: 114688 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\Iphlpapi.DLL', fileVersion: 6.1.7601.17514
[05-18-2015 :: 16:31:14] [Crash] C:\Windows\system32\WINNSI.DLL:WINNSI.DLL (74030000), size: 28672 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\WINNSI.DLL', fileVersion: 6.1.7600.16385
[05-18-2015 :: 16:31:14] [Crash] C:\Windows\system32\rasadhlp.dll:rasadhlp.dll (73830000), size: 24576 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\rasadhlp.dll', fileVersion: 6.1.7600.16385
[05-18-2015 :: 16:31:14] [Crash] C:\Windows\System32\wshtcpip.dll:wshtcpip.dll (73E90000), size: 20480 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\wshtcpip.dll', fileVersion: 6.1.7600.16385
[05-18-2015 :: 16:31:14] [Crash] C:\Perl\lib\auto\Cwd\Cwd.dll:Cwd.dll (10000000), size: 20480 (result: 0), SymType: '-exported-', PDB: 'C:\Perl\lib\auto\Cwd\Cwd.dll'
[05-18-2015 :: 16:31:14] [Crash] C:\Perl\lib\auto\DBI\DBI.dll:DBI.dll (02430000), size: 98304 (result: 0), SymType: '-exported-', PDB: 'C:\Perl\lib\auto\DBI\DBI.dll'
[05-18-2015 :: 16:31:14] [Crash] C:\Perl\lib\auto\List\Util\Util.dll:Util.dll (00300000), size: 28672 (result: 0), SymType: '-exported-', PDB: 'C:\Perl\lib\auto\List\Util\Util.dll'
[05-18-2015 :: 16:31:14] [Crash] C:\Perl\lib\auto\Filter\Util\Call\Call.dll:Call.dll (02450000), size: 20480 (result: 0), SymType: '-exported-', PDB: 'C:\Perl\lib\auto\Filter\Util\Call\Call.dll'
[05-18-2015 :: 16:31:14] [Crash] C:\Perl\lib\auto\IO\IO.dll:IO.dll (02460000), size: 24576 (result: 0), SymType: '-exported-', PDB: 'C:\Perl\lib\auto\IO\IO.dll'
[05-18-2015 :: 16:31:14] [Crash] C:\Windows\System32\fwpuclnt.dll:fwpuclnt.dll (70830000), size: 229376 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\fwpuclnt.dll', fileVersion: 6.1.7601.18283
[05-18-2015 :: 16:31:14] [Crash] C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\MSPDB120.DLL:MSPDB120.DLL (5FF70000), size: 258048 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\MSPDB120.DLL', fileVersion: 12.0.31101.0
[05-18-2015 :: 16:31:14] [Crash] C:\Windows\system32\MSVCR120.dll:MSVCR120.dll (59710000), size: 974848 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\MSVCR120.dll', fileVersion: 12.0.21005.1
[05-18-2015 :: 16:31:14] [Crash] C:\Windows\system32\dbghelp.dll:dbghelp.dll (6B4E0000), size: 962560 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\dbghelp.dll', fileVersion: 6.1.7601.17514
[05-18-2015 :: 16:31:15] [Crash] f:\dd\vctools\crt\crtw32\string\i386\memcpy.asm (305): memcpy
[05-18-2015 :: 16:31:15] [Crash] h:\eq\source\zone\merc.cpp (4725): Merc::LoadMerc
[05-18-2015 :: 16:31:15] [Crash] h:\eq\source\zone\client_packet.cpp (9488): Client::Handle_OP_MercenaryHire
[05-18-2015 :: 16:31:15] [Crash] h:\eq\source\zone\client_packet.cpp (476): Client::HandlePacket
[05-18-2015 :: 16:31:15] [Crash] h:\eq\source\zone\client_process.cpp (690): Client::Process
[05-18-2015 :: 16:31:15] [Crash] h:\eq\source\zone\entity.cpp (472): EntityList::MobProcess
[05-18-2015 :: 16:31:15] [Crash] h:\eq\source\zone\net.cpp (425): main
[05-18-2015 :: 16:31:15] [Crash] f:\dd\vctools\crt\crtw32\startup\crt0.c (255): __tmainCRTStartup
[05-18-2015 :: 16:31:15] [Crash] f:\dd\vctools\crt\crtw32\startup\crt0.c (165): mainCRTStartup
[05-18-2015 :: 16:31:15] [Crash] ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 765C337A)
[05-18-2015 :: 16:31:15] [Crash] 765C337A (kernel32): (filename not available): BaseThreadInitThunk
[05-18-2015 :: 16:31:15] [Crash] ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 76EE92E2)
[05-18-2015 :: 16:31:15] [Crash] 76EE92E2 (ntdll): (filename not available): RtlInitializeExceptionChain
[05-18-2015 :: 16:31:15] [Crash] ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 76EE92B5)
[05-18-2015 :: 16:31:15] [Crash] 76EE92B5 (ntdll): (filename not available): RtlInitializeExceptionChain


Uleat 05-18-2015 08:42 PM

That is an odd catch point...

I pushed a fix for that particular issue..but, you may still have other problems.

Try the update and see if you get a different crash/error.

Critmonster 05-19-2015 08:13 PM

I am assuming by update you mean I should do a git pull for the source dir? After doing that, (git pull on source dir) same issue.

Code:

[05-19-2015 :: 10:50:20] [Crash] EXCEPTION_ACCESS_VIOLATION
[05-19-2015 :: 10:50:20] [Crash] SymInit: Symbol-SearchPath: '.;C:\EQ\EQEmuServer;C:\EQ\EQEmuServer;C:\Windows;C:\Windows\system32;SRV*C:\websymbols*http://msdl.microsoft.com/download/symbols;', symOptions: 530, UserName: 'Smappy'
[05-19-2015 :: 10:50:20] [Crash] OS-Version: 6.1.7601 (Service Pack 1) 0x100-0x1
[05-19-2015 :: 10:50:20] [Crash] C:\EQ\EQEmuServer\zone.exe:zone.exe (00A00000), size: 32116736 (result: 0), SymType: 'PDB', PDB: 'C:\EQ\EQEmuServer\zone.exe'
[05-19-2015 :: 10:50:20] [Crash] C:\Windows\SysWOW64\ntdll.dll:ntdll.dll (76EB0000), size: 1572864 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SysWOW64\ntdll.dll', fileVersion: 6.1.7601.18839
[05-19-2015 :: 10:50:20] [Crash] C:\Windows\syswow64\kernel32.dll:kernel32.dll (765B0000), size: 1114112 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\kernel32.dll', fileVersion: 6.1.7601.18839
[05-19-2015 :: 10:50:20] [Crash] C:\Windows\syswow64\KERNELBASE.dll:KERNELBASE.dll (769F0000), size: 290816 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\KERNELBASE.dll', fileVersion: 6.1.7601.18839
[05-19-2015 :: 10:50:20] [Crash] C:\Windows\syswow64\SHELL32.dll:SHELL32.dll (75580000), size: 12890112 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\SHELL32.dll', fileVersion: 6.1.7601.18762
[05-19-2015 :: 10:50:20] [Crash] C:\Windows\syswow64\msvcrt.dll:msvcrt.dll (752A0000), size: 704512 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\msvcrt.dll', fileVersion: 7.0.7601.17744
[05-19-2015 :: 10:50:20] [Crash] C:\Windows\syswow64\SHLWAPI.dll:SHLWAPI.dll (74CA0000), size: 356352 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\SHLWAPI.dll', fileVersion: 6.1.7601.17514
[05-19-2015 :: 10:50:20] [Crash] C:\Windows\syswow64\GDI32.dll:GDI32.dll (75140000), size: 589824 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\GDI32.dll', fileVersion: 6.1.7601.18778
[05-19-2015 :: 10:50:20] [Crash] C:\Windows\syswow64\USER32.dll:USER32.dll (76270000), size: 1048576 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\USER32.dll', fileVersion: 6.1.7601.17514
[05-19-2015 :: 10:50:20] [Crash] C:\Windows\syswow64\ADVAPI32.dll:ADVAPI32.dll (74B70000), size: 659456 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\ADVAPI32.dll', fileVersion: 6.1.7601.18839
[05-19-2015 :: 10:50:20] [Crash] C:\Windows\SysWOW64\sechost.dll:sechost.dll (74C20000), size: 102400 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SysWOW64\sechost.dll', fileVersion: 6.1.7601.18839
[05-19-2015 :: 10:50:20] [Crash] C:\Windows\syswow64\RPCRT4.dll:RPCRT4.dll (764B0000), size: 983040 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\RPCRT4.dll', fileVersion: 6.1.7601.18532
[05-19-2015 :: 10:50:20] [Crash] C:\Windows\syswow64\SspiCli.dll:SspiCli.dll (74830000), size: 393216 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\SspiCli.dll', fileVersion: 6.1.7601.18839
[05-19-2015 :: 10:50:20] [Crash] C:\Windows\syswow64\CRYPTBASE.dll:CRYPTBASE.dll (74820000), size: 49152 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\CRYPTBASE.dll', fileVersion: 6.1.7600.16385
[05-19-2015 :: 10:50:20] [Crash] C:\Windows\syswow64\LPK.dll:LPK.dll (74D00000), size: 40960 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\LPK.dll', fileVersion: 6.1.7601.18768
[05-19-2015 :: 10:50:20] [Crash] C:\Windows\syswow64\USP10.dll:USP10.dll (76950000), size: 643072 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\USP10.dll', fileVersion: 1.626.7601.18454
[05-19-2015 :: 10:50:20] [Crash] C:\Perl\bin\perl512.dll:perl512.dll (28000000), size: 1273856 (result: 0), SymType: '-exported-', PDB: 'C:\Perl\bin\perl512.dll', fileVersion: 5.12.3.1204
[05-19-2015 :: 10:50:20] [Crash] C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.18201_none_ec80f00e8593ece5\COMCTL32.dll:COMCTL32.dll (74080000), size: 540672 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.18201_none_ec80f00e8593ece5\COMCTL32.dll', fileVersion: 5.82.7601.18201
[05-19-2015 :: 10:50:20] [Crash] C:\EQ\EQEmuServer\lua51.dll:lua51.dll (73980000), size: 356352 (result: 0), SymType: '-exported-', PDB: 'C:\EQ\EQEmuServer\lua51.dll'
[05-19-2015 :: 10:50:20] [Crash] C:\Windows\system32\MSVCR110.dll:MSVCR110.dll (66F40000), size: 876544 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\MSVCR110.dll', fileVersion: 11.0.51106.1
[05-19-2015 :: 10:50:20] [Crash] C:\Windows\syswow64\WS2_32.dll:WS2_32.dll (74890000), size: 217088 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\WS2_32.dll', fileVersion: 6.1.7601.17514
[05-19-2015 :: 10:50:20] [Crash] C:\Windows\syswow64\NSI.dll:NSI.dll (764A0000), size: 24576 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\NSI.dll', fileVersion: 6.1.7600.16385
[05-19-2015 :: 10:50:20] [Crash] C:\Windows\system32\VERSION.dll:VERSION.dll (74570000), size: 36864 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\VERSION.dll', fileVersion: 6.1.7600.16385
[05-19-2015 :: 10:50:20] [Crash] C:\Windows\system32\apphelp.dll:apphelp.dll (74170000), size: 311296 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\apphelp.dll', fileVersion: 6.1.7601.18777
[05-19-2015 :: 10:50:20] [Crash] C:\Windows\AppPatch\AcLayers.DLL:AcLayers.DLL (62B80000), size: 577536 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\AppPatch\AcLayers.DLL', fileVersion: 6.1.7601.17974
[05-19-2015 :: 10:50:20] [Crash] C:\Windows\syswow64\ole32.dll:ole32.dll (766C0000), size: 1425408 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\ole32.dll', fileVersion: 6.1.7601.17514
[05-19-2015 :: 10:50:20] [Crash] C:\Windows\syswow64\OLEAUT32.dll:OLEAUT32.dll (74F60000), size: 585728 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\OLEAUT32.dll', fileVersion: 6.1.7601.18679
[05-19-2015 :: 10:50:20] [Crash] C:\Windows\syswow64\USERENV.dll:USERENV.dll (74C80000), size: 94208 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\USERENV.dll', fileVersion: 6.1.7601.17514
[05-19-2015 :: 10:50:20] [Crash] C:\Windows\syswow64\profapi.dll:profapi.dll (76250000), size: 45056 (result: 0), SymType: '-nosymbols-', PDB: 'C:\Windows\syswow64\profapi.dll', fileVersion: 6.1.7600.16385
[05-19-2015 :: 10:50:20] [Crash] C:\Windows\system32\WINSPOOL.DRV:WINSPOOL.DRV (74510000), size: 331776 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\WINSPOOL.DRV', fileVersion: 6.1.7601.17514
[05-19-2015 :: 10:50:20] [Crash] C:\Windows\system32\MPR.dll:MPR.dll (72D20000), size: 73728 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\MPR.dll', fileVersion: 6.1.7600.16385
[05-19-2015 :: 10:50:20] [Crash] C:\Windows\system32\IMM32.DLL:IMM32.DLL (76A50000), size: 393216 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\IMM32.DLL', fileVersion: 6.1.7601.17514
[05-19-2015 :: 10:50:20] [Crash] C:\Windows\syswow64\MSCTF.dll:MSCTF.dll (751D0000), size: 835584 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\MSCTF.dll', fileVersion: 6.1.7601.18731
[05-19-2015 :: 10:50:20] [Crash] C:\Windows\system32\NLAapi.dll:NLAapi.dll (73E80000), size: 65536 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\NLAapi.dll', fileVersion: 6.1.7601.18685
[05-19-2015 :: 10:50:20] [Crash] C:\Windows\system32\napinsp.dll:napinsp.dll (73E60000), size: 65536 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\napinsp.dll', fileVersion: 6.1.7600.16385
[05-19-2015 :: 10:50:20] [Crash] C:\Windows\system32\pnrpnsp.dll:pnrpnsp.dll (73E40000), size: 73728 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\pnrpnsp.dll', fileVersion: 6.1.7600.16385
[05-19-2015 :: 10:50:20] [Crash] C:\Windows\System32\mswsock.dll:mswsock.dll (73EA0000), size: 245760 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\mswsock.dll', fileVersion: 6.1.7601.18254
[05-19-2015 :: 10:50:20] [Crash] C:\Windows\system32\DNSAPI.dll:DNSAPI.dll (73DF0000), size: 278528 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\DNSAPI.dll', fileVersion: 6.1.7601.17570
[05-19-2015 :: 10:50:20] [Crash] C:\Windows\System32\winrnr.dll:winrnr.dll (73DE0000), size: 32768 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\winrnr.dll', fileVersion: 6.1.7600.16385
[05-19-2015 :: 10:50:20] [Crash] C:\Program Files (x86)\Bonjour\mdnsNSP.dll:mdnsNSP.dll (73DB0000), size: 135168 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files (x86)\Bonjour\mdnsNSP.dll', fileVersion: 3.0.0.10
[05-19-2015 :: 10:50:20] [Crash] C:\Windows\system32\Iphlpapi.DLL:Iphlpapi.DLL (74040000), size: 114688 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\Iphlpapi.DLL', fileVersion: 6.1.7601.17514
[05-19-2015 :: 10:50:20] [Crash] C:\Windows\system32\WINNSI.DLL:WINNSI.DLL (74030000), size: 28672 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\WINNSI.DLL', fileVersion: 6.1.7600.16385
[05-19-2015 :: 10:50:20] [Crash] C:\Windows\system32\rasadhlp.dll:rasadhlp.dll (73830000), size: 24576 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\rasadhlp.dll', fileVersion: 6.1.7600.16385
[05-19-2015 :: 10:50:20] [Crash] C:\Windows\System32\wshtcpip.dll:wshtcpip.dll (73E90000), size: 20480 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\wshtcpip.dll', fileVersion: 6.1.7600.16385
[05-19-2015 :: 10:50:20] [Crash] C:\Perl\lib\auto\Cwd\Cwd.dll:Cwd.dll (10000000), size: 20480 (result: 0), SymType: '-exported-', PDB: 'C:\Perl\lib\auto\Cwd\Cwd.dll'
[05-19-2015 :: 10:50:20] [Crash] C:\Perl\lib\auto\DBI\DBI.dll:DBI.dll (00490000), size: 98304 (result: 0), SymType: '-exported-', PDB: 'C:\Perl\lib\auto\DBI\DBI.dll'
[05-19-2015 :: 10:50:20] [Crash] C:\Perl\lib\auto\List\Util\Util.dll:Util.dll (002D0000), size: 28672 (result: 0), SymType: '-exported-', PDB: 'C:\Perl\lib\auto\List\Util\Util.dll'
[05-19-2015 :: 10:50:20] [Crash] C:\Perl\lib\auto\Filter\Util\Call\Call.dll:Call.dll (004B0000), size: 20480 (result: 0), SymType: '-exported-', PDB: 'C:\Perl\lib\auto\Filter\Util\Call\Call.dll'
[05-19-2015 :: 10:50:20] [Crash] C:\Perl\lib\auto\IO\IO.dll:IO.dll (004D0000), size: 24576 (result: 0), SymType: '-exported-', PDB: 'C:\Perl\lib\auto\IO\IO.dll'
[05-19-2015 :: 10:50:20] [Crash] C:\Windows\System32\fwpuclnt.dll:fwpuclnt.dll (70830000), size: 229376 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\fwpuclnt.dll', fileVersion: 6.1.7601.18283
[05-19-2015 :: 10:50:20] [Crash] C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\MSPDB120.DLL:MSPDB120.DLL (69FC0000), size: 258048 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\MSPDB120.DLL', fileVersion: 12.0.31101.0
[05-19-2015 :: 10:50:20] [Crash] C:\Windows\system32\MSVCR120.dll:MSVCR120.dll (5D680000), size: 974848 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\MSVCR120.dll', fileVersion: 12.0.21005.1
[05-19-2015 :: 10:50:20] [Crash] C:\Windows\system32\dbghelp.dll:dbghelp.dll (6B4E0000), size: 962560 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\dbghelp.dll', fileVersion: 6.1.7601.17514
[05-19-2015 :: 10:50:21] [Crash] f:\dd\vctools\crt\crtw32\string\i386\memcpy.asm (305): memcpy
[05-19-2015 :: 10:50:21] [Crash] h:\eq\source\zone\merc.cpp (4725): Merc::LoadMerc
[05-19-2015 :: 10:50:21] [Crash] h:\eq\source\zone\client_packet.cpp (9488): Client::Handle_OP_MercenaryHire
[05-19-2015 :: 10:50:21] [Crash] h:\eq\source\zone\client_packet.cpp (476): Client::HandlePacket
[05-19-2015 :: 10:50:21] [Crash] h:\eq\source\zone\client_process.cpp (690): Client::Process
[05-19-2015 :: 10:50:21] [Crash] h:\eq\source\zone\entity.cpp (472): EntityList::MobProcess
[05-19-2015 :: 10:50:21] [Crash] h:\eq\source\zone\net.cpp (425): main
[05-19-2015 :: 10:50:21] [Crash] f:\dd\vctools\crt\crtw32\startup\crt0.c (255): __tmainCRTStartup
[05-19-2015 :: 10:50:21] [Crash] f:\dd\vctools\crt\crtw32\startup\crt0.c (165): mainCRTStartup
[05-19-2015 :: 10:50:21] [Crash] ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 765C337A)
[05-19-2015 :: 10:50:21] [Crash] 765C337A (kernel32): (filename not available): BaseThreadInitThunk
[05-19-2015 :: 10:50:21] [Crash] ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 76EE92E2)
[05-19-2015 :: 10:50:21] [Crash] 76EE92E2 (ntdll): (filename not available): RtlInitializeExceptionChain
[05-19-2015 :: 10:50:21] [Crash] ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 76EE92B5)
[05-19-2015 :: 10:50:21] [Crash] 76EE92B5 (ntdll): (filename not available): RtlInitializeExceptionChain


Uleat 05-19-2015 08:18 PM

Let me dig a little deeper...

Shendare 05-19-2015 08:37 PM

+1

Just don't dig straight down. You've gotta be able to come back up!

Uleat 05-19-2015 09:36 PM

I honestly don't see what's causing the crash...


Code:

memcpy(npc_type, npc_type_to_copy, sizeof(NPCType));
should not be reached if 'npc_type_to_copy' is nullptr - which I verified a valid or nullptr reference should be returned.


And since
Code:

NPCType* npc_type = new NPCType;
memset(npc_type, 0, sizeof(NPCType));

don't appear to be causing issues, I don't see 'src' as being nullptr.


Since we're actually getting into the memcpy() routine, it doesn't look like server code at this point.

Unfortunately, that's an asm sub-routine and tracing code flow doesn't appear possible :(


I did find a few obscure references to memcpy and VS2013..but, nothing to validate the problems posted in the dump log...


(Still digging...)


EDIT: If you're building on 'debug', try switching to 'release' - also, make sure that you clean your solution before building again.

Critmonster 05-20-2015 02:11 AM

I resolved my issue. I had originally compiled the server in a dir on my H drive. I then moved the folder to my C drive. Everything worked fine, except this. So tonight I rebuild an entire new server all local on the C drive. Everything now works. Much appreciation for the insight and help guys.

Uleat 05-20-2015 06:39 PM

Nice! At least you cued in on the problem early.

Still strange that it only crashed at that point...

Critmonster 05-20-2015 07:52 PM

Yea I totally agree. Spent all day testing the server. Works wonderfully. Very impressed with how well this project is put together.


All times are GMT -4. The time now is 11:05 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.