d3d_caps error

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
plantperson
Level 2
Level 2
Posts: 10
Joined: Thu Jun 09, 2011 1:41 pm

d3d_caps error

Post by plantperson »

Hello all,
I just installed Linux Mint Debian Edition, which I have used in the past with Wine, and I'm trying to get Riven to run (which, again, I've used with Wine on this OS before). Wine isn't in the LMDE repository anymore for some reason, so I had to compile it myself (v. 1.2.3). I was able to install the game without a hitch, but when I try to run the EXE I get:

Code: Select all

fixme:d3d_caps:select_card_intel_mesa Card selection not handled for Mesa Intel driver
fixme:d3d_caps:init_driver_info Unhandled vendor 8086.
I've never had any issues running Riven on wine in the past, including on this machine running this OS. Any thoughts?
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

d3d_caps error

Post by jjmckenzie »

On Mon, Mar 5, 2012 at 10:53 AM, plantperson <[email protected]> wrote:
Hello all,
I just installed Linux Mint Debian Edition, which I have used in the past with Wine, and I'm trying to get Riven to run
(which, again, I've used with Wine on this OS before). Wine isn't in the LMDE repository anymore for some reason,
so I had to compile it myself (v. 1.2.3).
1.2.3 is over a year and a half old and is not supported anymore. We
are trying to work through the 1.4 release cycle and would like for
you to try 1.4-rc6 and see if this error goes away.

James
plantperson
Level 2
Level 2
Posts: 10
Joined: Thu Jun 09, 2011 1:41 pm

Post by plantperson »

Appears to work fine now, thanks! Though there are no immediately obvious problems with the game, there were a couple messages in the terminal, which I thought I might as well post her on the off chance they're useful to you.

Code: Select all

fixme:win:EnumDisplayDevicesW ((null),0,0x32f4b8,0x00000000), stub!
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to 16
fixme:ddraw:ddraw7_WaitForVerticalBlank iface 0x1643b0, flags 0x1, event (nil) stub!
err:wgl:internal_SetPixelFormat Invalid operation on root_window
Locked