Frictional Games Forum (read-only)

Full Version: ATI Radeon x1550 problem with gfx test
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Any ideeas?
Sorry for so many replies, but I forgot to save the error log. Here it is anyway.
(08-02-2010, 03:35 PM)bitzaxp90 Wrote: [ -> ]Any ideeas?
Sorry for so many replies, but I forgot to save the error log. Here it is anyway.

Could you open up the 'C:/RendererFeatTest/core/shaders/posteffect_bloom_blur_frag.glsl' file, change the "gl_FragColor.w = 1;" to "gl_FragColor.w = 1.0;" in line 40, and test again?
(08-02-2010, 03:45 PM)Luis Wrote: [ -> ]
(08-02-2010, 03:35 PM)bitzaxp90 Wrote: [ -> ]Any ideeas?
Sorry for so many replies, but I forgot to save the error log. Here it is anyway.

Could you open up the 'C:/RendererFeatTest/core/shaders/posteffect_bloom_blur_frag.glsl' file, change the "gl_FragColor.w = 1;" to "gl_FragColor.w = 1.0;" in line 40, and test again?
Still crashed.
(08-02-2010, 03:50 PM)bitzaxp90 Wrote: [ -> ]
(08-02-2010, 03:45 PM)Luis Wrote: [ -> ]
(08-02-2010, 03:35 PM)bitzaxp90 Wrote: [ -> ]Any ideeas?
Sorry for so many replies, but I forgot to save the error log. Here it is anyway.

Could you open up the 'C:/RendererFeatTest/core/shaders/posteffect_bloom_blur_frag.glsl' file, change the "gl_FragColor.w = 1;" to "gl_FragColor.w = 1.0;" in line 40, and test again?
Still crashed.

Then post the new render_test.log Smile
(08-02-2010, 03:52 PM)Luis Wrote: [ -> ]
(08-02-2010, 03:50 PM)bitzaxp90 Wrote: [ -> ]
(08-02-2010, 03:45 PM)Luis Wrote: [ -> ]
(08-02-2010, 03:35 PM)bitzaxp90 Wrote: [ -> ]Any ideeas?
Sorry for so many replies, but I forgot to save the error log. Here it is anyway.

Could you open up the 'C:/RendererFeatTest/core/shaders/posteffect_bloom_blur_frag.glsl' file, change the "gl_FragColor.w = 1;" to "gl_FragColor.w = 1.0;" in line 40, and test again?
Still crashed.

Then post the new render_test.log Smile
lol
Seems we are gonna have to make some more changes Smile

Now in 'C:/RendererFeatTest/core/shaders/posteffect_color_conv_tex_frag.glsl', line 28, replace
"gl_FragColor.xyz = vOutput*afFadeAlpha + vDiffuseColor*(1-afFadeAlpha);"
with
"gl_FragColor.xyz = vOutput*afFadeAlpha + vDiffuseColor*(1.0-afFadeAlpha);"

And if it crashes again, post the new render_test.log.
This will take a while.
Before going on forever with this... Seems your current drivers do not support the needed features. You said you had latest, right? Could you double check that?
(08-02-2010, 04:36 PM)Luis Wrote: [ -> ]Before going on forever with this... Seems your current drivers do not support the needed features. You said you had latest, right? Could you double check that?
Well, I'm looking now on what I need to update...
Bah I have problems... Where can I update my drivers? >.<
Nvm...I'm searching with driver magician and I don't have some display stuff updated, and now I have GeCube Radeon x1550.
These should do for your card I think : http://support.amd.com/us/gpudownload/wi...ng=English

Just download and install, see if it helps.

EDIT: Forgot to say you must uninstall the previous driver and reboot before doing so.
Pages: 1 2