Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Choose logo system

Newbie Spellweaver
Joined
Oct 23, 2013
Messages
12
Reaction score
0
Hi guys,

I have a strange problem with a custom system i tried to "make".

Its based on Honor code, and allow you to choose a icon unlocked by killing monster, using items etc.. A basic copy of the honor system.

But here is my problem :

When i close my Neuz it crashes and show me this error (seems like its an iterator problem but ???) where is it coming from ? :
Code:
[COLOR=#000000][URL="http://www.***********.com/forum/flyff-pserver-discussions-questions/4258882-choose-logo-system.html#post35833649"] Spoiler[/URL]
2017/ 3/16 22:50:02 Mar 16 2017 22:43:45 1 rCnt=1

Neuz.exe caused an EXCEPTION_ACCESS_VIOLATION in module Neuz.exe at 0023:0047C59A, std::list<void *,std::allocator<void *> >::begin()+0010 byte(s), e:\program files (x86)\microsoft visual studio .net 2003\vc7\include\list, line 0377+0003 byte(s)

- Registers

EAX=7361726B EBX=0049B7B0 ECX=7361726B EDX=00000001 ESI=00000000
EDI=00000000 EBP=0019F63C ESP=0019F638 EIP=0047C59A FLG=00210202
CS=0023 DS=002B SS=002B ES=002B FS=0053 GS=002B

0023:0047C59A Neuz.exe, std::list<void *,std::allocator<void *> >::begin()+0010 byte(s)
0023:0047C3A8 Neuz.exe, MemPooler<CGuildMember>:destroy()+0024 byte(s)
0023:0047BC6B Neuz.exe, MemPooler<CGuildMember>::~MemPooler<CGuildMember>( )+0043 byte(s)
0023:0047B50F Neuz.exe, MemPooler<CGuildMember>::`scalar deleting destructor'()+0015 byte(s)
0023:00477770 Neuz.exe, CNeuzApp::FinalCleanup()+0464 byte(s)
0023:0049CA13 Neuz.exe, CD3DApplication::MsgProc()+1699 byte(s)
0023:00479AC5 Neuz.exe, CNeuzApp::MsgProc()+1813 byte(s)
0023:0049B7D4 Neuz.exe, WndProc()+0036 byte(s)
0023:7481D2B3 USER32.dll, SetManipulationInputTarget()+0083 byte(s)
0023:747FE88A USER32.dll, DispatchMessageW()+2298 byte(s)
0023:747FE4C0 USER32.dll, DispatchMessageW()+1328 byte(s)
0023:74808B09 USER32.dll, MsgWaitForMultipleObjectsEx()+0777 byte(s)
0023:77D308C6 ntdll.dll, KiUserCallbackDispatcher()+0054 byte(s)
0023:7481A92D USER32.dll, SetRect()+0381 byte(s)
0023:741A342E uxtheme.dll, GetThemePosition()+1086 byte(s)
0023:741A31B5 uxtheme.dll, GetThemePosition()+0453 byte(s)
0023:74196BB8 uxtheme.dll, OpenThemeData()+5320 byte(s)
0023:741A52C8 uxtheme.dll, GetThemeBool()+0440 byte(s)
0023:747FF884 USER32.dll, DispatchMessageW()+6388 byte(s)
0023:0049CA69 Neuz.exe, CD3DApplication::MsgProc()+1785 byte(s)
0023:00479AC5 Neuz.exe, CNeuzApp::MsgProc()+1813 byte(s)
0023:0049B7D4 Neuz.exe, WndProc()+0036 byte(s)
0023:7481D2B3 USER32.dll, SetManipulationInputTarget()+0083 byte(s)
0023:747FE88A USER32.dll, DispatchMessageW()+2298 byte(s)
0023:747FE1E4 USER32.dll, DispatchMessageW()+0596 byte(s)
0023:7481BC10 USER32.dll, DispatchMessageA()+0016 byte(s)
0023:0049DE73 Neuz.exe, CD3DApplication::Run()+0259 byte(s)
0023:0048000C Neuz.exe, WinMain()+0332 byte(s)
0023:0098495C Neuz.exe, WinMainCRTStartup()+0388 byte(s)
0023:77BF62C4 KERNEL32.DLL, BaseThreadInitThunk()+0036 byte(s)
0023:77D20FD9 ntdll.dll, RtlSubscribeWnfStateChangeNotification()+1081 byte(s)
0023:77D20FA4 ntdll.dll, RtlSubscribeWnfStateChangeNotification()+1028 byte(s)

[/COLOR]
Thanks for any help !
 
Newbie Spellweaver
Joined
Oct 23, 2013
Messages
12
Reaction score
0
Because i think its better to chose the logo and unlock it like honor system :c But do you know why it crash like that ?
 
Newbie Spellweaver
Joined
Oct 23, 2013
Messages
12
Reaction score
0
I tried, it redirect me on this :

Neuz.cpp :

HRESULT CNeuzApp::FinalCleanup()

g_GuildWarMng.Clear();

But my system has nothing to do with GuildWar
 
Back
Top