Page 1 of 1

Error showing when trying to play the map

Posted: Mon Apr 08, 2013 5:09 pm
by quick
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

Re: Error showing when trying to play the map

Posted: Mon Apr 08, 2013 6:21 pm
by vulture
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

Posted: Mon Apr 08, 2013 7:24 pm
by quick
How can I see if they are encoded?

Re: Error showing when trying to play the map

Posted: Mon Apr 08, 2013 7:29 pm
by vulture
the program you saved them with....

Re: Error showing when trying to play the map

Posted: Tue Apr 09, 2013 7:29 am
by quick
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

Posted: Tue Apr 09, 2013 2:08 pm
by vulture
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

Posted: Thu Apr 11, 2013 11:24 am
by DagF
There was a problem with one of the textures.
Resizing soloved the problem. I guess you reencode images when you save them, right?

Re: Error showing when trying to play the map

Posted: Thu Apr 11, 2013 4:08 pm
by vulture
yep :P, so I probably hit that spot on