http://bugs.winehq.org/show_bug.cgi?id=19867
Summary: msiexec.exe stop installing ActiveIdentity Product: Wine Version: unspecified Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P1 Component: msi AssignedTo: wine-bugs@winehq.org ReportedBy: ed.kluk@gmail.com CC: ed.kluk@gmail.com
I am running Ubuntu Jaunty version. I have Wine 1.1.28 installed on my computer. I attempted to install ActiveIdentity on the computer and it stops installing. The error message is as follows:
The program msiexec.exe has encountered a serious problem and needs o close. We are sorry for the inconvenience.
This can be caused by a problem in the program or a deficiency in Wine. You may want to check ...
It stop when it gets to the "Registering Type Libraries" on the install process.
I have enclosed a copy of the program.
This program is used by soldiers to validate electronic signatures using CAC card readers.
Please contact me with any further questions.
Thank you...LTC Ed Kluk
http://bugs.winehq.org/show_bug.cgi?id=19867
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P2 CC|ed.kluk@gmail.com | Component|msi |-unknown Version|unspecified |1.1.28
--- Comment #1 from Dmitry Timoshkov dmitry@codeweavers.com 2009-08-28 05:43:16 --- Please attach full terminal output.
http://bugs.winehq.org/show_bug.cgi?id=19867
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Installer Summary|msiexec.exe stop installing |Active Identity |ActiveIdentity |installation crashes
--- Comment #2 from Vitaliy Margolen vitaliy@kievinfo.com 2009-08-28 19:12:35 --- Attach as a plain text file (do not paste) complete terminal output. http://wiki.winehq.org/FAQ#get_log
http://bugs.winehq.org/show_bug.cgi?id=19867
--- Comment #3 from Ed Kluk ed.kluk@gmail.com 2009-08-28 22:45:37 --- I am new at Linux. How do I attach a complete terminal output? Do I just run the install program in a Terminal or is there some sort of log produced?
http://bugs.winehq.org/show_bug.cgi?id=19867
--- Comment #4 from Ed Kluk ed.kluk@gmail.com 2009-08-28 22:50:59 --- Created an attachment (id=23314) --> (http://bugs.winehq.org/attachment.cgi?id=23314) The terminal log file
http://bugs.winehq.org/show_bug.cgi?id=19867
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Summary|Active Identity |Active Identity |installation crashes |installation crashes due to | |unimplemented function | |winscard.dll.SCardListCards | |A Ever Confirmed|0 |1
--- Comment #5 from Dmitry Timoshkov dmitry@codeweavers.com 2009-08-29 01:15:11 --- Clarifying the subject.
http://bugs.winehq.org/show_bug.cgi?id=19867
--- Comment #6 from Austin English austinenglish@gmail.com 2009-08-29 17:21:46 --- Created an attachment (id=23328) --> (http://bugs.winehq.org/attachment.cgi?id=23328) stub
How's this help?
http://bugs.winehq.org/show_bug.cgi?id=19867
Bruno Jesus myxfce@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |myxfce@gmail.com
--- Comment #7 from Bruno Jesus myxfce@gmail.com 2009-09-02 11:08:30 --- Most of the functions in winscard are not implemented. So it will probably not work. The only implemented function is SCardAddReaderToGroupA, the stub functions are SCardAddReaderToGroupW and SCardEstablishContext. I started a very simple wrapper to use libpcsclite functions and it looks promising but most of the functions have the same name so I had to do some tricks on the code, I don't know how to fix this.
Any ideas?
http://bugs.winehq.org/show_bug.cgi?id=19867
--- Comment #8 from Austin English austinenglish@gmail.com 2009-09-02 12:52:18 --- (In reply to comment #7)
Most of the functions in winscard are not implemented. So it will probably not work. The only implemented function is SCardAddReaderToGroupA, the stub functions are SCardAddReaderToGroupW and SCardEstablishContext. I started a very simple wrapper to use libpcsclite functions and it looks promising but most of the functions have the same name so I had to do some tricks on the code, I don't know how to fix this.
Any ideas?
A simple stub for SCardListCardsA may prevent the crash.
As for the wrapper, that would better be asked on wine-devel.
http://bugs.winehq.org/show_bug.cgi?id=19867
--- Comment #9 from Juan Lang juan_lang@yahoo.com 2009-09-09 13:06:20 --- (In reply to comment #7)
Most of the functions in winscard are not implemented. So it will probably not work. The only implemented function is SCardAddReaderToGroupA, the stub functions are SCardAddReaderToGroupW and SCardEstablishContext. I started a very simple wrapper to use libpcsclite functions and it looks promising but most of the functions have the same name so I had to do some tricks on the code, I don't know how to fix this.
There are other thunking DLLs in the Wine source tree that do this. For example, look at the recently committed openal DLL.
What you're trying to do may already have been done. See http://www.winehq.org/pipermail/wine-devel/2007-April/056432.html
http://bugs.winehq.org/show_bug.cgi?id=19867
Vincent Hardy vincent.hardy.be@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |vincent.hardy.be@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=19867
--- Comment #10 from Austin English austinenglish@gmail.com 2010-07-19 12:37:24 --- Stub was committed a while back... http://source.winehq.org/git/wine.git/?a=commitdiff;h=13b6a43d736cb3052d8c89...
http://bugs.winehq.org/show_bug.cgi?id=19867
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv@dawncrow.de
--- Comment #11 from André H. nerv@dawncrow.de 2010-08-11 11:18:21 --- so maybe this bug can be seen fixed
http://bugs.winehq.org/show_bug.cgi?id=19867
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #12 from Austin English austinenglish@gmail.com 2010-08-16 23:27:17 --- No reply, stub is in, marking fixed.
http://bugs.winehq.org/show_bug.cgi?id=19867
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #13 from Alexandre Julliard julliard@winehq.org 2010-08-20 12:39:04 --- Closing bugs fixed in 1.3.1.
https://bugs.winehq.org/show_bug.cgi?id=19867
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |13b6a43d736cb3052d8c890e398 | |6aa72ef356700 CC| |focht@gmx.net Component|-unknown |winscard