Sparronator9999 / YAMDCC

Yet Another MSI Dragon Center Clone - A fast, lightweight alternative to MSI Center for MSI laptops, written in C#.
GNU General Public License v3.0
13 stars 0 forks source link

2 issues. Self disabling and wrong crash logfile default name #3

Closed porkmanager closed 2 weeks ago

porkmanager commented 2 weeks ago

Error on selfdisabling feature and inaccessible default logfile name when saving crash dump.

crash-2024.txt

Sparronator9999 commented 2 weeks ago

It looks like I can reproduce both issues on my end.

For the crash report saving issue, it looks like my sh*tty code is trying to set a default filename with colons ":" in it (which aren't allowed in a filename in Windows).

This is what happens when you don't test features, people...

I will fix both issues later.

Sparronator9999 commented 2 weeks ago

Hi, can you please test the latest build from GitHub Actions when it finishes?

Both issues are now fixed on my end.

porkmanager commented 2 weeks ago

Both issues are now fixed on my end.

Yep. Ive just tried latest build and it has been fixed. Thank u!

Sparronator9999 commented 2 weeks ago

No problem!