2012/08/10 - Bugs

Author Topic: 2012/08/10 - Bugs  (Read 146171 times)

I'm not sure, it had your graphics card correct, but It didn't say anything about the shaders either.
I think it is a addon. Try deleting all your addons and see if it works.
Although that probably wont work, it might be your graphics drivers.

I'm not sure, it had your graphics card correct, but It didn't say anything about the shaders either.
I think it is a addon. Try deleting all your addons and see if it works.
Although that probably wont work, it might be your graphics drivers.
Didn't Badspot say it was your graphics card lying to your computer?

During save uploads, the player is unable to scroll through inventory items. As well, and I doubt this one is fixable, when switching window focus back to Blockland, there's a two second lag where the window freezes then resumes.

During save uploads, the player is unable to scroll through inventory items.
I thought this was here until at least v13 or so? Could be wrong but idk.

If the player is typing when the save upload starts, they will be unable to scroll through inventory OR chat. It's really really annoying. You can still talk using your console, strangely.

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


I can't get shaders to work anymore, does anyone know what this error means?

Your graphics card doesn't support texture arrays.

Your graphics card doesn't support texture arrays.

That's not the issue because last time I was able to get shaders and it said I didn't support texture arrays.

Your graphics card doesn't support texture arrays.
Mine doesn't either, but can still run shaders on minimum. Badspot added a fallback for if you don't have that.

What's interesting is this line:
Code: [Select]
Cannot load shader 'shaders/(null)_vert.glsl'
It's not even looking for the right shader file to load. Maybe it's a bug in the shader programming.

Badspot

  • Administrator
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


I can't get shaders to work anymore, does anyone know what this error means?

Shader preference isn't being set, which means you've done something to mainMenuGui::onWake or optionsDlg::setShaderQuality

Damn Badspot I thought you locked this.

Shader preference isn't being set, which means you've done something to mainMenuGui::onWake or optionsDlg::setShaderQuality

I probably have a faulty add-on installed, I'll take a look at that.

blockland crahsing when I'm trying to launch it, it sometimes seems to sit where it crashes for about 3 seconds, and then boom, "blockland.exe has stopped working".

I updated my drivers, no help with that either.




console.log is posted


Stay in your own Help thread and stop crossposting. I responded there btw.

I reinstalled blockland from scratch and still get the same error.

Code: [Select]
Cannot load shader 'shaders/(null)_vert.glsl'