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
Linux Noob - GTA SA with Wine
- olivierfrdierick
- Level 5
- Posts: 258
- Joined: Thu Sep 13, 2012 12:09 pm
Re: Linux Noob - GTA SA with Wine
Please check the AppDB for possible suggestions and also post Wine terminal output.(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
Code: Select all
cd ~/.wine/drive_c/whatever
wine whatever.exe 2>&1 >~/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
- olivierfrdierick
- Level 5
- Posts: 258
- Joined: Thu Sep 13, 2012 12:09 pm
Re: Linux Noob - GTA SA with Wine
Sorry, should be:
Order of redirections is important.
Code: Select all
cd ~/.wine/drive_c/whatever
wine whatever.exe >~/wine.log 2>&1
Re: Linux Noob - GTA SA with Wine
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!
It wont even start up now.