Intel Processor Diagnostic Tool doesn't run

Questions about Wine on Linux
Locked
luca92
Level 3
Level 3
Posts: 55
Joined: Thu Jan 23, 2014 5:44 am

Intel Processor Diagnostic Tool doesn't run

Post by luca92 »

hello,
i have downloaded "Intel Processor Diagnostic Tool", a tool that verifies the functionality of an Intel Microprocessor by stress testing the CPU:
https://www.intel.com/content/www/us/en ... -tool.html

Installation worked, but if i run it, it says error:

Code: Select all

$ wine Win-IPDT64.exe 
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
010c:fixme:mscoree:parse_supported_runtime sku=L".NETFramework,Version=v4.7.2" not implemented
010c:fixme:mscoree:parse_supported_runtime sku=L".NETFramework,Version=v4.7.2" not implemented
010c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
010c:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 000000000041DF50, 00000000005667F0, 000000000041DF58, 000000000041DF48
010c:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 000000000041DF50, 00000000005667F0, 000000000041DF58, 000000000041DF48
010c:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 000000000041DF50, 00000000005667F0, 000000000041DF58, 000000000041DF48
010c:fixme:font:find_matching_face Untranslated charset 255
010c:fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb[0] = 00000000 file = L"\\??\\Z:\\usr\\share\\fonts\\TTF\\MuktiNarrow.ttf"
010c:fixme:font:find_matching_face Untranslated charset 255
010c:fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb[0] = 00000000 file = L"\\??\\Z:\\usr\\share\\fonts\\TTF\\Pothana2000.ttf"
010c:fixme:font:find_matching_face Untranslated charset 255
010c:fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb[0] = 00000000 file = L"\\??\\Z:\\usr\\share\\fonts\\TTF\\Sampige.ttf"
0098:fixme:imm:ImeSetActiveContext (0000000000010026, 0): stub
0098:fixme:imm:ImmReleaseContext (0000000000010020, 0000000000010026): stub
010c:fixme:imm:ImeSetActiveContext (0000000000010052, 1): stub
010c:fixme:imm:ImmReleaseContext (000000000002004A, 0000000000010052): stub
011c:err:module:import_dll Loading library wined3d.dll (which is needed by L"C:\\windows\\system32\\dxgi.dll") failed (error c000012f).
011c:err:module:import_dll Library dxgi.dll (which is needed by L"C:\\windows\\system32\\wbem\\wbemprox.dll") not found
011c:err:ole:apartment_add_dll couldn't load in-process dll L"C:\\windows\\system32\\wbem\\wbemprox.dll"
011c:err:ole:create_server class {4590f811-1d3a-11d0-891f-00aa004b2e24} not registered
011c:fixme:ole:com_get_class_object CLSCTX_REMOTE_SERVER not supported
011c:err:ole:com_get_class_object no class object {4590f811-1d3a-11d0-891f-00aa004b2e24} could be created for context 0x15
010c:fixme:uiautomation:UiaReturnRawElementProvider UIA-to-MSAA bridge not implemented, no provider map to free.

Unhandled Exception:
System.Runtime.InteropServices.COMException (0x80040154)
  at System.Management.ThreadDispatch.Start () [0x0001b] in <c920d852289f4339b5988f186c356900>:0 
  at System.Management.ManagementScope.Initialize () [0x00049] in <c920d852289f4339b5988f186c356900>:0 
  at System.Management.ManagementObjectSearcher.Initialize () [0x00058] in <c920d852289f4339b5988f186c356900>:0 
  at System.Management.ManagementObjectSearcher.Get () [0x00000] in <c920d852289f4339b5988f186c356900>:0 
  at (wrapper remoting-invoke-with-check) System.Management.ManagementObjectSearcher.Get()
  at Win_IPDT.Program.Main () [0x006a2] in <97af46842fad4439b99896b788bfb3f1>:0 
[ERROR] FATAL UNHANDLED EXCEPTION: System.Runtime.InteropServices.COMException (0x80040154)
  at System.Management.ThreadDispatch.Start () [0x0001b] in <c920d852289f4339b5988f186c356900>:0 
  at System.Management.ManagementScope.Initialize () [0x00049] in <c920d852289f4339b5988f186c356900>:0 
  at System.Management.ManagementObjectSearcher.Initialize () [0x00058] in <c920d852289f4339b5988f186c356900>:0 
  at System.Management.ManagementObjectSearcher.Get () [0x00000] in <c920d852289f4339b5988f186c356900>:0 
  at (wrapper remoting-invoke-with-check) System.Management.ManagementObjectSearcher.Get()

Locked