http://bugs.winehq.org/show_bug.cgi?id=58243
Bug ID: 58243 Summary: Geekbench 6 crashes at start. Product: Wine Version: 10.8 Hardware: x86-64 URL: https://www.geekbench.com/download/ OS: Linux Status: NEW Keywords: download, patch Severity: normal Priority: P2 Component: wmi&wbemprox Assignee: wine-bugs@winehq.org Reporter: xerox.xerox2000x@gmail.com Distribution: Debian
Created attachment 78583 --> http://bugs.winehq.org/attachment.cgi?id=78583 patch
It seems to choke in a query for "MSSMBios_RawSMBiosTables" not returning anything usefull.
AFAICT the code for getting the raw biosdata is already present in the current code (in fill_bios), so I copied/pasted/modified it in the attached patch, which makes the application start fine.
http://bugs.winehq.org/show_bug.cgi?id=58243
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Fixed by SHA1| |a550040d94de646c65f4013337b | |5cce89383b634 Status|NEW |RESOLVED
--- Comment #1 from Louis Lenders xerox.xerox2000x@gmail.com --- This fixed by a550040d94de646c65f4013337b5cce89383b634, thanks Hans for the help with improving the patch.