http://bugs.winehq.org/show_bug.cgi?id=4490
--- Comment #26 from James McKenzie <jjmckenzie51(a)earthlink.net> 2010-06-19 20:09:16 ---
Created an attachment (id=28992)
--> (http://bugs.winehq.org/attachment.cgi?id=28992)
AIM Crash log with Wine-1.2-rc3
Crash log from the first run after correcting the FontConfig error. Run on
MacOSX 10.6.3.
--
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=23239
Summary: WINE incorrectly determines that the nouveau driver
does not allow direct rendering
Product: Wine
Version: 1.2-rc3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frederik.hertzum(a)gmail.com
Created an attachment (id=28933)
--> (http://bugs.winehq.org/attachment.cgi?id=28933)
Output from wine, when running the Fallout 2 installer.
Wine incorrectly determines that the nouveau driver does not allow direct
rendering of graphics, with the reason that the vendor is unknown.
Direct rendering is reported as being supported by glxinfo and by experience
with other software (software that uses OpenGL and X11 compositing).
In particular the Fallout 2 installer crashes before showing anything, while
tools like winecfg, winemine, winefile and other windows software works fine.
SELinux has been disabled so as not to interfere with wine.
Previous versions of wine has not been tested to see if this is a regression --
I simply have no way of knowing if any previous versions are good or not.
--
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=7078
--- Comment #16 from EA Durbin <ead1234(a)hotmail.com> 2010-06-19 18:19:47 ---
(In reply to comment #15)
> This is your friendly reminder that there has been no bug activity for 6
> months. Is this still an issue in current (1.1.43 or newer) wine?
Yes, still present in 1.2-rc4.
--
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=7078
EA Durbin <ead1234(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform|Other |x86
Version|unspecified |1.2-rc4
--
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=4666
Zach Steele <zcsteele(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |zcsteele(a)gmail.com
--- Comment #19 from Zach Steele <zcsteele(a)gmail.com> 2010-06-19 12:55:52 ---
I just added a link to this bug in Gates of Andaron. HackShield Pro is
reporting error 108 when it launches, same as when sevencoloredbox(a)gmail.com
tried running Mabinogi.
--
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=8665
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #7 from Alexandre Julliard <julliard(a)winehq.org> 2010-06-19 11:26:06 ---
I believe this was fixed a long time ago. winecfg used to update all the
drives, but now it only updates the ones that are explicitly modified by the
user.
--
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=5552
Andrew Nguyen <arethusa26(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|-unknown |directx-ddraw
--
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=5552
--- Comment #20 from Andrew Nguyen <arethusa26(a)gmail.com> 2010-06-19 08:17:27 ---
>From relay log:
0021:trace:ddraw:IDirectDrawImpl_CreateSurface
(0x195360)->(0x2f1e708,0x60021b64,(nil))
0021:trace:ddraw:IDirectDrawImpl_CreateSurface (0x195360) Requesting surface
desc :
0021:trace:ddraw:DDRAW_dump_members - DDSD_CAPS : DDSCAPS_COMPLEX DDSCAPS_FLIP
DDSCAPS_PRIMARYSURFACE DDSCAPS_SYSTEMMEMORY DDSCAPS_3DDEVICE
0021:trace:ddraw:DDRAW_dump_members - DDSD_BACKBUFFERCOUNT : 1
0021:trace:ddraw:IDirectDrawImpl_CreateSurface (0x195360): Attempt to create a
flipable primary surface without DDSCL_EXCLUSIVE set
0021:trace:seh:raise_exception code=c0000005 flags=0 addr=0x60008baa
ip=60008baa tid=0021
...
CreateSurface is rejecting surface creation with DDSCAPS_FLIP |
DDSCAPS_PRIMARYSURFACE texture capability flags set. A quick CreateSurface test
I wrote, however, shows that CreateSurface allows texture creation with
DDSCAPS_FLIP | DDSCAPS_PRIMARYSURFACE if DDSCAPS_COMPLEX is also set.
If I comment out the particular flag check in IDirectDrawImpl_CreateSurface,
the crash seems to be avoided, although the game doesn't seem to render
anything, and ddraw fixmes are emitted continuously.
--
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=7924
Andrew Nguyen <arethusa26(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #16 from Andrew Nguyen <arethusa26(a)gmail.com> 2010-06-19 07:48:37 ---
Closing the 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=7924
Andrew Nguyen <arethusa26(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Component|directx-dsound |-unknown
Resolution| |DUPLICATE
--- Comment #15 from Andrew Nguyen <arethusa26(a)gmail.com> 2010-06-19 07:48:24 ---
The key output is:
err:ole:CoGetClassObject class {38be3000-dbf4-11d0-860e-00a024cfef6d} not
registered
err:ole:CoGetClassObject class {38be3000-dbf4-11d0-860e-00a024cfef6d} not
registered
err:ole:CoGetClassObject no class object {38be3000-dbf4-11d0-860e-00a024cfef6d}
could be created for context 0x3
This corresponds to the "MPEG Layer-3 Decoder" DirectShow filter. Using native
devenum and quartz, taking l3codecx.ax from the DirectX 9 redist, and
registering it allows 3DMark2001 to start. Bug 18773 has more description of
the problem, and this bug is slightly cluttered with irrelevant discussion, so
marking duplicate.
*** This bug has been marked as a duplicate of bug 18773 ***
--
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.