trainb0y / PyMultibound

Yet another Multibound-ish thing for Starbound
MIT License
5 stars 1 forks source link

[BUG] App closes upon creating profile #4

Closed ThePhaseCat closed 2 years ago

ThePhaseCat commented 2 years ago

Describe the bug When I create a new profile, the app completely closes. Upon opening the app and selecting this new profile, it does nothing

To Reproduce

  1. Open gui.py
  2. Create new profile (crashes)
  3. Attempt to run Starbound via the gui

Expected behavior A profile should be created with no crashes, and it should correctly open Starbound upon clicking

Other Information:

(i'm pretty sure it's crashing because my Starbound is installed somewhere else and the app doesn't know this, so it's unable to open Starbound)

PyMultibound(log1).log PyMultibound(log2).log

trainb0y commented 2 years ago

Yeah it only checks the default Starbound install location.

Will make a settings menu to set file paths, soon:tm:

trainb0y commented 2 years ago

Fixed with https://github.com/trainb0y1/PyMultibound/commit/1713ba0cd9a93c02313711ec120e2ca846262676 Not the best solution, as there is no way to set paths in the GUI, but it works.

Will create new release soon.

trainb0y commented 2 years ago

https://github.com/trainb0y1/PyMultibound/releases/tag/v1.1.0