[Bug 19838] New: Treeview 'access violation' in ImgBurn v2.5.0.0's Disc Layout Editor window
http://bugs.winehq.org/show_bug.cgi?id=19838 Summary: Treeview 'access violation' in ImgBurn v2.5.0.0's Disc Layout Editor window Product: Wine Version: 1.1.28 Platform: PC URL: http://www.imgburn.com OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: lightning_uk(a)imgburn.com v2.5.0.0 of ImgBurn has a new Advanced build mode interface known as the 'Disc Layout Editor'. If you right click an entry in the treeview on the left side of that window and select 'New Folder' it'll crash with an access violation. I'm unable to reproduce this issue on any real installation of Windows (from Windows 95 -> Windows 7) so I can only assume it's something in Wine (sorry!). -- 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=19838 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2009-08-25 11:48:54 --- Does 'winetricks cc580' 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=19838 Juan Lang <juan_lang(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Component|-unknown |comctl32 Ever Confirmed|0 |1 --- Comment #2 from Juan Lang <juan_lang(a)yahoo.com> 2009-08-25 13:05:19 --- Confirming. Using 'winetricks cc580' does indeed resolve the crash, changing component to comctl32. -- 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=19838 Juan Lang <juan_lang(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|comctl32 |-unknown --- Comment #3 from Juan Lang <juan_lang(a)yahoo.com> 2009-08-25 13:08:20 --- Oops, scratch that, I thought the crash was fixed because the error dialog didn't gain focus. Changing component back to unknown. -- 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=19838 Juan Lang <juan_lang(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download --- Comment #4 from Juan Lang <juan_lang(a)yahoo.com> 2009-08-25 15:14:29 --- Odd, I don't seem to be able to reproduce this every time. -- 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=19838 --- Comment #5 from LIGHTNING UK! <lightning_uk(a)imgburn.com> 2009-08-25 19:05:07 --- Actually, having just looked this again, I notice that once you right click to bring up the context menu and then left click to select the option, it's actually triggering a false positive (non zero return value) in the 'DragDetect' API (which I check against in a 'MouseDown' event). That's why the cursor changes to the circle with the line through it (as in N/A) and the cursor stays that way even though the left mouse button is no longer down. I have to press the Escape key to end the drag. I normally then see a crash in ole32.dll after the initial ImgBurn.exe one. I've even had it get totally stuck a few times and I've just ended up resetting the virtual machine. -- 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=19838 --- Comment #6 from LIGHTNING UK! <lightning_uk(a)imgburn.com> 2009-12-29 08:22:11 --- Still present in 1.1.35 -- 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=19838 --- Comment #7 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-12-29 08:29:11 --- Please attach +seh,+tid,+message log. -- 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=19838 --- Comment #8 from LIGHTNING UK! <lightning_uk(a)imgburn.com> 2009-12-29 10:16:05 --- Created an attachment (id=25432) --> (http://bugs.winehq.org/attachment.cgi?id=25432) Debug log (+seh,+tid,+message) -- 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=19838 --- Comment #9 from LIGHTNING UK! <lightning_uk(a)imgburn.com> 2009-12-29 10:19:54 --- Ok, I think I've attached what you asked for. I loaded the program, went into Build mode, opened the 'Disc Layout Editor' window and created a new folder - this in itself brings up a 'Range Check Error' (which in turn brings up Eurekalog) which I've mentioned in another bug report. I then right clicked on that 'New Folder' within the TreeView and opted to create another new folder via a left click on the context menu. This is where the application then thinks it's doing a drag + drop operation (which obviously it shouldn't do because it isn't!). I then pressed ESC to cancel the D+D op and exited the application. -- 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=19838 --- Comment #10 from Austin English <austinenglish(a)gmail.com> 2012-04-02 03:15:46 CDT --- 13ddfa1862b74bdbbc06fc8766b36b9b73b25760 SetupImgBurn_2.5.7.0.exe works fine in 1.5.1, though it was 'Add folder' on that menu, not 'New folder', which confused me initially :). Added about 7 folders at different levels, no problems. Can you retest? I'm not sure if the program itself changed as well.. -- 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=19838 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED URL|http://www.imgburn.com |http://filehippo.com/downlo | |ad_imgburn/12006/ CC| |focht(a)gmx.net Resolution|--- |FIXED --- Comment #11 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, I can't reproduce the crash, resolving 'fixed'. $ sha1sum SetupImgBurn_2.5.7.0.exe 13ddfa1862b74bdbbc06fc8766b36b9b73b25760 SetupImgBurn_2.5.7.0.exe $ du -sh SetupImgBurn_2.5.7.0.exe 5.9M SetupImgBurn_2.5.7.0.exe $ wine --version wine-1.7.21-52-g4c185a7 Regards -- 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=19838 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #12 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.7.22. -- 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