soulsmods / ModEngine2

Runtime injection library for modding Souls games. WIP
MIT License
887 stars 162 forks source link

Doesn't work with Proton #56

Open keyxmakerx opened 2 years ago

keyxmakerx commented 2 years ago

Doesn't seem to work with Proton, Tried on POP OS and verified that at least Seamless Coop seems to work fine. However modengine doesn't seem to. Just wanted to pop in and say it, and if there's anything I can provide or assist with just let me know.

tooeffayy commented 2 years ago

30139.445:0130:0134:err:module:import_dll Library Z:\home\user\.local\share\Steam\steamapps\common\ELDEN RING\Game\modengine2\bin\modengine2.dll (which is needed by L"Z:\\home\\user\\.local\\share\\Steam\\steamapps\\common\\ELDEN RING\\Game\\eldenring.exe") not found

It looks like it's matter of it not being able to find modengine2.dll, I presume because of unescaped back slashes. That was the only error in the steam log.

Cloudef commented 2 years ago

Workaround: https://github.com/Cloudef/ModEngine2/releases/tag/2.0.0.1-proton-v3

extract commented 2 years ago

@Cloudef amazing workaround, thank you so much.

I don't know how big the changes are but have you considered making a push request?