http://bugs.winehq.org/show_bug.cgi?id=15898
Summary: unimplemented function advapi32.dll.LsaSetSecret, aborting Product: Wine Version: 1.0.1 Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: blocker Priority: P1 Component: advapi32 AssignedTo: wine-bugs@winehq.org ReportedBy: gun.goksu@gmail.com
Created an attachment (id=17061) --> (http://bugs.winehq.org/attachment.cgi?id=17061) output of wine setup.exe giving error unimplemented function advapi32.dll.LsaSetSecret, aborting
I am trying to install a 16bit program named "Primavera P3 3.1". this app works unders windows 3.1, windows xp, vista. I was surprised it did not work under wine.
I believe with very minor tweaking it will work under wine too.
the program was on a CD that I copied onto my laptop.
when typing at console wine setup.exe I get basically the following.
unimplemented function advapi32.dll.LsaSetSecret, aborting
Vitamin told me in the winehd forums to file in a bug. I quote "It should be easy to implement this function without encrypting anything."
I hope so.
:)
first mentioned under: http://forum.winehq.org/viewtopic.php?p=14383#14383
http://bugs.winehq.org/show_bug.cgi?id=15898
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|blocker |normal Priority|P1 |P2
--- Comment #1 from Jeff Zaroyko jeffz@jeffz.name 2008-11-03 06:06:31 --- Not a blocker, read the severity description.
http://bugs.winehq.org/show_bug.cgi?id=15898
Kai Blin kai.blin@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|wine-bugs@winehq.org |kai.blin@gmail.com Status|UNCONFIRMED |ASSIGNED Ever Confirmed|0 |1
--- Comment #2 from Kai Blin kai.blin@gmail.com 2008-11-03 15:20:08 --- Created an attachment (id=17072) --> (http://bugs.winehq.org/attachment.cgi?id=17072) Stub implementation of LsaSetSecret
Hi. Attached there's a patch with the stub implementation for LsaSetSecret. Could you check if this makes things work for you?
http://bugs.winehq.org/show_bug.cgi?id=15898
--- Comment #3 from Goksu gun.goksu@gmail.com 2008-11-05 06:02:47 --- (In reply to comment #2)
Created an attachment (id=17072)
--> (http://bugs.winehq.org/attachment.cgi?id=17072) [details]
Stub implementation of LsaSetSecret
Hi. Attached there's a patch with the stub implementation for LsaSetSecret. Could you check if this makes things work for you?
ok. unfortunately I had installed wine through synaptic. so I guess from what I read that there is no way to install the patch to it.
So I need to uninstall (complete removal) the wine and somehow download and install the wine source files and whatever else is needed to compile from scratch?
and inbetween I loose all previous installs of other windows stuff done previously under wine?
I need to read some more, way more.
thank you for the patch. I am working on removing the wine, downloading, make from source, somehow install the patch, retry install of windows program.
will tell when I am sure I managed to install the patch and tried the install.
goksu
http://bugs.winehq.org/show_bug.cgi?id=15898
--- Comment #4 from Kai Blin kai.blin@gmail.com 2008-11-05 06:25:42 --- Actually you don't need to remove the preinstalled Wine to test a build from source. Also your installed applications are not affected by this.
http://bugs.winehq.org/show_bug.cgi?id=15898
--- Comment #5 from Goksu gun.goksu@gmail.com 2008-11-19 21:15:09 --- I need some extra help for this one.
I have downloaded with git the latest code to my machine. I already use wine version 1.1.8 from winehq.
my machine is ubuntu 8.10 x64 desktop running on a laptop.
I have build-essencials installed. I have followed the below defined stuff. @http://wiki.winehq.org/WineOn64bit and @http://wiki.winehq.org/Recommended_Packages
but when I do:
CC="gcc-4.3 -m32" LDFLAGS="-L/lib32 -L/usr/lib32 -L`pwd`/lib32 -Wl,-rpath,/lib32 -Wl,-rpath,/usr/lib32" ./configure -v
I get:
checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking whether make sets $(MAKE)... yes checking for gcc... gcc-4.3 -m32 -m32 checking for C compiler default output file name... configure: error: in `/home/goksu/wine': configure: error: C compiler cannot create executables See `config.log' for more details.
So I get stuck.
http://bugs.winehq.org/show_bug.cgi?id=15898
--- Comment #6 from Austin English austinenglish@gmail.com 2008-11-20 01:22:43 --- (In reply to comment #5)
I need some extra help for this one.
I have downloaded with git the latest code to my machine. I already use wine version 1.1.8 from winehq.
my machine is ubuntu 8.10 x64 desktop running on a laptop.
I have build-essencials installed. I have followed the below defined stuff. @http://wiki.winehq.org/WineOn64bit and @http://wiki.winehq.org/Recommended_Packages
but when I do:
CC="gcc-4.3 -m32" LDFLAGS="-L/lib32 -L/usr/lib32 -L`pwd`/lib32 -Wl,-rpath,/lib32 -Wl,-rpath,/usr/lib32" ./configure -v
I get:
checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking whether make sets $(MAKE)... yes checking for gcc... gcc-4.3 -m32 -m32 checking for C compiler default output file name... configure: error: in `/home/goksu/wine': configure: error: C compiler cannot create executables See `config.log' for more details.
So I get stuck.
Please use the forums/mailing list for problems like this, if not related to the bug.
That said, those LDFLAGS look a bit funky...Check config.log for more helpful information.
http://bugs.winehq.org/show_bug.cgi?id=15898
--- Comment #7 from Hans Leidekker hans@meelstraat.net 2008-11-20 02:44:05 --- Try "gcc" instead of "gcc-4.3".
http://bugs.winehq.org/show_bug.cgi?id=15898
Goksu gun.goksu@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED
--- Comment #8 from Goksu gun.goksu@gmail.com 2008-11-20 02:53:49 --- ok. didnt really know where to write it.
I have a thread at http://ubuntuforums.org/showthread.php?p=6215712#post6215712
I managed to do the build. retried doing the install. the program still does not install. it hangs. but the error msgs are completely different.
I will close this bug report as I cant replicate it any more.
thanks everyone for the help.
http://bugs.winehq.org/show_bug.cgi?id=15898
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from Alexandre Julliard julliard@winehq.org 2008-11-21 10:32:01 --- Closing bugs fixed in 1.1.9.