RoPieee / roon-on-wine

Running Roon with Wine on Linux
MIT License
85 stars 20 forks source link

'Application Data' is 'AppData' with wine-7.6 #20

Closed benjaminbellamy closed 2 years ago

benjaminbellamy commented 2 years ago

I have been using roon-wine with no problem for quite some time.

I recently reinstalled it and it does not work anymore.

I get this error then program quits:

MESA-INTEL: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0

MESA-INTEL: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0

I think the issue is that (with wine-7.6) $PREFIX/'drive_c/users/$USER/Local Settings/Application Data/Roon/Application/Roon.exe' should be $PREFIX/drive_c/users/$USER/AppData/Local/Roon/Application/Roon.exe

(This fixed it for me.)