http://bugs.winehq.org/show_bug.cgi?id=58140 --- Comment #14 from Heiko Rabe <heiko.rabe+winehq(a)peopleware.com> --- my current /etc/odbc.ini [test] Driver=PostgreSQL_Unicode Description=PostgreSQL Data Source Servername=*** Port=5432 UserName=s*** Password=*** Database=*** SSLMode=prefer Debug=0 CommLog=0 my current /etc/odbcinst.ini [PostgreSQL_ANSI] Description=PostgreSQL ODBC driver (ANSI version) Driver=psqlodbca.so Setup=libodbcpsqlS.so Debug=0 CommLog=1 UsageCount=1 [PostgreSQL_Unicode] Description=PostgreSQL ODBC driver (Unicode version) Driver=psqlodbcw.so Setup=libodbcpsqlS.so Debug=0 CommLog=1 UsageCount=1 So the trace is correct. If I run: $ sudo apt purge wine winehq-stable -y $ sudo apt install --install-recommends winehq-stable=9.0.0.0~jammy-1 wine-stable=9.0.0.0~jammy-1 wine-stable-amd64=9.0.0.0~jammy-1 wine-stable-i386:i386=9.0.0.0~jammy-1 and afterwards start my application it works without any changes on ODBC setting. -- 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.