Database connection failes

Questions about Wine on Linux
Locked
ronda-melmag
Newbie
Newbie
Posts: 3
Joined: Fri Aug 24, 2018 12:47 pm

Database connection failes

Post by ronda-melmag »

Hello

I want to excute "orgmax Version 18" a german KMU Programm. This Programm uses a Firebird Database.
And this Programm can't connect the Database. I also installed flamerobin
an connetion/support tool for the Firebird Database (win and Linux Version)
The Flamerobin Unix tool can connect the Database, Win Version failed.

I use WINEDEBUG=dll wine "path to orgaMax or Flamerobin" and get the same Error.

Flamerobin :

002f:err:winediag:schan_imp_init Failed to load libgnutls, secure connections will not be available.
002f:fixme:ntlm:ntlm_AcquireCredentialsHandleW AcquireCredentialsHandle: SECPKG_CRED_BOTH stub
0009:fixme:msvcrt:__clean_type_info_names_internal (0x10ed60c) stub
0009:err:winediag:gnutls_initialize failed to load libgnutls, no support for encryption

orgamax:

0009:err:winediag:schan_imp_init Failed to load libgnutls, secure connections will not be available.
0009:fixme:ntdll:server_ioctl_file Unsupported ioctl 98000010 (device=9800 access=0 func=4 method=0)
0009:fixme:winsock:server_ioctl_sock Unsupported ioctl 98000010 (device=9800 access=0 func=4 method=0)
0009:fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (_WSAIOW(IOC_VENDOR, 16))
0009:fixme:ntlm:ntlm_AcquireCredentialsHandleW AcquireCredentialsHandle: SECPKG_CRED_BOTH stub
0009:fixme:font:RemoveFontMemResourceEx (0x877f3449) stub


the OpenSuse 42.2 Systm has an libgnutls :-) may be not the right one for wine ?

any hints ?

Firebird Server : 2.5
OpenSuse 42.2

libgnutls28 and libgnutls30 (64 and 32 Version installed)

an older Version Orgamax14 runs under wine - using a an older Firebird Server.
(thinking without TLS)

so i have an TLS Problem :(
User avatar
dimesio
Moderator
Moderator
Posts: 13205
Joined: Tue Mar 25, 2008 10:30 pm

Re: Database connection failes

Post by dimesio »

That error can occur if the version of libgnutls on the system is not the same as the one Wine was compiled with. What version of Wine are you using, and where did you get it from? OpenSUSE packages should have been compiled with the version of libgnutls that shipped with 42.2 (which I think was libgnutls28).
libgnutls28 and libgnutls30 (64 and 32 Version installed)
Do you mean you have both 32 and 64 bit versions of both versions of libgnutls installed, or that you have the 64 bit version of libgnutls28 and the 32 bit version of libgnutls30 installed? If the latter, you need both 32 and 64 bit versions of the version of libgnutls Wine is using (probably libgnutls28).

You also might want to upgrade openSUSE, as 42.2 is EOL.
ronda-melmag
Newbie
Newbie
Posts: 3
Joined: Fri Aug 24, 2018 12:47 pm

Re: Database connection failes

Post by ronda-melmag »

On my Testsystem is

Wine 3.14-1.2 (I install a new version)

libgnutls28 and libgnutls28-32bit Version 3.2.15
libgnutls30 and libgnutls30-32bit Version 3.6.2

so i need an spezific Version from libgnutls28 / libgnutls30 ?
or i must compile may own wine ?

Acual OpenSuse 15 come with (i think) Wine 3.0.2
and i know i shut install the new one :-.)
ronda-melmag
Newbie
Newbie
Posts: 3
Joined: Fri Aug 24, 2018 12:47 pm

Re: Database connection failes

Post by ronda-melmag »

Ok the Update to OpenSuse 15 fix the Problem.

OpenSuse 15 has Wine 3.7

and
libgnutls30 plus libgnutls30-32bit in Version 3.6.2

thanks

finally:
OpenSuse 15 and Orgamax18 (as client) works :-) :-)
Locked