Iridium IO
Iridium IO
@Starbuck1991 can you also confirm that if you try to run v3.0.3 **again** that it still works? I'm trying to work out whether v3.0.4 actually broke it or if there's...
Thanks! That actually nails the problem. When I added the check to ensure the folder is not empty in [this commit](https://github.com/IridiumIO/CompactGUI/commit/14de2d59fe54abfb74c7421da3a5c9bbf5761f97), I used: ``` vb.net If Not IO.Directory.EnumerateFiles(folder, "*", SearchOption.AllDirectories).Any()...
@Starbuck1991 excellent, I'll push it in a proper release now
> Hello! I'm re-opening this because I get this on v3.2.1 > > > > ``` > > Application: CompactGUI.exe > > CoreCLR Version: 6.0.2924.17105 > > .NET Version: 6.0.29...
Theoretically yes, I've never done it before but I can give it a crack. Other people would have to submit language conversions though
Right now it's hardcoded in English so I'd have to go through and separate it into .resx(?) files first
"all the way to 3.1" isn't that many releases. It's literally 3 weeks. Chill a bit, there's no need to be so snarky. I'll get round to it
Navigate to `%IridiumIO/CompactGUI/` in Windows Explorer and you'll see `settings.json` and `watcher.json` Delete `watcher.json`, it looks like it got corrupted in the crash
I'm not at my computer at the moment, but I think you could try running `CompactGUI -tray` for now.
Makes sense, and yes of course I can add the option :)