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!

[HELP] World Server Stalling

Status
Not open for further replies.
Newbie Spellweaver
Joined
Feb 28, 2022
Messages
39
Reaction score
10
Sorry, still new to the FlyFF code, so this error code means literally nothing to me. Can anyone just point me to the file/folder I need to be debugging?? Not really sure how I'd go about debugging these .dll's that the world server is failing on...

Edit: I am using Ketchups V19 files, and just implemented the MonsterBuff system released on EPVP.

Code:
CEventLuaProxy::Initialize
'WorldServer.exe' (Win32): Loaded '~\Desktop\K19\Server\Resource\WorldDialog.dll'. 
'WorldServer.exe' (Win32): Loaded 'C:\Windows\SysWOW64\mswsock.dll'. 
'WorldServer.exe' (Win32): Loaded 'C:\Windows\SysWOW64\cryptsp.dll'. 
'WorldServer.exe' (Win32): Loaded 'C:\Windows\SysWOW64\rsaenh.dll'. 
'WorldServer.exe' (Win32): Loaded 'C:\Windows\SysWOW64\bcrypt.dll'. 
'WorldServer.exe' (Win32): Loaded 'C:\Windows\SysWOW64\cryptbase.dll'. 
D3DX: (INFO) Using SSE2 Instructions
The thread 0x3bc0 has exited with code 0 (0x0).
The thread 0x306c has exited with code 0 (0x0).
The thread 0x4a54 has exited with code 0 (0x0).
type=5, index=1350, left=2694, top=432, right=2660, bottom=440, num=1CDPDatabaseClient.OnLorddwFlag=0x00000000, nId=531, nFlag=-2147483648dwFlag=0x00000000, nId=501, nFlag=2dwFlag=0x00000000, nId=502, nFlag=4The thread 0xb38 has exited with code 0 (0x0).
The thread 0x38c8 has exited with code 0 (0x0).
The thread 0x1e4 has exited with code 0 (0x0).
The thread 0x3a78 has exited with code 0 (0x0).
The thread 0x2c0c has exited with code 0 (0x0).
The thread 0xad8 has exited with code 0 (0x0).
The thread 0x2ed4 has exited with code 0 (0x0).
The thread 0x1bf0 has exited with code 0 (0x0).
The thread 0xf1c has exited with code 0 (0x0).
The thread 0x467c has exited with code 0 (0x0).
The thread 0x41d4 has exited with code 0 (0x0).
The thread 0x2e5c has exited with code 0 (0x0).
'WorldServer.exe' (Win32): Unloaded '~\Desktop\K19\Server\Resource\WorldDialog.dll'
The thread 0x1284 has exited with code 0 (0x0).
The thread 0x1734 has exited with code 0 (0x0).
The thread 0x4900 has exited with code 0 (0x0).
The thread 0x2744 has exited with code 0 (0x0).
The program '[13944] WorldServer.exe' has exited with code 0 (0x0).

Edit2: Solved... Put code in wrong part of Project.cpp.. how do I close this?
 
Last edited:
Status
Not open for further replies.
Back
Top