ErikKalkoken / evebuddy

EVE Buddy is a desktop companion app for Eve Online players available on Windows, Linux and macOS.
MIT License
2 stars 1 forks source link

App crashes on start #3

Closed thegilm closed 3 weeks ago

thegilm commented 3 weeks ago

Currently I cannot start the app successfully. It begins to load, then suddenly closes. Last thing i did before, was adding new characters. Crash log is attached. crash.txt

I'm on mac OS 14.6.1 on a M2 MBA. Please let me know if I can provide additional informations.

ErikKalkoken commented 3 weeks ago

Thanks for posting the issue and the crash report. I will look into it. Which evebuddy version are you using?

thegilm commented 3 weeks ago

Thanks for the quick response. I'm on the latest 0.2.3, sorry that I didn't include that info. Very promising tool btw, thanks for developing it!

ErikKalkoken commented 3 weeks ago

The issue is likely caused by invalid data in a TowerAlertMsg notifications, proberbly from the last character you added. (e.g. aggressorID = 0). I updated the app so it can now deal with those better.

The new release (0.2.4) should available in about 15 mins. Please let me know if that fix works for you.

thegilm commented 3 weeks ago

0.2.4 does remove the problem. The app launches as expected. Thanks a lot! Awesome work!

ErikKalkoken commented 3 weeks ago

Thank you for checking out the app and for your kind feedback. The app is still brand new and every feedback helps a lot.