Help with program

Questions about Wine on Linux
Locked
susphp
Newbie
Newbie
Posts: 4
Joined: Wed Sep 02, 2015 2:53 am

Help with program

Post by susphp »

Hello!
I can't print the certificate request from program, which run under wine 1.6.
when i am trying to print request:

Code: Select all

fixme:advapi:EventEnabled (deadbeef, 0x771be950): stub
fixme:advapi:EventEnabled (deadbeef, 0x771c2068): stub
fixme:advapi:EventEnabled (deadbeef, 0x771c1a48): stub
fixme:advapi:EventEnabled (deadbeef, 0x771bcc98): stub
fixme:ras:RasEnumEntriesW ((nil),(null),0x1b99c8,0x33f698,0x1a3574),stub!
fixme:ras:RasConnectionNotificationW (0xffffffff,0x108,0x00000003),stub!
fixme:ras:RasEnumEntriesW ((nil),(null),0x1b99c8,0x33f14c,0x1a79a4),stub!
fixme:ras:RasConnectionNotificationW (0xffffffff,0x108,0x00000003),stub!
fixme:advapi:EventEnabled (deadbeef, 0x771c7990): stub
fixme:advapi:EventEnabled (deadbeef, 0x771f2f70): stub
fixme:crypt:CRYPT_RegControl CERT_STORE_CTRL_AUTO_RESYNC: stub
fixme:crypt:CRYPT_RegControl CERT_STORE_CTRL_AUTO_RESYNC: stub
fixme:advapi:EventEnabled (deadbeef, 0x771c5150): stub
fixme:advapi:EventEnabled (deadbeef, 0x771c5150): stub
fixme:wintrust:HTTPSCertificateTrust (0x1bca90)
fixme:wintrust:HTTPSFinalProv (0x1bca90)
fixme:advapi:EventEnabled (deadbeef, 0x7720b908): stub
fixme:advapi:EventEnabled (deadbeef, 0x7721cda0): stub
fixme:advapi:EventEnabled (deadbeef, 0x771c5150): stub
fixme:advapi:EventEnabled (deadbeef, 0x771db750): stub
fixme:advapi:EventEnabled (deadbeef, 0x771be950): stub
and then program shows error message "the operation timeout"
I am trying to install a new version, but under wine 1.7.50 program don't work.

Anyone have any idea how to fix this problem?
User avatar
dimesio
Moderator
Moderator
Posts: 13205
Joined: Tue Mar 25, 2008 10:30 pm

Re: Help with program

Post by dimesio »

What program is this, and does it have a legal, free download? Post terminal output from 1.7.50.
susphp
Newbie
Newbie
Posts: 4
Joined: Wed Sep 02, 2015 2:53 am

Re: Help with program

Post by susphp »

sorry for long answer.
No, this program don't have free download.
From 1.7.50

Code: Select all

err:ole:CoInitializeEx Attempt to change threading model of this apartment from apartment threaded to multi-threaded
fixme:wininet:query_global_option INTERNET_OPTION_CONNECTED_STATE: semi-stub
fixme:wininet:InternetSetOptionW INTERNET_OPTION_CONNECT_RETRIES 2
fixme:wininet:InternetSetOptionW INTERNET_OPTION_HTTP_DECODING; STUB
err:winediag:schan_imp_init Failed to load libgnutls, secure connections will not be available.
fixme:wininet:query_global_option INTERNET_OPTION_CONNECTED_STATE: semi-stub
err:ole:CoUninitialize Mismatched CoUninitialize
and error in program.
libgnutls is installed.
User avatar
dimesio
Moderator
Moderator
Posts: 13205
Joined: Tue Mar 25, 2008 10:30 pm

Re: Help with program

Post by dimesio »

susphp wrote: libgnutls is installed.
Is 32 bit libgnutls installed? If not, install it.
susphp
Newbie
Newbie
Posts: 4
Joined: Wed Sep 02, 2015 2:53 am

Re: Help with program

Post by susphp »

dimesio wrote:Is 32 bit libgnutls installed? If not, install it.
Yes. I have 32 bit system.

Code: Select all

i A libgnutls-deb0-28
i   libgnutls-openssl27
i   libgnutlsxx28
dpkg --print-architecture
i386
User avatar
dimesio
Moderator
Moderator
Posts: 13205
Joined: Tue Mar 25, 2008 10:30 pm

Re: Help with program

Post by dimesio »

Where did you get Wine from? There is a known issue with libgnutls and the Ubuntu packages. https://bugs.winehq.org/show_bug.cgi?id=32479
susphp
Newbie
Newbie
Posts: 4
Joined: Wed Sep 02, 2015 2:53 am

Re: Help with program

Post by susphp »

dimesio wrote:Where did you get Wine from? There is a known issue with libgnutls and the Ubuntu packages. https://bugs.winehq.org/show_bug.cgi?id=32479
I did't know about this bug. Now this program works on 1.7.50.
Thank you! :D
Locked