Nearly done here. Preliminary changelog Code: v1.16.1016 # New: 1. User interface improved 2. Updated xml parsing method added 3. New auto repair corrupted scores feature # Enhancements: 1. Memory management system removed 2. WinSAT execution method changes 3. Multiple instance messagebox removed 4. Messagebox changes to follow the UI 5. Core reconstruction applied # Bugs: 1. Path formatting issue fixed 2. Missing directory issue fixed
Thanks, I've applied changes across the entire changelog. Regarding the missing directory issue, I was incorrect as its a missing file issue which was appended incorrectly in the changelog. This fixes an issue on slower machines where an attempt is made to read the 'winsat.log' file, but it has not yet been created. The fix is a loop to wait on the necessary files creation before continuing to step through the code. Code: If File.Exists(fWinsatLog) = False Then Do Until CBool(File.Exists(fWinsatLog) = True) IO.File.Create(fWinsatLog) Loop End If
Hi dude, I attempt run the aplication, but Windows warn me that this aplication don't can run in my PC? heh I find the problem NetFX3.5 disapear alone so the aplication dont run of course, I need reinstal NetFX3 and after run again sorry (this Windows O.S sometimes make me crazy
I've tried reproducing the bug from yesterday about 20 times, it seems to be working okay now. This bug made me think of a new feature- adding an option to see all of the assessments ever made in Windows, and not just the latest one.
That is a good idea, also hardware used for scoring in screenshots. I start work on version 2 now. I'm going to wait an hour for Carlos's reply, then I'll start getting the server ready and update.
Sorry for the delay. I will definitely test as soon as I can get that pile of scrap metal to boot, again. Currently, it won't.