https://bugs.winehq.org/show_bug.cgi?id=51800
Bug ID: 51800 Summary: UserBenchmark Crash Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: lolothepro29@gmail.com Distribution: ---
Created attachment 70686 --> https://bugs.winehq.org/attachment.cgi?id=70686 Logs
UserBenchmark crash in full benchmark
https://bugs.winehq.org/show_bug.cgi?id=51800
Bernhard Übelacker bernhardu@mailbox.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu@mailbox.org
--- Comment #1 from Bernhard Übelacker bernhardu@mailbox.org --- In the "Logs" attachement is the instruction "int $0x29" shown. This special interrupt seems related to _KiRaiseSecurityCheckFailure.
Short before this "int $0x29" there is also a function call IsProcessorFeaturePresent(feature=23/*PF_FASTFAIL_AVAILABLE*/) done.
Searching the internet mainly returns results for the "Buffer Security Check" in the Microsoft compilers.
I am not sure if this is related here too, but looking a little further in the executed function shows following: d3d11_device_context_QueryInterface {b2daad8b-03d4-4dbf-95eb-32ab4b63d0ab} not implemented, returning E_NOINTERFACE.
This leads to this bug: https://bugs.winehq.org/show_bug.cgi?id=51354 And there is a "stub" patch attached, which starts implementing ID3DUserDefinedAnnotation.
With this patch applied the "UBMSkillBench.exe" seems to work and shows its user interface.
( Unfortunately to reach this fault the whole benchmark has to be run, the single executable just "waits for something". Therefore starting with following WINEDLLOVERRIDES does speedup things to reach the issue: "UBMCPUBench.exe=b;UBMRAMBench.exe=b;SHADOW.exe=b;UBMGPUStats.exe=b" )
https://bugs.winehq.org/show_bug.cgi?id=51800
Bernhard Übelacker bernhardu@mailbox.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Abandoned?
--- Comment #2 from Bernhard Übelacker bernhardu@mailbox.org --- The installer from 2021 seems no longer working, it shows now: ERROR: Internet connectivity failed.
md5sum: d35f8246f25dc9c303b09d35e8563500 UserBenchMark.exe
Downloading current installer UserBenchmarkInstaller.exe did not show me any crash.
Therefore is it safe to resolve abandoned?
https://bugs.winehq.org/show_bug.cgi?id=51800
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |ABANDONED Status|UNCONFIRMED |RESOLVED
--- Comment #3 from Ken Sharp imwellcushtymelike@gmail.com --- As above
https://bugs.winehq.org/show_bug.cgi?id=51800
--- Comment #4 from Austin English austinenglish@gmail.com --- Closing.
https://bugs.winehq.org/show_bug.cgi?id=51800
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Austin English austinenglish@gmail.com --- Actually closing.