My hardware SHOULD support shadows

My hardware SHOULD support shadows

Discuss your problems with the latest release of the engine here. Problems with games, maps or other utilities belong in their respective forums.

Moderator: Moderators

Post Reply
Super Mario
Posts: 823
Joined: 21 Oct 2008, 02:54

My hardware SHOULD support shadows

Post by Super Mario »

Hello all and for some reason the shadows in the game won't work and it gives me an error message saying: "your hardware/drive dose not support shadows" but the shadows work in other games!! Any help here?

Oh yea my Hardware is:Radon X1650 series, AMD Athlon(tm) 64 X2 Dual, Core processor 4200+, 2.20 GH 2.00 2.00 of RAM
User avatar
SinbadEV
Posts: 6475
Joined: 02 May 2005, 03:56

Re: My hardware SHOULD support shadows

Post by SinbadEV »

I think only nVidia cards support shadows or something dumb like that.
Gnomre
Imperial Winter Developer
Posts: 1754
Joined: 06 Feb 2005, 13:42

Re: My hardware SHOULD support shadows

Post by Gnomre »

No, they worked fine on my ATI 9600SE. It wasn't particularly playable online but they worked.

Also, notice how spring isn't other game engines. Just because one engine's shadows work for you doesn't mean spring's will.
imbaczek
Posts: 3629
Joined: 22 Aug 2006, 16:19

Re: My hardware SHOULD support shadows

Post by imbaczek »

it's a driver issue. my radeon 4850 doesn't support shadows, too.
User avatar
lurker
Posts: 3842
Joined: 08 Jan 2007, 06:13

Re: My hardware SHOULD support shadows

Post by lurker »

(10/21/2008 12:52:14 AM) det: If I remove checks for GLEW_ARB_fragment_program_shadow in ShadowHandler.cpp, then shadows work just fine on my ATI card.
(12:52:44 AM) det: Is it safe to do this in SVN?
(12:53:58 AM) lurker[]: can't it be added as an option?
(12:55:51 AM) det: well
(12:55:56 AM) det: I wonder why it checks for this
(12:56:13 AM) det: google searches for GLEW_ARB_fragment_program_shadow return only spring and glew in the results
(12:58:16 AM) MewCai: 29 results..
(1:02:37 AM) det: Shadows aren't enabled by default are they?
(1:04:34 AM) trepan: best not to guess: http://www.opengl.org/registry/specs/AR ... shadow.txt
(1:06:51 AM) det: I think the problem is that it is not defined in the mesa GL/gl.h
(1:07:01 AM) det: ATI's gl.h defines it
(1:08:33 AM) det: or maybe problem is ATI falsely reporting it as missing :<
(1:08:43 AM) det: I don't see it in glxinfo
(1:12:47 AM) det: worst case the program won't compile
(1:13:00 AM) det: shader program, I mean
(1:16:47 AM) det: http://www.gamedev.net/community/forums ... _id=486077
(1:16:50 AM) det: hmm
(1:18:31 AM) trepan: "If a fragment program specifies the option "ARB_fragment_program_shadow"
(1:21:03 AM) det: I don't understand why you quoted that
(1:22:49 AM) det: The spring shadow shaders specify that option. ATI doesn't report that extension, but the shaders compile and work regardless.

(lurker[] is aegis namestealing so I took MewCai to fit my forum avatar.)
User avatar
tizbac
Posts: 136
Joined: 19 Jun 2008, 14:05

Re: My hardware SHOULD support shadows

Post by tizbac »

Hello all and for some reason the shadows in the game won't work and it gives me an error message saying: "your hardware/drive dose not support shadows" but the shadows work in other games!! Any help here?
There are more types of shadows
Maybe that other games uses stencil shadows and they're supported also without shaders.
Spring uses depth map shadows, they're made by rendering depthmap from light position and the the shader compares the pixel depth with the one from depthmap
Super Mario
Posts: 823
Joined: 21 Oct 2008, 02:54

Re: My hardware SHOULD support shadows

Post by Super Mario »

imbaczek wrote:it's a driver issue. my radeon 4850 doesn't support shadows, too.
I already update the video card driver to the latest version and it still won't work...
imbaczek
Posts: 3629
Joined: 22 Aug 2006, 16:19

Re: My hardware SHOULD support shadows

Post by imbaczek »

yeah, the drivers lie that they don't support something which they do. this is fixed in next version.
Super Mario
Posts: 823
Joined: 21 Oct 2008, 02:54

Re: My hardware SHOULD support shadows

Post by Super Mario »

imbaczek wrote:yeah, the drivers lie that they don't support something which they do. this is fixed in next version.
When it's going to be release?
imbaczek
Posts: 3629
Joined: 22 Aug 2006, 16:19

Re: My hardware SHOULD support shadows

Post by imbaczek »

most likely tomorrow/today, depending on your timezone.
Super Mario
Posts: 823
Joined: 21 Oct 2008, 02:54

Re: My hardware SHOULD support shadows

Post by Super Mario »

YES ITS OUT!! THANKS GUYS!!!!!!!!!!
Post Reply

Return to “Help & Bugs”