How to Get Logs for Dolphin Errors: Difference between revisions

no edit summary
(Created page with "While testing or playing a modded game in Dolphin, you may sometimes run into errors that cause the game to stop working, such as: * Invalid write to 0x0000001c, PC = 0x80003...")
 
No edit summary
Line 11:
# In Dolphin, go to Config > Advanced and make sure Enable MMU is checked. This will make the game run its own exception handler instead of Dolphin's.
# Go to View > Show Log Configuration and make sure all the log types are checked. You can press Toggle All Log Types to enable or disable them all at once. If you want, you can check Write to File to send all log output to a file, which you can send to someone else later if needed.
# Ensure the Log window is visible by going to View > Show Log.
# Start the game and reproduce the error. Dolphin's error message will not show up, but you should see a ton of detailed information about the error populate in the Log window.
# Stop the emulation.
# You can now either take a screenshot of the error, select and copy all of the text in the Log window, or if you selected Write to File earlier, you can find the log file in your Documents folder > Dolphin Emulator > Logs > dolphin.log. Note: you may need to wait up to a minute for the log file to finish saving.