Game crashes immediately with nVidia GPUs
Our games are created using the Ren'Py Visual Novel Engine which requires access to the GPU's performance counters. To enable the performance counters:
Windows 10 & newer
- Open nVidia Control Panel
- Click on Manage GPU Performance Counters
- Click on Allow access to the GPU performance counters to all users
If the option isn't available, please click on Enable Developer Settings in the top Desktop menu.
MacOS
No additional configuration is typically required on MacOS.
Linux
Unload old modules, run as root or with sudo privileges:
systemctl isolate multi-user
modprobe -r nvidia_uvm nvidia_drm nvidia_modeset nvidia-vgpu-vfio nvidiaInsert module allowing GPU performance counter access:
modprobe nvidia NVreg_RestrictProfilingToAdminUsers=0Restart window manager:
systemctl isolate graphicalPlease note: This setting may be reset when you reboot the computer.
Updated on January 21, 2022

