Help with flserver-error log
-
Im seeing these errors in my log file
16: E:\FL\Scratch\Source\Common\CSolar.cpp(713) : *** ERROR: 0xa296f902: Unable to find [Loadout] 0x8ce9050b. 6e: E:\FL\Scratch\Source\Common\CSolar.cpp(109) : *** ERROR: 0xb8ce0f86 is dockable, but doesn't have a valid base or system to go to 82: E:\FL\Scratch\Source\Common\CSolar.cpp(713) : *** ERROR: 0x9019d74c: Unable to find [Loadout] 0xace9110b. 81: E:\FL\Scratch\Source\Common\CEqObj.cpp(857) : *** ERROR: failed to find animation (Sc_open dock1) in object (0xa38dabc3)
I would just like to know what these 0x numbers mean and also what to use to decode them into something i can understand.
-
0x denotes a hex value, I think they are CRC values, but I can’t remember how to go from the CRC back to what’s causing the issue.
-
Those are indeed CRC numbers written in hexadecimal.
I suggest making a scan with CRCTool and then looking for those values in it.
-
Cheers for that got those isues solved but now i have one more
whenever anyone undocks from fuchu in shikoku the server crashes.
In the flserver error logs this is shown
66: Thu Oct 02 00:01:28 2008
.\HookFunctions.cpp(72) : *** ERROR: Exception in Hook_PlayerLaunch (unhandled exception)ive checked every bit of coding i can think of and cant find any errors at all.
Any ideas?