[Bug 13264] New: Warblade Demo: crashes on startup, maybe regression
http://bugs.winehq.org/show_bug.cgi?id=13264 Summary: Warblade Demo: crashes on startup, maybe regression Product: Wine Version: 1.0-rc1 Platform: PC-x86-64 URL: http://www.warblade.as/warblade_demo.exe OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: sebastian.friedel(a)s2005.tu-chemnitz.de Created an attachment (id=13110) --> (http://bugs.winehq.org/attachment.cgi?id=13110) console output of the crash When I try to start the Warblade Demo in either DirectX or OpenGL mode it crashed right after the selection. The AppDB page tells nothing about crashes, only about corrupted sound and slow graphics, so this may be a regression but I cannot confirm that as it never worked on my machine. I'm testing on Ubuntu 8.04 x86_64 with kernel 2.6.24-17-generic and using wine-0.9.61 from wine.budgetdedicated.com repository. -- 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=13264 Sebastian Friedel <sebastian.friedel(a)s2005.tu-chemnitz.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |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=13264 --- Comment #1 from Sebastian Friedel <sebastian.friedel(a)s2005.tu-chemnitz.de> 2008-05-17 03:00:26 --- sry, I was using wine 1.0-rc1 and not 0.9.61 for this one -- 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=13264 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000(a)yahoo.co.uk Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #2 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2008-05-17 03:12:04 --- Confirming, starts fine in wine-0.9.46, wine-0.9.56 is bad. So regression is intoduced between those 2 versions. Could you do a regression test? -- 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=13264 --- Comment #3 from Sebastian Friedel <sebastian.friedel(a)s2005.tu-chemnitz.de> 2008-05-17 08:16:25 --- seems like this one broke it: 2712eb50b18128a41aea251119d969e461b06874 is first bad commit commit 2712eb50b18128a41aea251119d969e461b06874 Author: Dmitry Timoshkov <dmitry(a)codeweavers.com> Date: Thu Nov 1 14:22:41 2007 +0800 user32: Initialize more fields in the DEVMODE structure. -- 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=13264 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dmitry(a)codeweavers.com -- 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=13264 Rico <kgbricola(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kgbricola(a)web.de --- Comment #4 from Rico <kgbricola(a)web.de> 2008-05-17 15:28:29 --- The app crashes in GdiConvertToDevmodeW in the line memcpy((char *)dmW + dmW_size, (const char *)dmA + dmA_size, dmA->dmDriverExtra). It runs fine if the dmA->dmDriverExtra < 5768 but it is set to 32428! -- 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=13264 --- Comment #5 from Rico <kgbricola(a)web.de> 2008-05-17 17:23:45 --- Created an attachment (id=13134) --> (http://bugs.winehq.org/attachment.cgi?id=13134) remove the memcopy in GdiConvertToDevmodeW This patch removes a memcopy in GdiConvertToDevmodeW which causes wine to 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.
http://bugs.winehq.org/show_bug.cgi?id=13264 --- Comment #6 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-05-18 04:48:11 --- The following patch should fix the regression: http://www.winehq.org/pipermail/wine-patches/2008-May/054948.html -- 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=13264 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #7 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-05-19 09:43:30 --- The patch has been committed. -- 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=13264 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #8 from Alexandre Julliard <julliard(a)winehq.org> 2008-05-23 10:37:46 --- Closing bugs fixed in 1.0-rc2. -- 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=13264 --- Comment #9 from Solvik <solvik.blum(a)gmail.com> 2010-05-08 10:55:43 --- Created an attachment (id=27811) --> (http://bugs.winehq.org/attachment.cgi?id=27811) Log of the crash log of wine for the bug under Ubuntu Lucid Lynx -- 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=13264 Solvik <solvik.blum(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |solvik.blum(a)gmail.com --- Comment #10 from Solvik <solvik.blum(a)gmail.com> 2010-05-08 10:56:47 --- Hi, I have the exact same problem under Ubuntu Lucid Lynx. With 2.6.32-22-generic kernel and wine-1.1.42 from the packages. See the previous attachment for logs -- 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=13264 --- Comment #11 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-05-09 22:55:42 --- (In reply to comment #9)
Created an attachment (id=27811) --> (http://bugs.winehq.org/attachment.cgi?id=27811) [details] Log of the crash
log of wine for the bug under Ubuntu Lucid Lynx
Xlib: extension "GLX" missing on display ":0.0". err:wgl:X11DRV_WineGL_InitOpenglInfo couldn't initialize OpenGL, expect problems
Your OpenGL installation is broken. -- 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