SIRprise
SIRprise
For .NET assemblies embedded ressources or ILMerge could be used - here is a tool which supports both and has a comparison matrix: [https://github.com/MiloszKrajewski/LibZ/blob/master/doc/matrix.md](https://github.com/MiloszKrajewski/LibZ/blob/master/doc/matrix.md) (For native the last time I...
Didn't work: "error: folder `.` doesn't exist. It seems to be I can enter any value and it won't be found, even if I copy everything to C:\temp and use...
Sorry for the delay: The error happens, if no data could be received multiple times in sequence. You could try to start it after all other tools started. I know...
Ah, I think I found a solution. Sorry for the delay, I'm really busy... https://github.com/SIRprise/SSD-LED/blob/3a4b2d2741cd4d3f139d9612d7bb5d6c88cca9bb/SSD-LED/Form1.cs#L40C28-L40C28 - the tickErrorCountMax is set to 3 to tolerate 3 errors in sequence. It could...
Thanks for the report and screenshot! Seems to have to do with the PerformanceCounter... You could try it by running in compatibility mode, described here: [https://allthings.how/how-to-run-an-app-in-compatibility-mode-in-windows-11/](https://allthings.how/how-to-run-an-app-in-compatibility-mode-in-windows-11/) You could also try...
Hi Paul, if compatibility mode works, you could deactivate autostart in the tool and make a link manually in the autostart. After that you can edit the link and configure...
I think I will add a logging mechanism to the tool soon to collect the needed information and catch that error and give the chance to the user to retry.
Ok, I made a new version. It can't fix your problem, but it logs the information it has in folder ./logs It includes also a little bit more error handling....
A normal log should look like: ``` 2022-10-05 16:44:39.986 +02:00 [INF] Starting SSD-LED v1.0.7.0 2022-10-05 16:44:44.466 +02:00 [INF] Found the following Physical Disks: ["2 E:","0 C:","_Total","1 D:"] 2022-10-05 16:45:24.675 +02:00...
Thats helpful and surprising! :-) You config indicates you have chosen C:, but the error says "_Total" could not be found, what would be the default setting. And "_Total" has...