Dingf / GDCommunityLauncher

The launcher for the Grim Dawn Community League project
MIT License
1 stars 2 forks source link

Linux Performance Issues #8

Closed Dingf closed 2 months ago

Dingf commented 2 months ago

Running the launcher on Linux results in gradually increasing CPU usage that eventually locks the system. After about 30mins to an hour, users report instability and rollbacks.

According to one user, the instability is a result of the game being unable to save to the player.gdc file. When that file was recreated, the CPU usage decreased dramatically.

The root cause is most likely in the ServerSync module, though further investigation will be needed to narrow down the issue.

Dingf commented 2 months ago

Fixed in commit v1.3.2 Hotfix; Fixed Linux performance issues.