https://bugs.winehq.org/show_bug.cgi?id=44305
Bug ID: 44305 Summary: GetSystemFirmwareTable() API returns empty SMBIOS records on Ubuntu 16.04 x86_64 Product: Wine Version: 2.0.4 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: gaurav.pruthi88@gmail.com Distribution: ---
We are using GetSystemFirmwareTable() API to retrieve SMBIOS data. After invocation, function returns empty SMBIOSTableData[], a member of struct RawSMBIOSData. Also, 'Length' field of the aforementioned struct returns a negative value in wine 2.0.3
More info regarding this API can be found at: https://msdn.microsoft.com/en-us/library/windows/desktop/ms724379(v=vs.85).a...
Do respond if more info is required.