Experience Index Returns (Open-source)

Discussion in 'MDL Projects and Applications' started by Muerto, Apr 7, 2016.

  1. Muerto

    Muerto MDL Debugger

    Mar 7, 2012
    1,855
    2,103
    60
    #161 Muerto, Oct 9, 2016
    Last edited: Mar 6, 2021
    (OP)
    It did stop, it was scrapped and redeveloped.
     
  2. Muerto

    Muerto MDL Debugger

    Mar 7, 2012
    1,855
    2,103
    60
    #162 Muerto, Oct 18, 2016
    Last edited: Mar 6, 2021
    (OP)
    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
     
  3. aJimNez1911

    aJimNez1911 MDL Novice

    Mar 11, 2016
    20
    0
    0
    A new version? Oh Joy!!! :worthy:
     
  4. ItielMaN

    ItielMaN MDL Senior Member

    Apr 30, 2011
    367
    59
    10
    Hmm?

    Like the new changelog format btw :thumbsup:
     
  5. Muerto

    Muerto MDL Debugger

    Mar 7, 2012
    1,855
    2,103
    60
    #165 Muerto, Oct 19, 2016
    Last edited: Mar 6, 2021
    (OP)
    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
     
  6. Muerto

    Muerto MDL Debugger

    Mar 7, 2012
    1,855
    2,103
    60
    A test version has been sent. Awaiting replies.
     
  7. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,897
    10,733
    240
    #170 Tiger-1, Oct 19, 2016
    Last edited: Oct 20, 2016
    Hi dude, I attempt run the aplication, but Windows warn me that this aplication don't can run in my PC? :confused: 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 :mad:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Muerto

    Muerto MDL Debugger

    Mar 7, 2012
    1,855
    2,103
    60
    #171 Muerto, Oct 19, 2016
    Last edited: Mar 6, 2021
    (OP)
    Can you send a print screen of the error please? I'm sure it's SmartScreen.
     
  9. Muerto

    Muerto MDL Debugger

    Mar 7, 2012
    1,855
    2,103
    60
    #172 Muerto, Oct 19, 2016
    Last edited: Mar 6, 2021
    (OP)
    I'll be here for another two hours as a release is planned. Keep me updated here.
     
  10. Muerto

    Muerto MDL Debugger

    Mar 7, 2012
    1,855
    2,103
    60
    #173 Muerto, Oct 20, 2016
    Last edited: Mar 6, 2021
    (OP)
    I found a bug within a new feature. It will be patched tomorrow, then I'll release.
     
  11. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,331
    7,048
    210
    Will test ASAP and report.
     
  12. Muerto

    Muerto MDL Debugger

    Mar 7, 2012
    1,855
    2,103
    60
    No worries buddy. I'm holding off release until this evening. Giggady.
     
  13. ItielMaN

    ItielMaN MDL Senior Member

    Apr 30, 2011
    367
    59
    10
    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.
     
  14. Muerto

    Muerto MDL Debugger

    Mar 7, 2012
    1,855
    2,103
    60
    #177 Muerto, Oct 20, 2016
    Last edited: Mar 6, 2021
    (OP)
    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.
     
  15. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,331
    7,048
    210
    #179 Carlos Detweiller, Oct 22, 2016
    Last edited: Oct 24, 2016
    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. :death:
     
  16. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,897
    10,733
    240
    @QB that's ok dude, here working like a charm congrats for your job :biggrin:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...