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.44k stars 476 forks source link

[Bug]: I use MelonLoader with the CinematicUnityExplorer mod on the GoreBox game. #695

Closed DefysT closed 3 months ago

DefysT commented 3 months ago

All of the following criteria must be met

All of the following are optional to answer

Describe the issue.

Latest.log I used MelonLoader 0.6.4 with the CinematicUnityExplorer mod on the GoreBox game, But when launching MelonLoader, the error "Failed to donwload cpp2il" appeared As a result, I tried a lot of things: I disabled the proxy, dug into regedit and disabled SSL, Installed all the libraries, reinstalled the game, melonloader and mod. I tried to install cpp2il manually and installed it via an exe file. But there was always the error "Failed to donwload cpp2il" Please help me fix this! MelonLoader was used with the mod to play with the game settings.

Did you attach your log file?

Yes, I attached my log file to the text box above.

HerpDerpinstine commented 3 months ago

The disabling of SSL is what is causing the issue. Also it looks like you moved a bunch of files everywhere that they shouldn't be. I would recommend re-enabling SSL then manually cleaning out all folders for MelonLoader and trying again.

DefysT commented 3 months ago

Okay, I'm just reinstall my windows and now melonloader working without any problem.

DefysT commented 3 months ago

Thank you guys.