FLSpew
While I was testing my mod, It crashed. For some odd reason I looked at the error report instead of automaticly closing it as soon as it poped up. I couldn't even begin to decipher the hex output of the main entries, but then I looked down at the included files window and saw an interesting file, "FLSpew.txt." So i headed to the file and opened it an there was somewhat readable debugging info.
I do not, however, understand what these entries mean other than the box means line break, otherwile it looks just like one long string of output.
like this:
<pre><font size=1 face=Courier>
E:\FL\Scratch\Source\Common\Archetype.cpp(60) : *** ERROR: ArchDB::Get(2163164612) failed
E:\FL\Scratch\Source\Client\space\space.cpp(382) : *** WARNING: Unknown camera type? (ChaseCamera)
E:\FL\Scratch\Source\Common\CEqObj.cpp(295) : *** WARNING: Object(0xbb765b47) missing equipment archetype(80EF45C4)
</font></pre>
What does each one and others mean and how do I debug the program from these, or can I?
I do not, however, understand what these entries mean other than the box means line break, otherwile it looks just like one long string of output.
like this:
<pre><font size=1 face=Courier>
E:\FL\Scratch\Source\Common\Archetype.cpp(60) : *** ERROR: ArchDB::Get(2163164612) failed
E:\FL\Scratch\Source\Client\space\space.cpp(382) : *** WARNING: Unknown camera type? (ChaseCamera)
E:\FL\Scratch\Source\Common\CEqObj.cpp(295) : *** WARNING: Object(0xbb765b47) missing equipment archetype(80EF45C4)
</font></pre>
What does each one and others mean and how do I debug the program from these, or can I?