SKCraft / Launcher

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

Invalid hash #431

Closed WILLIAM8812 closed 3 years ago

WILLIAM8812 commented 3 years ago

Hello, When i try to launch my modpack i get the following error :

java.lang.RuntimeException: Artifact 'D:\dev\Launcher-master\launcher\build\libs\libraries\net\minecraft\client\1.16.5-20210115.111550\client-1.16.5-20210115.111550-extra.jar' has invalid hash!
    at com.skcraft.launcher.install.ProcessorTask.execute(ProcessorTask.java:121)
    at com.skcraft.launcher.install.Installer$TaskQueue.execute(Installer.java:109)
    at com.skcraft.launcher.install.Installer.executeLate(Installer.java:61)
    at com.skcraft.launcher.update.Updater.update(Updater.java:209)
    at com.skcraft.launcher.update.Updater.call(Updater.java:97)
    at com.skcraft.launcher.update.Updater.call(Updater.java:40)
    at java.util.concurrent.FutureTask.run(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)

I've seen it trying to download the file using localhost, maybe a proxy error idk ? Thanks

hedgehog1029 commented 3 years ago

Likely you have mismatched minecraft & forge versions.

WILLIAM8812 commented 3 years ago

Oh yeah thanks