http://bugs.winehq.org/show_bug.cgi?id=1908
--- Comment #20 from Daniel Rech <danielrech(a)gmail.com> 2007-09-07 17:44:37 ---
Created an attachment (id=7996)
--> (http://bugs.winehq.org/attachment.cgi?id=7996)
Trace with modified 0.9.44
I've changed the array checkFormatList[] in function
IDirectDrawImpl_EnumDisplayModes (dlls/ddraw/ddraw.c):
WINED3DFORMAT checkFormatList[] =
{
WINED3DFMT_R8G8B8,
WINED3DFMT_R5G6B5, // 16 bits
WINED3DFMT_P8, // 8 bits
WINED3DFMT_A8R8G8B8,
WINED3DFMT_X8R8G8B8, // 32 bits
WINED3DFMT_X1R5G5B5,
WINED3DFMT_A1R5G5B5,
WINED3DFMT_A4R4G4B4,
WINED3DFMT_R3G3B2,
WINED3DFMT_A8R3G3B2,
WINED3DFMT_X4R4G4B4,
WINED3DFMT_A2B10G10R10,
WINED3DFMT_A8B8G8R8,
WINED3DFMT_X8B8G8R8,
WINED3DFMT_A2R10G10B10,
WINED3DFMT_A8P8
};
...and it crashed again (result attached)
The order of the enum is the same as it was in the pre-patch version.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8069
Jesse Allen <the3dfxdude(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |iain.mccracken(a)gmail.com
--- Comment #16 from Jesse Allen <the3dfxdude(a)gmail.com> 2007-09-07 17:42:56 ---
*** Bug 8102 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8102
Jesse Allen <the3dfxdude(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
--- Comment #5 from Jesse Allen <the3dfxdude(a)gmail.com> 2007-09-07 17:42:56 ---
Yeah, okay dupe then.
*** This bug has been marked as a duplicate of bug 8069 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8069
Jesse Allen <the3dfxdude(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pg8p(a)virginia.edu
--- Comment #15 from Jesse Allen <the3dfxdude(a)gmail.com> 2007-09-07 17:31:45 ---
*** Bug 8367 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8367
Jesse Allen <the3dfxdude(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
--- Comment #12 from Jesse Allen <the3dfxdude(a)gmail.com> 2007-09-07 17:31:45 ---
Yeah looks exact dupe.
*** This bug has been marked as a duplicate of bug 8069 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8069
Chris <redpony(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |redpony(a)gmail.com
--- Comment #14 from Chris <redpony(a)gmail.com> 2007-09-07 17:12:04 ---
Does anyone have a workaround other than using backend=user? The machine I'm
running this on is headless and so I can't start up an X server (this is fine
for the application I'm running since it just reads and writes files). Any
suggestions?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8102
Chris <redpony(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |redpony(a)gmail.com
--- Comment #4 from Chris <redpony(a)gmail.com> 2007-09-07 17:09:19 ---
Seems to be a dup of Bug 8069
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8367
Chris <redpony(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |redpony(a)gmail.com
--- Comment #11 from Chris <redpony(a)gmail.com> 2007-09-07 17:08:55 ---
Seems to be a dup of Bug 8069
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=657
--- Comment #45 from Misha Koshelev <mk144210(a)bcm.tmc.edu> 2007-09-07 17:01:53 ---
That is fair that it is a low priority. Can we refer users to the VC
redistributable from Microsoft (e.g., that winetricks downloads; perhaps we can
add a link on the winehq site or wiki) or is there something in the licensing
that prohibits this?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.