• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

WorldServer and Neuz randomly not opening

Newbie Spellweaver
Joined
Dec 17, 2018
Messages
33
Reaction score
25
Hey!

I recently jumped into FlyFF modding and C++, trying to learn the latest. I have decent Java bases.
For a few days everything was going fine, until I did an oopsie and basically had to retake a clean base and redo all the changes I made.

However, since that event, both my WorldServer and Neuz exes just randomly "crash" on start. And by "randomly", I mean that without changing anything at all, in ~19/20 cases (Can't really give a number to randomness, this is just to give a frequency idea) the program will stop working after a second.

None of them are printing out exploitable logs (or actually, no logs at all), so I'm kinda lost here.
I guess I won't get much help from just the screenshots below, but I don't really know what to show as I don't even know where that could come from.




The error is the same for WorldServer.
Source base: [VS17] - V17 Files
The only logs I've had were errors from Spec_Item and propSkill txts as I forgot to update the files after changing their structure in the sources. Fixed since then.
 

Attachments

You must be registered for see attachments list
Inactive
Joined
Jan 20, 2009
Messages
1,014
Reaction score
1,830
Make sure world and models are in both server Resource and your client.

If all else fails try debugging via Attach to process or the other way
 
Newbie Spellweaver
Joined
Dec 17, 2018
Messages
33
Reaction score
25
Both folders are in both folders (I mean both "World" and "Models" are in "Server\Resource" and "Client"), I tried copying v19 and v20 ones but nothing seems to have changed.

One thing I noticed is that this "crash" seems to be way less frequent on the Neuz than on the WorldServer. For.. no apparent reasons.

If all else fails try debugging via Attach to process or the other way
How can I use the Attach to process feature if the program stops working the second after it is started? :X
[STRIKE]And is the "Debug" option on the second screen doing the same thing than "Attach to process", or is it less useful?[/STRIKE]

EDIT: I managed to use "Attach to process" before program crashes, and the result is exactly the same as on the third screenshot.
 
Last edited:
Inactive
Joined
Jan 20, 2009
Messages
1,014
Reaction score
1,830
Judging by this:
"The only logs I've had were errors from Spec_Item and propSkill txts as I forgot to update the files after changing their structure in the sources. Fixed since then."

I'm going to assume you have format issues, so what did you do exactly? Did you upgrade to a V19 format, did u add the latest retail to a v17 format or?
 
Newbie Spellweaver
Joined
Dec 17, 2018
Messages
33
Reaction score
25
I upgraded them to a V19 format, and the issues I've had that were shown in the log files have been fixed since then. Even after checking I can't seem to find anything wrong, but if you wanna take a look at the files you can download them here:

Items (Spec_Item.txt, defineItem.h):
Skills (propSkill.txt, defineSkill.h):

Although if that really was a format issue, I don't think the program would randomly decide to work properly 1/20 of the time without changing anything.
.. But then again, as this is a random occurence I don't really think I should try to see anything logical there.


Would it be possible that the issue does not come from the programs or the files at all, but from my computer? .-.