[Bug 22691] New: Drag-and-drop doesn't work in CDBurnerXP 4.2+ audio disc mode
http://bugs.winehq.org/show_bug.cgi?id=22691 Summary: Drag-and-drop doesn't work in CDBurnerXP 4.2+ audio disc mode Product: Wine Version: 1.1.44 Platform: x86-64 URL: http://cdburnerxp.se/download?more-options OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: ole32 AssignedTo: wine-bugs(a)winehq.org ReportedBy: RandomAccountName(a)mail.com CC: bunglehead(a)gmail.com Created an attachment (id=27959) --> (http://bugs.winehq.org/attachment.cgi?id=27959) Terminal output In audio disc mode, nothing happens when attempting to drag-and-drop a file from the upper explorer view to the lower area that says 'drag and drop files here or use the "add" button to add files to the compilation.' It was working not long ago; regression testing indicated: f3ab3d971a793f7fa16d7ae3853a878d3c5546b7 is first bad commit commit f3ab3d971a793f7fa16d7ae3853a878d3c5546b7 Author: Nikolay Sivov <nsivov(a)codeweavers.com> Date: Sun May 2 12:56:47 2010 +0400 ole32/ole2: If no effect action selected use ::DragLeave() instead of ::Drop(). :040000 040000 df2b9c9a780b189b0c99239a09e1a6fcd97561ca 04f0c2dca41fa30c026557dcea6ca0b3a01f09ab M dlls Reverting this patch makes it work again. Prerequisites are dotnet20 and a native override for gdiplus (workaround for bug 22223). -- 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=22691 A Wine user <RandomAccountName(a)mail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet, download, | |regression -- 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=22691 --- Comment #1 from Nikolay Sivov <bunglehead(a)gmail.com> 2010-05-17 15:47:03 --- I can't reproduce this with Burner 4.3.2.2140 and current wine-1.1.44-245-g943eefc. Dragging from top Listview with filesystem browser to files-to-burn list on bottom works fine. -- 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=22691 --- Comment #2 from A Wine user <RandomAccountName(a)mail.com> 2010-05-17 17:33:22 --- Are you using audio disc mode? Drag-and-drop still works in data disc mode; only audio disc mode is broken. Audio disc mode doesn't have a list of files to burn until something is added to the compilation... -- 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=22691 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #3 from Nikolay Sivov <bunglehead(a)gmail.com> 2010-05-17 17:53:12 --- Yeah, in audio mode I can see a 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=22691 --- Comment #4 from Nikolay Sivov <bunglehead(a)gmail.com> 2010-05-17 17:57:54 --- What file types should be accepted in this mode by the way? -- 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=22691 --- Comment #5 from A Wine user <RandomAccountName(a)mail.com> 2010-05-17 18:11:07 --- I usually use WAV for testing. They have a list of supported formats here: http://cdburnerxp.se/help/Audio/formats Last time I checked, MP3 support was broken in Wine, and WMA worked (if WMP9 is installed). I've never tried using the other formats listed there. -- 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=22691 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |22223 -- 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=22691 --- Comment #6 from Nikolay Sivov <bunglehead(a)gmail.com> 2010-05-26 15:38:17 --- The problem seems to be in tracking code - IDropTarget_DragOver is never called with my test app on native system, while under Wine it is, even constantly using timer. Caller IDropTarget_DragOver resets drop effect value to 0, that's why we don't drop any more (this is a change made by reported commit and it's correct). -- 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=22691 Bug 22691 depends on bug 22223, which changed state. Bug 22223 Summary: CDBurnerXP's audio disc mode is inaccessible http://bugs.winehq.org/show_bug.cgi?id=22223 What |Old Value |New Value ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE -- 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=22691 Bug 22691 depends on bug 22223, which changed state. Bug 22223 Summary: CDBurnerXP's audio disc mode is inaccessible http://bugs.winehq.org/show_bug.cgi?id=22223 What |Old Value |New Value ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED Status|CLOSED |UNCONFIRMED Resolution|DUPLICATE | -- 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=22691 Bug 22691 depends on bug 22223, which changed state. Bug 22223 Summary: CDBurnerXP's audio disc mode is inaccessible http://bugs.winehq.org/show_bug.cgi?id=22223 What |Old Value |New Value ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED -- 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=22691 Henri Verbeet <hverbeet(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |f3ab3d971a793f7fa16d7ae3853 | |a878d3c5546b7 -- 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=22691 --- Comment #7 from Austin English <austinenglish(a)gmail.com> 2013-08-07 20:42:23 CDT --- Still in 1.7.10, used: austin(a)aw25 ~ $ sha1sum cdbxp_setup_4.5.2.4214.exe f44da8214492114643d7712e7c1bdfa910af38a7 cdbxp_setup_4.5.2.4214.exe austin(a)aw25 ~ $ du -h cdbxp_setup_4.5.2.4214.exe 5.0M cdbxp_setup_4.5.2.4214.exe -- 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.
https://bugs.winehq.org/show_bug.cgi?id=22691 Piotr Caban <piotr.caban(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr.caban(a)gmail.com --- Comment #8 from Piotr Caban <piotr.caban(a)gmail.com> --- I've sent a patch that fixes this issue: http://source.winehq.org/patches/data/116914 Note: newest versions of application is not working on me -- 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.
https://bugs.winehq.org/show_bug.cgi?id=22691 Piotr Caban <piotr.caban(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |3a6ac6055511b14a7e26ba0200f | |36da418f80723 Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #9 from Piotr Caban <piotr.caban(a)gmail.com> --- The patch was committed. Drag&drop works for me - marking as fixed. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=22691 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.8-rc2. -- 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.
participants (1)
-
wine-bugs@winehq.org