0% found this document useful (0 votes)
19 views2 pages

Svlog

The document contains log messages from the initialization and use of several debugging modules. It shows the modules initializing, hooking into the rendering and network functions, a client connecting to a game server multiple times and disconnecting, and the debugging modules releasing resources and shutting down. The client experiences some issues with loading a blacklist file but is ultimately able to connect, and the log captures the game being paused and resumed several times during play.

Uploaded by

davidlimaxpro
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views2 pages

Svlog

The document contains log messages from the initialization and use of several debugging modules. It shows the modules initializing, hooking into the rendering and network functions, a client connecting to a game server multiple times and disconnecting, and the debugging modules releasing resources and shutting down. The client experiences some issues with loading a blacklist file but is ultimately able to connect, and the log captures the game being paused and resumed several times during play.

Uploaded by

davidlimaxpro
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

[20:12:02] : [dbg:render:init] : module initializing...

[20:12:02] : [dbg:render:init] : module initialized


[20:12:02] : [dbg:samp:init] : module initializing...
[20:12:02] : [dbg:samp:init] : module initialized
[20:12:02] : [sv:dbg:network:init] : module initializing...
[20:12:02] : [dbg:raknet:init] : module initializing...
[20:12:02] : [dbg:raknet:init] : finded rakclient interface offset (value:0x3c9)
[20:12:02] : [dbg:raknet:init] : module initialized
[20:12:02] : [sv:dbg:network:init] : module initialized
[20:12:02] : [dbg:render:hookdirect3dcreate9] : intercepted instance (ptr:01B4DFE0)
of IDirect3D9
[20:12:02] : [dbg:render:hookdirect3dcreate9] : pointer successfully replaced from
orig (ptr:01B4DFE0) to hook (ptr:01B35718)
[20:12:03] : [dbg:render:hookdirect3dcreate9] : intercepted instance (ptr:01B52F40)
of IDirect3D9
[20:12:03] : [dbg:render:hookdirect3dcreate9] : pointer successfully replaced from
orig (ptr:01B52F40) to hook (ptr:01B356F8)
[20:12:03] : [dbg:render:direct_01B35718] : device interface (ptr:01B77040) success
created with hwnd (value:656302) windowed (value:0) screenwidth (value:1600)
screenheight (value:900)
[20:12:03] : [dbg:render:direct_01B35718] : pointer successfully replaced from orig
(ptr:01B77040) to hook (ptr:01C04718)
[20:12:03] : [dbg:render:direct_01B35718] : hook success created
[20:12:17] : [dbg:raknet:hookinit] : module loading...
[20:12:17] : [dbg:raknet:hookinit] : module loaded
[20:12:17] : [dbg:samp:hookinit] : module loading...
[20:12:17] : [dbg:samp:hookinit] : module loaded
[20:12:20] : [dbg:raknet:client_0900D518:connect] : connecting to game server
'135.148.159.205:7777'...
[20:12:20] : [dbg:raknet:client_0900D518:connect] : connected
[20:12:20] : [sv:dbg:blacklist:init] : module initializing...
[20:12:20] : [sv:dbg:blacklist:init] : module initialized
[20:12:24] : [sv:dbg:network:connect] : raknet connecting... (version:10;micro:1)
[20:12:42] : [sv:dbg:plugin] : draw start
[20:13:49] : [dbg:raknet:client_0900D518:disconnect] : disconnecting from server...
[20:13:49] : [sv:dbg:network:disconnect]
[20:13:49] : [dbg:raknet:client_0900D518:connect] : connecting to game server
'135.148.159.205:7777'...
[20:13:49] : [dbg:raknet:client_0900D518:connect] : connected
[20:13:49] : [sv:err:plugin] : failed to open blacklist file
[20:13:49] : [sv:dbg:plugin] : draw stop
[20:13:55] : [dbg:raknet:client_0900D518:connect] : connecting to game server
'135.148.159.205:7777'...
[20:13:55] : [dbg:raknet:client_0900D518:connect] : connected
[20:13:55] : [sv:err:plugin] : failed to open blacklist file
[20:13:56] : [sv:dbg:network:connect] : raknet connecting... (version:10;micro:1)
[20:14:17] : [sv:dbg:plugin] : draw start
[20:16:36] : [sv:dbg:plugin] : draw stop
[20:16:40] : [sv:dbg:plugin] : draw start
[20:19:08] : [sv:dbg:plugin] : draw stop
[20:19:08] : [sv:dbg:plugin] : game paused
[20:19:08] : [dbg:keyfilter] : releasing all keys...
[20:19:09] : [sv:dbg:plugin] : draw start
[20:19:09] : [sv:dbg:plugin] : game resumed
[20:19:09] : [sv:dbg:plugin] : draw stop
[20:19:09] : [sv:dbg:plugin] : game paused
[20:19:09] : [dbg:keyfilter] : releasing all keys...
[20:19:15] : [sv:dbg:plugin] : draw start
[20:19:15] : [sv:dbg:plugin] : game resumed
[20:20:28] : [sv:dbg:plugin] : draw stop
[20:20:28] : [sv:dbg:plugin] : game paused
[20:20:28] : [dbg:keyfilter] : releasing all keys...
[20:20:34] : [sv:dbg:plugin] : draw start
[20:20:34] : [sv:dbg:plugin] : game resumed
[20:27:24] : [sv:dbg:plugin] : draw stop
[20:27:24] : [sv:dbg:plugin] : game paused
[20:27:24] : [dbg:keyfilter] : releasing all keys...
[20:27:26] : [sv:dbg:plugin] : draw start
[20:27:26] : [sv:dbg:plugin] : game resumed
[20:30:02] : [sv:dbg:plugin] : draw stop
[20:30:02] : [sv:dbg:plugin] : game paused
[20:30:02] : [dbg:keyfilter] : releasing all keys...
[20:30:04] : [sv:dbg:plugin] : draw start
[20:30:04] : [sv:dbg:plugin] : game resumed
[20:32:09] : [sv:dbg:plugin] : draw stop
[20:32:09] : [sv:dbg:plugin] : game paused
[20:32:09] : [dbg:keyfilter] : releasing all keys...
[20:32:12] : [sv:dbg:plugin] : draw start
[20:32:12] : [sv:dbg:plugin] : game resumed
[20:36:52] : [sv:dbg:plugin] : draw stop
[20:36:53] : [sv:dbg:plugin] : draw start
[20:36:53] : [sv:dbg:plugin] : draw stop
[20:36:54] : [sv:dbg:plugin] : draw start
[20:36:54] : [sv:dbg:plugin] : draw stop
[20:36:54] : [sv:dbg:plugin] : draw start
[20:38:11] : [sv:dbg:plugin] : draw stop
[20:38:14] : [sv:dbg:plugin] : draw start
[20:41:51] : [sv:dbg:plugin] : draw stop
[20:41:54] : [sv:dbg:plugin] : draw start
[20:41:58] : [dbg:raknet:client_0900D518:disconnect] : disconnecting from server...
[20:41:58] : [sv:dbg:network:disconnect]
[20:42:00] : [dbg:raknet:free] : module releasing...
[20:42:00] : [dbg:raknet:free] : module released
[20:42:00] : [dbg:samp:free] : module releasing...
[20:42:00] : [sv:dbg:network:free] : module releasing...
[20:42:00] : [sv:dbg:network:free] : module released
[20:42:00] : [sv:dbg:blacklist:free] : module releasing...
[20:42:00] : [sv:dbg:blacklist:free] : module released
[20:42:00] : [dbg:render:free] : module releasing...
[20:42:00] : [dbg:render:free] : module released

You might also like