This repository has been archived by the owner on Jul 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 158
Howto: fix Eldenring [error]10b, crash, couldn't find game, work with seamless coop mod #229
Comments
This was referenced Jul 16, 2024
None of what you describe is a bug, you are just fumbling to setup a pirated copy because we don't support those. I'd like to ask you to stop tagging other unrelated issues with this shit. |
I think it's a reading comprehension issue, actually |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
1. run .bat file and crashed
eg: [stderr] [error] Couldn't create process: 10b
eg2: crashed/not opening
reason: ModEngine2 are so genius, EVERYTHING MUST BE UNDER "game" Directory, anything else won't work, EVEN you use -p to specified game path, especially for pirate version!
fix:
chcp 65001 :: The above line is necessary in case you edit this file to lead to a path with Unicode characters. .\modengine2_launcher.exe -t er -c.\config_eldenring.toml -p "D:\Steam\ELDEN RING\game\eldenring.exe"
2. Work with seamless co-op mod
fix:
external_dlls = [ "ersc.dll" ]
Conclusion
Due to bugs of genius Modengine2, to avoid any unexpected problems, EVERYTHING MUST BE UNDER "game" Directory!
The text was updated successfully, but these errors were encountered: