This Trac instance is not used for development anymore!

We migrated our development workflow to git and Gitea.
To test the future redirection, replace trac by ariadne in the page URL.

Changes between Version 1 and Version 2 of Ticket #6723


Ignore:
Timestamp:
03/12/23 16:32:51 (18 months ago)
Author:
Vladislav Belov
Comment:

Fixed in r27575.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6723

    • Property Resolutionfixed
    • Property Status newclosed
  • Ticket #6723 – Description

    v1 v2  
    1111
    1212[[Image(field.png, 600px, center)]]
    13 
    14 
    15 - if you set the `Shader effects` to a value between `1 ≤ x < 2`, it has the same effect as seen above, but in addition you get some error warnings.
    16 
    17 {{{#!sh
    18 ERROR: Program 'spirv/terrain_base' with required defines not found.
    19 ERROR:   "PASS_REFLECTIONS": "1"
    20 ERROR:   "RENDER_DEBUG_MODE": "RENDER_DEBUG_MODE_NONE"
    21 ERROR:   "SHADOWS_CASCADE_COUNT": "1"
    22 ERROR:   "USE_SHADOW": "1"
    23 ERROR:   "USE_SHADOW_PCF": "1"
    24 ERROR:   "USE_SHADOW_SAMPLER": "1"
    25 ERROR:   "USE_FOG": "1"
    26 ERROR:   "USE_TRIPLANAR": "1"
    27 ERROR: Failed to load shader 'spirv/terrain_base'
    28 ERROR: Program 'spirv/terrain_blend' with required defines not found.
    29 ERROR:   "BLEND": "1"
    30 ERROR:   "PASS_REFLECTIONS": "1"
    31 ERROR:   "RENDER_DEBUG_MODE": "RENDER_DEBUG_MODE_NONE"
    32 ERROR:   "SHADOWS_CASCADE_COUNT": "1"
    33 ERROR:   "USE_SHADOW": "1"
    34 ERROR:   "USE_SHADOW_PCF": "1"
    35 ERROR:   "USE_SHADOW_SAMPLER": "1"
    36 ERROR:   "USE_FOG": "1"
    37 ERROR:   "USE_TRIPLANAR": "1"
    38 ERROR: Failed to load shader 'spirv/terrain_blend'
    39 ERROR: Program 'spirv/terrain_blend' with required defines not found.
    40 ERROR:   "BLEND": "1"
    41 ERROR:   "RENDER_DEBUG_MODE": "RENDER_DEBUG_MODE_NONE"
    42 ERROR:   "SHADOWS_CASCADE_COUNT": "1"
    43 ERROR:   "USE_SHADOW": "1"
    44 ERROR:   "USE_SHADOW_PCF": "1"
    45 ERROR:   "USE_SHADOW_SAMPLER": "1"
    46 ERROR:   "USE_FOG": "1"
    47 ERROR:   "USE_TRIPLANAR": "1"
    48 ERROR: Failed to load shader 'spirv/terrain_blend'
    49 }}}
    5013
    5114==== further actors with the same issue