atlanticaccent / starsector-mod-manager-rust

A mod manager for Starsector, a space fleet-battle and economics simulator. This time written in Rust.
https://atlanticaccent.github.io/starsector-mod-manager-rust/
MIT License
33 stars 1 forks source link

Clicking "Open Unofficial Mod Repo" Does nothing #156

Closed 321nick closed 2 years ago

321nick commented 2 years ago

as the title says, no popup or anything.

Heres what my settings and launcher look like RN (if theres a log or smth that would help tell me): image

josiah-roberts commented 2 years ago

+1, no log either

atlanticaccent commented 2 years ago

Yeah this is my bad. When I wrote this feature Wisp's Unofficial Mod Repo had a different schema which has since changed. Because the schema changed, pressing this button pulls the data down then immediately causes the subroutine to crash - thankfully leaving the rest of the app alone.

Thankfully, fixing this is a pretty small job.

superyuuki commented 2 years ago

How is this going?

atlanticaccent commented 2 years ago

This should be fixed as of PR #166