soulsmods / ModEngine2

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

Howto: fix Eldenring [error]10b, crash, couldn't find game, work with seamless coop mod #229

Closed 1265775896 closed 2 months ago

1265775896 commented 2 months ago

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:

2. Work with seamless co-op mod

fix:

Conclusion

Due to bugs of genius Modengine2, to avoid any unexpected problems, EVERYTHING MUST BE UNDER "game" Directory!

vswarte commented 2 months ago

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.

1265775896 commented 2 months ago

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.

"None of what you describe is a bug"? have you ever realized the problem is your shit coding skill? "Unrelated issues"? Which may solve 1/3 issue "Launcher not launching"?

And even you never figure it out is because you can't even get the most basic PATH FINDING right??? For example, in your _configeldenring.toml, you got a example like this: image May I ask you to test it yourself? It's NOT works, correct relative path method are using \\ to seprate, like this: { enabled = true, name = "map", path = "mod\\map" } [ "SeamlessCoop\\ersc.dll" ]

Back to the point, I tried with my official steam version at first, and Launcher failed to launch, Finally I changed .bat to use "-p" to point out the path for your shit and works. Then waste my 3 hours to test it out for others that you must have "eldenring.exe" under "game" directory to work! May I ask you what's this logic? not even I pointed with -p? Blame your code, not me. I never saw this happen to any project.

Also don't make me laugh, Are you saying your PIRATE modding tool is not support PIRATE games? Modding tools in some country is even a crime! Others are gray zone. Like famous "Yuzu" project. You don't have the right to play a moral guardian here. Not mention this issue is not even related to pirate, is your shit code.

As a result, I also placed my method on some forum and successfully helped several people to use your shit, and try tagged other same issue people still wondering to help, which supposed to be your job, there is nothing wrong with me. I played a lot of games with mods launcher, yours are the worst I ever seen. every others are out-of-box and fancy.

Now, would you mind ignore my post and get down to fix 1/3 issues that "Launcher not launching" "mods not working"? If so many people got same issue, its your problem.

Please no more reply, and sorry for anyone who seen this, and hope everyone can enjoy the game!

garyttierney commented 2 months ago
# Absolute paths to mods are supported but must use '\\' to separate path items. For example, if your mod is at E:\coolstuff\coolmod, you must enter
# the path in the config as "E:\\coolstuff\\coolmod".

I think it's a reading comprehension issue, actually