https://bugs.winehq.org/show_bug.cgi?id=47879
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|process:RegisterApplication |Proprietary application |Restart too stubby |fails to start Component|kernel32 |-unknown CC| |z.figura12@gmail.com
--- Comment #4 from Zebediah Figura z.figura12@gmail.com --- RegisterApplicationRestart() is used to restart an application if it crashes. Since it returns success, I don't think it's the problem here.
InitNetworkAddressControl(), on the other hand, could be the culprit. If you have the time and ability to compile Wine, returning TRUE from that function could be interesting, though I suspect it'll then go on to try to create a window of that class, which will be a little more involved to implement.