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.