ODBC + Altium Designer 23

Questions about Wine on Linux
Locked
LinuxFanatic777
Newbie
Newbie
Posts: 1
Joined: Fri Sep 27, 2024 5:52 pm

ODBC + Altium Designer 23

Post by LinuxFanatic777 »

At Altium Designer app-db pages I clearly see Other requirements: libodbc.so.2 provided by unixodbc

https://appdb.winehq.org/objectManager. ... n&iId=2799

And exactly this error occured before crash:

Code: Select all

011c:fixme:uxtheme:BufferedPaintUnInit Stub ()
011c:fixme:odbc:SQLFreeHandle (HandleType 1, Handle 0000000001444B30)
011c:fixme:odbc:SQLGetDiagRec Unhandled SQL_HANDLE_ENV records
011c:fixme:wtsapi:WTSUnRegisterSessionNotification Stub 000000000001009E
011c:fixme:uxtheme:BufferedPaintUnInit Stub ()
ODBC-related errors

I had installed unixODBC libunixODBC1 libraries, how to verify their presense and correct configuration for wine?

Important thing, that I was able to run Altium Designer 23 to welcome screen, however most functions not working. And then I installed msxml3 library and then this problem with ODBC appeared. I suppose this msxml3 just revealed the reason why most functions not operable, all because of ODBC
Locked