Networking problems with IDU Verwaltung software

Werner LEMBERG wl at gnu.org
Thu Aug 7 03:33:28 CDT 2008


[wine 1.1.2]
[openSuSE 10.2, kernel 2.6.21-rc6]

Folks,


I try to make run a German software bundle called `IDU Verwaltung'.
It seems to work, however, I can't make it to connect to a PostgreSQL
database.  I have enabled PostgreSQL access in my firewall.

Interestingly, I couldn't find information how to debug networking
problems with wine.  Any links?

Whatever, here my problem report.  I tried on wine-users first, but
the responses weren't really encouraging.

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 this doesn't solve the `actctx' problem which is listed below,
 BTW]

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
which doesn't say anything to me.  Any idea how to proceed?


    Werner


PS: In case you still have any FreeType issues in Wine, ask me :-)



More information about the wine-devel mailing list