https://bugs.winehq.org/show_bug.cgi?id=20296
exposight exposight@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |exposight@gmail.com
--- Comment #71 from exposight exposight@gmail.com --- 3DMark versions can be downloaded from https://benchmarks.ul.com/legacy-benchmarks
Current behavior on wine devel 4.18 x64 is a bit different. Here is what was performed in order and what was the result: 1. Install 3DMark03 and run: error message box about System Info not installed/not working appears, 3DMark then closes. Console output errors:
0009:err:ole:create_server class {f21aabf7-4f63-48fb-9524-822429922224} not registered 0009:err:ole:CoGetClassObject no class object {f21aabf7-4f63-48fb-9524-822429922224} could be created for context 0x4
2. Install 3DMark05 and run: error message box about System Info not installed/not working appears, 3DMark then closes. Console output errors:
0077:err:ole:create_server class {f21aabf7-4f63-48fb-9524-822429922224} not registered 0077:err:ole:CoGetClassObject no class object {f21aabf7-4f63-48fb-9524-822429922224} could be created for context 0x4 wine: Unhandled page fault on read access to 0x00000004 at address 7D96FF0E (thread 0077), starting debugger...
3. Install 3DMark06 and run: process runs, spams into console and hangs. Other process 'fmsiscan.exe' consumes one core. Killing it manually makes 3DMark proceed and it opens. 4. After that, behavior for 3DMark03 and 3DMark05 starts to be the same: hang on open, need to kill one 'fmsiscan.exe' process consuming CPU in order to proceed.
Not sure if this is the same issue, but some bug is still there.