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!

Neuz.exe Crash when pressing Teleport System(Z) and Pet Filter(U)

Newbie Spellweaver
Joined
Jun 11, 2017
Messages
22
Reaction score
1
here's the error log and network error
error_20170619
2017/ 6/19 22:13:19 ::LoadTextureFromRes : Theme\English\Dungeon_Volcane.dds not found

2017/ 6/19 22:13:20 CTexture::LoadTexture : Theme\English\Dungeon_Volcane.dds read error


2017/ 6/19 22:13:21 ::LoadTextureFromRes : Theme\English\DUNGEON_WdHeaven01.dds not found


2017/ 6/19 22:13:21 CTexture::LoadTexture : Theme\English\DUNGEON_WdHeaven01.dds read error


2017/ 6/19 22:13:21 ::LoadTextureFromRes : Theme\English\DUNGEON_WdHeaven02.dds not found


2017/ 6/19 22:13:21 CTexture::LoadTexture : Theme\English\DUNGEON_WdHeaven02.dds read error


2017/ 6/19 22:13:22 ::LoadTextureFromRes : Theme\English\DUNGEON_WdHeaven03.dds not found


2017/ 6/19 22:13:22 CTexture::LoadTexture : Theme\English\DUNGEON_WdHeaven03.dds read error


2017/ 6/19 22:13:22 ::LoadTextureFromRes : Theme\English\DUNGEON_WdHeaven04.dds not found


2017/ 6/19 22:13:22 CTexture::LoadTexture : Theme\English\DUNGEON_WdHeaven04.dds read error


2017/ 6/19 22:13:22 ::LoadTextureFromRes : Theme\English\DUNGEON_WdHeaven05.dds not found


2017/ 6/19 22:13:22 CTexture::LoadTexture : Theme\English\DUNGEON_WdHeaven05.dds read error


2017/ 6/19 22:13:25 FileName Music\default.bgm(69) : BGM_BA_FWC Not Found. : BGM_BA_FWC "music\BgmColosseoumMain.ogg"






//»êÇÁ·¹½º Àú·¾ °í·¾


BGM_DU_SANPR


2017/ 6/19 22:13:25 FileName Music\default.bgm(72) : BGM_DU_SANPRES Not Found. : BGM_DU_SANPRES "music\BgmDuSanpres.ogg"


//À¯ÇÁ·¹½Ã¾Æ Àú·¾ °í·¾


BGM_DU_UPRE


2017/ 6/19 22:13:25 FileName Music\default.bgm(74) : BGM_DU_UPRESIA Not Found. : BGM_DU_UPRESIA "music\BgmDuUpresia.ogg"


//Ç츣³×¿À½º Àú·¾ °í·¾


BGM_DU_HERN


2017/ 6/19 22:13:25 FileName Music\default.bgm(76) : BGM_DU_HERNEOS Not Found. : BGM_DU_HERNEOS "music\BgmDuHerneos.ogg"


2017/ 6/19 22:14:26 g_pPlayer is ready


2017/ 6/19 22:14:31 CWndTaskBar::SetTaskBarTexture : Test7 2010


2017/ 6/19 22:14:31 CWndTaskBar::SetTaskBarTexture : Test7 581


2017/ 6/19 22:14:42 Jun 15 2017 10:02:48 1 rCnt=1


Neuz.exe caused an EXCEPTION_ACCESS_VIOLATION in module Neuz.exe at 0023:004D648E


- Registers


EAX=00000000 EBX=7EFDE000 ECX=00000000 EDX=0000000B ESI=00000000
EDI=75501245 EBP=0018B518 ESP=0018B4C8 EIP=004D648E FLG=00210202
CS=0023 DS=002B SS=002B ES=002B FS=0053 GS=002B


0023:004D648E Neuz.exe
0023:0056264A Neuz.exe
0023:004C0569 Neuz.exe
0023:004C0C91 Neuz.exe
0023:004C07BC Neuz.exe
0023:00601016 Neuz.exe
0023:0050DD6C Neuz.exe
0023:004C2BAF Neuz.exe
0023:0046D9AB Neuz.exe
0023:0048D9C0 Neuz.exe
0023:0048D805 Neuz.exe
0023:004744DC Neuz.exe
0023:009182CC Neuz.exe
0023:7550338A kernel32.dll, BaseThreadInitThunk()+0018 byte(s)
0023:77119F72 ntdll.dll, RtlInitializeExceptionChain()+0099 byte(s)
0023:77119F45 ntdll.dll, RtlInitializeExceptionChain()+0054 byte(s)

network_20170619
Mon Jun 19 22:14:11 20170 - CERT_CONNECTED
Mon Jun 19 22:14:12 2017
2 - CERT_SRVR_LIST
Mon Jun 19 22:14:13 2017
4 - LOGIN_CONNECTED
Mon Jun 19 22:14:14 2017
8 - LOGIN_CACHE_ADDR
Mon Jun 19 22:14:14 2017
15 - CERT_DISCONNECT
network error:64
Mon Jun 19 22:14:14 2017
6 - LOGIN_PLAYER_LIST
Mon Jun 19 22:14:18 2017
9 - CACHE_CONNECTED
Mon Jun 19 22:14:19 2017
11 - LOGIN_REQ_PREJOIN
Mon Jun 19 22:14:20 2017
12 - LOGIN_ACK_PREJOIN
Mon Jun 19 22:14:21 2017
13 - CACHE_ACK_JOIN

please need help badly :(
 
Junior Spellweaver
Joined
Nov 21, 2015
Messages
181
Reaction score
21
I can assume you're missing the images in the theme folder for the teleport system from the first error, I wouldn't think that would cause a crash but maybe?
as for the pet filter when you open the menu it crashes which would lead me to believe the resdata.inc you're using is the wrong version?
this could also very well be the issue for the teleport system.
 
Back
Top