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.48k stars 479 forks source link

"failed to execute cpp2il" MelonLoader not working. I assume something is missing #442

Closed xPhilipDK closed 1 year ago

xPhilipDK commented 1 year ago

All of the following criteria must be met

All of the following are optional to answer

Describe the issue.

When I try to start my game, MelonLoader opens and gives the message as seen in the picture, but nothing else happens and it soon closes afterward. MelonLoader

Did you attach your log file?

xPhilipDK commented 1 year ago

By downgrading a version, I managed to move some steps forward. However, I now get the message that MelonLoader "failed to execute cpp2il" MelonLoader 2

SamboyCoding commented 1 year ago

Remove the apostrophe (') from your game path

xPhilipDK commented 1 year ago

I was presented to that solution somewhere else, and it solved the problem. Thanks.