ak2yny / OpenHeroSelectGUI

GUI for OpenHeroSelect based on MUAOpenHeroSelect by adamatti
GNU General Public License v3.0
4 stars 1 forks source link

Unexpected crashes might happen sometimes #22

Open ak2yny opened 6 months ago

ak2yny commented 6 months ago

Missing files or folders or missing permissions in the OHS folder seem to be the cause crashes in many cases. This could be because of the missing game ("mua"/"xml2") folders in some cases.

ak2yny commented 4 months ago

Added a lot of error handling (silent in many cases), but unexpected crashes might still happen (changed title accordingly).

Expected crashes:

The tutorial has these cases covered. The GUI might need actual error messages that replace crashes, eventually (https://github.com/ak2yny/OpenHeroSelectGUI/blob/master/cs_source/App.xaml.cs#L21).