Troubleshooting Gameplay Problems of Modern Windows Port (.NET MAUI WinUI 3) - hyvanmielenpelit/GnollHack GitHub Wiki
Problem: Game Screen Turns White for a While When Starting the Game
Reason
You are using an NVIDIA GPU and with an in-game overlay.
Solution 1: Disable NVIDIA In-Game Overlay
- Start Geforce Experience.
- Click a gear icon near the top-right corner of the app.
- You should be in the General tab.
- Find the IN-GAME OVERLAY switch and turn it off.
Solution 2
Wait until the NVIDIA in-game overlay popup has disappeared.
Problem: Game Does Not Use My Dedicated GPU But Integrated One
Reason
Windows detects WinUI 3 apps by default as apps and not games.
Solution 1: Use Windows 11 Settings App to Enable Dedicated GPU
- Open the Settings app.
- Go to System → Display → Graphics.
- Select Microsoft Store app in Add an app.
- Click Browse and locate GnollHack.
- GnollHack should appear in the list.
- Click GnollHack and select Options.
- Select High performance and click Save.
- Start GnollHack. It should now use the dedicated GPU. It can still do some work on the integrated GPU.
Problem: Red Lines Appear During the Game While Rendering the Screen
Reason
These are rendering artefacts, which are probably caused by video card drivers.
Solution
- If you have two or more GPUs on your system, such as an integrated GPU and a dedicated GPU, we recommend trying both of them, and seeing if it resolves the problem.
- See CPU and GPU Usage Modes in Modern Windows Port (.NET MAUI/WinUI 3) how to enable different GPU modes.