Page 1 of 1
From steamforum: 96.0 Crash with "[Shader] Warning"
Posted: 13 Apr 2014, 13:00
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?
Re: From steamforum: 96.0 Crash with "[Shader] Warning"
Posted: 13 Apr 2014, 18:59
by abma
AdvUnitshading?
LuaShaders?
different driver?
edit:
somehow it was fixed:
http://steamcommunity.com/app/291150/di ... 605083/#p2
Re: From steamforum: 96.0 Crash with "[Shader] Warning"
Posted: 14 Apr 2014, 05:33
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.