PrismLauncher / meta

Prism Launcher Metadata generation scripts
Microsoft Public License
16 stars 18 forks source link

1.20.4 NeoForge is broken #61

Open maskersss opened 4 months ago

maskersss commented 4 months ago

latest neoforge versions on 1.20.4 don't successfully download:

Instance update failed because: Game update failed: it was impossible to fetch the required libraries.
Reason:
One or more subtasks failed

from prism log:

 14214.885 D | Checksummed Download for: "net.neoforged:neoforge:20.4.178:universal" storage: "net/neoforged/neoforge/20.4.178/neoforge-20.4.178-universal.jar" url: "https://maven.neoforged.net/releases/net/neoforged/neoforge/20.4.178/neoforge-20.4.178-universal.jar"
 14214.942 D | Setting up api download
 14214.943 W | QWindowsWindow::setGeometry: Unable to set geometry 600x173+618+748 (frame: 618x220+609+710) on QWidgetWindow/"ProgressDialogWindow" on "C27JG5x". Resulting geometry: 600x255+618+748 (frame: 618x302+609+710) margins: 9, 38, 9, 9 minimum size: 480x138 MINMAXINFO(maxSize=POINT(x=0, y=0), maxpos=POINT(x=0, y=0), maxtrack=POINT(x=0, y=0), mintrack=POINT(x=618, y=220)))
 14215.497 W | Checksum mismatch, download is bad.
 14215.498 D | Setting up api download
 14215.805 W | Checksum mismatch, download is bad.
 14215.806 D | Setting up api download
 14216.100 W | Checksum mismatch, download is bad

not sure which versions exactly don't work, from discord "it seems everything post july is broken" not sure if any other mc versions also don't work

Trial97 commented 4 months ago

the 20.4.237 (latest one ) doesn't have this issue: please try to use that one. This is not due to our meta the Neoforge installer contains the wrong checksum:

{
      "name": "net.neoforged:neoforge:20.4.2-beta:universal",
      "downloads": {
        "artifact": {
          "sha1": "82e91789de781b06f642d1a89d1914538abcf468",
          "size": 2220870,
          "url": "https://maven.neoforged.net/releases/net/neoforged/neoforge/20.4.2-beta/neoforge-20.4.2-beta-universal.jar",
          "path": "net/neoforged/neoforge/20.4.2-beta/neoforge-20.4.2-beta-universal.jar"
        }
      }
    },

Waiting for a fix from theyr side before regenerating our meta

maskersss commented 4 months ago

oh yeah 20.4.237 works, sorry for the confusion, by "latest" i meant the highest one in prism but it seems that prism messes up the order, not sure if it's also a meta issue or a prism issue? lmk if i should open an issue about it in the prismlauncher repo image

Trial97 commented 4 months ago

that is probably because we reseated the meta a few days ago(because neoforge updated the installer again): the released changed and the -beta versions are considered newer. So I'm not sure if will change the order based on another field. But either way let's wait until we generate the meta again(to see the order then) if still the same feel free to open a issue on meta repository