soulsmods / ModEngine2

Runtime injection library for modding Souls games. WIP
MIT License
864 stars 157 forks source link

problems with modengine2, preview4 works where 2.1 does not #205

Open lostkiith opened 3 months ago

lostkiith commented 3 months ago

I can't get ModEngine-2.1 to work even without mods. When using the launchmod_eldenring.bat, Windows throws an error message: " The application was unable to start correctly (0xc00000be)."

But ModEngine-2.0.0-preview4 works fine and loads mods. Some of my mods say to use 2.1, but it is not working.

Bruno-Alumn commented 3 months ago

any solution?

DAOWAce commented 3 months ago

Do you have the latest VCRedists?

https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist

Best practice to install both the 32 and 64bit (x86 and x64) versions.