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@winehq.org ReportedBy: sebastian.friedel@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.
http://bugs.winehq.org/show_bug.cgi?id=13264
Sebastian Friedel sebastian.friedel@s2005.tu-chemnitz.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, regression
http://bugs.winehq.org/show_bug.cgi?id=13264
--- Comment #1 from Sebastian Friedel sebastian.friedel@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
http://bugs.winehq.org/show_bug.cgi?id=13264
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #2 from Louis Lenders xerox_xerox2000@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?
http://bugs.winehq.org/show_bug.cgi?id=13264
--- Comment #3 from Sebastian Friedel sebastian.friedel@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@codeweavers.com Date: Thu Nov 1 14:22:41 2007 +0800
user32: Initialize more fields in the DEVMODE structure.
http://bugs.winehq.org/show_bug.cgi?id=13264
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dmitry@codeweavers.com
http://bugs.winehq.org/show_bug.cgi?id=13264
Rico kgbricola@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |kgbricola@web.de
--- Comment #4 from Rico kgbricola@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!
http://bugs.winehq.org/show_bug.cgi?id=13264
--- Comment #5 from Rico kgbricola@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.
http://bugs.winehq.org/show_bug.cgi?id=13264
--- Comment #6 from Dmitry Timoshkov dmitry@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
http://bugs.winehq.org/show_bug.cgi?id=13264
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #7 from Dmitry Timoshkov dmitry@codeweavers.com 2008-05-19 09:43:30 --- The patch has been committed.
http://bugs.winehq.org/show_bug.cgi?id=13264
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Alexandre Julliard julliard@winehq.org 2008-05-23 10:37:46 --- Closing bugs fixed in 1.0-rc2.
http://bugs.winehq.org/show_bug.cgi?id=13264
--- Comment #9 from Solvik solvik.blum@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
http://bugs.winehq.org/show_bug.cgi?id=13264
Solvik solvik.blum@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |solvik.blum@gmail.com
--- Comment #10 from Solvik solvik.blum@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
http://bugs.winehq.org/show_bug.cgi?id=13264
--- Comment #11 from Dmitry Timoshkov dmitry@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.