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

NoEdit: Sorry, I forgot to tell you to delete the cache.db earlier.

shaders dont work for me and im convinced it has to do with the EXT_textures 3D?       NO

thing sooo thats my though but not sure.

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



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

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

WELL! Shaders still don't work but at least 2 things got fixed.

I have no idea. Try doing the same thing again, but this time delete the /base directory as well?

Would this actually work, have you tried it before?
Haven't tried it before, but it should work, and it should solve your problems, you can't have anything checked on read only.

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

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

Welp deleting base fixed another problem now I just have one more issue.

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

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

Actually deleting base didn't help at all.

Badspot responded to your post in the Bugs thread.
Shader preference isn't being set, which means you've done something to mainMenuGui::onWake or optionsDlg::setShaderQuality
It looks like you have a bad client mod.

I deleted every add-on and reinstalled blockland. Still nothing.

Code: [Select]
- EXT_texture_array?            NOI think your graphics card, or drivers do not support texture arrays or whatever it is.

Code: [Select]
- EXT_texture_array?            NOI think your graphics card, or drivers do not support texture arrays or whatever it is.


I was able to get shaders before and that option was off the first time.


same thing happened to me
I used to be able to run minimum shaders
but then I didn't
I asked badspot and he said I shouldn't be able to run them
wtf

100% fresh instal and still nothing.


a system restore sounds pretty logical.

restore back to the date when shaders were still available for you