http://bugs.winehq.org/show_bug.cgi?id=12910
Summary: Alcohol 120% refuses to install Product: Wine Version: 0.9.59. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: therogueking@gmail.com
Attempted to install Alcohol 120% V1.9.7.6.6221 on my Ubuntu 7.10 machine running Wine 9.59. After running setup.exe and agreeing to the End-User-License Agreement I receive an error that reads SPTD setup V1.55 "This platform is not supported."
http://bugs.winehq.org/show_bug.cgi?id=12910
--- Comment #1 from Nick therogueking@gmail.com 2008-05-01 17:04:40 --- Similar bug is affecting Daemon Tools Pro V4.10 Build 218 but with SPTD V1.50 instead.
http://bugs.winehq.org/show_bug.cgi?id=12910
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #2 from Anastasius Focht focht@gmx.net 2008-05-01 17:36:14 --- Hello,
the installation of SPTD/SCSI pass through direct layer (kernel drivers) is not supported on wine and won't be in near future. This requires lots of kernel level infrastructure currently not present in wine.
Same goes to folks trying to install daemon tools and the like.
That specific error message is due to wine advapi32 delay loading rpcrt4.
--- snip --- .. 001a:Call KERNEL32.GetModuleHandleA(00401120 "kernel32.dll") ret=004d557d 001a:Ret KERNEL32.GetModuleHandleA() retval=7b820000 ret=004d557d 001a:Call KERNEL32.GetModuleHandleA(00401110 "advapi32.dll") ret=004d0500 001a:Ret KERNEL32.GetModuleHandleA() retval=73920000 ret=004d0500 001a:Call KERNEL32.GetModuleHandleA(0033fce0 "rpcrt4.dll") ret=004d2c8c 001a:Ret KERNEL32.GetModuleHandleA() retval=00000000 ret=004d2c8c 001a:Call user32.MessageBoxA(00000000,004017c4 "This platform is not supported.",004b4ca8 "SPTD setup V1.55 (C) 2004 Duplex Secure Ltd.",00000010) ret=004c332c .. --- snip ---
Use the following patch to revert the delay-load of rpcrt4. But that probably won't get you far ...
--- snip --- diff --git a/dlls/advapi32/Makefile.in b/dlls/advapi32/Makefile.in index d9236dc..b780187 100644 --- a/dlls/advapi32/Makefile.in +++ b/dlls/advapi32/Makefile.in @@ -5,9 +5,9 @@ SRCDIR = @srcdir@ VPATH = @srcdir@ MODULE = advapi32.dll IMPORTLIB = advapi32 -IMPORTS = kernel32 ntdll +IMPORTS = kernel32 ntdll rpcrt4 EXTRALIBS = @SECURITYLIB@ -DELAYIMPORTS = rpcrt4 +DELAYIMPORTS =
C_SRCS = \ advapi.c \ --- snip ---
Regards
http://bugs.winehq.org/show_bug.cgi?id=12910
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|blocker |normal
--- Comment #3 from Austin English austinenglish@gmail.com 2008-05-01 17:40:54 --- Not a blocker.
http://bugs.winehq.org/show_bug.cgi?id=12910
--- Comment #4 from Austin English austinenglish@gmail.com 2008-10-30 02:19:13 --- Is this still an issue in current (1.1.7 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=12910
--- Comment #5 from Anastasius Focht focht@gmx.net 2008-10-31 17:07:15 --- Hello,
--- quote --- Is this still an issue in current (1.1.7 or newer) wine? --- quote ---
obviously yes. For quick test you don't need alcohol (*g*) nor daemon tools. Just download single SPTD setup from here: http://disc-tools.com/download/sptd
Regards
http://bugs.winehq.org/show_bug.cgi?id=12910
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://disc- | |tools.com/download/sptd Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Keywords| |download
--- Comment #6 from Austin English austinenglish@gmail.com 2008-11-01 17:56:11 --- Confirming.
http://bugs.winehq.org/show_bug.cgi?id=12910
Jannik H. scrawl@baseoftrash.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |scrawl@baseoftrash.de
--- Comment #7 from Jannik H. scrawl@baseoftrash.de 2009-02-21 06:04:12 --- This is still an issue in wine 1.1.14.
http://bugs.winehq.org/show_bug.cgi?id=12910
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |xerox_xerox2000@yahoo.co.uk Resolution| |FIXED
--- Comment #8 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-11-23 12:01:17 --- the 1st bug is fixed by 5edac266282d0cc25a7f02d0c778911fc562ffbf
Reporter of bug: if you want to file bugs for issue with SPTD/SCSI please open a new bugreport
http://bugs.winehq.org/show_bug.cgi?id=12910
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from Alexandre Julliard julliard@winehq.org 2009-12-04 12:15:32 --- Closing bugs fixed in 1.1.34.
http://bugs.winehq.org/show_bug.cgi?id=12910
Éric Tremblay wine@deimos.ca changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wine@deimos.ca
--- Comment #10 from Éric Tremblay wine@deimos.ca 2011-06-20 18:01:39 CDT --- Still getting the same problem in wine-1.3.22 trying to install alcohol-120 v1.9.8.7612.
Tried both a fresh ~/.wine directory and my existing one. Setting "Windows Version" to "windows-xp" or "windows-vistas" doesn't seem to change anything.
Not changing bug status because i'm not a developer of Wine (and i might have to test other cases more thoroughly) but i am quite puzzled as to why i'm still getting this, despite the bug was marked as "fixed" almost 2 years ago.
http://bugs.winehq.org/show_bug.cgi?id=12910
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |5edac266282d0cc25a7f02d0c77 | |8911fc562ffbf CC| |adys.wh@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=12910
--- Comment #11 from Jerome Leclanche adys.wh@gmail.com 2011-11-30 15:53:21 CST --- Filed bug 29210 for the followup.
http://bugs.winehq.org/show_bug.cgi?id=12910
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Installer Component|-unknown |advapi32