geefr / beatsaber-linux-goodies

Mod installation scripts and other goodies to support Beat Saber on Linux
BSD 2-Clause "Simplified" License
132 stars 5 forks source link

bs-linux-modfix.sh: Fails to run IPA.exe due to library loading issues #1

Closed geefr closed 5 years ago

geefr commented 5 years ago

Script works fine on my main box, in a clean Mint 19 VM fails with '0009:err:module:LdrInitializeThunk Main exe initialization for L"....\IPA.exe" failed, status c0000017

Looks like:

geefr commented 5 years ago

Looks like we need .net 4.6.1 to run ipa, which would make sense. Sadly it's not part of the Proton install.

Likely on my main system it loaded some data from my main wine installation/similar

Workaround would be to make sure system wine has .net 4.6.1/can run ipa, and update command in script to use system wine instead of proton version..

geefr commented 5 years ago

Should be resolved by 18b0096615a46ecd7ac40c5fe1e190b9aaef1e42

Script updated to just use the system's wine installation, maybe this can change later