https://bugs.winehq.org/show_bug.cgi?id=44885
--- Comment #3 from Sergey Markov sm@venus.ru --- Some exploration: icc430 calls GetSystemFirmwareTable to get raw SMBIOS tables (for generation of computer ID for licensing), but not expects (and not checks) if zero length of these tables are returned. It assumes that these tables always have non-zero length. Thus, for this software, valid functionality of GetSystemFirmwareTable with "RSMB" request is needed!