SKCraft / Launcher

🚀 Distribute your Minecraft modpacks with a custom launcher
Other
624 stars 437 forks source link

mojang libraries corrupt #462

Closed TheCherry closed 2 years ago

TheCherry commented 2 years ago

I get the error that mojang libraries are corrupted ...

Minecraft Version: 1.18.1

This happens only by the launcher, the creator-tools starts minecraft correctly.

grafik

Then I try the launcher-bootstrap its working. But its seems that minecraft data is downloaded from the skcraft web server and not from mojang?

hedgehog1029 commented 2 years ago

Duplicate/similar to #458

Launcher checks both your website and libraries.minecraft.net for libraries; it expects to receive a HTTP 404 for missing files. If your web server is returning 200 and a HTML page instead, it will assume it has received a real JAR file.

TheCherry commented 2 years ago

ah that will be the reason for sure! My webserver returning always redirect to the main website. thx, that will help, have just to create a new rule.