http://bugs.winehq.org/show_bug.cgi?id=20534
Summary: gdb proxy mode: allow interrupt from command line
(e.g. Ctrl-C)
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: winedbg
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pebolle(a)tiscali.nl
Created an attachment (id=24479)
--> (http://bugs.winehq.org/attachment.cgi?id=24479)
A really simple way to allow SIGINT to break the debuggee
0) In gdb proxy mode an interrupt from the command line (e.g. Ctrl-C), which
should break the application debugged and bring up the gdb prompt, actually
kills winedb.exe (and the program being debugged). This leaves the terminal and
the gdb session in a confusing state (i.e. might need a "stty echo"). This
mostly makes running gdb proxy mode pointless.
1) Example session:
$ wine winedbg --gdb notepad.exe
GNU gdb (GDB) Fedora (7.0-3.fc12)
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-redhat-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
0x7b87ab8c in DbgBreakPoint () at ../../include/winternl.h:1968
1968 static inline void WINAPI DbgBreakPoint(void) { __asm__
__volatile__("int3"); }
Missing separate debuginfos, use: debuginfo-install
wine-common-1.1.32-1.fc12.1.noarch
Wine-gdb> c
Continuing.
trying to process verbose packet: Cont?
trying to process verbose packet: Cont;c
^CRemote communication error: Connection reset by peer.
Wine-gdb> [wine-1.1.32]$ quit
A debugging session is active.
Inferior 1 [Remote target] will be killed.
Quit anyway? (y or n) EOF [assumed Y]
putpkt: write failed: Broken pipe.
1) A trivial patch, which I'll try to attach shortly, will give this behaviour:
$ wine winedbg --gdb notepad.exe
GNU gdb (GDB) Fedora (7.0-3.fc12)
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-redhat-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
0x7b87ab2c in DbgBreakPoint () at ../../include/winternl.h:1968
1968 static inline void WINAPI DbgBreakPoint(void) { __asm__
__volatile__("int3"); }
Missing separate debuginfos, use: debuginfo-install
wine-common-1.1.32-1.fc12.1.noarch
Wine-gdb> c
Continuing.
trying to process verbose packet: Cont?
trying to process verbose packet: Cont;c
^C
Program received signal SIGTRAP, Trace/breakpoint trap.
0x68000830 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
Wine-gdb>
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29759
Bug #: 29759
Summary: In exclusive mode/non fullscreen app, moving the
cursor can result in resizing window if cursor is
"virtually" on an window border
Product: Wine
Version: 1.4-rc1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: haedri(a)gmail.com
Classification: Unclassified
Created attachment 38639
--> http://bugs.winehq.org/attachment.cgi?id=38639
Attached is a capture when the problem is happening, I just fired after turning
right, and the window is now in "resize mode"
Tested on Skulltag 0.98d (windows version), but I guess similar behavior could
happen on other windowed app in exclusive mode.
For example, in windowed mode, when I move the mouse to the right (turning the
player right) and click (to fire), it will result in the window trying to
resize to the right instead of firing, and then doing garbage (firing
automatically, that sort of things).
I tested in "Virtual screen" mode of winecfg, I don't know if it happens in non
virtual screen mode.
I "guess" this bug is linked to this new feature :
"dinput: Clip the mouse to the entire window instead of a 1x1 rectangle in
exclusive mode."
Maybe the new rectangle should be 1 pixel smaller than the window size in order
to avoid system from catching the resize event.
I tried downgrading to the default ubuntu 11.10 version (1.3.28) and the bug
disappear.
Attached is a capture when the problem is happening, I just fired after turning
right, and the window is now in "resize mode"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27588
Summary: Drake of the 99 Dragons needs
msvcp60.dll.?_Grow@?$basic_string@DU?$char_traits@D@st
d@@V?$allocator@D@2@@std@@AAE_NI_N@Z
Product: Wine
Version: 1.3.23
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
Following bug #27067
wine: Unimplemented function
msvcp60.dll.?_Grow@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AAE_NI_N@Z
called at address 0x7b839c02 (thread 0009), starting debugger...
qdvd needs to be registered in order bypass the crash when the movies play but
they don't show.
with msvcp60 it works.
This was mentioned in the mscodescan for bug #27067
http://bugs.winehq.org/attachment.cgi?id=34608
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29511
Bug #: 29511
Summary: IrfanView fails to play a specific WAV file
Product: Wine
Version: 1.3.36
Platform: x86-64
URL: http://www.irfanview.com/main_download_engl.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: hoehle(a)users.sourceforge.net
Classification: Unclassified
Regression SHA1: 23060afdcd0f34cf25a5e855ce06242f01ab3048
Created attachment 38218
--> http://bugs.winehq.org/attachment.cgi?id=38218
Terminal output
Most of the WAV files I've tried to play in IrfanView thus far have exhibited
the behavior described in bug 19496: IrfanView displays an error four times but
plays the file anyway. However, I have one WAV file (not freely downloadable)
which fails to play at all (it also shows six errors instead of four).
I found that this particular file could be played in 1.1.32 and earlier, though
it would be cut off after a few seconds. For a brief time between releases
(e.g. wine-1.1.32-321-g1c7c406) the entire file was played successfully. There
were only five errors displayed when this worked.
Anyway, this is the result of regression testing:
23060afdcd0f34cf25a5e855ce06242f01ab3048 is the first bad commit
commit 23060afdcd0f34cf25a5e855ce06242f01ab3048
Author: Jörg Höhle <hoehle(a)users.sourceforge.net>
Date: Wed Oct 21 17:44:58 2009 +0200
mciwave: Play/Record return MCIERR_OUTOFRANGE as required.
:040000 040000 e24c8f7320fb7a293aaafc6ffc0a65f07806d6e0
ce50f70f14ea28635dbc16603a11c6b9ff48b7d3 M dlls
git checkout 23060afdcd0f34cf25a5e855ce06242f01ab3048 -> file fails to play
git checkout 23060afdcd0f34cf25a5e855ce06242f01ab3048^ -> file is played
successfully
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28744
Bug #: 28744
Summary: CCleaner does not display checkboxes and icons in the
'cleaner' treeview
Product: Wine
Version: 1.3.30
Platform: x86-64
URL: http://www.piriform.com/ccleaner/download/slim/downloa
dfile
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: bunglehead(a)gmail.com
Classification: Unclassified
Regression SHA1: 1bc331f31f44a382a7f909d79da794d28c233fd7
Created attachment 36927
--> http://bugs.winehq.org/attachment.cgi?id=36927
+tid,+treeview,+imagelist log
On the default 'cleaner' screen of CCleaner, the treeview to the left is
missing two things:
- Small icons next to each heading
- Checkboxes to choose which information to clean (displayed after
double-clicking one of the headings)
This was working in 1.3.29; a regression test indicated:
1bc331f31f44a382a7f909d79da794d28c233fd7 is the first bad commit
commit 1bc331f31f44a382a7f909d79da794d28c233fd7
Author: Nikolay Sivov <nsivov(a)codeweavers.com>
Date: Sat Oct 1 23:29:10 2011 +0400
comctl32/treeview: Free checkbox imagelist when control is about to be
killed.
:040000 040000 482c689e60b00a1a0cfc93572ccdbf1a5f643663
fec87e18803b66f45a814b837567c9ce00d0ea63 M dlls
Reverting the patch fixed the problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26240
Summary: R-Studio: HtmlHelpW HH case HH_DISPLAY_INDEX not
handled
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: hhctrl.ocx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko
3) wine r-studio.exe
4) Help->Index
Behaviour:
Nothing.
Expected behaviour:
Something.
Terminal output:
fixme:htmlhelp:HtmlHelpW HH case HH_DISPLAY_INDEX not handled.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29733
Bug #: 29733
Summary: Notepad: replace dialog is popup when press backspace
Product: Wine
Version: 1.4-rc1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
To reproduce, just using wine notepad to open notepad, then press "Backspace".
expect result is delete a character, but in wine notepad, a replace dialog
popup such as Ctrl+h is pressed.
regression.
eaa8fad52eda4f7a33782f08929aae4f52037bb6 is the first bad commit
commit eaa8fad52eda4f7a33782f08929aae4f52037bb6
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Jan 24 14:20:05 2012 +0100
notepad: Add message contexts for accelerators that can be translated.
:040000 040000 fa5bb6a48b483cf8b3b3a1faa8b6a65ccfad824c
9f10dfe2fe2d9336f82cb57298e98f11671e01a5 M po
:040000 040000 b8f0a515c86e3dd75c2b0a9f20eed3dde5e05368
6d7011520825a511ad9337a90f2c947b419b7b17 M programs
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28544
Bug #: 28544
Summary: Wine failed to boot linux 2.6.20
Product: Wine
Version: 1.3.29
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
Classification: Unclassified
Created attachment 36641
--> http://bugs.winehq.org/attachment.cgi?id=36641
console output
The Wine Internet Explorer failed to boot linux.
(The terminal window is just black)
wine iexplore www.bellard.org/jslinux/
Yes, that's as x86 PC emulator in Javascript :-)
console output is attached.
--
By by ... Detlef
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29066
Bug #: 29066
Summary: Cambridge Classware installAnywhere installer fails to
draw (wined3d_surface_blt problem?)
Product: Wine
Version: 1.3.32
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
A demo installer can be downloaded from
http://www.cambridge.org/elt/classware
fa38c78bb2335619ce9673f1486e5383887e7cd4 V1_2_3_Classware.zip
Unzip the installer, then run ClasswareInstaller.exe.
This unpacks itself, then tries to put up an initial GUI.
In wine-1.3.15, the initial GUI comes up ok. In wine-1.3.30-145-g7a4349b
it seems hangs before it draws the contents of the windows.
The GUI appears to hang, but really, it's just not drawing anything.
Clicking in the lower right of the window where the 'Next' button
should be lets it progress.
You can get the same problem by unzipping ClasswareInstaller.exe itself
and running Windows/ClasswareInstaller.exe.
The "hang" occurs not too long after a call to wined3d_surface_blt, so
perhaps that's not doing its job.
export J2D_D3D=false does not help.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22256
Summary: Miranda: alloc_gdi_handle out of GDI object handles,
expect a crash
Product: Wine
Version: 1.1.42
Platform: x86
URL: http://miranda.googlecode.com/files/miranda-im-v0.8.19
-unicode.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P1
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
This seems to be a 1.1.42 regression, but during some time of working with
Miranda, parts of it stop refreshing, the interface goes awry and then the only
option to work with Miranda is to restart it.
console is flooded with messages like this one:
err:gdi:alloc_gdi_handle out of GDI object handles, expect a crash
err:gdi:alloc_gdi_handle out of GDI object handles, expect a crash
err:gdi:alloc_gdi_handle out of GDI object handles, expect a crash
err:gdi:alloc_gdi_handle out of GDI object handles, expect a crash
err:gdi:alloc_gdi_handle out of GDI object handles, expect a crash
err:gdi:alloc_gdi_handle out of GDI object handles, expect a crash
err:gdi:alloc_gdi_handle out of GDI object handles, expect a crash
err:gdi:alloc_gdi_handle out of GDI object handles, expect a crash
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.