GTA San Andreas don't run in Kubuntu 8.04 using wine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
jonathan bispo
Newbie
Newbie
Posts: 1
Joined: Mon Jan 05, 2009 8:47 am

GTA San Andreas don't run in Kubuntu 8.04 using wine

Post by jonathan bispo »

Hi everyone.
First, sorry for my bad english. I'm brazilian and I'm learning english yet.

Well, i've installed wine 1.1.12 in my kubuntu 8.04, but I don't achieve to run GTA San Andreas. When I try to run the game, it returns this error:

err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element
fixme:mixer:ALSA_MixerInit No master control found on Brooktree Bt878, disabling mixer
fixme:mixer:ALSA_MixerInit No master control found on USB camera, disabling mixer
err:wgl:get_render_type_from_fbconfig Unknown render_type: 0
err:wgl:get_render_type_from_fbconfig Unknown render_type: 0
err:d3d:WineD3D_CreateFakeGLContext Can't find a suitable iPixelFormat
err:d3d:InitAdapters Failed to get a gl context for default adapter
err:d3d:WineDirect3DCreate Direct3D9 is not available without opengl
wine: Unhandled page fault on read access to 0x00000000 at address 0x7e1586d6 (thread 001a), starting debugger...

I don't know what I can do.

Please, I need help.

If somebody knows how I can solve this problem, post it.

Again, sorry for my bad english.

:D

Thanks.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

GTA San Andreas don't run in Kubuntu 8.04 using wine

Post by austin987 »

On Mon, Jan 5, 2009 at 7:55 AM, jonathan bispo
<[email protected]> wrote:
Hi everyone.
First, sorry for my bad english. I'm brazilian and I'm learning english yet.

Well, i've installed wine 1.1.12 in my kubuntu 8.04, but I don't achieve to run GTA San Andreas. When I try to run the game, it returns this error:

err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element
fixme:mixer:ALSA_MixerInit No master control found on Brooktree Bt878, disabling mixer
fixme:mixer:ALSA_MixerInit No master control found on USB camera, disabling mixer
err:wgl:get_render_type_from_fbconfig Unknown render_type: 0
err:wgl:get_render_type_from_fbconfig Unknown render_type: 0
err:d3d:WineD3D_CreateFakeGLContext Can't find a suitable iPixelFormat
err:d3d:InitAdapters Failed to get a gl context for default adapter
err:d3d:WineDirect3DCreate Direct3D9 is not available without opengl
wine: Unhandled page fault on read access to 0x00000000 at address 0x7e1586d6 (thread 001a), starting debugger...
We need the information printed after this line.

--
-Austin
Warren Dumortier

GTA San Andreas don't run in Kubuntu 8.04 using wine

Post by Warren Dumortier »

Did you compile it yourself, it seems it isn't built wit opengl support!

2009/1/5 jonathan bispo <[email protected]>:
Hi everyone.
First, sorry for my bad english. I'm brazilian and I'm learning english yet.

Well, i've installed wine 1.1.12 in my kubuntu 8.04, but I don't achieve to run GTA San Andreas. When I try to run the game, it returns this error:

err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element
fixme:mixer:ALSA_MixerInit No master control found on Brooktree Bt878, disabling mixer
fixme:mixer:ALSA_MixerInit No master control found on USB camera, disabling mixer
err:wgl:get_render_type_from_fbconfig Unknown render_type: 0
err:wgl:get_render_type_from_fbconfig Unknown render_type: 0
err:d3d:WineD3D_CreateFakeGLContext Can't find a suitable iPixelFormat
err:d3d:InitAdapters Failed to get a gl context for default adapter
err:d3d:WineDirect3DCreate Direct3D9 is not available without opengl
wine: Unhandled page fault on read access to 0x00000000 at address 0x7e1586d6 (thread 001a), starting debugger...

I don't know what I can do.

Please, I need help.

If somebody knows how I can solve this problem, post it.

Again, sorry for my bad english.

:D

Thanks.




Warren Dumortier

GTA San Andreas don't run in Kubuntu 8.04 using wine

Post by Warren Dumortier »

Did you compile it yourself, it seems it isn't built wit opengl support!

2009/1/5 jonathan bispo <[email protected]>:
Hi everyone.
First, sorry for my bad english. I'm brazilian and I'm learning english yet.

Well, i've installed wine 1.1.12 in my kubuntu 8.04, but I don't achieve to run GTA San Andreas. When I try to run the game, it returns this error:

err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element
fixme:mixer:ALSA_MixerInit No master control found on Brooktree Bt878, disabling mixer
fixme:mixer:ALSA_MixerInit No master control found on USB camera, disabling mixer
err:wgl:get_render_type_from_fbconfig Unknown render_type: 0
err:wgl:get_render_type_from_fbconfig Unknown render_type: 0
err:d3d:WineD3D_CreateFakeGLContext Can't find a suitable iPixelFormat
err:d3d:InitAdapters Failed to get a gl context for default adapter
err:d3d:WineDirect3DCreate Direct3D9 is not available without opengl
wine: Unhandled page fault on read access to 0x00000000 at address 0x7e1586d6 (thread 001a), starting debugger...

I don't know what I can do.

Please, I need help.

If somebody knows how I can solve this problem, post it.

Again, sorry for my bad english.

:D

Thanks.




Rico
Moderator
Moderator
Posts: 91
Joined: Sat Feb 23, 2008 12:10 pm

Re: GTA San Andreas don't run in Kubuntu 8.04 using wine

Post by Rico »

jonathan bispo wrote: err:d3d:WineD3D_CreateFakeGLContext Can't find a suitable iPixelFormat
err:d3d:InitAdapters Failed to get a gl context for default adapter
err:d3d:WineDirect3DCreate Direct3D9 is not available without opengl
You should install drivers which support opengl. When you have a 64bit system you should also install the 32bit libs for that.
vanguarda
Level 2
Level 2
Posts: 32
Joined: Sat Jan 03, 2009 10:03 am

Post by vanguarda »

Hi!!! In case of source code installing you can try again and use ./configure --enable-opengl parameters.
Locked