App on Wine can't connect to remote MSSQL

Questions about Wine on Linux
Locked
wronan
Newbie
Newbie
Posts: 1
Joined: Tue Jan 07, 2020 3:22 pm

App on Wine can't connect to remote MSSQL

Post by wronan »

Hi.
I'm trying to move the only app (inventory management and sale supporting software) I need Windows for to Wine.
I've got lot's of missing dlls to resolve / install - I think I solved all of those. I'm stuck at the point where the app is still not working but there are no more errors to be resolved (at least I think so there are none). When it started completely for the first time I was so happy, all Polish fonts (diacritic characters) - it all looked perfect. But it's not connecting to the DB (remote). It just spins, looks like some timeout is in place, next there's one retry (typical behavior of this application) and then it says that that the "remote host / DB is not available" (message is a part of the app GUI, not some windows error popup or similar - it's a typical behavior when configured DB indeed is not available).

Could you please take a look at this log and tell me it it looks normal (how it suppose to look) or there is some hidden message that I miss?

Code: Select all

$ LANG="pl_PL.UTF-8" WINEARCH=win32 WINEPREFIX=~/.wine wine .wine/drive_c/Program\ Files/InsERT/InsERT\ GT/Subiekt.exe
0012:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
0012:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
0019:fixme:process:SetProcessShutdownParameters (00000380, 00000000): partial stub.
0014:fixme:reg:RegOpenUserClassesRoot (0x64, 0x0, 0x2000000, 0x33f1d4) semi-stub
0014:fixme:ole:NdrCorrelationInitialize (0x33e60c, 0x33e79c, 1024, 0x0): semi-stub
0014:fixme:ole:NdrCorrelationFree (0x33e60c): stub
000d:fixme:reg:RegOpenUserClassesRoot (0x74, 0x0, 0x2000000, 0x33f948) semi-stub
0009:fixme:ole:NdrCorrelationInitialize (0x32ef3c, 0x32f0cc, 1024, 0x0): semi-stub
0009:fixme:ole:NdrCorrelationFree (0x32ef3c): stub
0009:fixme:reg:RegOpenUserClassesRoot (0x74, 0x0, 0x2000000, 0x32f900) semi-stub
0009:fixme:process:RegisterApplicationRestart (L"/kon \"C:\\ProgramData\\InsERT\\InsERT GT\\Subiekt.xml\" /s /srw win.indlan\\insertgt /pdm \"\" /nra \"\" /hra \"\" /ta sql /uts \"sa\" /hss \"\" /tap sql /utp \"\" /hsp \"\"",0)
0009:fixme:msvcrt:__clean_type_info_names_internal (0x3d3d568) stub
0009:fixme:ole:NdrCorrelationInitialize (0x32daac, 0x32dc3c, 1024, 0x0): semi-stub
0009:fixme:ole:NdrCorrelationFree (0x32daac): stub
0019:fixme:service:QueryServiceConfig2W Level 6 not implemented
0019:fixme:service:QueryServiceConfig2W Level 6 not implemented
0019:fixme:service:QueryServiceConfig2W Level 6 not implemented
0019:fixme:service:QueryServiceConfig2W Level 6 not implemented
0019:fixme:service:QueryServiceConfig2W Level 6 not implemented
0009:fixme:ole:NdrCorrelationInitialize (0x32df1c, 0x32e0ac, 1024, 0x0): semi-stub
0009:fixme:ole:NdrCorrelationFree (0x32df1c): stub
0009:fixme:comsvcs:holder_Close (0x25a0518) stub
0009:fixme:comsvcs:holder_Close (0x25a0530) stub
0009:fixme:comsvcs:holder_Close (0x25a04e8) stub
0009:fixme:msvcrt:__clean_type_info_names_internal (0x24e4198) stub
0009:fixme:msvcrt:__clean_type_info_names_internal (0x23ff058) stub
0009:fixme:msvcrt:__clean_type_info_names_internal (0x245bd50) stub
0009:fixme:msvcrt:__clean_type_info_names_internal (0x2487f88) stub
0009:fixme:msvcrt:__clean_type_info_names_internal (0x32727d8) stub
0009:fixme:msvcrt:__clean_type_info_names_internal (0x28a8ad0) stub
0009:fixme:msvcrt:__clean_type_info_names_internal (0x102bb180) stub
0009:fixme:msvcrt:__clean_type_info_names_internal (0x9f7218) stub
0009:fixme:msvcrt:__clean_type_info_names_internal (0x4e0cae28) stub
0009:fixme:msvcrt:__clean_type_info_names_internal (0x782bd940) stub
Thx in advance.
Locked