From steamforum: 96.0 Crash with "[Shader] Warning"

From steamforum: 96.0 Crash with "[Shader] Warning"

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
User avatar
knorke
Posts: 7971
Joined: 22 Feb 2006, 01:02

From steamforum: 96.0 Crash with "[Shader] Warning"

Post by knorke »

Everytime I go to start the game I get a Not Responding error message. I'm running the game on Windows 8. Has anyone else encounter this problem, and how do you fixit?
infolog:
http://pastebin.com/EtQzCpRT

Thread: http://steamcommunity.com/app/291150/di ... 232605083/
Any other ideas than turning off Advmapshading?
abma
Spring Developer
Posts: 3798
Joined: 01 Jun 2009, 00:08

Re: From steamforum: 96.0 Crash with "[Shader] Warning"

Post by abma »

AdvUnitshading?
LuaShaders?

different driver?

edit:
somehow it was fixed: http://steamcommunity.com/app/291150/di ... 605083/#p2
User avatar
jK
Spring Developer
Posts: 2299
Joined: 28 Jun 2007, 07:30

Re: From steamforum: 96.0 Crash with "[Shader] Warning"

Post by jK »

Yes it's Advmapshading, and safemode disables it.

What fails:

Code: Select all

bad: #if (DEFERRED_MODE == 0)
good: #ifndef DEFERRED_MODE
In c++ some prefer the 1st, but either strict GLSL or just ati's drivers don't accept it. Will rewrite them for 97.
Post Reply

Return to “Help & Bugs”