Resolved 2 shader errors then a crash

lol435

New Member
When starting Terasology I get 2 shader errors:

Code:
FRAGMENT Shader 'blur' failed to compile. Terasology might not look quite as good as it should now...
 
ERROR: 0:163: 'const 2-component vector of float' : cannot declare arrays of this qualifier
ERROR: 0:163: 'const' :  non-matching types (using implicit conversion) for const initializer 
 
Error prone line: '    const vec2 vTaps[12] = vec2[12]('
Code:
FRAGMENT Shader 'debug' failed to compile. Terasology might not look quite as good as it should now...
 
ERROR: 0:172: 'switch' : no matching overloaded function found (using implicit conversion)
ERROR: 0:172: '{' : syntax error syntax error
 
Error prone line: '    switch (debugRenderingStage) {'
After clicking OK I can hear one note of music then it crashes. The screen is completely black throughout.

I actually went into the shader code and managed to get rid of the error messages (removed the const qualifier in in blur_frag.glsl, changed the switch in debug_frag.glsl to if statements). However, it still crashes.

Game version:
Build number: 476
GIT branch: develop
Created at: 2013-03-25_12-18-19

Hardware:
Geforce GT 650M
Driver: 314.22-notebook-win8-win7-64bit-international-whql (latest)
Core i7-3610QM (2.3GHz)
6Gb
Windows 7 64 bit

I'll probably try the stable version later when I get time.
 

lol435

New Member
Here is the complete log (attachment feature seems to be broken).

Part 1:

16:53:08.237 [main] INFO org.terasology.game.TerasologyEngine - Initializing Terasology...
16:53:08.253 [main] INFO org.terasology.game.TerasologyEngine - [buildNumber=476, buildId=2013-03-25_12-17-45, buildTag=jenkins-Terasology-476, buildUrl=[url]http://jenkins.movingblocks.net/job/Terasology/476/[/url], gitBranch=develop, gitCommit=e839dc97fd6dbc5ce51fd61ec949b6e338abea25, dateTime=2013-03-25_12-18-19]
16:53:08.565 [main] INFO o.t.audio.openAL.OpenALManager - Initializing OpenAL audio manager
16:53:08.612 [main] INFO o.t.audio.openAL.OpenALManager - OpenAL 1.1 ALSOFT 1.14 initialized!
16:53:08.612 [main] INFO o.t.audio.openAL.OpenALManager - Using OpenAL: OpenAL Soft by OpenAL Community
16:53:08.612 [main] INFO o.t.audio.openAL.OpenALManager - Using device: OpenAL Soft
16:53:08.612 [main] INFO o.t.audio.openAL.OpenALManager - Available AL extensions: AL_EXT_ALAW AL_EXT_DOUBLE AL_EXT_EXPONENT_DISTANCE AL_EXT_FLOAT32 AL_EXT_IMA4 AL_EXT_LINEAR_DISTANCE AL_EXT_MCFORMATS AL_EXT_MULAW AL_EXT_MULAW_MCFORMATS AL_EXT_OFFSET AL_EXT_source_distance_model AL_LOKI_quadriphonic AL_SOFT_buffer_samples AL_SOFT_buffer_sub_data AL_SOFTX_deferred_updates AL_SOFT_direct_channels AL_SOFT_loop_points
16:53:08.612 [main] INFO o.t.audio.openAL.OpenALManager - Available ALC extensions: ALC_ENUMERATE_ALL_EXT ALC_ENUMERATION_EXT ALC_EXT_CAPTURE ALC_EXT_DEDICATED ALC_EXT_disconnect ALC_EXT_EFX ALC_EXT_thread_local_context ALC_SOFT_loopback
16:53:08.612 [main] INFO o.t.audio.openAL.OpenALManager - Max mono sources: 255
16:53:08.612 [main] INFO o.t.audio.openAL.OpenALManager - Max stereo sources: 1
16:53:08.612 [main] INFO o.t.audio.openAL.OpenALManager - Mixer frequency: 48000
16:53:08.633 [main] DEBUG org.reflections.Reflections - going to scan these urls:
jar:file:/C:/Users/Main/Downloads/Terasology/Terasology.jar!/

16:53:08.937 [main] INFO org.reflections.Reflections - Reflections took 304 ms to scan 1 urls, producing 194 keys and 910 values
16:53:08.967 [main] INFO org.terasology.logic.mod.ModManager - Discovered mod: Books and Bookcases (hasCode = true)
16:53:08.967 [main] INFO org.terasology.logic.mod.ModManager - Discovered mod: CandyBlocks (hasCode = true)
16:53:08.967 [main] INFO org.terasology.logic.mod.ModManager - Discovered mod: Core Gameplay (hasCode = true)
16:53:08.977 [main] INFO org.terasology.logic.mod.ModManager - Discovered mod: Craft System (hasCode = true)
16:53:08.977 [main] INFO org.terasology.logic.mod.ModManager - Discovered mod: Dynamic Blocks (e.g. locomotive, vehicular, mechanisms) (hasCode = true)
16:53:08.977 [main] INFO org.terasology.logic.mod.ModManager - Discovered mod: Fence Pack (hasCode = true)
16:53:08.977 [main] INFO org.terasology.logic.mod.ModManager - Discovered mod: Funny Blocks (hasCode = true)
16:53:08.987 [main] INFO org.terasology.logic.mod.ModManager - Discovered mod: Grammar System (hasCode = true)
16:53:08.987 [main] INFO org.terasology.logic.mod.ModManager - Discovered mod: Hunger and consumables (hasCode = true)
16:53:09.007 [main] INFO org.terasology.logic.mod.ModManager - Discovered mod: Metouto's Mineral Pack (hasCode = true)
16:53:09.007 [main] INFO org.terasology.logic.mod.ModManager - Discovered mod: Miniions (hasCode = true)
16:53:09.007 [main] INFO org.terasology.logic.mod.ModManager - Discovered mod: Esa-Petri's lights (hasCode = true)
16:53:09.017 [main] INFO org.terasology.logic.mod.ModManager - Discovered mod: OreoMinions (hasCode = true)
16:53:09.017 [main] INFO org.terasology.logic.mod.ModManager - Discovered mod: Metouto's Plant Pack (hasCode = true)
16:53:09.027 [main] INFO org.terasology.logic.mod.ModManager - Discovered mod: Creature-spawning portals (hasCode = true)
16:53:09.027 [main] INFO org.terasology.logic.mod.ModManager - Discovered mod: Potion Pack (hasCode = true)
16:53:09.027 [main] INFO org.terasology.logic.mod.ModManager - Discovered mod: Soil Pack (hasCode = true)
16:53:09.037 [main] INFO org.terasology.logic.mod.ModManager - Discovered mod: Example Mod (hasCode = true)
16:53:09.077 [main] INFO o.t.logic.manager.ShaderManager - Loading Terasology shader manager...
16:53:09.077 [main] INFO o.t.logic.manager.ShaderManager - GL_VERSION: 3.3.0 - Build 8.15.10.2618
16:53:09.077 [main] INFO o.t.logic.manager.ShaderManager - SHADING_LANGUAGE VERSION: 3.30 - Intel Build 8.15.10.2618
16:53:09.077 [main] INFO o.t.logic.manager.ShaderManager - EXTENSIONS: GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_blend_color GL_EXT_abgr GL_EXT_texture3D GL_EXT_clip_volume_hint GL_EXT_compiled_vertex_array GL_SGIS_texture_edge_clamp GL_SGIS_generate_mipmap GL_EXT_draw_range_elements GL_SGIS_texture_lod GL_EXT_rescale_normal GL_EXT_packed_pixels GL_EXT_texture_edge_clamp GL_EXT_separate_specular_color GL_ARB_multitexture GL_EXT_texture_env_combine GL_EXT_bgra GL_EXT_blend_func_separate GL_EXT_secondary_color GL_EXT_fog_coord GL_EXT_texture_env_add GL_ARB_texture_cube_map GL_ARB_transpose_matrix GL_ARB_texture_env_add GL_IBM_texture_mirrored_repeat GL_EXT_multi_draw_arrays GL_NV_blend_square GL_ARB_texture_compression GL_3DFX_texture_compression_FXT1 GL_EXT_texture_filter_anisotropic GL_ARB_texture_border_clamp GL_ARB_point_parameters GL_ARB_texture_env_combine GL_ARB_texture_env_dot3 GL_ARB_texture_env_crossbar GL_EXT_texture_compression_s3tc GL_ARB_shadow GL_ARB_window_pos GL_EXT_shadow_funcs GL_EXT_stencil_wrap GL_ARB_vertex_program GL_EXT_texture_rectangle GL_ARB_fragment_program GL_EXT_stencil_two_side GL_ATI_separate_stencil GL_ARB_vertex_buffer_object GL_EXT_texture_lod_bias GL_ARB_occlusion_query GL_ARB_fragment_shader GL_ARB_shader_objects GL_ARB_shading_language_100 GL_ARB_texture_non_power_of_two GL_ARB_vertex_shader GL_NV_texgen_reflection GL_ARB_point_sprite GL_ARB_fragment_program_shadow GL_EXT_blend_equation_separate GL_ARB_depth_texture GL_ARB_texture_rectangle GL_ARB_draw_buffers GL_ARB_color_buffer_float GL_ARB_half_float_pixel GL_ARB_texture_float GL_ARB_pixel_buffer_object GL_EXT_framebuffer_object GL_ARB_draw_instanced GL_ARB_half_float_vertex GL_ARB_occlusion_query2 GL_EXT_draw_buffers2 GL_WIN_swap_hint GL_EXT_texture_sRGB GL_ARB_multisample GL_EXT_packed_float GL_EXT_texture_shared_exponent GL_ARB_texture_rg GL_ARB_texture_compression_rgtc GL_NV_conditional_render GL_EXT_texture_swizzle GL_ARB_sync GL_ARB_framebuffer_sRGB GL_EXT_packed_depth_stencil GL_ARB_depth_buffer_float GL_EXT_transform_feedback GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_ARB_framebuffer_object GL_EXT_texture_array GL_EXT_texture_integer GL_ARB_map_buffer_range GL_EXT_texture_snorm GL_ARB_blend_func_extended GL_INTEL_performance_queries GL_ARB_copy_buffer GL_ARB_sampler_objects GL_NV_primitive_restart GL_ARB_seamless_cube_map GL_ARB_uniform_buffer_object GL_ARB_depth_clamp GL_ARB_vertex_array_bgra GL_ARB_shader_bit_encoding GL_ARB_draw_buffers_blend GL_ARB_geometry_shader4 GL_ARB_texture_query_lod GL_ARB_explicit_attrib_location GL_ARB_draw_elements_base_vertex GL_ARB_instanced_arrays GL_ARB_fragment_coord_conventions GL_EXT_gpu_program_parameters GL_ARB_texture_buffer_object_rgb32 GL_ARB_compatibility GL_ARB_texture_rgb10_a2ui GL_ARB_texture_multisample GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_timer_query GL_ARB_vertex_array_object GL_ARB_provoking_vertex
16:53:09.137 [main] INFO o.t.rendering.shader.ShaderProgram - Shader 'default' successfully compiled.
16:53:09.137 [main] INFO o.t.rendering.shader.ShaderProgram - Shader 'default' successfully compiled.
16:53:09.147 [main] INFO o.t.rendering.shader.ShaderProgram - Compiled 1 permutations.
 

lol435

New Member
Part 2:

16:53:09.147 [main] INFO o.t.rendering.shader.ShaderProgram - Shader 'defaultTextured' successfully compiled.
16:53:09.147 [main] INFO o.t.rendering.shader.ShaderProgram - Shader 'defaultTextured' successfully compiled.
16:53:09.147 [main] INFO o.t.rendering.shader.ShaderProgram - Compiled 1 permutations.
16:53:09.217 [main] INFO o.t.rendering.shader.ShaderProgram - Shader 'post' successfully compiled.
16:53:09.217 [main] INFO o.t.rendering.shader.ShaderProgram - Shader 'post' successfully compiled.
16:53:09.217 [main] INFO o.t.rendering.shader.ShaderProgram - Compiled 1 permutations.
16:53:09.227 [main] INFO o.t.rendering.shader.ShaderProgram - Shader 'ssao' successfully compiled.
16:53:09.227 [main] INFO o.t.rendering.shader.ShaderProgram - Shader 'ssao' successfully compiled.
16:53:09.227 [main] INFO o.t.rendering.shader.ShaderProgram - Compiled 1 permutations.
16:53:09.237 [main] INFO o.t.rendering.shader.ShaderProgram - Shader 'lightshaft' successfully compiled.
16:53:09.237 [main] INFO o.t.rendering.shader.ShaderProgram - Shader 'lightshaft' successfully compiled.
16:53:09.237 [main] INFO o.t.rendering.shader.ShaderProgram - Compiled 1 permutations.
16:53:09.247 [main] INFO o.t.rendering.shader.ShaderProgram - Shader 'sobel' successfully compiled.
16:53:09.247 [main] INFO o.t.rendering.shader.ShaderProgram - Shader 'sobel' successfully compiled.
16:53:09.257 [main] INFO o.t.rendering.shader.ShaderProgram - Compiled 1 permutations.
16:53:09.257 [main] INFO o.t.rendering.shader.ShaderProgram - Shader 'prePost' successfully compiled.
16:53:09.257 [main] INFO o.t.rendering.shader.ShaderProgram - Shader 'prePost' successfully compiled.
16:53:09.257 [main] INFO o.t.rendering.shader.ShaderProgram - Compiled 1 permutations.
16:53:09.257 [main] INFO o.t.rendering.shader.ShaderProgram - Shader 'combine' successfully compiled.
16:53:09.257 [main] INFO o.t.rendering.shader.ShaderProgram - Shader 'combine' successfully compiled.
16:53:09.267 [main] INFO o.t.rendering.shader.ShaderProgram - Compiled 1 permutations.
16:53:09.267 [main] INFO o.t.rendering.shader.ShaderProgram - Shader 'highp' successfully compiled.
16:53:09.267 [main] INFO o.t.rendering.shader.ShaderProgram - Shader 'highp' successfully compiled.
16:53:09.267 [main] INFO o.t.rendering.shader.ShaderProgram - Compiled 1 permutations.
16:53:09.277 [main] WARN o.t.rendering.shader.ShaderProgram - ERROR: 0:163: 'const 2-component vector of float' : cannot declare arrays of this qualifier
ERROR: 0:163: 'const' : non-matching types (using implicit conversion) for const initializer


16:53:09.277 [main] WARN o.t.rendering.shader.ShaderProgram - Error prone line: ' const vec2 vTaps[12] = vec2[12]('
16:53:09.277 [main] ERROR o.t.rendering.shader.ShaderProgram - FRAGMENT Shader 'blur' failed to compile. Terasology might not look quite as good as it should now...

ERROR: 0:163: 'const 2-component vector of float' : cannot declare arrays of this qualifier
ERROR: 0:163: 'const' : non-matching types (using implicit conversion) for const initializer



Error prone line: ' const vec2 vTaps[12] = vec2[12]('
16:53:10.698 [main] INFO o.t.rendering.shader.ShaderProgram - Shader 'blur' successfully compiled.
16:53:10.698 [main] INFO o.t.rendering.shader.ShaderProgram - Compiled 1 permutations.
16:53:10.698 [main] INFO o.t.rendering.shader.ShaderProgram - Shader 'down' successfully compiled.
16:53:10.698 [main] INFO o.t.rendering.shader.ShaderProgram - Shader 'down' successfully compiled.
16:53:10.708 [main] INFO o.t.rendering.shader.ShaderProgram - Compiled 1 permutations.
16:53:10.718 [main] INFO o.t.rendering.shader.ShaderProgram - Shader 'hdr' successfully compiled.
16:53:10.718 [main] INFO o.t.rendering.shader.ShaderProgram - Shader 'hdr' successfully compiled.
16:53:10.728 [main] INFO o.t.rendering.shader.ShaderProgram - Compiled 1 permutations.
16:53:11.398 [main] INFO o.t.rendering.shader.ShaderProgram - Shader 'sky' successfully compiled.
16:53:11.398 [main] INFO o.t.rendering.shader.ShaderProgram - Shader 'sky' successfully compiled.
16:53:11.428 [main] INFO o.t.rendering.shader.ShaderProgram - Compiled 1 permutations.
16:53:11.468 [main] INFO o.t.rendering.shader.ShaderProgram - Shader 'chunk' successfully compiled.
16:53:11.468 [main] INFO o.t.rendering.shader.ShaderProgram - Shader 'chunk' successfully compiled.
16:53:11.508 [main] INFO o.t.rendering.shader.ShaderProgram - Shader 'chunk' successfully compiled.
16:53:11.508 [main] INFO o.t.rendering.shader.ShaderProgram - Shader 'chunk' successfully compiled.
16:53:11.598 [main] INFO o.t.rendering.shader.ShaderProgram - Shader 'chunk' successfully compiled.
16:53:11.598 [main] INFO o.t.rendering.shader.ShaderProgram - Shader 'chunk' successfully compiled.
16:53:11.638 [main] INFO o.t.rendering.shader.ShaderProgram - Shader 'chunk' successfully compiled.
16:53:11.648 [main] INFO o.t.rendering.shader.ShaderProgram - Shader 'chunk' successfully compiled.
16:53:11.738 [main] INFO o.t.rendering.shader.ShaderProgram - Compiled 4 permutations.
16:53:11.738 [main] INFO o.t.rendering.shader.ShaderProgram - Shader 'particle' successfully compiled.
16:53:11.738 [main] INFO o.t.rendering.shader.ShaderProgram - Shader 'particle' successfully compiled.
16:53:11.738 [main] INFO o.t.rendering.shader.ShaderProgram - Compiled 1 permutations.
16:53:11.748 [main] INFO o.t.rendering.shader.ShaderProgram - Shader 'block' successfully compiled.
16:53:11.748 [main] INFO o.t.rendering.shader.ShaderProgram - Shader 'block' successfully compiled.
16:53:11.758 [main] INFO o.t.rendering.shader.ShaderProgram - Compiled 1 permutations.
16:53:11.758 [main] INFO o.t.rendering.shader.ShaderProgram - Shader 'gelatinousCube' successfully compiled.
16:53:11.758 [main] INFO o.t.rendering.shader.ShaderProgram - Shader 'gelatinousCube' successfully compiled.
16:53:11.768 [main] INFO o.t.rendering.shader.ShaderProgram - Compiled 1 permutations.
16:53:11.768 [main] INFO o.t.rendering.shader.ShaderProgram - Shader 'animateOpacity' successfully compiled.
16:53:11.768 [main] INFO o.t.rendering.shader.ShaderProgram - Shader 'animateOpacity' successfully compiled.
16:53:11.768 [main] INFO o.t.rendering.shader.ShaderProgram - Compiled 1 permutations.
16:53:11.768 [main] INFO o.t.rendering.shader.ShaderProgram - Shader 'shadowMap' successfully compiled.
16:53:11.768 [main] INFO o.t.rendering.shader.ShaderProgram - Shader 'shadowMap' successfully compiled.
16:53:11.768 [main] INFO o.t.rendering.shader.ShaderProgram - Compiled 1 permutations.
 

lol435

New Member
Part 3:

16:53:11.778 [main] WARN o.t.rendering.shader.ShaderProgram - ERROR: 0:172: 'switch' : no matching overloaded function found (using implicit conversion)
ERROR: 0:172: '{' : syntax error syntax error


16:53:11.778 [main] WARN o.t.rendering.shader.ShaderProgram - Error prone line: ' switch (debugRenderingStage) {'
16:53:11.778 [main] ERROR o.t.rendering.shader.ShaderProgram - FRAGMENT Shader 'debug' failed to compile. Terasology might not look quite as good as it should now...

ERROR: 0:172: 'switch' : no matching overloaded function found (using implicit conversion)
ERROR: 0:172: '{' : syntax error syntax error



Error prone line: ' switch (debugRenderingStage) {'
16:53:12.668 [main] INFO o.t.rendering.shader.ShaderProgram - Shader 'debug' successfully compiled.
16:53:12.668 [main] INFO o.t.rendering.shader.ShaderProgram - Compiled 1 permutations.
16:53:12.708 [main] DEBUG org.reflections.Reflections - going to scan these urls:
file:/C:/Users/Main/Downloads/Terasology/mods/soils.jar

16:53:12.708 [main] INFO org.reflections.Reflections - Reflections took 0 ms to scan 1 urls, producing 0 keys and 0 values
16:53:12.708 [main] DEBUG org.reflections.Reflections - going to scan these urls:
file:/C:/Users/Main/Downloads/Terasology/mods/books.jar

16:53:12.718 [main] INFO org.reflections.Reflections - Reflections took 10 ms to scan 1 urls, producing 5 keys and 8 values
16:53:12.718 [main] DEBUG org.reflections.Reflections - going to scan these urls:
file:/C:/Users/Main/Downloads/Terasology/mods/craft.jar

16:53:12.718 [main] INFO org.reflections.Reflections - Reflections took 0 ms to scan 1 urls, producing 8 keys and 18 values
16:53:12.718 [main] DEBUG org.reflections.Reflections - going to scan these urls:
file:/C:/Users/Main/Downloads/Terasology/mods/test.jar

16:53:12.718 [main] INFO org.reflections.Reflections - Reflections took 0 ms to scan 1 urls, producing 0 keys and 0 values
16:53:12.718 [main] DEBUG org.reflections.Reflections - going to scan these urls:
file:/C:/Users/Main/Downloads/Terasology/mods/potions.jar

16:53:12.728 [main] INFO org.reflections.Reflections - Reflections took 10 ms to scan 1 urls, producing 7 keys and 15 values
16:53:12.728 [main] DEBUG org.reflections.Reflections - going to scan these urls:
file:/C:/Users/Main/Downloads/Terasology/mods/plants.jar

16:53:12.728 [main] INFO org.reflections.Reflections - Reflections took 0 ms to scan 1 urls, producing 0 keys and 0 values
16:53:12.728 [main] DEBUG org.reflections.Reflections - going to scan these urls:
file:/C:/Users/Main/Downloads/Terasology/mods/fences.jar

16:53:12.728 [main] INFO org.reflections.Reflections - Reflections took 0 ms to scan 1 urls, producing 3 keys and 3 values
16:53:12.728 [main] DEBUG org.reflections.Reflections - going to scan these urls:
file:/C:/Users/Main/Downloads/Terasology/mods/funnyBlocks.jar

16:53:12.728 [main] INFO org.reflections.Reflections - Reflections took 0 ms to scan 1 urls, producing 0 keys and 0 values
16:53:12.728 [main] DEBUG org.reflections.Reflections - going to scan these urls:
file:/C:/Users/Main/Downloads/Terasology/mods/hunger.jar

16:53:12.728 [main] INFO org.reflections.Reflections - Reflections took 0 ms to scan 1 urls, producing 7 keys and 13 values
16:53:12.728 [main] DEBUG org.reflections.Reflections - going to scan these urls:
file:/C:/Users/Main/Downloads/Terasology/mods/cakelie.jar

16:53:12.748 [main] INFO org.reflections.Reflections - Reflections took 10 ms to scan 1 urls, producing 0 keys and 0 values
16:53:12.748 [main] DEBUG org.reflections.Reflections - going to scan these urls:
file:/C:/Users/Main/Downloads/Terasology/mods/grammarSystem.jar

16:53:12.748 [main] INFO org.reflections.Reflections - Reflections took 0 ms to scan 1 urls, producing 7 keys and 13 values
16:53:12.748 [main] DEBUG org.reflections.Reflections - going to scan these urls:
file:/C:/Users/Main/Downloads/Terasology/mods/morelights.jar

16:53:12.748 [main] INFO org.reflections.Reflections - Reflections took 0 ms to scan 1 urls, producing 0 keys and 0 values
16:53:12.748 [main] DEBUG org.reflections.Reflections - going to scan these urls:
file:/C:/Users/Main/Downloads/Terasology/mods/portals.jar

16:53:12.748 [main] INFO org.reflections.Reflections - Reflections took 0 ms to scan 1 urls, producing 4 keys and 10 values
16:53:12.758 [main] DEBUG org.reflections.Reflections - going to scan these urls:
file:/C:/Users/Main/Downloads/Terasology/mods/core.jar

16:53:12.758 [main] INFO org.reflections.Reflections - Reflections took 0 ms to scan 1 urls, producing 0 keys and 0 values
16:53:12.758 [main] DEBUG org.reflections.Reflections - going to scan these urls:
file:/C:/Users/Main/Downloads/Terasology/mods/dynamicBlocks.jar

16:53:12.758 [main] INFO org.reflections.Reflections - Reflections took 0 ms to scan 1 urls, producing 5 keys and 5 values
16:53:12.758 [main] DEBUG org.reflections.Reflections - going to scan these urls:
file:/C:/Users/Main/Downloads/Terasology/mods/oreominions.jar

16:53:12.758 [main] INFO org.reflections.Reflections - Reflections took 0 ms to scan 1 urls, producing 0 keys and 0 values
16:53:12.758 [main] DEBUG org.reflections.Reflections - going to scan these urls:
file:/C:/Users/Main/Downloads/Terasology/mods/minerals.jar

16:53:12.758 [main] INFO org.reflections.Reflections - Reflections took 0 ms to scan 1 urls, producing 0 keys and 0 values
16:53:12.758 [main] DEBUG org.reflections.Reflections - going to scan these urls:
file:/C:/Users/Main/Downloads/Terasology/mods/miniion.jar

16:53:12.768 [main] INFO org.reflections.Reflections - Reflections took 10 ms to scan 1 urls, producing 17 keys and 84 values
16:53:12.838 [main] WARN o.t.e.metadata.ComponentLibraryImpl - Handling serialization of type class org.terasology.world.MiniatureChunk via MappedContainer
16:53:12.838 [main] WARN o.t.e.metadata.ComponentLibraryImpl - Handling serialization of type class org.terasology.rendering.world.BlockGrid via MappedContainer
16:53:12.838 [main] ERROR o.t.e.metadata.ComponentLibraryImpl - Set field is not parameterized, or holds unsupported type
16:53:12.838 [main] ERROR o.t.e.metadata.ComponentLibraryImpl - Unsupported field type in component type BlockGrid, _gridPositions : java.util.Set<org.terasology.rendering.world.BlockGrid$GridPosition>
16:53:12.858 [main] WARN o.t.e.metadata.ComponentLibraryImpl - Handling serialization of type class org.terasology.components.BlockParticleEffectComponent$Particle via MappedContainer
16:53:13.148 [main] ERROR o.t.l.m.DefaultRenderingProcess - FrameBuffer: sceneShadowMap, has caused a GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_EXT exception
16:53:13.148 [main] ERROR org.terasology.game.Terasology - Uncaught Exception
java.lang.RuntimeException: Unexpected reply from glCheckFramebufferStatusEXT: 36060
at org.terasology.logic.manager.DefaultRenderingProcess.createFBO(DefaultRenderingProcess.java:366) ~[Terasology.jar:476 develop 2013-03-25_12-17-45]
at org.terasology.logic.manager.DefaultRenderingProcess.createOrUpdateFullscreenFbos(DefaultRenderingProcess.java:218) ~[Terasology.jar:476 develop 2013-03-25_12-17-45]
at org.terasology.logic.manager.DefaultRenderingProcess.initialize(DefaultRenderingProcess.java:181) ~[Terasology.jar:476 develop 2013-03-25_12-17-45]
at org.terasology.logic.manager.DefaultRenderingProcess.<init>(DefaultRenderingProcess.java:177) ~[Terasology.jar:476 develop 2013-03-25_12-17-45]
at org.terasology.logic.manager.DefaultRenderingProcess.getInstance(DefaultRenderingProcess.java:170) ~[Terasology.jar:476 develop 2013-03-25_12-17-45]
at org.terasology.rendering.gui.animation.AnimationOpacity.renderBegin(AnimationOpacity.java:66) ~[Terasology.jar:476 develop 2013-03-25_12-17-45]
at org.terasology.rendering.gui.framework.UIDisplayElement.renderTransformed(UIDisplayElement.java:126) ~[Terasology.jar:476 develop 2013-03-25_12-17-45]
at org.terasology.rendering.gui.framework.UIDisplayContainer.render(UIDisplayContainer.java:99) ~[Terasology.jar:476 develop 2013-03-25_12-17-45]
at org.terasology.rendering.gui.framework.UIDisplayRenderer.render(UIDisplayRenderer.java:73) ~[Terasology.jar:476 develop 2013-03-25_12-17-45]
at org.terasology.logic.manager.GUIManager.render(GUIManager.java:112) ~[Terasology.jar:476 develop 2013-03-25_12-17-45]
at org.terasology.game.modes.StateMainMenu.renderUserInterface(StateMainMenu.java:146) ~[Terasology.jar:476 develop 2013-03-25_12-17-45]
at org.terasology.game.modes.StateMainMenu.render(StateMainMenu.java:142) ~[Terasology.jar:476 develop 2013-03-25_12-17-45]
at org.terasology.game.TerasologyEngine.mainLoop(TerasologyEngine.java:441) ~[Terasology.jar:476 develop 2013-03-25_12-17-45]
at org.terasology.game.TerasologyEngine.run(TerasologyEngine.java:184) ~[Terasology.jar:476 develop 2013-03-25_12-17-45]
at org.terasology.game.Terasology.main(Terasology.java:39) ~[Terasology.jar:476 develop 2013-03-25_12-17-45]
 

lol435

New Member
Well the stable release doesn't crash, but still gives the 1st shader error, and there are various graphical glitches (black sky, black under water).
 

Cervator

Org Co-Founder & Project Lead
Contributor
Design
Logistics
SpecOps
By the way - what attachment error did you get? If you were trying to upload the .log file then that was probably because the attachment whitelist didn't have .log in it yet, whoops :)

Should be fixed now if so
 

lol435

New Member
By the way - what attachment error did you get? If you were trying to upload the .log file then that was probably because the attachment whitelist didn't have .log in it yet, whoops :)

Should be fixed now if so
I actually renamed it to .txt to get around that, but still got the popup message with "There was a problem uploading your file".
 

Cervator

Org Co-Founder & Project Lead
Contributor
Design
Logistics
SpecOps
Weird :(

Browser issue? The main uploader thing is in Flash, but should fall back gracefully if not available. Above test with Gooey was done in IE, I usually use FF.
 

lol435

New Member
FF 19.0.2 here. All my java and stuff is up to date, but I do have ABP, ghostery and a bunch of other stuff that might screw it up I guess.
 

NanjoW

New Member
My error is a little different.
Mine is in debug instead of blur
I can't run the program. really want to develop, but having issues with this.
let me know if you find anything. and thanks in advance.
here is the terminal from the error till terminnation


20:00:34.769 [main] INFO o.t.rendering.shader.ShaderProgram - Shader 'shadowMap' successfully compiled.
20:00:34.770 [main] INFO o.t.rendering.shader.ShaderProgram - Shader 'shadowMap' successfully compiled.
20:00:34.775 [main] INFO o.t.rendering.shader.ShaderProgram - Compiled 1 permutations.
20:00:34.794 [main] WARN o.t.rendering.shader.ShaderProgram - ERROR: 0:172: 'switch' : Reserved word.
ERROR: 0:172: 'switch' : syntax error syntax error

20:00:34.795 [main] WARN o.t.rendering.shader.ShaderProgram - Error prone line: ' switch (debugRenderingStage) {'
20:00:34.795 [main] ERROR o.t.rendering.shader.ShaderProgram - FRAGMENT Shader 'debug' failed to compile. Terasology might not look quite as good as it should now...

ERROR: 0:172: 'switch' : Reserved word.
ERROR: 0:172: 'switch' : syntax error syntax error


Error prone line: ' switch (debugRenderingStage) {'
20:01:38.941 [main] INFO o.t.rendering.shader.ShaderProgram - Shader 'debug' successfully compiled.
20:01:38.941 [main] INFO o.t.rendering.shader.ShaderProgram - Compiled 1 permutations.
20:01:38.965 [main] DEBUG org.reflections.Reflections - going to scan these urls:
file:/Users/wnanjo/Dropbox/Code/SE-Projects/Java/Terasology/mods/books/classes/

20:01:38.969 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 1 urls, producing 5 keys and 8 values
20:01:38.970 [main] DEBUG org.reflections.Reflections - going to scan these urls:
file:/Users/wnanjo/Dropbox/Code/SE-Projects/Java/Terasology/mods/craft/classes/

20:01:38.985 [main] INFO org.reflections.Reflections - Reflections took 15 ms to scan 1 urls, producing 8 keys and 18 values
20:01:38.986 [main] DEBUG org.reflections.Reflections - going to scan these urls:
file:/Users/wnanjo/Dropbox/Code/SE-Projects/Java/Terasology/mods/potions/classes/

20:01:38.995 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 1 urls, producing 7 keys and 15 values
20:01:38.995 [main] DEBUG org.reflections.Reflections - going to scan these urls:
file:/Users/wnanjo/Dropbox/Code/SE-Projects/Java/Terasology/mods/fences/classes/

20:01:38.997 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 1 urls, producing 3 keys and 3 values
20:01:38.998 [main] DEBUG org.reflections.Reflections - going to scan these urls:
file:/Users/wnanjo/Dropbox/Code/SE-Projects/Java/Terasology/mods/hunger/classes/

20:01:39.003 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 1 urls, producing 7 keys and 13 values
20:01:39.004 [main] DEBUG org.reflections.Reflections - going to scan these urls:
file:/Users/wnanjo/Dropbox/Code/SE-Projects/Java/Terasology/mods/grammarSystem/classes/

20:01:39.014 [main] INFO org.reflections.Reflections - Reflections took 10 ms to scan 1 urls, producing 7 keys and 13 values
20:01:39.015 [main] DEBUG org.reflections.Reflections - going to scan these urls:
file:/Users/wnanjo/Dropbox/Code/SE-Projects/Java/Terasology/mods/portals/classes/

20:01:39.019 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 1 urls, producing 4 keys and 10 values
20:01:39.019 [main] DEBUG org.reflections.Reflections - going to scan these urls:
file:/Users/wnanjo/Dropbox/Code/SE-Projects/Java/Terasology/mods/dynamicBlocks/classes/

20:01:39.022 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 1 urls, producing 5 keys and 5 values
20:01:39.023 [main] DEBUG org.reflections.Reflections - going to scan these urls:
file:/Users/wnanjo/Dropbox/Code/SE-Projects/Java/Terasology/mods/miniion/classes/

20:01:39.051 [main] INFO org.reflections.Reflections - Reflections took 28 ms to scan 1 urls, producing 17 keys and 84 values
20:01:39.150 [main] WARN o.t.e.metadata.ComponentLibraryImpl - Handling serialization of type class org.terasology.components.BlockParticleEffectComponent$Particle via MappedContainer
20:01:39.168 [main] WARN o.t.e.metadata.ComponentLibraryImpl - Handling serialization of type class org.terasology.world.MiniatureChunk via MappedContainer
20:01:39.169 [main] WARN o.t.e.metadata.ComponentLibraryImpl - Handling serialization of type class org.terasology.rendering.world.BlockGrid via MappedContainer
20:01:39.170 [main] ERROR o.t.e.metadata.ComponentLibraryImpl - Set field is not parameterized, or holds unsupported type
20:01:39.170 [main] ERROR o.t.e.metadata.ComponentLibraryImpl - Unsupported field type in component type BlockGrid, _gridPositions : java.util.Set<org.terasology.rendering.world.BlockGrid$GridPosition>
20:01:39.629 [main] ERROR o.t.l.m.DefaultRenderingProcess - FrameBuffer: sceneShadowMap, has caused a GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_EXT exception
20:01:39.634 [main] ERROR org.terasology.game.Terasology - Uncaught Exception
java.lang.RuntimeException: Unexpected reply from glCheckFramebufferStatusEXT: 36060
at org.terasology.logic.manager.DefaultRenderingProcess.createFBO(DefaultRenderingProcess.java:366) ~[mainOutput/:na]
at org.terasology.logic.manager.DefaultRenderingProcess.createOrUpdateFullscreenFbos(DefaultRenderingProcess.java:218) ~[mainOutput/:na]
at org.terasology.logic.manager.DefaultRenderingProcess.initialize(DefaultRenderingProcess.java:181) ~[mainOutput/:na]
at org.terasology.logic.manager.DefaultRenderingProcess.<init>(DefaultRenderingProcess.java:177) ~[mainOutput/:na]
at org.terasology.logic.manager.DefaultRenderingProcess.getInstance(DefaultRenderingProcess.java:170) ~[mainOutput/:na]
at org.terasology.rendering.gui.animation.AnimationOpacity.renderBegin(AnimationOpacity.java:66) ~[mainOutput/:na]
at org.terasology.rendering.gui.framework.UIDisplayElement.renderTransformed(UIDisplayElement.java:126) ~[mainOutput/:na]
at org.terasology.rendering.gui.framework.UIDisplayContainer.render(UIDisplayContainer.java:99) ~[mainOutput/:na]
at org.terasology.rendering.gui.framework.UIDisplayRenderer.render(UIDisplayRenderer.java:73) ~[mainOutput/:na]
at org.terasology.logic.manager.GUIManager.render(GUIManager.java:112) ~[mainOutput/:na]
at org.terasology.game.modes.StateMainMenu.renderUserInterface(StateMainMenu.java:146) ~[mainOutput/:na]
at org.terasology.game.modes.StateMainMenu.render(StateMainMenu.java:142) ~[mainOutput/:na]
at org.terasology.game.TerasologyEngine.mainLoop(TerasologyEngine.java:441) ~[mainOutput/:na]
at org.terasology.game.TerasologyEngine.run(TerasologyEngine.java:184) ~[mainOutput/:na]
at org.terasology.game.Terasology.main(Terasology.java:39) ~[mainOutput/:na]
AL lib: ReleaseALC: 1 device not closed

BUILD SUCCESSFUL

Total time: 1 mins 48.201 secs





I'll try to look into it some as well. I'll let yo know what I find.
 

Cervator

Org Co-Founder & Project Lead
Contributor
Design
Logistics
SpecOps
That actually makes it sound like #461 somewhat? There's a pending PR for a fix, wonder if that would solve your situation?

I'd pull it, but am not a 3d wizard, trying to pull some review from one of those just in case :)
 

Cervator

Org Co-Founder & Project Lead
Contributor
Design
Logistics
SpecOps
Top