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

[Bug]: Downloading UnityDependencies error #538

Closed XHXJ closed 3 months ago

XHXJ commented 12 months ago

All of the following criteria must be met

All of the following are optional to answer

Describe the issue.

Downloading https://github.com/LavaGang/Unity-Runtime-Libraries/raw/master/2023.1.15.zip

2023.1.15.zip This file does not exist, download error . mode is not loaded properly

[22:18:43.126] [Il2CppAssemblyGenerator] Downloading https://github.com/LavaGang/Unity-Runtime-Libraries/raw/master/2023.1.15.zip to D:\BaiduNetdiskDownload\RJ01072476\RJ01072476\MelonLoader\Dependencies\Il2CppAssemblyGenerator\UnityDependencies_2023.1.15.zip
[22:18:43.744] [Il2CppAssemblyGenerator] System.AggregateException: One or more errors occurred. (Response status code does not indicate success: 404 (Not Found).)
 ---> System.Net.Http.HttpRequestException: Response status code does not indicate success: 404 (Not Found).
   at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
   at System.Net.Http.HttpClient.GetStreamAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
   --- End of inner exception stack trace ---
   at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
   at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
   at System.Threading.Tasks.Task`1.get_Result()
   at MelonLoader.Il2CppAssemblyGenerator.Extensions.DownloadFile(HttpClient client, String url, String dest) in D:\a\MelonLoader\MelonLoader\Dependencies\Il2CppAssemblyGenerator\Extensions.cs:line 10
   at MelonLoader.Il2CppAssemblyGenerator.FileHandler.Download(String url, String destination) in D:\a\MelonLoader\MelonLoader\Dependencies\Il2CppAssemblyGenerator\FileHandler.cs:line 34
[NewEntryPoint] Starting.

Latest.log

Did you attach your log file?

RinLovesYou commented 12 months ago

@DragonPlayerX

DragonPlayerX commented 12 months ago

Should work now

PranitModak commented 12 months ago

@DragonPlayerX still getting an error for unity dependencies https://github.com/LavaGang/Unity-Runtime-Libraries/raw/master/2020.3.14.zip image