How to I interpret the output from DebugView?

PlutonianEmpire

King of the Plutonian Empire
Joined
Mar 11, 2004
Messages
4,802
Location
MinneSNOWta
I could have sworn I asked this earlier but the forum search revealed nothing.

How do I make sense of an output like this:

Code:
00000001	10:09:28 PM	[3704] XDaemon> hInstance = 10000000	
00000002	10:09:29 PM	[3704] ******************** SMEDS LOG ********************* 	
00000003	10:09:29 PM	[3704] File Output to: smeds.log 	
00000004	10:09:29 PM	[3704] SMEDS32 Version: 2.0.0         	
00000005	10:09:29 PM	[3704]  	
00000006	10:09:29 PM	[3704] (    0) 1.1.0  Test of Time  07-Sep-99	
00000007	10:09:29 PM	[3704]  	
00000008	10:09:29 PM	[3704] (    0) 	
00000009	10:09:29 PM	[3704]  	
00000010	10:09:29 PM	[3704] (    0) Disconnecting from network:	
00000011	10:09:29 PM	[3704]  	
00000012	10:09:29 PM	[3704] (    0)    XD_ResetLibrary();	
00000013	10:09:29 PM	[3704]  	
00000014	10:09:29 PM	[3704] (    0) Bottom-up orientation recommended.	
00000015	10:09:29 PM	[3704]  	
00000016	10:09:29 PM	[3704] (    0) Warning: Sprite not locked in ChangeColor	
00000017	10:09:29 PM	[3704]  	
00000018	10:09:29 PM	[3704] (    0) Warning: Sprite not locked in ChangeColor	
00000019	10:09:29 PM	[3704]  	
00000020	10:09:29 PM	[3704] (    0) Warning: Sprite not locked in ChangeColor	
00000021	10:09:29 PM	[3704]  	
00000022	10:09:29 PM	[3704] (    0) Not an IGZ Game!!  event = -3	
00000023	10:09:29 PM	[3704]  	
00000024	10:09:34 PM	[3704] (    5) Disconnecting from network:	
00000025	10:09:34 PM	[3704]  	
00000026	10:09:34 PM	[3704] (    5)    XD_ResetLibrary();	
00000027	10:09:34 PM	[3704]  	
00000028	10:09:36 PM	[3704] Error "CivKeyNotFound (Bad RULES.TXT)" in module "13" data: 11 0	
00000029	10:09:36 PM	[3704] (    7) Error "CivKeyNotFound (Bad RULES.TXT)" in module "13" data: 11 0	
00000030	10:09:36 PM	[3704]  	
00000031	10:09:36 PM	[3704] 	
00000032	10:09:36 PM	[3704] (    7) 	
00000033	10:09:36 PM	[3704]  	
00000034	10:09:36 PM	[3704] Most recent DOS error:    2	
00000035	10:09:36 PM	[3704] (    7) Most recent DOS error:    2	
00000036	10:09:36 PM	[3704]  	
00000037	10:09:36 PM	[3704] 	
00000038	10:09:36 PM	[3704] (    7) 	
00000039	10:09:36 PM	[3704]

And how do I make sense of debugview outputs in general when trying to debug game issues while game modding?
 
Top Bottom