Hi.
I've been working on a map in a long time and now when I want to test it it gives this error:
Requested feature was omitted at compile time
What causes this error. I've searched for it on net and they say it's a shader problem. I'm sure that all of my shaders works fine.
http://www.mediafire.com/?9opgav6h292jsan
Error showing when trying to play the map
Re: Error showing when trying to play the map
make sure all your jpgs are "simple" -- no special encodings, no extra metadata, make sure you DISABLE "progressive" jpeg modes when saving your jpgs
Re: Error showing when trying to play the map
How can I see if they are encoded?
Re: Error showing when trying to play the map
the program you saved them with....
Re: Error showing when trying to play the map
Most of them I download from net or I use Pixlr Editor, but I don't have any problem with my levelshots (Pixlr Editor).
Re: Error showing when trying to play the map
It's fairly common for net images to use progressive, so you will often at the very least have to re-encode them. I'd also check their size to try to normalize it to something convenient for q3 offset/scaling. Try move ALL of your textures out of your texture folder and see if it still crashes. If one of your textures is the problem, then you will get a lot of missing textures, but it won't crash. If it still crashes, it could be something else.
Re: Error showing when trying to play the map
There was a problem with one of the textures.
Resizing soloved the problem. I guess you reencode images when you save them, right?
Resizing soloved the problem. I guess you reencode images when you save them, right?
Re: Error showing when trying to play the map
yep
, so I probably hit that spot on
