http://bugs.winehq.com/show_bug.cgi?id=1761
Summary: Segfault when running arbitrary files
Product: Wine
Version: 20030911
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: tilman.giese(a)gmx.de
Running winemine works. Running winzip setup works. Everything else I tried
worked up to a certain point and hang in an infinite loop of segmentation
faults. Attached is the example of running ie5setup.exe. The main screen
appears, but after I click on 'Accept' the infinite loop described starts.
Attached is the output of gdb and winedbg.
--
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=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.