Help fixing fixme:d3d9:Direct3DShaderValidatorCreate9 stub
Help fixing fixme:d3d9:Direct3DShaderValidatorCreate9 stub
I'm trying to get Runes of Magic working with WINE 1.1.25 (.26 is supposed to have problems but supposedly this works in 1.1.25)
I have an ATI card with the FGLRX driver and I'm getting this error
fixme:d3d9:Direct3DShaderValidatorCreate9 stub
when loading the game.
The game loads and has a black screen only, but I can hear sound. I've tried playing around with all the video settins in wine (turning off hardware accel etc...) and nothing has worked. I've also used winetricks to install the dxd3 (I think that's what's it's called i'm new to Ubuntu) to see if that made a difference, it didn't.
If anyone has any ideas I'd greatly appreciate it.
Thanks
-Bob
I have an ATI card with the FGLRX driver and I'm getting this error
fixme:d3d9:Direct3DShaderValidatorCreate9 stub
when loading the game.
The game loads and has a black screen only, but I can hear sound. I've tried playing around with all the video settins in wine (turning off hardware accel etc...) and nothing has worked. I've also used winetricks to install the dxd3 (I think that's what's it's called i'm new to Ubuntu) to see if that made a difference, it didn't.
If anyone has any ideas I'd greatly appreciate it.
Thanks
-Bob
Jury,
Thanks for your help and sorry I have so many questions, I'm pretty new to this linux thing (but I like it!)
Ok,
I do have jockey-gtk, that's what I initally used to get the drivers.
However when I run it I simply get a diaog that lets me choose between "Ati Proprietary Driver" (what i'm using now) and a driver for my wifi card (whcih I don't use either)
I can't see anyway to specify which version of the FGLRX is installed, I also searched around for your older version and can't seem to find a link to it anywhere.
Any other ideas are much appreciated.
Thanks
-Bob
Thanks for your help and sorry I have so many questions, I'm pretty new to this linux thing (but I like it!)
Ok,
I do have jockey-gtk, that's what I initally used to get the drivers.
However when I run it I simply get a diaog that lets me choose between "Ati Proprietary Driver" (what i'm using now) and a driver for my wifi card (whcih I don't use either)
I can't see anyway to specify which version of the FGLRX is installed, I also searched around for your older version and can't seem to find a link to it anywhere.
Any other ideas are much appreciated.
Thanks
-Bob
Don't ask, don't mention, don't talk about cedega here. Your posts will be removed.bobfishel wrote:Also cedega says it doesn't support ROM at all,
If you have questions about using your distro, ask it on your distro's forum, not here (installing video drivers are outside the scope of Wine forum).
Make sure your X is configured to support required screen resolutions (run 'xrandr' and check it lists the ones you need). If your distro is 64-bit make sure you also have installed 32-bit video driver libraries (Wine is 32-bit only).
Vitamin... no need to go ballastic.
I didn't ask about cedega it was simply offered to me as an answer to my question.
Secondly,
I wasn't asking about video card drivers but simply asking about how to fix my problem that is occuring IN wine.
My X is configured to support all resolutions and acceleration works elsewhere but not in THIS app.
If you have any other ideas on how to fix this please offer them, but otherwise I'd apprecaite it if you weren't condescending to me.
Thanks
-Bob
I didn't ask about cedega it was simply offered to me as an answer to my question.
Secondly,
I wasn't asking about video card drivers but simply asking about how to fix my problem that is occuring IN wine.
My X is configured to support all resolutions and acceleration works elsewhere but not in THIS app.
If you have any other ideas on how to fix this please offer them, but otherwise I'd apprecaite it if you weren't condescending to me.
Thanks
-Bob
hi, bobfishel
If your propietary driver is turned on and you don't use any commercial soft to install Windows Games under Wine you may take experience with your wine registry
I'm use It with terminal window:
wine regedit
HKEY_CURRENT_USER -> Wine -> Direct3D.
It' like experimental parameters, because you don't know what current function you are turned on or off.
Documentation about wine regedit:
http://wiki.winehq.org/UsefulRegistryKeys
You can take this software and I try to run it on my computer too.
If your propietary driver is turned on and you don't use any commercial soft to install Windows Games under Wine you may take experience with your wine registry
I'm use It with terminal window:
wine regedit
HKEY_CURRENT_USER -> Wine -> Direct3D.
It' like experimental parameters, because you don't know what current function you are turned on or off.
Documentation about wine regedit:
http://wiki.winehq.org/UsefulRegistryKeys
You can take this software and I try to run it on my computer too.
You can experience with version of Wine. No older that version 1.1.24 - fbo mode of Direct3D was is not default and If your game work in previous version of Wine you must change your OffscreenRenderingMode
HKEY_CURRENT_USER -> Wine -> Direct3D -> OffscreenRenderingMode
backbuffer: the rendering is done in the backbuffer
pbuffer: uses PixelBuffers
fbo: uses Framebuffer object (default)]
HKEY_CURRENT_USER -> Wine -> Direct3D -> OffscreenRenderingMode
backbuffer: the rendering is done in the backbuffer
pbuffer: uses PixelBuffers
fbo: uses Framebuffer object (default)]