https://bugs.winehq.org/show_bug.cgi?id=37901
--- Comment #16 from Dmitry Timoshkov dmitry@baikal.ru --- (In reply to catscrash from comment #15)
I know, you set this Bug to invalid, but the same thing keeps happening to me.
I am on an ubuntu 16.04 amd64 environment with wine 1.9.22~ubuntu16.04.1.
I created a clean wineprefix (tried with and without WINEARCH=win32) and did winetricks mfc42
I still get
~/ % env WINEPREFIX="/home/XXX/.wine_spg" WINEARCH=win32 wine vdemo-setup-3210.exe
fixme:process:SetProcessShutdownParameters (00000100, 00000000): partial stub. err:module:attach_process_dlls "Stp0.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"C:\users\xxx\Temp\SetupTemp0\AKSetup.exe" failed, status c0000142
When trying to run the latest demo from http://spg-direkt.de/datei-download/6/24-demo-versionen.
Is there anything else I can do?
You are using a different vdemo-setup version and as a result you have a different problem: vdemo-setup-3210.exe checks for an advapi32 export LookupSecurityDescriptorPartsA and crashes when GetProcAddress returns NULL. Adding a simple stub to the .spec file (without any real implementation) makes the setup work. I'd suggest to open new bug report, and copy this my reply there, and one of our stub-experts pretty quickly will add a stub for you :)
Regards.