http://bugs.winehq.com/show_bug.cgi?id=1760
Summary: keyboard layout not detected
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P1
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: hariel(a)tiscali.it
wine does not detect my italian keyboard.
I recompiled sources changing the keys mapping, but it still doesn't work.
fixme:keyboard:X11DRV_KEYBOARD_DetectLayout Your keyboard layout was not found!
Using closest match instead (Latin American keyboard layout) for scancode mapping.
Please define your layout in dlls/x11drv/keyboard.c and submit them
to us for inclusion into future Wine releases.
Thanx in advance
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1759
------- Additional Comments From jbon(a)cfl.rr.com 2003-06-10 22:03 -------
Ignore the references to getc_unlocked. They should read getc. My program was
calling getc_unlocked which was #defined to getc.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1759
Summary: getc returns 0x000000FF instead of 0xFFFFFFFF (-1) for
EOF
Product: Wine
Version: 20030911
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: jbon(a)cfl.rr.com
A program I'm working on calls getc (which I assume maps to MSVCRT_getc). It
has been having problems detecting the EOF condition. It seems that the first
EOF indication comes as a 0x000000ff (255) instead of 0xffffffff (-1). This
causes the character 0xff to be processed as a real character. Strangely
enough, another call to getc_unlocked causes the proper value of 0xffffffff to
be returned, and the EOF is handled. Unfortunately this extra bogus character
breaks this program which is simply checking against EOF (-1).
while (1) {
int c;
c = getc_unlocked(myfile);
if (c == EOF)
break;
else
// process character
}
This behavior goes away when using the native Win98 msvcrt.dll. I've looked in
dlls/msvcrt/file.c for anything that could cause this, but everything in there
looked good. My hunch is that somewhere a character value of 0xff is getting
promoted to int without sign-extension, but I haven't seen this where I have looked.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1747
cris.farmer(a)comcast.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From cris.farmer(a)comcast.net 2003-06-10 20:02 -------
configuring with "--with-nptl" fixed the problem.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1758
Summary: Dark age of camelot problem installing.
Product: Wine
Version: 20030911
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: bcook(a)insight.rr.com
D:\camelot\CAMELOT\camelot.exe For some reason wine is looking one directory
too deep for the file to open. The path is d:\camelot\camelot.exe but it is
looking one Camelot directory too deep.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1754
------- Additional Comments From sureshd(a)tstt.net.tt 2003-06-10 12:52 -------
Wine is only problematic with Daceasy. I've installed other software and gotten
them to run without problems.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1756
Summary: troubles with native dll files: commctrl, comctl, ole32,
shell32, comdlg, oleaut32
Product: Wine
Version: 20030911
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: 98i7c1c001(a)sneakemail.com
Forgive me if this is a repeat
All errors were using RedHat 9 and wine 20030911 prebuilt rpm for redhat9 from
SourceForge. All dlls are 98se from http://www.drd.dyndns.org/. all errors are
created with WinMX and have been created again with Kazaa Lite 2.1 build 3
launcher kpp.exe.
When i am launching WinMX.exe (v 3.31) with no native dlls for the second time
wine hangs with the message
err:thunk:_loadthunk Unable to find thunk data 'Cctl1632_ThunkData16' in
commctrl.dll, required by comctl32.dll (conflicting/incorrect DLL versions !?).
err:thunk:_loadthunk Unable to find thunk data 'Cctl1632_ThunkData16' in
commctrl.dll, required by comctl32.dll (conflicting/incorrect DLL versions !?).
Then nothing happens. The cursor is positioned right below the second error
message. Breaking the command with Control-c will, without trouble, return to
prompt. This also happens when launching kpp.exe from the Kazaa Lite 2.1 ++
build 3 package.
The error was fixed but another was created when using the native ole32.dll from
a win98se distrobution. The following error occurs:
err:module:import_dll Loading module (file) ole32.dll (which is needed by
C:\WINDOWS\SYSTEM\shell32.dll) failed (error c00000e5).
err:module:load_library can't load shell32.dll
wine: Unhandled exception (thread 0009), starting debugger...
err:seh:start_debugger Couldn't start debugger ("debugger/winedbg 8 24") (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
err:seh:EXC_DefaultHandling Unhandled exception code c0000005 flags 0 addr 0x5a98a
attempting to fix this with a native shell32.dll file will only give the next error:
err:module:import_dll Loading module (file) shell32.dll (which is needed by
C:\WINDOWS\SYSTEM\comdlg32.dll) failed (error c00000e5).
err:module:load_library can't load comdlg32.dll
wine: Unhandled exception (thread 0009), starting debugger...
err:seh:start_debugger Couldn't start debugger ("debugger/winedbg 8 24") (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
err:seh:EXC_DefaultHandling Unhandled exception code c0000005 flags 0 addr 0x5a98a
adding the native comdlg32.dll will simply return the error:
err:module:import_dll Loading module (file) ole32.dll (which is needed by
C:\WINDOWS\SYSTEM\shlwapi.dll) failed (error c00000e5).
err:module:load_library can't load shlwapi.dll
err:module:import_dll Loading module (file) SHLWAPI.dll (which is needed by
C:\Windows\System\comdlg32.dll) failed (error c0000017).
err:win32:PE_LoadLibraryExA can't load C:\Windows\System\comdlg32.dll
err:module:import_dll Loading module (file) comdlg32.dll (which is needed by
C:\Program Files\WinMX\WinMX.exe) failed (error c0000017).
adding shwapi.dll will result in the final error message that i can not fix:
err:module:import_dll Loading module (file) SHELL32.dll (which is needed by
C:\Windows\System\comdlg32.dll) failed (error c00000e5).
err:win32:PE_LoadLibraryExA can't load C:\Windows\System\comdlg32.dll
err:module:import_dll Loading module (file) comdlg32.dll (which is needed by
C:\Program Files\WinMX\WinMX.exe) failed (error c0000017).
if you have any questions please email me at 98i7c1c001(a)sneakemail.com. Thanks
for your time and effort on this product.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1730
------- Additional Comments From max-wine(a)alcyone.com 2003-03-10 19:33 -------
Slackware 9 appears to have version 4.1.0 of libgif/libungif installed, which as
far as I know is the latest:
lrwxrwxrwx 1 root root 10 Jul 19 08:41 /usr/lib/libgif.a ->
libungif.a
lrwxrwxrwx 1 root root 11 Jul 19 08:41 /usr/lib/libgif.so ->
libgif.so.4*
lrwxrwxrwx 1 root root 15 Jul 19 08:41 /usr/lib/libgif.so.4 ->
libgif.so.4.1.0*
lrwxrwxrwx 1 root root 17 Jul 19 08:41 /usr/lib/libgif.so.4.1.0
-> libungif.so.4.1.0*
Does WINE require an older version?
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1755
Summary: PowerBuilder application crashes on some windows with
datawindows.
Product: Wine
Version: 20030911
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P5
Component: wine-net
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: jtaklob(a)lycos.com
The PB compiled application will crash for some windows that has datawindows.
The application requires ODBC and I install UnixODBC-2.2.6. The backend
database is Postgres and I install psqlodbc-07.03.0100.
The OS is Mandrake 8.1 and Gnome as the Xwindows server.
Below will be the 100 lines of the wine-dbg message:
==
000f:Call ntdll.RtlNtStatusToDosError(00000000) ret=408341f8
000f:Ret ntdll.RtlNtStatusToDosError() retval=00000000 ret=408341f8
000f:Ret advapi32.RegQueryValueExA() retval=00000000 ret=405c1b78
000f:Call advapi32.RegQueryValueExA
(00000028,405d077c "ExtDbgOnInternalException",00000000,40812e48,40812e4c,40812e
50) ret=405c1b78
000f:Call ntdll.RtlInitAnsiString
(40812c48,405d077c "ExtDbgOnInternalException") ret=40833fa0
000f:Ret ntdll.RtlInitAnsiString() retval=0000001a ret=40833fa0
000f:Call ntdll.RtlAnsiStringToUnicodeString(400e5af8,40812c48,00000000)
ret=40833fba
000f:Ret ntdll.RtlAnsiStringToUnicodeString() retval=00000000 ret=40833fba
000f:Call ntdll.NtQueryValueKey
(00000028,400e5af8,00000002,40812c50,00000100,40812c44) ret=40833ffe
000f:Ret ntdll.NtQueryValueKey() retval=00000000 ret=40833ffe
000f:Call ntdll.RtlNtStatusToDosError(00000000) ret=408341f8
000f:Ret ntdll.RtlNtStatusToDosError() retval=00000000 ret=408341f8
000f:Ret advapi32.RegQueryValueExA() retval=00000000 ret=405c1b78
000f:Call advapi32.RegCloseKey(00000028) ret=405c1bde
000f:Call ntdll.NtClose(00000028) ret=408334f7
000f:Ret ntdll.NtClose() retval=00000000 ret=408334f7
000f:Call ntdll.RtlNtStatusToDosError(00000000) ret=408334fd
000f:Ret ntdll.RtlNtStatusToDosError() retval=00000000 ret=408334fd
000f:Ret advapi32.RegCloseKey() retval=00000000 ret=405c1bde
WineDbg starting on pid 8
Loaded debug information from ELF 'wine' ((nil))
Breakpoint 1 at 0x4000da70 (_end+0x400c1fc)
Loaded debug information from ELF '/usr/local/lib/libntdll.dll.so' (0x40025000)
Loaded debug information from ELF '/usr/local/lib/libwine.so.1' (0x400ee000)
Loaded debug information from ELF '/usr/local/lib/libwine_unicode.so.1'
(0x40106000)
No debug information in ELF '/lib/libc.so.6' (0x401f9000)
No debug information in ELF '/lib/libm.so.6' (0x40337000)
No debug information in ELF '/lib/libdl.so.2' (0x4035a000)
Loaded debug information from ELF '/lib/ld-linux.so.2' (0x40000000)
Loaded debug information from ELF '/usr/local/lib/wine/kernel32.dll.so'
(0x4035f000)
No debug information in ELF '/lib/libnss_files.so.2' (0x40468000)
Loaded debug information from ELF '/usr/local/lib/wine/user32.dll.so'
(0x407b3000)
Loaded debug information from ELF '/usr/local/lib/wine/gdi32.dll.so'
(0x408e8000)
Loaded debug information from ELF '/usr/local/lib/wine/advapi32.dll.so'
(0x4095e000)
Loaded debug information from ELF '/usr/local/lib/wine/wsock32.dll.so'
(0x4098b000)
Loaded debug information from ELF '/usr/local/lib/wine/ws2_32.dll.so'
(0x409a8000)
Loaded debug information from ELF '/usr/local/lib/wine/iphlpapi.dll.so'
(0x409d1000)
Loaded debug information from ELF '/usr/local/lib/wine/comdlg32.dll.so'
(0x409f0000)
Loaded debug information from ELF '/usr/local/lib/wine/shell32.dll.so'
(0x40a6a000)
Loaded debug information from ELF '/usr/local/lib/wine/ole32.dll.so'
(0x40ae7000)
Loaded debug information from ELF '/usr/local/lib/wine/rpcrt4.dll.so'
(0x40b5b000)
Loaded debug information from ELF '/usr/local/lib/wine/shlwapi.dll.so'
(0x40ba3000)
Loaded debug information from ELF '/usr/local/lib/wine/comctl32.dll.so'
(0x40bf7000)
Loaded debug information from ELF '/usr/local/lib/wine/winspool.drv.so'
(0x40c8f000)
Loaded debug information from ELF '/usr/local/lib/wine/olepro32.dll.so'
(0x40cb2000)
Loaded debug information from ELF '/usr/local/lib/wine/oleaut32.dll.so'
(0x40cc7000)
Loaded debug information from ELF '/usr/local/lib/wine/version.dll.so'
(0x40d3a000)
Loaded debug information from ELF '/usr/local/lib/wine/lz32.dll.so' (0x40d55000)
Loaded debug information from ELF '/usr/local/lib/wine/oledlg.dll.so'
(0x40d6d000)
Loaded debug information from ELF '/usr/local/lib/wine/imm32.dll.so'
(0x40d83000)
Loaded debug information from ELF '/usr/local/lib/wine/x11drv.dll.so'
(0x40d9e000)
No debug information in ELF '/usr/X11R6/lib/libSM.so.6' (0x40473000)
No debug information in ELF '/usr/X11R6/lib/libICE.so.6' (0x40e09000)
No debug information in ELF '/usr/X11R6/lib/libXxf86dga.so.1' (0x40591000)
No debug information in ELF '/usr/X11R6/lib/libXv.so.1' (0x40597000)
No debug information in ELF '/usr/X11R6/lib/libXext.so.6' (0x40e20000)
No debug information in ELF '/usr/X11R6/lib/libX11.so.6' (0x40e2f000)
Loaded debug information from ELF '/lib/libpthread.so.0' (0x40f95000)
No debug information in ELF '/usr/X11R6/lib/libXrender.so.1' (0x40f19000)
Loaded debug information from ELF '/usr/local/lib/wine/odbc32.dll.so'
(0x40f60000)
No debug information in ELF '/usr/lib/libodbc.so' (0x42790000)
Loaded debug information from ELF '/usr/local/lib/libodbcpsql.so.1.0.0'
(0x428f0000)
No debug information in ELF '/lib/libnsl.so.1' (0x4296a000)
No debug information in ELF '/lib/libcrypt.so.1' (0x42980000)
No debug information in 32bit DLL 'C:\Program Files\rapy\check_writer.exe'
(0x400000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\NTDLL.DLL' (0x40050000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\KERNEL32.DLL' (0x40390000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\ADVAPI32.DLL' (0x40970000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\GDI32.DLL' (0x40900000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\USER32.DLL' (0x407e0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IPHLPAPI.DLL' (0x409e0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WS2_32.DLL' (0x409b0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WSOCK32.DLL' (0x40990000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\RAPY\MSVCRT.DLL'
(0x78000000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\RAPY\LIBJCC.DLL'
(0x10000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\RPCRT4.DLL' (0x40b70000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLE32.DLL' (0x40b00000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHLWAPI.DLL' (0x40bc0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMCTL32.DLL' (0x40c10000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHELL32.DLL' (0x40a90000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINSPOOL.DRV' (0x40ca0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMDLG32.DLL' (0x40a00000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLEAUT32.DLL' (0x40ce0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLEPRO32.DLL' (0x40cc0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\LZ32.DLL' (0x40d60000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\VERSION.DLL' (0x40d40000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLEDLG.DLL' (0x40d70000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IMM32.DLL' (0x40d90000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\RAPY\MSVCIRT.DLL'
(0x780a0000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\RAPY\PBVM80.DLL'
(0x10b00000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x40db0000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\RAPY\CWMAIN.DLL' (0x40b000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\ODBC32.DLL' (0x40f70000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\RAPY\PBODB80.DLL'
(0x14f00000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\RAPY\PBDWE80.DLL'
(0x11500000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\RAPY\CWCALENDAR.DLL'
(0x45c000)
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x10b82396).
In 32-bit mode.
0x10b82396 (PBVM80.DLL.PBE_FmtFormatData+0x1f6 in PBVM80.DLL): repne scasb
%es:(%edi)
Wine-dbg>WineDbg terminated on pid 8
==
Thanx for the help. I look forward the fix.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.