SatisfactorySaveEditor icon indicating copy to clipboard operation
SatisfactorySaveEditor copied to clipboard

Unable to run the editor in wine

Open jms1989 opened this issue 2 years ago • 1 comments

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.

jms1989 avatar Jun 30 '22 02:06 jms1989

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.

LarsWesselius avatar Jul 01 '22 10:07 LarsWesselius