Author Topic: I can't get shaders anymore.  (Read 3190 times)

So I use to have shaders and now the game doesn't allow me to enable shaders anymore. I don't understand why and console is not saying anything anymore.

Yes I updated drivers.

75 views and no comments, awesome!

75 views and no comments, awesome!

welcome to the help section.

this problem looks familiar
* Tudoreleuu stares at own thread

Can you use shadows? Exactly what options are greyed out?

If you can't even enable minimum, you can turn them on with $shader::enabled = true;

Can you use shadows? Exactly what options are greyed out?

If you can't even enable minimum, you can turn them on with $shader::enabled = true;

Everything is greyed out and nothing about it shows up on console.

Oh here we go.

Code: [Select]
Checking for shader shadow support:
   - Enabled via $Shader::Enabled? YES
   - ARB_shader_objects?           YES
   - ARB_shading_language_100?     YES
   - EXT_texture_array?            NO
   - EXT_texture3D?                YES
   - glTexImage3D?                 YES
   - EXT_framebuffer_object?       YES
   - ARB_shadow?                   YES
   - OpenGL Version?               2.0.5819 WinXP Release
   - GLSL Language Version?        1.10
   o Shaders are                   ACTIVE

\dev\Blockland\trunk\engine\bricks\octShadows.cpp:176 - GL Error: 1280 - GL_INVALID_ENUM
Regenerating Shadow Map FBOs...
Creating shader program from shaders/(null)_vert.glsl and shaders/(null)_frag.glsl...
Cannot load shader 'shaders/(null)_vert.glsl'
ERROR: renderCsm_prog shader compilation failed, disabling shaders

Try going to your Blockland folder and then deleting the folder called "shaders".

Try going to your Blockland folder and then deleting the folder called "shaders".

Didn't work.

Code: [Select]
Regenerating Shadow Map FBOs...
Creating shader program from shaders/(null)_vert.glsl and shaders/(null)_frag.glsl...
Cannot load shader 'shaders/(null)_vert.glsl'
ERROR: renderCsm_prog shader compilation failed, disabling shaders

I'm not sure. Let Badspot know about it.

I'm not sure. Let Badspot know about it.

If he ever reads this topic.


Have you recently updated the drivers on your GPU?


Some people say that there is sometimes hidden small updates done to Blockland that change the requirements for shaders.

However in the console it looks like there is something wrong with your shader files, have you considered completely reinstalling blockland?Make sure everything is unchecked from read only, even if you have been using some sort of texture replacement.

However in the console it looks like there is something wrong with your shader files, have you considered completely reinstalling blockland?Make sure everything is unchecked from read only, even if you have been using some sort of texture replacement.

Would this actually work, have you tried it before?

Would this actually work, have you tried it before?

I don't think you have to reinstall.

Try deleting these files:
Code: [Select]
cache.db
shaders folder

This will force the game to download a new copy of the shader files from online.