Difference between revisions of "Debugging"

From Mumble Wiki
Jump to: navigation, search
m
m
Line 5: Line 5:
 
bug. For this purpose of debug logging, there is WinDbg.<br>
 
bug. For this purpose of debug logging, there is WinDbg.<br>
  
Download [http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx#a WinDbg (32 bit)] or <br>
+
Download [http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx#a WinDbg (32 bit)] or [http://www.microsoft.com/whdc/devtools/debugging/install64bit.mspx# WinDbg (64 bit)].<br>
[http://www.microsoft.com/whdc/devtools/debugging/install64bit.mspx# WinDbg (64 bit)].<br>
 
  
 
Now install with all the default options but click "Complete" when it comes to the installation type. <br>
 
Now install with all the default options but click "Complete" when it comes to the installation type. <br>

Revision as of 00:34, 11 February 2009

Debugging Mumble

If you have a problem with Mumble and wish to help the developers in fixing it, it usually
helps to give Mumble developers a debug log of what Mumble was doing before it crashed/had a
bug. For this purpose of debug logging, there is WinDbg.

Download WinDbg (32 bit) or WinDbg (64 bit).

Now install with all the default options but click "Complete" when it comes to the installation type.

If you are on Windows Vista type "windbg" into the start menu search box and press enter. If you
are on Windows XP click Start -> All Programs -> Debugging Tools for Windows (x86) -> WinDbg.

Now WinDbg should be running. Press Ctrl+E and in the window that pops up navigate to "mumble.exe",
click it, then click "Open".

Mumble should now start to load. Whenever you see a line containing "int 3" just press F5
until Mumble completely starts and is functional (providing that it actually starts without crashing).

When you come to the bug or error that you saw in Mumble and the log stops displaying any more data,
copy and paste the log into a pastebin and give the link to a developer. The developer can hopefully
look over the log and get clues to what the bug or error might be.