Wine 2.0 issues with internet connectivity

Questions about Wine on Linux
Locked
pzajdler2
Newbie
Newbie
Posts: 1
Joined: Mon Apr 17, 2017 1:07 pm

Wine 2.0 issues with internet connectivity

Post by pzajdler2 »

Hello there!

I just hope that's the right forum to ask this. Basically I have an application that I would like to run using Wine (2.0). It launches just fine since it's based on Qt5, but it is an application that connects to the server and unfortunately at this step it fails.

It has no installer, so I manually copied it to drive_c/Program Files. It uses dynamic linking and these are DLLs that come with this application:
Qt5OpenGL.dll
libeay32.dll
Qt5Sql.dll
libgcc_s_dw2-1.dll
Qt5Core.dll
Qt5Widgets.dll
icudt54.dll
libstdc++-6.dll
Qt5Gui.dll
SFX
icuin54.dll
libwinpthread-1.dll
Qt5Multimedia.dll
ssleay32.dll
icuuc54.dll
Qt5Network.dll
qtaudio_windows.dll
qgif.dll
qico.dll
qjpeg.dll
qsvg.dll
qminimal.dll
qoffscreen.dll
qwindows.dll

I did check connectivity of Wine itself, Internet Explorer 8 connects just fine.

Here is a log generated by this application (Qt5Svg.dll missing should not cause that problem, right?):

Running wine-2.0 TPM.exe (Working directory : /home/user/.PlayOnLinux/wineprefix/tpm86/drive_c/Program Files/TPM)
fixme:system:SetProcessDPIAware stub!
err:module:import_dll Library Qt5Svg.dll (which is needed by L"C:\\Program Files\\TPM\\imageformats\\qsvg.dll") not found
fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub
fixme:winsock:WS_setsockopt Unknown IPPROTO_IPV6 optname 0x00000013
fixme:winsock:WS_setsockopt Unknown IPPROTO_IPV6 optname 0x00000015
Locked