Goz3rr / SatisfactorySaveEditor

297 stars 78 forks source link

Unable to run the editor in wine #253

Open jms1989 opened 2 years ago

jms1989 commented 2 years ago

backtrace.txt log.txt

I'd like to be able to run the editor in wine since I game on a linux pc, I'm just not sure what it's missing. I do have dotnet4.8 installed for it.

LarsWesselius commented 2 years ago

I guess this is because of WPF trying to use hardware acceleration? I'm not sure but you could try Proton or otherwise try and compile yourself with hardware acceleration disabled by setting RenderOptions.ProcessRenderMode = RenderMode.SoftwareOnly; as early as possible.