[Bug 19867] New: msiexec.exe stop installing ActiveIdentity
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(a)winehq.org ReportedBy: ed.kluk(a)gmail.com CC: ed.kluk(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=19867 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P2 CC|ed.kluk(a)gmail.com | Component|msi |-unknown Version|unspecified |1.1.28 --- Comment #1 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-08-28 05:43:16 --- Please attach full terminal output. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=19867 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Installer Summary|msiexec.exe stop installing |Active Identity |ActiveIdentity |installation crashes --- Comment #2 from Vitaliy Margolen <vitaliy(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=19867 --- Comment #3 from Ed Kluk <ed.kluk(a)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? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=19867 --- Comment #4 from Ed Kluk <ed.kluk(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=19867 Dmitry Timoshkov <dmitry(a)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(a)codeweavers.com> 2009-08-29 01:15:11 --- Clarifying the subject. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=19867 --- Comment #6 from Austin English <austinenglish(a)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? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=19867 Bruno Jesus <myxfce(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |myxfce(a)gmail.com --- Comment #7 from Bruno Jesus <myxfce(a)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? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=19867 --- Comment #8 from Austin English <austinenglish(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=19867 --- Comment #9 from Juan Lang <juan_lang(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=19867 Vincent Hardy <vincent.hardy.be(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vincent.hardy.be(a)gmail.com -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=19867 --- Comment #10 from Austin English <austinenglish(a)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... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=19867 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv(a)dawncrow.de --- Comment #11 from André H. <nerv(a)dawncrow.de> 2010-08-11 11:18:21 --- so maybe this bug can be seen fixed -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=19867 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #12 from Austin English <austinenglish(a)gmail.com> 2010-08-16 23:27:17 --- No reply, stub is in, marking fixed. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=19867 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #13 from Alexandre Julliard <julliard(a)winehq.org> 2010-08-20 12:39:04 --- Closing bugs fixed in 1.3.1. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=19867 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |13b6a43d736cb3052d8c890e398 | |6aa72ef356700 CC| |focht(a)gmx.net Component|-unknown |winscard -- 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 (1)
-
wine-bugs@winehq.org