User Tools

Site Tools


democap:known_problems

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
democap:known_problems [2026/04/16 16:11] – created dragonlorddemocap:known_problems [2026/08/05 22:13] (current) dragonlord
Line 9: Line 9:
  
  
-**DEMoCap VR mode does not start**+===== DEMoCap VR mode does not start =====
  
 This can have various reasons. When looking for the source of the problem take first a look at the log files after an unsuccessful attempt to start VR mode. The log files can be found here: This can have various reasons. When looking for the source of the problem take first a look at the log files after an unsuccessful attempt to start VR mode. The log files can be found here:
Line 19: Line 19:
 If the list below does not help solve the issue please file a [[https://github.com/LordOfDragons/democap/issues|Bug Reports]] or head over to the [[https://discord.gg/Jeg62ns|Discord Channel]] and post a help request. Please attach the log files. If the file is too large to attach to your message use a service like [[https://pastebin.com/|PasteBin]]. When using PasetBin please set the paste expiration time to a couple of days. This ensures your paste is not retained forever. If the list below does not help solve the issue please file a [[https://github.com/LordOfDragons/democap/issues|Bug Reports]] or head over to the [[https://discord.gg/Jeg62ns|Discord Channel]] and post a help request. Please attach the log files. If the file is too large to attach to your message use a service like [[https://pastebin.com/|PasteBin]]. When using PasetBin please set the paste expiration time to a couple of days. This ensures your paste is not retained forever.
  
-===== OpenXR Layer Incompatibility =====+==== OpenXR Layer Incompatibility ====
  
 <code> <code>
Line 27: Line 27:
 </code> </code>
  
-DEMoCap tried to find Vive trackers but one of the loaded OpenXR Layers crashed. This is a typical sign for an OpenXR Layer installed by hardware you currently use or once used. OpenXR Layers need to be ABI compatible or very bad things can happen. Outdated OpenXR layers installed by certain hardware can cause such issues.+DEMoCap tried to find Vive trackers but one of the loaded OpenXR Layers crashed. This is a typical sign for an OpenXR Layer installed by hardware you currently use or once used to be incompatible. OpenXR Layers need to be ABI compatible or very bad things can happen. Outdated OpenXR layers installed by certain hardware can cause such issues.
  
 To solve this try disabling installed OpenXR Layers one by one to find the problematic layer. You can find the dialog to disable OpenXR extensions [[https://docs.manus-meta.com/2.3.0/Plugins/OpenXR/Disabling/|like this]]. To solve this try disabling installed OpenXR Layers one by one to find the problematic layer. You can find the dialog to disable OpenXR extensions [[https://docs.manus-meta.com/2.3.0/Plugins/OpenXR/Disabling/|like this]].
  
 +===== DEMoCap does not start at all =====
 +
 +==== Wrong GPU on Windows ====
 +
 +This problem can happen on laptops with dual GPU setups. These are typically gamer laptops with a discrete nVidia/AMD GPU paired with a weak Intel GPU. The idea here is that by default the weak Intel GPU is used to keep the laptop cooler and to consume less energy. The discrete GPU is then used for applications requiring good performance, like games. Unfortunately Windows 10/11 has the tendency to use the weak Intel GPU instead of the strong nVidia/AMD GPU with Drag[en]gine launchers since they do not use strong GPU demand right of the bat.
 +
 +This problem can be detected by looking at the log file: ''%LocalAppData%\DELaunchers\Logs\games\e31f1c11-3ca6-c66b-adca-95484bedfc1f\logs\last_run.log'' . If the log file contains lines like these below the problem is most certainly the weak Intel GPU being used by Windows:
 +<code>
 +II [OpenGL-RT] [...] LoaderThread: Starting
 +II [OpenGL-RT] [...] Vendor: Unknown (Intel)
 +II [OpenGL-RT] [...] Version: 4.6 (4.6.0 - Build 32.0.101.5768) [4, 6]
 +</code>
 +
 +You can force Windows to use the strong GPU for all Drag[en]gine based games and applications (including DEMoCap) like this:
 +
 +Open the Windows Settings and navigate to the application graphics settings:
 +{{ :democap:force_dgpu1.webp?600 |}}
 +{{ :democap:force_dgpu2.webp?600 |}}
 +
 +Add the application to change the settings for. For running games and applications through steam or manually through the GUI launcher find the application "delauncher-gui-engine.exe".
 +{{ :democap:force_dgpu3.webp?600 |}}
 +{{ :democap:force_dgpu4.webp?600 |}}
 +
 +Select the application you just added and select the discrete GPU from the dropdown list.
 +{{ :democap:force_dgpu5.webp?600 |}}
democap/known_problems.1776355876.txt.gz · Last modified: by dragonlord