[Bug 11827] New: Asterix et les jeux olympiques demo crashes in shdocvw component
http://bugs.winehq.org/show_bug.cgi?id=11827 Summary: Asterix et les jeux olympiques demo crashes in shdocvw component Product: Wine Version: 0.9.56. Platform: PC URL: http://www.jeuxvideo.com/downloads/0001/00013459_demo.ht m OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: shdocvw AssignedTo: wine-bugs(a)winehq.org ReportedBy: jeremielapuree(a)yahoo.fr Created an attachment (id=11092) --> (http://bugs.winehq.org/attachment.cgi?id=11092) console output As told in the summary, the demo installs fine but the games crashes in a shdocvw error Joaopa -- 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=11827 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download -- 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=11827 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal --- Comment #1 from joaopa <jeremielapuree(a)yahoo.fr> 2008-05-07 01:21:17 --- Bug is still there in wine-0.9.61. I did some test The crash occurs in shdocvw/webbrowser.c/WebBrowser_Release The crash is in the call of the function WebBrowser_OleObject_Destroy(This); WebBrowser_OleObject_Destroy(This) is implemented in the file shdocvw/oleobject.c The crash occurs in the condition if(This->container) IOleContainer_Release(This->container); In my case I have This->container = 0x5e1de4, so the condition holds: Unfortunately, I did not manage to find where the function IOleContainer_Release is implemented. Could Jacek Caban help to fix this bug? Joaopa -- 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=11827 --- Comment #2 from joaopa <jeremielapuree(a)yahoo.fr> 2008-08-27 14:09:30 --- Bug still there in wine-1.1.3 Joaopa -- 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=11827 --- Comment #3 from joaopa <jeremielapuree(a)yahoo.fr> 2009-02-02 06:18:03 --- Bug still there in wine 1.1.14 . -- 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=11827 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.jeuxvideo.com/do |http://www.gamershell.com/d |wnloads/0001/00013459_demo. |ownload_22273.shtml |htm | -- 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=11827 --- Comment #4 from joaopa <jeremielapuree(a)yahoo.fr> 2009-08-07 08:28:24 --- Bug still there in current git and Wine-1.1.26. Commenting out the line if(This->container) IOleContainer_Release(This->container); is still a workaround -- 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=11827 --- Comment #5 from Jacek Caban <jacek(a)codeweavers.com> 2009-08-07 08:39:36 --- Created an attachment (id=22888) --> (http://bugs.winehq.org/attachment.cgi?id=22888) Check GetContainer result before setting container. Does the attached patch 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=11827 --- Comment #6 from joaopa <jeremielapuree(a)yahoo.fr> 2009-08-07 09:49:58 --- Yes !!!!!!!!! The patch fixes the crash. I hope that it will be soon commited. Great job, Jacek. Thanks a lot -- 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=11827 Jacek Caban <jacek(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #7 from Jacek Caban <jacek(a)codeweavers.com> 2009-08-10 10:48:57 --- Patch is in Git. -- 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=11827 --- Comment #8 from joaopa <jeremielapuree(a)yahoo.fr> 2009-08-12 04:57:07 --- Sorry, the bug is not fixed. When I tried the patch, I forgot to remove my hack. Wine a clean wine-git, the game still crashes. So, I reopen this bug. -- 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=11827 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|FIXED | --- Comment #9 from joaopa <jeremielapuree(a)yahoo.fr> 2009-08-12 04:59:01 --- reopen -- 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=11827 Jacek Caban <jacek(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek(a)codeweavers.com --- Comment #10 from Jacek Caban <jacek(a)codeweavers.com> 2010-03-10 16:14:06 --- Please retest with current Wine version. -- 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=11827 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #11 from joaopa <jeremielapuree(a)yahoo.fr> 2010-03-12 15:48:01 --- This time, it is really fixed. Tried with a packaged Wine-1.1.40. Thanks for your greqt job, Jacek. -- 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=11827 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #12 from Alexandre Julliard <julliard(a)winehq.org> 2010-03-19 14:10:00 --- Closing bugs fixed in 1.1.41. -- 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.
participants (1)
-
wine-bugs@winehq.org