deusdbg (xwa trace log)

Any issues with the XWAU or X-Wing Alliance? Please let us know here!
Post Reply

deusdbg (xwa trace log)

User avatar
JeremyaFr
XWAU Member
Posts: 3922
Joined: Mon Jan 18, 2010 5:52 pm
Contact:

Post by JeremyaFr » Fri May 20, 2011 11:27 pm

By launching the game with the command line 'xwingalliance.exe deusdbg 3 ffffffff', a file named 'deusdbg.txt' is created.
This file is filled with messages indicating what is doing when the game run.
The first parameter of command indicates how to emit log messages (3 to create a 'deusdbg.txt' file).
The second parameter indicates which types of messages are emitted (it's a mask).

User avatar
JeremyaFr
XWAU Member
Posts: 3922
Joined: Mon Jan 18, 2010 5:52 pm
Contact:

Post by JeremyaFr » Tue May 29, 2018 6:29 pm

Meaning of the first parameter:
- 1 means OutputDebugString and file (deusdbg.txt)
- 2 means OutputDebugString
- 3 means file (deusdbg.txt)

Meaning of the second parameter:
It's a mask. You can combine one or more if the Following values:
- 0 means None
- 1 means Sfx
- 2 means FFeedback
- 4 means Music
- 8 means MusicMem
- 10 means MusicIMuse
- 20 means HudText
- 80 means SfxFlush
- 100 means MusicStates
- 200 means EscapePods
- 400 means Backdrops
- 800 means LargeDebris
- 1000 means DamagePhysics
- 4000 means Voices
- 8000 means Stars
- 10000 means D3dText
- 20000 means Network
- 40000 means GlobalLight
- 80000 means Parser
- ffffffff means All

User avatar
ual002
XWAU Member
Posts: 983
Joined: Wed Sep 24, 2008 2:23 am

Post by ual002 » Wed May 30, 2018 7:54 pm

What sort of application is this useful for. Determining crashes?
Image Image Image Image Image

User avatar
JeremyaFr
XWAU Member
Posts: 3922
Joined: Mon Jan 18, 2010 5:52 pm
Contact:

Post by JeremyaFr » Wed May 30, 2018 8:12 pm

It helps for debugging purpose.

Post Reply