MelonLoader

MelonLoader

554 Downloads

[Bug]: Failed to Download Cpp2IL

vagkalosynakis opened this issue ยท 7 comments

commented

All of the following criteria must be met

  • All Requirements must be installed.
  • Changed the title so that it doesn't just says "[Bug]: "
  • I have searched the GitHub issues for my bug, even in the closed issues.

All of the following are optional to answer

  • Tried reinstalling the Game.
  • Tried reinstalling MelonLoader.
  • Tried restarting PC.
  • Was able to see the Start Screen.

Describe the issue.

Trying to start NoRestForTheWicked with MelonLoader on Bazzite OS v42. I get error:

Image

Image

25-5-24_15-21-57.log

I have followed installation from https://melonwiki.xyz/#/README?id=manual-installation meaning I downloaded the 64 bit folder, put it in the game directory, installed dotnet6 with protontricks [appid] dotnetdesktop6 as mentioned in https://melonwiki.xyz/#/README?id=il2cpp-games and launching the game with mangohud MANGOHUD_CONFIG=position=bottom-right WINEDLLOVERRIDES="version=n,b" %command%

My system:

Image

Did you attach your log file?

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

commented

Looking into the log file, the game tries to grab data from the API, but the game does not exist in the first API endpoint:

https://api.melonloader.com/api/v1/game/norestforthewicked

and following all of the other API endpoints:

https://api-1.melonloader.com/api/v1/game/norestforthewicked
https://api-2.melonloader.com/api/v1/game/norestforthewicked
https://melon.samboy.dev/api/v1/game/norestforthewicked

I can see that this one:

https://melon.dubyadu.de/api/v1/game/norestforthewicked

throws a 526 or an SSL error(from Cloudflare). Not sure how relevant this is, but it lines up with the stacktrace.

commented

I just want to add on to this ticket that I am having the exact same issue. Seems to be an issue that no entry exists for this game that accessible by the API. Attached my logfile and system info, as well.

Logfile:
25-5-29_15-58-21.log

System Info:
Imgur Image

commented

This might just be your prefix. If you run cmd through the same prefix, are you able to fetch data through curl from https://api.melonloader.com/api/v1/game/norestforthewicked? (not sure if Proton preinstalls curl, but just try doing a GET request using whatever method is available)

commented

This could also be happening if you're using a pirated copy of the game

commented

This might just be your prefix. If you run cmd through the same prefix, are you able to fetch data through curl from https://api.melonloader.com/api/v1/game/norestforthewicked? (not sure if Proton preinstalls curl, but just try doing a GET request using whatever method is available)

GET request didn't work because of what I wrote in my comment above.

commented

This could also be happening if you're using a pirated copy of the game

It's not a pirated copy.....................

commented

This could also be happening if you're using a pirated copy of the game

It's not a pirated copy.....................

Sorry, I wasn't implying anything, but it's a common occurance.

What I'm trying to test is whether it's failing because of the game or the prefix, that's why you should try calling this endpoint in another process but in the same prefix