MarkAusten / TDHelper

GUI for Trade Dangerous and EDDBlink
MIT License
7 stars 4 forks source link

Unhandled exception on startup #50

Closed MPeti1 closed 5 years ago

MPeti1 commented 5 years ago

I've got an unhandled exception on first run after allowing it to enable verbose logging. After clicking continue the window opened correctly Here is the error message: https://gist.github.com/MPeti1/2404d8fdfeaaa7f0c455a28442692d3d

That's pretty weird for me that .NET prints a lot of details with the system language, but currently I don't know how could I change that without changing the system language.

MarkAusten commented 5 years ago

Thanks for the report, I'll take a look at this and see what I can find out. The logging is of little use even in English since it is a production build and the verbose error reporting is therefore turned off. The important part is the first line of the call stack that tells me that the error occurred in the LoadInitialShipList method.

MarkAusten commented 5 years ago

This should now be fixed.