Name of the game with compatibility issues: Touge Shakai
Steam AppID of the game: 2113900
System Information
GPU: NVIDIA GTX 10 series
Video driver version: nvidia driver 570.195
Kernel version: Linux 6.17
Proton version: Proton Experimental as of 03/02/2026
I confirm:
[x] that I haven't found an existing compatibility report for this game.
[x] that I have checked whether there are updates for my system available.
Symptoms
The game works, is fully playable, performance is fine.
When using a racing wheel such as the Logitech G920, the game crashes.
It is unclear if this also happens on Windows.
Upon crashing the the stack trace for the crash is saved to a file called Player.log.
Reproduction
Install Touge Shakai
Connect a racing wheel such as Logitech G920
Play for a while, wait for game to crash
Workaround
The stack trace shows the game crashes when invoking a third party library called Unity-DirectInput.
Compatibility Report
System Information
I confirm:
Symptoms
The game works, is fully playable, performance is fine.
When using a racing wheel such as the Logitech G920, the game crashes.
It is unclear if this also happens on Windows.
Upon crashing the the stack trace for the crash is saved to a file called Player.log.
Reproduction
Workaround
The stack trace shows the game crashes when invoking a third party library called Unity-DirectInput.
The game is not open source but the library is. I forked the library and implemented a workaround: https://github.com/Arborescent/Unity-DirectInput/commit/5fbf2ce2ce474761ce30c322f648e03de95a5872
I used Github actions to generate a new Windows DLL and replaced the DLL in the game folder.
If you do not trust my repository, you can fork the original repository (https://github.com/MrTimcakes/Unity-DirectInput) and ask Claude Code to fix the bug and create a DLL for you.