Alright, so pretty odd request of the day..
I have a habit of getting rid of log files i don't need so i can get down to exactly what i want.
Im tracing a function which calls debug logs, to get a better sense of it though I would like to see an output of it.
What im looking for in particular, is a debug log that uses the PrintF format of the following within it
Seems to mainly happen on Exit (crash) Ild say a the recent thread about clients crashing due to incorrect soul versions would have it.
Could also be gametick related - ill force a crash on this note now.
Generally called right while Handle.close it hit.
I have a habit of getting rid of log files i don't need so i can get down to exactly what i want.
Im tracing a function which calls debug logs, to get a better sense of it though I would like to see an output of it.
What im looking for in particular, is a debug log that uses the PrintF format of the following within it
Code:
ReleaseVer:%s MsgVer:%d , FileVer:%s, FileTime:%s==
Could also be gametick related - ill force a crash on this note now.
Generally called right while Handle.close it hit.