[Bug 41682] New: SPG-Verein 3.2 fails to install
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(a)winehq.org Reporter: catscrash(a)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! -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41682 winetest(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish(a)gmail.com, | |winetest(a)luukku.com -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41682 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|SPG-Verein 3.2 fails to |SPG-Verein 3.2 fails to |install |install, needs | |advapi32.LookupSecurityDesc | |riptorPartsA -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41682 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Keywords| |download, patch Status|UNCONFIRMED |NEW --- Comment #1 from Austin English <austinenglish(a)gmail.com> --- https://source.winehq.org/patches/data/127657 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41682 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |advapi32 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41682 catscrash(a)catscrash.de changed: What |Removed |Added ---------------------------------------------------------------------------- Component|advapi32 |-unknown --- Comment #2 from catscrash(a)catscrash.de --- thanks. I need to rebuild wine probably, there's no way to just compile the dll, is there? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41682 --- Comment #3 from Austin English <austinenglish(a)gmail.com> --- (In reply to catscrash from comment #2)
thanks. I need to rebuild wine probably, there's no way to just compile the dll, is there?
No, there's not. See https://wiki.winehq.org/Building_Wine -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41682 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |advapi32 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41682 Sebastian Lackner <sebastian(a)fds-team.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dmitry(a)baikal.ru, | |erich.e.hoover(a)wine-staging | |.com, michael(a)fds-team.de, | |sebastian(a)fds-team.de Staged patchset| |https://github.com/wine-com | |pholio/wine-staging/tree/ma | |ster/patches/advapi32-Looku | |pSecurityDescriptorParts Status|NEW |STAGED -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41682 --- Comment #4 from Austin English <austinenglish(a)gmail.com> --- Try 2: https://source.winehq.org/patches/data/130165 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41682 --- Comment #5 from winetest(a)luukku.com --- This should be fixed now. http://source.winehq.org/git/wine.git/commit/03c2bf093b2f96b8bf79d9dd0a600b9... -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41682 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|STAGED |RESOLVED Fixed by SHA1| |03c2bf093b2f96b8bf79d9dd0a6 | |00b9efa8fa1fe Resolution|--- |FIXED --- Comment #6 from Austin English <austinenglish(a)gmail.com> --- (In reply to winetest from comment #5)
This should be fixed now.
http://source.winehq.org/git/wine.git/commit/ 03c2bf093b2f96b8bf79d9dd0a600b9efa8fa1fe
Fixed. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41682 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #7 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 2.3. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41682 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |https://web.archive.org/web | |/20210311193051/https://www | |.sparkasse-adl.de/content/d | |am/myif/sk-lippe/work/downl | |oad/spg-verein-demo-320.exe Keywords| |Installer CC| |focht(a)gmx.net -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla