https://bugs.winehq.org/show_bug.cgi?id=41682
Bug ID: 41682 Summary: SPG-Verein 3.2 fails to install Product: Wine Version: 1.9.22 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: catscrash@catscrash.de Distribution: ---
Hi,
When trying to run the latest demo from http://spg-direkt.de/datei-download/6/24-demo-versionen I run into a problem:
~/ % 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
I created a clean wineprefix and tried with and without WINEARCH=win32 and I did winetricks mfc42
there's a similar bug report here: https://bugs.winehq.org/show_bug.cgi?id=37901 which was set to invalid, but I was told this was a different problem.
Dmitry Timoshkov said over there: "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."
I'd be happy if someone could help me!
Thank you!