> > Now install the app again and run it again (e.g. , > > 'WINEPREFIX=/tmp/test wine installer_of_the_app.exe' etc etc) if > > the error messages are gone, and you still can't connect post > > console output again. > > Now, there is only the message mentioned above on the console. > However, the program still can't connect. This time, I've executed WINEDEBUG=warn+all wine Idu_Verwaltung.exe 2> ~/winelog.warnall [within a fresh .wine, not installing any vcredist_x86.exe bundle] Doing cat winelog.warnall \ | grep -v 'c000003[45]' \ | grep -v 'not found' \ | grep -v 'case-insensitive' \ | grep -i -v 'failed to load' \ | grep -v 'cannot open' \ | grep -v 'no-exec' \ | grep -v 'Invalid handle' \ | grep -v 'font' \ | grep -v 'vkey' \ | grep -v 'keysyms' \ | grep -v 'Heap' \ | grep -v 'Bitmap' \ | grep -v 'GetDC' gives warn:sync:SetNamedPipeHandleState stub: 0x24 0x7edca5a8/2 (nil) (nil) warn:msvcrt:msvcrt_init_console :Console handle Initialisation FAILED! warn:class:CLASS_RegisterClass Win extra bytes 44 is > 40 warn:class:CLASS_RegisterClass Win extra bytes 44 is > 40 warn:winspool:WINSPOOL_GetDWORDFromReg Got ret = 2 on name dnsTimeout warn:winspool:WINSPOOL_GetDWORDFromReg Got ret = 2 on name txTimeout warn:winspool:WINSPOOL_GetDWORDFromReg Got ret = 2 on name dnsTimeout warn:winspool:WINSPOOL_GetDWORDFromReg Got ret = 2 on name txTimeout warn:mixer:getcomponenttype Unknown mixer name Capture Mux, probably harmless warn:mixer:getcomponenttype Unknown mixer name Capture Mux, probably harmless warn:class:CLASS_RegisterClass Win extra bytes 44 is > 40 warn:actctx:lookup_manifest_file no matching file for L"x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.*.*_*.manife fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT" warn:module:process_attach Initialization of L"MSVCR80.dll" failed warn:combo:ComboWndProc_common unknown msg WM_USER+ba10 wp=460001 lp=00030046 warn:file:CreateFileW Unable to create file L"\\\\.\\Z:" (status c0000022) warn:combo:ComboWndProc_common unknown msg WM_USER+ba10 wp=420001 lp=00060042 warn:combo:ComboWndProc_common unknown msg WM_USER+ba10 wp=4c0001 lp=0009004c warn:driver:CloseDriver Failed to close driver warn:driver:CloseDriver Failed to close driver warn:driver:CloseDriver Failed to close driver warn:driver:CloseDriver Failed to close driver warn:driver:CloseDriver Failed to close driver warn:profile:PROFILE_FlushFile No current profile! The only messages related to networking are those winspool things. Any idea how to proceed? Werner