Multi-OEM/Retail Project {MRP} - Mk3

Discussion in 'MDL Projects and Applications' started by mxman2k, Oct 15, 2016.

  1. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,316
    7,023
    210
    #6221 Carlos Detweiller, Aug 30, 2020
    Last edited: Aug 30, 2020
  2. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,679
    19,122
    180
    Adapter RAM Not Available

    that causes the vbs and wmic to fail.

    i have addressed that issue with a work around :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,679
    19,122
    180
    i will release the updated QT soon as still some testing to do.

    Basically the vbs routine failed because the result was null so it sent the calculations out of balance.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,316
    7,023
    210
    No idea why it is listed two times, but, further down, it shows:
    Code:
    Adapter RAM    1.64 GB (1,759,631,360 bytes)
    The info is from MSINFO32.
     
  5. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,679
    19,122
    180
    it is a very weird thing , i know the QT's graphics bit has always been a bit fussy, but i never expected a null result, zero yes when no driver installed...

    I tried systeminfo but that takes ages to process and the result if saved as a text file is a pain to parse hence why i used another method, never thought about MSINFO32 :oops:

    Parsing two results for the same video-controller is very awkward and messy so i only test the first instance which usually is OK... Obviously m$ has other plans!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,679
    19,122
    180
    yeah i had to do a bit of a work-around , not pretty but at least no crash messages and some information now shown instead of a total ignore of the routine :D:D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,679
    19,122
    180
    For the time being the next QT (109) will NOT be showing any graphics information because no matter what i try it never gives a correct result always something going wrong.

    So until i can get the data more accurate with other methods it will stay removed.

    Sorry but that is my decision, it not that it is 'that' important is it?

    If someone can write a routine that reads the graphics data and can be parsed easy let me know.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,679
    19,122
    180
    OK just before i set off to work...

    because the gpu name, vram, driver date/version info was OK , those parts will now be shown, however BPP, resolution and some other info will not due to those not being always compliant...

    Will see how testing goes.....
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,679
    19,122
    180
    if things go to plan the new graphics information's look will be something along the lines of:
    Code:
      ===============================================[ Basic Graphics Information ]===============================================
     
    Adapter 1 Description      : NVIDIA GeForce GTX 1050 Ti
    Adapter 1 Video Memory     : 4,095 MiB
    Adapter 1 Driver Date      : 2018-01-03
    Adapter 1 Driver Version   : 23.21.13.9065
     
    Video Ram {VRam} Notes     : The data may not always be accurate due to Windows API limitations, or if using shared RAM.
    WinSat Scores {Max: 9.9}   : CPU: 8.1 | RAM: 8.1 | Graphics: 8.5 | Primary Disk: 8.2 | Base Rating: 8.1 
    'Basic' being the operative word for the time being, once other bits can be parsed more accurate i can add those in later. :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,897
    10,733
    240
    tireless man congratulations :worthy:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,027
    93,867
    450
    Code:
      ===============================================[ Basic Graphics Information ]=============================================== 
     
    Adapter 1 Description      : NVIDIA GeForce 840M
    Adapter 1 Video Memory     : 2.048 MiB 
    Adapter 1 Driver Date      : 2020-03-29
    Adapter 1 Driver Version   : 26.21.14.4283
     
    Adapter 2 Description      : Intel{R} HD Graphics 5500
    Adapter 2 Video Memory     : 1.024 MiB 
    Adapter 2 Driver Version   : 20.19.15.4835
     
    Video Ram {VRam} Notes     : The data may not always be accurate due to Windows API limitations, or if using shared RAM. 
    WinSat Scores {Max: 9.9}   : CPU: 8,4 | RAM: 8,4 | Graphics: 3,4 | Primary Disk: 8,15 | Base Rating: 3,4
     
  12. Dubioza Kolektiv

    Dubioza Kolektiv MDL Addicted

    Dec 27, 2012
    867
    1,463
    30
  13. Dubioza Kolektiv

    Dubioza Kolektiv MDL Addicted

    Dec 27, 2012
    867
    1,463
    30
  14. Dubioza Kolektiv

    Dubioza Kolektiv MDL Addicted

    Dec 27, 2012
    867
    1,463
    30
  15. Dubioza Kolektiv

    Dubioza Kolektiv MDL Addicted

    Dec 27, 2012
    867
    1,463
    30
  16. Dubioza Kolektiv

    Dubioza Kolektiv MDL Addicted

    Dec 27, 2012
    867
    1,463
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...