World Server crashing when closed

01/25/2016 17:58 eunasciem#1
As the title says, my world server actually crashes when I close it, generating a dump file. Debugging leaded me to accessory.cpp... or maybe idk what I am doing...

any clue on this? Here's the pic to where it is pointing to:

[Only registered and activated users can see links. Click Here To Register...]

It is pointing to the line "for ( map<DWORD, vector...)"


RPT FILE:
Code:
==================   logged at 2016/1/25 10:03:10    ==========================

Exception code : C0000005 ACCESS_VIOLATION
Fault address :0048C00B 01:0008B00B D:\Newserver\Program\7.WorldServer.exe

Registers:
EAX:0018F4CC
EBX:0091A420
ECX:00000032
EDX:0000C724
ESI:00000001
EDI:007457F8
CS:EIP:0023:0048C00B
SS:ESP:002B:0018F490  EBP:0018F4DC
DS:002B  ES:002B  FS:0053  GS:002B
Flags:00010206

Call stack:
Address   Frame
0048C00B  0018F4DC  0001:0008B00B D:\Newserver\Program\7.WorldServer.exe
0058642D  0018F62C  0001:0018542D D:\Newserver\Program\7.WorldServer.exe
791DA717  0018F634  CoInitializeCor+BE77
791DA434  0018F744  CoInitializeCor+BB94
791DA58A  0018F7F4  CoInitializeCor+BCEA
791DA5F6  0018F81C  CoInitializeCor+BD56
7921F818  0018F8D4  CoEEShutDownCOM+2105
7923D342  0018F9E8  DllGetClassObjectInternal+65EF
7923D441  0018FA00  DllGetClassObjectInternal+66EE
7923D92F  0018FCE4  DllGetClassObjectInternal+6BDC
791C6E73  0018FF24  CorDllMain+1F0
791C6EF3  0018FF70  CorExeMain+47
70467F16  0018FF80  CreateConfigStream+13F
70464DE3  0018FF94  CorExeMain+8
770A9ED2  0018FFD4  RtlInitializeExceptionChain+63
770A9EA5  0018FFEC  RtlInitializeExceptionChain+36


===== [end of file] =====
01/25/2016 22:42 eunasciem#2
I was taking a look into the accessory.inc and I've found some weird values inside it, example:

Code:
II_SYS_SYS_EVE_BROKENMOONSTONEBOX
	{
		0	{	}
		1	{	}
		2	{	}
		3	{	}
		4	{	}
		5	{	}
		6	{	}
		7	{	}
		8	{	}
		9	{	}
		10	{	}
		11	{	}
		12	{	}
		13	{	}
		14	{	}
		15	{	}
		16	{	}
		17	{	}
		18	{	}
		19	{	}
		20	{	}
	}
	II_GEN_JEW_EAR_FEELSOGOODOLDRING
	{
		0	{	}
		1	{	}
		2	{	}
		3	{	}
		4	{	}
		5	{	}
		6	{	}
		7	{	}
		8	{	}
		9	{	}
		10	{	}
		11	{	}
		12	{	}
		13	{	}
		14	{	}
		15	{	}
		16	{	}
		17	{	}
		18	{	}
		19	{	}
		20	{	}
	}
But when I took it off, the world server started crashing on its startup...

EDIT:

Now I tried to put it back and it is always crashing on its startup... I have no idea about what's happening here...

EDIT2: Debugging now points me to a file called "memory".
[Only registered and activated users can see links. Click Here To Register...]

EDIT3: Yeah I fixed accessory.inc and recompiled the source... still not working tho.