Technosorcery / sd2snes-lttp-rando-tracker

Legend of Zelda: A Link to the Past randomizer tracker that works via SD2SNES serial connection
MIT License
11 stars 4 forks source link

No functional windows build? #1304

Closed StrikerMan780 closed 1 year ago

StrikerMan780 commented 1 year ago

I tried to get the windows build in the releases page, but it's a corrupted 48 byte zip file. I tried to get a debug build from the actions page, and I just get a blank page when I run it. (QUSB2SNES sees it as being connected, so I'm not sure what's going on)

jhelwig commented 1 year ago

Thanks for reporting this! The release files are automatically attached from GitHub Actions, so I'll need to look into what's going on there. It looks like the macOS build also has a similar issue.

jhelwig commented 1 year ago

The Windows ZIP file appears to be just the text ./sd2snes-lttp-rando-tracker-windows-release.zip (while the macOS build is ./sd2snes-lttp-rando-tracker-macos-release.tar.gz). I'll need to poke a things a bit more to see exactly why/how that's happening, and what needs to change to fix it.

If I download one of the debug build artifacts for Windows, it brings up the map & item list if I go to http://localhost:8000/ui/. Apparently I forgot to document that the UI was moved to that URL, and forgot to add a redirect from / to /ui/. I'll update the Readme, and add that redirect.

jhelwig commented 1 year ago

Both the missing redirect, and the bad release artifacts should be fixed in the latest release: https://github.com/Technosorcery/sd2snes-lttp-rando-tracker/releases/tag/v2.0.1