[GNUTLS Error]Wine problem or not

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Berillions
Level 4
Level 4
Posts: 230
Joined: Sat Mar 28, 2009 12:55 pm

[GNUTLS Error]Wine problem or not

Post by Berillions »

Hi,

When i launch application which needs to connect to internet, i have this error message in the console.

Code: Select all

GNUTLS ERROR: Decryption has failed.
I launch the app with winedebug=+secur32 and in the log, i find these lines :

Code: Select all

0054:trace:secur32:schan_gnutls_log <2> ASSERT: gnutls_cipher.c:580
0054:trace:secur32:schan_gnutls_log <2> ASSERT: gnutls_record.c:1002
GNUTLS ERROR: Decryption has failed.
0054:err:secur32:schan_DecryptMessage Returning -2146893052
My question is :
It is a problem with wine or with my distribution ?
Winbind is installed too.

Thanks,
Max
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

Can't tell.

In general, questions about particular log messages are really
hard to answer without knowing what app is involved, and
without having a copy of the app to try.

And in particular: when you file a bug, e.g.
http://bugs.winehq.org/show_bug.cgi?id=30949
and then make a forum post or email or chat about it,
please for goodness' sake include a link to the bug. Otherwise
you're doubling the amount of work people have to do to answer your
questions.
Locked