isle-portable icon indicating copy to clipboard operation
isle-portable copied to clipboard

Corrupted Release zip for Windows x64

Open BreakPoints opened this issue 7 months ago • 11 comments

I'm not sure exactly when it started, unfortuantly, but for at least a week or so every isle-0.1-Windows-x64.zip I have downloaded from the releases has had CRC errors and header errors.

Here's a couple of examples from the most recent release and the one just before. There doesn't seem to be much of pattern as to what part has errors.

Current build: Image

Penultimate build: Image

BreakPoints avatar Jul 24 '25 20:07 BreakPoints

Can confirm. Not sure what's up with this. As a workaround, the .tar.gz archive seems to be fine

foxtacles avatar Jul 24 '25 23:07 foxtacles

The .tar.gz has other issues. Looks like it's missing some dlls as I get error messages from isle-config.exe for:

  • libgcc_s_seh-1.dll
  • libwinpthread-1.dll
  • libstdc++-6.dll
  • libb2-1.dll

Other dlls not mentioned in the error are also missing (for example QtSvg.dll and dxil.dll)

BreakPoints avatar Jul 25 '25 02:07 BreakPoints

Quite a few of the Qt .dlls in the Windows version aren't necessary, such as QtSvg.dll. Additionally, it's not that great having so many .dlls packaged alongside it. I believe #554 is a good suggestion about what to do about this.

However, the problem of the .tar.gz missing those files is certainly worse than just not having QtSvg.dll and other unnecessary files, and indicates a deeper issue.

VoxelTek avatar Jul 25 '25 23:07 VoxelTek

I'm not getting this issue with the latest builds. If this is intentional, nice work! If not then maybe we should reopen as it could be periodic/random.

BreakPoints avatar Aug 11 '25 22:08 BreakPoints

I believe this may have been fixed with #665, so hopefully we shouldn't have to re-open this issue.

VoxelTek avatar Aug 11 '25 23:08 VoxelTek

Funnily enough I downloaded the artifact directly from CI from pull #664 and it worked. #665 just fixed it being in the release.

BreakPoints avatar Aug 12 '25 01:08 BreakPoints

Yep, seems to be sporadic. This is from #668

Image

BreakPoints avatar Aug 12 '25 03:08 BreakPoints

That's quite annoying. I wonder if it's something with our build script, or if something we're using has a bug.

VoxelTek avatar Aug 12 '25 03:08 VoxelTek

Turns out It's not sporadic or random, it's only in the release links. Downloading the latest release gives me errors but the artifact from the MSVC (x64) runner works. It was flagged by Windows defender as a trojen, though. Once I allowed it I'm able to extract both zip archives and run everything fine.

BreakPoints avatar Aug 13 '25 16:08 BreakPoints

yeah wtf is with this.

Snakeybus avatar Aug 20 '25 20:08 Snakeybus

Zip archive has the same error for me as well.

landoodle123 avatar Oct 18 '25 23:10 landoodle123