Linux Noob - GTA SA with Wine

Questions about Wine on Linux
Locked
Brandun
Newbie
Newbie
Posts: 2
Joined: Wed Jul 23, 2014 11:50 pm

Linux Noob - GTA SA with Wine

Post by Brandun »

Hey, I'm pretty new to Linux, and I'm trying to play San Andreas on Bodhi. I have Intel onboard graphics, and Ive checked google and here for help to fix this, and it's not working.
I'm getting the blocky menu textures and choosing New Game causes the game to crash. I've installed the library that has been said to fix this (at least I think) and I still get the same problem. Does anyone know how else to fix this? And also could someone tell me in detail how to check if I have the library installed and how to install it again to see if that fixes it?

Thanks in advance. Any help would be appreciated
User avatar
olivierfrdierick
Level 5
Level 5
Posts: 258
Joined: Thu Sep 13, 2012 12:09 pm

Re: Linux Noob - GTA SA with Wine

Post by olivierfrdierick »

Please check the AppDB for possible suggestions and also post Wine terminal output.

Code: Select all

cd ~/.wine/drive_c/whatever
wine whatever.exe 2>&1 >~/wine.log
(Replace whatever with the appropriate path and executable name. Log will be in ~/wine.log)

Also, it has been a long time since I played that game (around Ubuntu 8.04 with Wine 0.9.5x), but if I remember correctly a NO-CD patch was required to play the game (obviously for the CD version).

Source: WineHQ - Grand Theft Auto: San Andreas
User avatar
olivierfrdierick
Level 5
Level 5
Posts: 258
Joined: Thu Sep 13, 2012 12:09 pm

Re: Linux Noob - GTA SA with Wine

Post by olivierfrdierick »

Sorry, should be:

Code: Select all

cd ~/.wine/drive_c/whatever
wine whatever.exe >~/wine.log 2>&1
Order of redirections is important.
Brandun
Newbie
Newbie
Posts: 2
Joined: Wed Jul 23, 2014 11:50 pm

Re: Linux Noob - GTA SA with Wine

Post by Brandun »

Code: Select all

fixme:d3d:check_fbo_compat Format WINED3DFMT_B8G8R8X8_UNORM with rendertarget flag is not supported as FBO color attachment, and no fallback specified.
fixme:win:EnumDisplayDevicesW ((null),0,0x177f548,0x00000000), stub!
fixme:d3d:check_fbo_compat Format WINED3DFMT_B8G8R8A8_UNORM with rendertarget flag is not supported as FBO color attachment, and no fallback specified.
fixme:d3d:check_fbo_compat Format WINED3DFMT_B8G8R8X8_UNORM with rendertarget flag is not supported as FBO color attachment, and no fallback specified.
fixme:win:EnumDisplayDevicesW ((null),0,0x177f328,0x00000000), stub!
fixme:d3d:check_fbo_compat Format WINED3DFMT_B8G8R8A8_UNORM with rendertarget flag is not supported as FBO color attachment, and no fallback specified.
fixme:d3d:check_fbo_compat Format WINED3DFMT_B8G8R8X8_UNORM with rendertarget flag is not supported as FBO color attachment, and no fallback specified.
fixme:win:EnumDisplayDevicesW ((null),0,0x177f7b8,0x00000000), stub!
This is my current error code,
It wont even start up now.
Locked