Skip to content

DirectX 11 debugging

Alexander Bondarev edited this page Sep 6, 2021 · 6 revisions

Set up instructions

  1. Install Graphics Tools optional Windows feature
    Add Graphics Tools

  2. Press the windows key type in "dxcpl" and press enter
    dxcp1 app

  3. Click Edit list, Add Eco.exe to the list
    Add Eco.exe

  4. Choose "Force on" for Debug Layer, and tick "Warnings" under "Message settings" -> "Mute severity"
    Dbgview settings

  5. Hit ok

  6. Download DebugView application: https://docs.microsoft.com/en-us/sysinternals/downloads/debugview

  7. Extract to any folder and run dbgview.exe

  8. Select "Log to File..."
    Dbgview log to file

  9. Select location, can just save to desktop
    Dbgview logs location

  10. Click Capture Events in Capture menu
    Dbgview Capture events

  11. Run game and try to reproduce issue

  12. When you are done send the log file to the developers.

To disable

  1. Press the windows key type in "dxcpl" and press enter

  2. Edit list, remove eco from list and click ok.

  3. Click ok.

Clone this wiki locally