https://bugs.winehq.org/show_bug.cgi?id=54021
Bug ID: 54021 Summary: Microsoft Report Builder: crashes on startup Product: Wine Version: 7.22 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: mohd.akram@outlook.com Distribution: ---
Created attachment 73590 --> https://bugs.winehq.org/attachment.cgi?id=73590 log of running `wine MSReportBuilder.exe`
I get a System.NullReferenceException exception when running Microsoft Report Builder (log attached). It is free to download from https://www.microsoft.com/en-us/download/details.aspx?id=53613.
https://bugs.winehq.org/show_bug.cgi?id=54021
--- Comment #1 from mohd.akram@outlook.com --- This is due to a missing registry key. Running `wine reg add "HKLM\SOFTWARE\Microsoft\SQMClient" /v MachineId /t REG_SZ` and then launching the app fixes the issue. This key is mentioned here - https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-sqmcs2/0442.... I don't know if wine should populate this key; it seems to be expected to exist in Windows.