Skip to content

DirectX 11 debugging

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

User side

  1. Install Graphics Tools optional Windows feature Add Graphics Tools
  2. Run dxcpl dxcp1 app
  3. Click Edit list, Add Eco.exe to the list Add Eco.exe
  4. Choose "Force on" for Debug Layer Force on
  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
  12. It will produce lot of log spam, so if it is too big then you can choose to mute warnings Dbgview Mute Warnings
  13. When you done send logs to devs.

Clone this wiki locally