http://bugs.winehq.org/show_bug.cgi?id=2839
Summary: Progress V7 connection problem Product: Wine Version: 20050310 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P5 Component: wine-net AssignedTo: wine-bugs@winehq.org ReportedBy: sidlo@thb.cz
I use wine-20050310 compiled from sources.
I have problem with RDBMS Progress V7. On local connection Progress V7 works. When i try connect to UNIX database with 4GL command:
CONNECT database-name -H server-name -S services-name -N tcp .
Console report this message:
[sidlo@profi1400 bin]$ wine _prowin.exe err:psdrv:PSDRV_FindPrinterInfo OpenPrinterA failed with code 1801 err:psdrv:PSDRV_FindPrinterInfo OpenPrinterA failed with code 1801 err:psdrv:PSDRV_FindPrinterInfo OpenPrinterA failed with code 1801 err:psdrv:PSDRV_FindPrinterInfo OpenPrinterA failed with code 1801 err:psdrv:PSDRV_FindPrinterInfo OpenPrinterA failed with code 1801 err:psdrv:PSDRV_FindPrinterInfo OpenPrinterA failed with code 1801 err:psdrv:PSDRV_FindPrinterInfo OpenPrinterA failed with code 1801 err:psdrv:PSDRV_FindPrinterInfo OpenPrinterA failed with code 1801 err:psdrv:PSDRV_FindPrinterInfo OpenPrinterA failed with code 1801 wine: Unhandled exception (thread 000a), starting debugger... WineDbg starting on pid 0x8 fixme:dbghelp:SymLoadModule Should have successfully loaded debug information for image C:\Dlc\bin_prowin.exe Unhandled exception: page fault on write access to 0x00000008 in 32-bit code (0x417027e3). In 32 bit mode. Register dump: CS:0073 SS:007b DS:007b ES:007b FS:003b GS:0033 EIP:417027e3 ESP:40f56bd0 EBP:40f56be4 EFLAGS:00210246( - 00 -RIZP1) EAX:40010006 EBX:41714e74 ECX:00000000 EDX:416a2028 ESI:00000000 EDI:00000000 Stack dump: 0x40f56bd0: 00000000 416a2028 41714e74 00001581 0x40f56be0: 00000004 40f56bf0 41703044 41714e74 0x40f56bf0: 40f56c00 417019d6 40396ad4 00000000 0x40f56c00: 40f56c30 404dc418 41703020 410ca668 0x40f56c10: 404dc7af 40540073 40f571b8 404dac20 0x40f56c20: 1657f096 40f56c98 00000000 4054a3a8 Backtrace: =>1 0x417027e3 ws_protoent_32_to_16 [/home/sidlo/SRC/wine-20050310/dlls/winsock/socket16.c:181] in ws2_32 (0x40f56be4) 2 0x41703044 getprotobyname16+0x24(name=0x40396ad4) [/home/sidlo/SRC/wine-20050310/dlls/winsock/socket16.c:449] in ws2_32 (0x40f56bf0) 3 0x417019d6 __wine_winsock_dll_CallFrom16_p_long_p+0x36(proc=0x41703020, args=0x410ca668) [/home/sidlo/SRC/wine-20050310/dlls/winsock/winsock.spec.c:36] in ws2_32 (0x40f56c00) 4 0x404dc418 __wine_call_from_16_long in kernel32 (0x40f56c30) 5 0x128f:0x2355 (0x1657:0xed28) 6 0x126f:0x2f8d (0x1657:0xedea) 7 0x128f:0x09de (0x1657:0xee1e) 8 0x126f:0x272d (0x1657:0xee50) 9 0x12cf:0x2161 (0x1657:0xee6e) 10 0x1267:0x2077 (0x1657:0xeec0) 11 0x1447:0x3c4c (0x1657:0xef0c) 12 0x1447:0x376a (0x1657:0xef58) 13 0x125f:0x1f4c (0x1657:0xef80) 14 0x1617:0x2f10 (0x1657:0xefa4) 15 0x141f:0x2a15 (0x1657:0xefc0) 16 0x143f:0x07f5 (0x1657:0xeff6) 17 0x131f:0x2c28 (0x1657:0xf020) 18 0x1627:0x3362 (0x1657:0xf030) 19 0x125f:0x1eb8 (0x1657:0xf056) 20 0x133f:0x12b6 (0x1657:0xf062) 21 0x120f:0x25d7 (0x1657:0xf074) 22 0x120f:0x028a (0x1657:0x0000) 0x417027e3 ws_protoent_32_to_16+0x73 [/home/sidlo/SRC/wine-20050310/dlls/winsock/socket16.c:181] in ws2_32: movw %ax,0x8(%esi) 181 p_to->p_proto = pe->p_proto; Wine-dbg>
Could you help me?
Thaks Petr