LavaGang / MelonLoader

The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono
https://discord.gg/2Wn3N2P
Apache License 2.0
2.38k stars 472 forks source link

don't abort game launch on MelonLoader initialization failure #628

Closed HookedBehemoth closed 4 months ago

HookedBehemoth commented 7 months ago

See #618

Launching a game with a custom launcher that isn't using unity but also loads the proxy dll like https://store.steampowered.com/app/868550/What_do_you_hear_Yanny_vs_Laurel/ will abort the launch process. If you still want it to abort on other issues than NotUnity, I could alter the PR for that condition. The current handling probably breaks more games.

HookedBehemoth commented 7 months ago

Whoops was basing it off the wrong branch. Should be fixed now.

HookedBehemoth commented 4 months ago

This seems fixed upstream. I'm confused why I created this pull request 3 weeks afterwards.