https://bugs.winehq.org/show_bug.cgi?id=55859
--- Comment #4 from Fabian Maurer dark.shadow4@web.de --- I implemented some changes in my test branch: https://gitlab.winehq.org/DarkShadow44/wine/-/commits/labview2
Most are probably irrelevant, but I'm still trying to get it to work at all.
With that branch and "winetricks cmd" (and copying cmd.exe from syswow64 into system32) I now get an error with "ni-visa-shared-components"
Although sometimes I still get "ni-systemlink-message-broker" issues like
07c0:err:eventlog:ReportEventW L"System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.\r\n" 07c0:err:eventlog:ReportEventW L"Parameter name: chunkLength\r\n" 07c0:err:eventlog:ReportEventW L" at System.Text.StringBuilder.ToString()\r\n" 07c0:err:eventlog:ReportEventW L" at NationalInstruments.RabbitMQConfig.Helpers.CommandLineUtility.CallExe(String args, Int32& exitCode, String& standardOutput, String& standardError, TimeSpan timeout, IReadOnlyDictionary`2 environment)"
Seems to be a race condition... Although it seems to be better now, I'll try to get the sc/net changes upstreamed, then maybe I'll work on the CMD issue.
Should I split off all those different bugs?