Bootstrap tutorial runtime crash! Topic is solved

Problems building or running the engine, queries about how to use features etc.
Bj29Ash
Gnoblar
Posts: 1
Joined: Mon Oct 21, 2024 1:59 pm

Bootstrap tutorial runtime crash!

Post by Bj29Ash »

Ogre Version: 14.3.0
Operating System: Windows 11
Render System: RenderSystem_Direct3D11

Code: Select all

Ogre.log
19:11:42: Creating resource group General
19:11:42: Creating resource group OgreInternal
19:11:42: Creating resource group OgreAutodetect
19:11:42: SceneManagerFactory for type 'DefaultSceneManager' registered.
19:11:42: Registering ResourceManager for type Material
19:11:42: Registering ResourceManager for type Mesh
19:11:42: Registering ResourceManager for type Skeleton
19:11:42: MovableObjectFactory for type 'ParticleSystem' registered.
19:11:42: ArchiveFactory for type 'FileSystem' registered
19:11:42: ArchiveFactory for type 'Zip' registered
19:11:42: ArchiveFactory for type 'EmbeddedZip' registered
19:11:42: DDS codec registering
19:11:42: ETC codec registering
19:11:42: ASTC codec registering
19:11:42: Registering ResourceManager for type GpuProgram
19:11:42: Registering ResourceManager for type Compositor
19:11:42: MovableObjectFactory for type 'Entity' registered.
19:11:42: MovableObjectFactory for type 'Light' registered.
19:11:42: MovableObjectFactory for type 'BillboardSet' registered.
19:11:42: MovableObjectFactory for type 'ManualObject' registered.
19:11:42: MovableObjectFactory for type 'BillboardChain' registered.
19:11:42: MovableObjectFactory for type 'RibbonTrail' registered.
19:11:42: MovableObjectFactory for type 'StaticGeometry' registered.
19:11:42: MovableObjectFactory for type 'Rectangle2D' registered.
19:11:42: Loading library C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\bin\RenderSystem_Direct3D11.dll
19:11:42: Installing plugin: D3D11 RenderSystem
19:11:42: D3D11: Direct3D11 Rendering Subsystem created.
19:11:42: D3D11: Driver Detection Starts
19:11:42: D3D11: "NVIDIA GeForce RTX 4060"
19:11:42: D3D11: "Microsoft Basic Render Driver (software)"
19:11:42: D3D11: Driver Detection Ends
19:11:42: Plugin successfully installed
19:11:42: *-*-* OGRE Initialising
19:11:42: *-*-* Version 14.3.0 (Tsathoggua)
19:11:42: OverlayElementFactory for type Panel registered.
19:11:42: OverlayElementFactory for type BorderPanel registered.
19:11:42: OverlayElementFactory for type TextArea registered.
19:11:42: Registering ResourceManager for type Font
19:11:50: CPU Identifier & Features
19:11:50: -------------------------
19:11:50:  *   CPU ID: AuthenticAMD: AMD Ryzen 5 7600 6-Core Processor
19:11:50:  *          SSE: yes
19:11:50:  *         SSE2: yes
19:11:50:  *         SSE3: yes
19:11:50:  *        SSE41: no
19:11:50:  *        SSE42: no
19:11:50:  *          MMX: yes
19:11:50:  *       MMXEXT: yes
19:11:50:  *        3DNOW: no
19:11:50:  *     3DNOWEXT: no
19:11:50:  *         CMOV: yes
19:11:50:  *          TSC: yes
19:11:50:  *INVARIANT TSC: yes
19:11:50:  *          FPU: yes
19:11:50:  *          PRO: yes
19:11:50:  *           HT: no
19:11:50: -------------------------
19:11:50: D3D11: Subsystem Initialising
19:11:50: D3D11: Driver Detection Starts
19:11:50: D3D11: "NVIDIA GeForce RTX 4060"
19:11:50: D3D11: "Microsoft Basic Render Driver (software)"
19:11:50: D3D11: Driver Detection Ends
19:11:50: D3D11: Requested "(default)", selected "NVIDIA GeForce RTX 4060"
19:11:50: D3D11: Device Feature Level 11.1
19:11:50: ***************************************
19:11:50: *** D3D11: Subsystem Initialized OK ***
19:11:50: ***************************************
19:11:50: RenderSystem::_createRenderWindow "OgreTutorialApp", 800x600 windowed  miscParams: FSAA=1 colourDepth=32 externalWindowHandle=2426984 gamma=No monitorIndex=(default) sdlwin=2463465313304 vsync=Yes vsyncInterval=1 
19:11:50: D3D11: Created D3D11 Rendering Window 'OgreTutorialApp' : 800x600
19:11:50: Registering ResourceManager for type Texture
19:11:50: RenderSystem capabilities
19:11:50: -------------------------
19:11:50: RenderSystem Name: Direct3D11 Rendering Subsystem
19:11:50: GPU Vendor: nvidia
19:11:50: Device Name: NVIDIA GeForce RTX 4060
19:11:50: Driver Version: 32.0.15.6590
19:11:50:  * Fixed function pipeline: no
19:11:50:  * 32-bit index buffers: yes
19:11:50:  * Hardware stencil buffer: yes
19:11:50:    - Two sided stencil support: yes
19:11:50:    - Wrap stencil values: yes
19:11:50:  * Gpu programs: yes
19:11:50:    - Vertex constant 4-vectors: 4096
19:11:50:    - Fragment constant 4-vectors: 4096
19:11:50:  * Geometry programs: yes
19:11:50:    - Number of constant 4-vectors: 4096
19:11:50:  * Tessellation programs: yes
19:11:50:    - Hull program constant 4-vectors: 4096
19:11:50:    - Domain program constant 4-vectors: 4096
19:11:50:  * Mesh programs: no
19:11:50:  * Compute programs: yes
19:11:50:    - Number of constant 4-vectors: 4096
19:11:50:  * Supported Shader Profiles: cs_4_0 cs_4_1 cs_5_0 ds_5_0 gs_4_0 gs_4_1 gs_5_0 hlsl hs_5_0 ps_2_0 ps_2_a ps_2_b ps_3_0 ps_4_0 ps_4_0_level_9_1 ps_4_0_level_9_3 ps_4_1 ps_5_0 vs_2_0 vs_2_a vs_3_0 vs_4_0 vs_4_0_level_9_1 vs_4_0_level_9_3 vs_4_1 vs_5_0
19:11:50:  * Read-back compiled shader: yes
19:11:50:  * Number of vertex attributes: 32
19:11:50:  * Textures
19:11:50:    - Number of texture units: 16
19:11:50:    - Number of vertex textures: 4
19:11:50:    - Floating point: yes
19:11:50:    - Non-power-of-two: yes
19:11:50:    - 1D textures: yes
19:11:50:    - 2D array textures: yes
19:11:50:    - 3D textures: yes
19:11:50:    - Anisotropic filtering: yes
19:11:50:  * Texture Compression: yes
19:11:50:    - DXT: yes
19:11:50:    - VTC: no
19:11:50:    - PVRTC: no
19:11:50:    - ATC: no
19:11:50:    - ETC1: no
19:11:50:    - ETC2: no
19:11:50:    - BC4/BC5: no
19:11:50:    - BC6H/BC7: yes
19:11:50:    - ASTC: no
19:11:50:    - Automatic mipmap generation: no
19:11:50:  * Vertex Buffers
19:11:50:    - Render to Vertex Buffer: yes
19:11:50:    - Instance Data: yes
19:11:50:    - Primitive Restart: yes
19:11:50:    - INT_10_10_10_2_NORM element type: no
19:11:50:    - 16x3 element types: no
19:11:50:  * Read/Write Buffers: no
19:11:50:  * Hardware Occlusion Query: yes
19:11:50:  * User clip planes: yes
19:11:50:  * Depth clamping: yes
19:11:50:  * Hardware render-to-texture: yes
19:11:50:    - Multiple Render Targets: 8
19:11:50:  * Point Sprites: no
19:11:50:  * Wide Lines: no
19:11:50:  * Hardware Gamma: no
19:11:50: DefaultWorkQueue('Root') initialising on thread 18372.
19:11:50: Particle Renderer Type 'billboard' registered
19:11:50: Parsing 'C:\Users\akash\Documents\OgreTutorialApp\resources.cfg'
19:11:50: DefaultWorkQueue('Root')::WorkerFunc - thread 2788 starting.
19:11:50: DefaultWorkQueue('Root')::WorkerFunc - thread 6348 starting.
19:11:50: Added resource location 'C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media' of type 'FileSystem' to resource group 'General'
19:11:50: Added resource location 'C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\Terrain' of type 'FileSystem' to resource group 'General'
19:11:50: Added resource location 'C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\packs' of type 'FileSystem' to resource group 'General'
19:11:50: Added resource location 'C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\particle' of type 'FileSystem' to resource group 'General'
19:11:50: Added resource location 'C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\PBR' of type 'FileSystem' to resource group 'General'
19:11:50: Added resource location 'C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\PCZAppMedia' of type 'FileSystem' to resource group 'General'
19:11:50: Added resource location 'C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\thumbnails' of type 'FileSystem' to resource group 'General'
19:11:50: Added resource location 'C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\volumeTerrain' of type 'FileSystem' to resource group 'General'
19:11:50: Added resource location 'C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\models' of type 'FileSystem' to resource group 'General'
19:11:50: Added resource location 'C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\CSMShadows' of type 'FileSystem' to resource group 'General'
19:11:50: Added resource location 'C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\DeferredShadingMedia' of type 'FileSystem' to resource group 'General'
19:11:50: Added resource location 'C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\Main' of type 'FileSystem' to resource group 'General'
19:11:50: Added resource location 'C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\materials' of type 'FileSystem' to resource group 'General'
19:11:50: Added resource location 'C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\materials\programs' of type 'FileSystem' to resource group 'General'
19:11:50: Added resource location 'C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\materials\scripts' of type 'FileSystem' to resource group 'General'
19:11:50: Added resource location 'C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\materials\textures' of type 'FileSystem' to resource group 'General'
19:11:50: Added resource location 'C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\RTShaderLib' of type 'FileSystem' to resource group 'General'
19:11:50: Added resource location 'C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\DeferredShadingMedia\DeferredShading\post' of type 'FileSystem' to resource group 'General'
19:11:50: Added resource location 'C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\materials\programs\Cg' of type 'FileSystem' to resource group 'General'
19:11:50: Added resource location 'C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\materials\programs\GLSL' of type 'FileSystem' to resource group 'General'
19:11:50: Added resource location 'C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\materials\programs\GLSL120' of type 'FileSystem' to resource group 'General'
19:11:50: Added resource location 'C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\materials\programs\GLSL150' of type 'FileSystem' to resource group 'General'
19:11:50: Added resource location 'C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\materials\programs\GLSL400' of type 'FileSystem' to resource group 'General'
19:11:50: Warning: Skipping 'HW_VTFInstancing.vert' because it already exists in resource group 'General'
19:11:50: Warning: Skipping 'Instancing.frag' because it already exists in resource group 'General'
19:11:50: Warning: Skipping 'VTFInstancing.vert' because it already exists in resource group 'General'
19:11:50: Added resource location 'C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\materials\programs\GLSLES' of type 'FileSystem' to resource group 'General'
19:11:50: Added resource location 'C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\materials\programs\HLSL' of type 'FileSystem' to resource group 'General'
19:11:50: Added resource location 'C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\materials\programs\HLSL_Cg' of type 'FileSystem' to resource group 'General'
19:11:50: Warning: Skipping 'README.md' because it already exists in resource group 'General'
19:11:50: Added resource location 'C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\materials\programs\SPIRV' of type 'FileSystem' to resource group 'General'
19:11:50: Added resource location 'C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\materials\scripts\SSAO' of type 'FileSystem' to resource group 'General'
19:11:50: Added resource location 'C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\materials\textures\SSAO' of type 'FileSystem' to resource group 'General'
19:11:50: Warning: Skipping 'README.md' because it already exists in resource group 'General'
19:11:50: Added resource location 'C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\materials\textures\terrain' of type 'FileSystem' to resource group 'General'
19:11:50: Added resource location 'C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\PBR\filament' of type 'FileSystem' to resource group 'General'
19:11:50: Added resource location 'C:/projects/ogre-bsrh7/build/sdk/Media/Main' of type 'FileSystem' to resource group 'OgreInternal'
19:11:50: Added resource location 'C:/projects/ogre-bsrh7/build/sdk/Media/Terrain' of type 'FileSystem' to resource group 'OgreInternal'
19:11:50: Added resource location 'C:/projects/ogre-bsrh7/build/sdk/Media/RTShaderLib' of type 'FileSystem' to resource group 'OgreInternal'
19:11:50: Parsing scripts for resource group General
19:11:50: Parsing script pbr.program
19:11:50: Parsing script deferred_post.program
19:11:50: Parsing script ShadowCaster.program
19:11:50: Parsing script ShadowVolumeExtude.program
19:11:50: Parsing script Examples.program
19:11:50: Parsing script Instancing.program
19:11:50: Parsing script StdQuad_vp.program
19:11:50: Parsing script pbr_filament.program
19:11:50: Parsing script glTF2_PBR.material
19:11:50: Error: ScriptCompiler - invalid parameters in glTF2_PBR.material(37): overriding previous declarations of texture 'black.png' with different parameters
19:11:50: Error: ScriptCompiler - invalid parameters in glTF2_PBR.material(68): Parameter called u_BaseColorSampler does not exist. 
19:11:50: Error: ScriptCompiler - invalid parameters in glTF2_PBR.material(69): Parameter called u_NormalSampler does not exist. 
19:11:50: Error: ScriptCompiler - invalid parameters in glTF2_PBR.material(70): Parameter called u_EmissiveSampler does not exist. 
19:11:50: Error: ScriptCompiler - invalid parameters in glTF2_PBR.material(71): Parameter called u_MetallicRoughnessSampler does not exist. 
19:11:50: Error: ScriptCompiler - invalid parameters in glTF2_PBR.material(72): Parameter called u_OcclusionSampler does not exist. 
19:11:50: Error: ScriptCompiler - invalid parameters in glTF2_PBR.material(73): Parameter called u_DiffuseEnvSampler does not exist. 
19:11:50: Error: ScriptCompiler - invalid parameters in glTF2_PBR.material(74): Parameter called u_SpecularEnvSampler does not exist. 
19:11:50: Error: ScriptCompiler - invalid parameters in glTF2_PBR.material(75): Parameter called u_brdfLUT does not exist. 
19:11:50: Error: ScriptCompiler - invalid parameters in glTF2_PBR.material(79): Parameter called u_ScaleFGDSpec does not exist. 
19:11:50: Error: ScriptCompiler - invalid parameters in glTF2_PBR.material(80): Parameter called u_ScaleDiffBaseMR does not exist. 
19:11:50: Parsing script ROOM.material
19:11:50: Parsing script triplanarReference.material
19:11:50: Parsing script CSMShadows.material
19:11:50: Parsing script deferreddemo.material
19:11:50: Parsing script deferred_post.material
19:11:50: Parsing script deferred_post_minilight.material
19:11:50: Parsing script ShadowCaster.material
19:11:50: Parsing script ssao.material
19:11:50: Parsing script Shadow.material
19:11:50: Parsing script AdaptivePNTrianglesTessellation.material
19:11:50: Program 'Ogre/AmbientNoTessellation_vs' is not supported: referenced shared_params 'cbVertexBuffer' not found
19:11:50: Program 'Ogre/AmbientNoTessellation_ps' is not supported: referenced shared_params 'cbPixelBuffer' not found
19:11:50: Program 'Ogre/PerLightNoTessellation_vs' is not supported: referenced shared_params 'cbVertexBuffer' not found
19:11:50: Program 'Ogre/PerLightNoTessellation_ps' is not supported: referenced shared_params 'cbPixelBuffer' not found
19:11:50: Program 'Ogre/PNTrianglesTessellation/simple_tessellation_hs' is not supported: referenced shared_params 'cbTessellationBuffer' not found
19:11:50: Program 'Ogre/PNTrianglesTessellation/simple_tessellation_ds' is not supported: referenced shared_params 'cbVertexBuffer' not found
19:11:50: Program 'Ogre/PNTrianglesTessellation/adaptive_tessellation_hs' is not supported: Cannot compile D3D11 high-level shader Ogre/PNTrianglesTessellation/adaptive_tessellation_hs Errors:
C:\Users\akash\workspace\ogre-projects\Tutorials\cmake-build-release\adaptive_tessellation.hlsl(148,67-71): error X4576: Input signature parameter SV_Position (1-based Entry 0) type must be float32 and mask must be xyzw. 

19:11:50: Program 'Ogre/PNTrianglesTessellation/adaptivePNTriangles_tessellation_vs' is not supported: Cannot compile D3D11 high-level shader Ogre/PNTrianglesTessellation/adaptivePNTriangles_tessellation_vs Errors:
C:\Users\akash\workspace\ogre-projects\Tutorials\cmake-build-release\adaptivePNTriangles_tessellation.hlsl(92,35-58): error X4577: Not all elements of SV_Position were written
C:\Users\akash\workspace\ogre-projects\Tutorials\cmake-build-release\adaptivePNTriangles_tessellation.hlsl(92,35-58): error X4576: Output signature parameter SV_Position (1-based Entry 0) type must be float32 and mask must be xyzw. 

19:11:50: Program 'Ogre/PNTrianglesTessellation/adaptivePNTriangles_tessellation_hs' is not supported: Cannot compile D3D11 high-level shader Ogre/PNTrianglesTessellation/adaptivePNTriangles_tessellation_hs Errors:
C:\Users\akash\workspace\ogre-projects\Tutorials\cmake-build-release\adaptivePNTriangles_tessellation.hlsl(196,67-71): error X4576: Input signature parameter SV_Position (1-based Entry 0) type must be float32 and mask must be xyzw. 

19:11:50: Program 'Ogre/PNTrianglesTessellation/adaptivePNTriangles_tessellation_ds' is not supported: Cannot compile D3D11 high-level shader Ogre/PNTrianglesTessellation/adaptivePNTriangles_tessellation_ds Errors:
C:\Users\akash\workspace\ogre-projects\Tutorials\cmake-build-release\adaptivePNTriangles_tessellation.hlsl(213,152-156): error X4576: Input signature parameter SV_Position (1-based Entry 0) type must be float32 and mask must be xyzw. 

19:11:50: Program 'Ogre/PNTrianglesTessellation/adaptivePNTriangles_tessellation_ps' is not supported: referenced shared_params 'LightBuffer' not found
19:11:50: Parsing script AdvancedGLSL.material
19:11:50: Parsing script ASCII.material
19:11:50: Parsing script BlackAndWhite.material
19:11:50: Parsing script Bloom2.material
19:11:50: Parsing script Compute.material
19:11:50: Parsing script DamagedHelmet.material
19:11:50: Error: ScriptCompiler - invalid parameters in glTF2_PBR.material(68): Parameter called u_BaseColorSampler does not exist. 
19:11:50: Error: ScriptCompiler - invalid parameters in glTF2_PBR.material(69): Parameter called u_NormalSampler does not exist. 
19:11:50: Error: ScriptCompiler - invalid parameters in glTF2_PBR.material(70): Parameter called u_EmissiveSampler does not exist. 
19:11:50: Error: ScriptCompiler - invalid parameters in glTF2_PBR.material(71): Parameter called u_MetallicRoughnessSampler does not exist. 
19:11:50: Error: ScriptCompiler - invalid parameters in glTF2_PBR.material(72): Parameter called u_OcclusionSampler does not exist. 
19:11:50: Error: ScriptCompiler - invalid parameters in glTF2_PBR.material(73): Parameter called u_DiffuseEnvSampler does not exist. 
19:11:50: Error: ScriptCompiler - invalid parameters in glTF2_PBR.material(74): Parameter called u_SpecularEnvSampler does not exist. 
19:11:50: Error: ScriptCompiler - invalid parameters in glTF2_PBR.material(75): Parameter called u_brdfLUT does not exist. 
19:11:50: Error: ScriptCompiler - invalid parameters in glTF2_PBR.material(79): Parameter called u_ScaleFGDSpec does not exist. 
19:11:50: Error: ScriptCompiler - invalid parameters in glTF2_PBR.material(80): Parameter called u_ScaleDiffBaseMR does not exist. 
19:11:50: Error: ScriptCompiler - reference to a non existing object in filament.material(43): PBRSampler
19:11:50: Error: ScriptCompiler - reference to a non existing object in filament.material(49): PBRSampler
19:11:50: Error: ScriptCompiler - reference to a non existing object in filament.material(54): PBRSampler
19:11:50: Error: ScriptCompiler - reference to a non existing object in filament.material(59): PBRSampler
19:11:50: Error: ScriptCompiler - reference to a non existing object in filament.material(64): PBRSampler
19:11:50: Error: ScriptCompiler - reference to a non existing object in filament.material(70): PBRLUTSampler
19:11:50: Error: ScriptCompiler - reference to a non existing object in filament.material(75): PBRIBLSampler
19:11:50: Error: ScriptCompiler - reference to a non existing object in filament.material(81): PBRSampler
19:11:50: Parsing script DepthShadowmap.material
19:11:50: Parsing script Dither.material
19:11:50: Parsing script DOF.material
19:11:50: Error: ScriptCompiler - invalid parameters in DOF.material(17): Parameter called scene does not exist. 
19:11:50: Error: ScriptCompiler - invalid parameters in DOF.material(18): Parameter called depth does not exist. 
19:11:50: Error: ScriptCompiler - invalid parameters in DOF.material(19): Parameter called blur does not exist. 
19:11:50: Parsing script Embossed.material
19:11:50: Parsing script Examples-Advanced.material
19:11:50: Error: ScriptCompiler - invalid parameters in Examples-Advanced.material(469): Parameter called noiseMap does not exist. 
19:11:50: Error: ScriptCompiler - invalid parameters in Examples-Advanced.material(470): Parameter called reflectMap does not exist. 
19:11:50: Error: ScriptCompiler - invalid parameters in Examples-Advanced.material(471): Parameter called refractMap does not exist. 
19:11:50: Error: ScriptCompiler - invalid parameters in Examples-Advanced.material(650): Parameter called TextureArrayTex does not exist. 
19:11:50: Parsing script Examples-DynTex.material
19:11:50: Parsing script Examples-Water.material
19:11:50: Error: ScriptCompiler - invalid parameters in Examples-Water.material(130): overriding previous declarations of texture 'studio_garden.jpg' with different parameters
19:11:50: Parsing script Examples.material
19:11:50: Parsing script facial.material
19:11:50: Parsing script FluidSim.material
19:11:50: Parsing script gaussiansplat.material
19:11:50: Parsing script Glass.material
19:11:50: Parsing script Hair.material
19:11:50: Parsing script Halftone.material
19:11:50: Parsing script HardwareSkinningShadow.material
19:11:50: Parsing script hdr.material
19:11:51: Parsing script HeatVision.material
19:11:51: Program 'Fury/HeatVision/HeatCaster_HLSL_vp' is not supported: referenced shared_params 'MatrixBuffer' not found
19:11:51: Program 'Fury/HeatVision/ColdCaster_HLSL_vp' is not supported: referenced shared_params 'MatrixBuffer' not found
19:11:51: Parsing script HWInstancing.material
19:11:51: Parsing script HW_VTFInstancing.material
19:11:51: Parsing script HW_VTF_LUTInstancing.material
19:11:51: Parsing script Invert.material
19:11:51: Parsing script Island.material
19:11:51: Program 'Ogre/Island/MainToBackBufferPS' is not supported: referenced shared_params 'cb0' not found
19:11:51: Program 'Ogre/Island/WaterNormalmapCombinePS' is not supported: referenced shared_params 'cb0' not found
19:11:51: Program 'Ogre/Island/PatchHS' is not supported: referenced shared_params 'cb0' not found
19:11:51: Program 'Ogre/Island/HeightFieldPatchDS' is not supported: referenced shared_params 'cb0' not found
19:11:51: Program 'Ogre/Island/HeightFieldPatchPS' is not supported: referenced shared_params 'cb0' not found
19:11:51: Program 'Ogre/Island/WaterPatchDS' is not supported: referenced shared_params 'cb0' not found
19:11:51: Program 'Ogre/Island/WaterPatchPS' is not supported: Cannot compile D3D11 high-level shader Ogre/Island/WaterPatchPS Errors:
error X3501: 'WaterPatchPS': entrypoint not found

19:11:51: Parsing script IsoSurf.material
19:11:51: Parsing script Laplace.material
19:11:51: Parsing script LigthShafts.material
19:11:51: Error: ScriptCompiler - invalid parameters in LigthShafts.material(26): Parameter called uDepthMap does not exist. 
19:11:51: Error: ScriptCompiler - invalid parameters in LigthShafts.material(27): Parameter called uCookieMap does not exist. 
19:11:51: Error: ScriptCompiler - invalid parameters in LigthShafts.material(28): Parameter called uNoiseMap does not exist. 
19:11:51: Parsing script MotionBlur.material
19:11:51: Parsing script NightVision.material
19:11:51: Parsing script Ocean.material
19:11:51: Parsing script OffsetMapping.material
19:11:51: Parsing script Ogre.material
19:11:51: Parsing script OldMovie.material
19:11:51: Parsing script OldTV.material
19:11:51: Parsing script ParticleGS.material
19:11:51: Parsing script Posterize.material
19:11:51: Parsing script pssm.material
19:11:51: Parsing script RadialBlur.material
19:11:51: Parsing script RTShaderSystem.material
19:11:51: Parsing script ShaderInstancing.material
19:11:51: Parsing script SharpenEdges.material
19:11:51: Parsing script ShowVertexAttributes.material
19:11:51: Parsing script sibenik.material
19:11:51: Parsing script smoke.material
19:11:51: Parsing script TerrainTessellation.material
19:11:51: Program 'Ogre/TerrainTessellation/HwTessellationPassThruVS' is not supported: Cannot compile D3D11 high-level shader Ogre/TerrainTessellation/HwTessellationPassThruVS Errors:
TerrainTessellation.hlsl(239,48-79): warning X3576: semantics in type overridden by variable/function or enclosing type
TerrainTessellation.hlsl(239,48-79): error X4577: Not all elements of SV_Position were written
TerrainTessellation.hlsl(239,48-79): error X4576: Output signature parameter SV_Position (1-based Entry 0) type must be float32 and mask must be xyzw. 

19:11:51: Program 'Ogre/TerrainTessellation/VTFDisplacementVS' is not supported: referenced shared_params 'UniformVariables' not found
19:11:51: Program 'Ogre/TerrainTessellation/TerrainScreenspaceLODHS' is not supported: Cannot compile D3D11 high-level shader Ogre/TerrainTessellation/TerrainScreenspaceLODHS Errors:
TerrainTessellation.hlsl(518,74): warning X3576: semantics in type overridden by variable/function or enclosing type
TerrainTessellation.hlsl(414,97-98): warning X3576: semantics in type overridden by variable/function or enclosing type
TerrainTessellation.hlsl(400,6-17): warning X3556: integer modulus may be much slower, try using uints if possible.
TerrainTessellation.hlsl(518,74): error X4576: Input signature parameter SV_Position (1-based Entry 0) type must be float32 and mask must be xyzw. 

19:11:51: Program 'Ogre/TerrainTessellation/TerrainDisplaceDS' is not supported: Cannot compile D3D11 high-level shader Ogre/TerrainTessellation/TerrainDisplaceDS Errors:
TerrainTessellation.hlsl(599,53-63): error X4576: Input signature parameter SV_Position (1-based Entry 0) type must be float32 and mask must be xyzw. 

19:11:51: Program 'Ogre/TerrainTessellation/SmoothShadePS' is not supported: referenced shared_params 'UniformVariables' not found
19:11:51: Parsing script Tessellation.material
19:11:51: Program 'Ogre/Tessellation/TessellationHullProgramHLSL' is not supported: Cannot compile D3D11 high-level shader Ogre/Tessellation/TessellationHullProgramHLSL Errors:
C:\Users\akash\workspace\ogre-projects\Tutorials\cmake-build-release\Tessellation.hlsl(56,76-77): error X4576: Input signature parameter SV_Position (1-based Entry 0) type must be float32 and mask must be xyzw. 

19:11:51: Program 'Ogre/Tessellation/TessellationDomainProgramHLSL' is not supported: Cannot compile D3D11 high-level shader Ogre/Tessellation/TessellationDomainProgramHLSL Errors:
C:\Users\akash\workspace\ogre-projects\Tutorials\cmake-build-release\Tessellation.hlsl(97,53-56): error X4576: Input signature parameter SV_Position (1-based Entry 0) type must be float32 and mask must be xyzw. 

19:11:51: Program 'Ogre/Tessellation/VertexProgramHLSL' is not supported: Cannot compile D3D11 high-level shader Ogre/Tessellation/VertexProgramHLSL Errors:
C:\Users\akash\workspace\ogre-projects\Tutorials\cmake-build-release\Tessellation.hlsl(35,26-58): error X4577: Not all elements of SV_Position were written
C:\Users\akash\workspace\ogre-projects\Tutorials\cmake-build-release\Tessellation.hlsl(35,26-58): error X4576: Output signature parameter SV_Position (1-based Entry 0) type must be float32 and mask must be xyzw. 

19:11:51: Parsing script Tiling.material
19:11:51: Parsing script VTFInstancing.material
19:11:51: Parsing script WBOIT.material
19:11:51: Error: ScriptCompiler - invalid parameters in WBOIT.material(22): Parameter called accumTexture does not exist. 
19:11:51: Error: ScriptCompiler - invalid parameters in WBOIT.material(23): Parameter called revealageTexture does not exist. 
19:11:51: Parsing script RTSSamplers.material
19:11:51: Parsing script CreaseShading.material
19:11:51: Parsing script Crytek.material
19:11:51: Parsing script GBuffer.material
19:11:51: Parsing script HemisphereMC.material
19:11:51: Parsing script HorizonBased.material
19:11:51: Parsing script Modulate.material
19:11:51: Parsing script ShowDepth.material
19:11:51: Parsing script ShowNormals.material
19:11:51: Parsing script ShowViewPos.material
19:11:51: Parsing script SSAOPost.material
19:11:51: Parsing script UnsharpMask.material
19:11:51: Parsing script Volumetric.material
19:11:51: Parsing script filament.material
19:11:51: Parsing script emitted_emitter.particle
19:11:51: Error: ScriptCompiler - invalid parameters in emitted_emitter.particle(14): Cannot find emitter type 'Box'
19:11:51: Error: ScriptCompiler - invalid parameters in emitted_emitter.particle(26): Cannot find emitter type 'Point'
19:11:51: Error: ScriptCompiler - invalid parameters in emitted_emitter.particle(40): Cannot find affector type 'LinearForce'
19:11:51: Error: ScriptCompiler - invalid parameters in emitted_emitter.particle(47): Cannot find affector type 'ColourInterpolator'
19:11:51: Parsing script Examples-Water.particle
19:11:51: Error: ScriptCompiler - invalid parameters in Examples-Water.particle(14): Cannot find emitter type 'Box'
19:11:51: Error: ScriptCompiler - invalid parameters in Examples-Water.particle(29): Cannot find affector type 'LinearForce'
19:11:51: Parsing script Examples.particle
19:11:52: Error: ScriptCompiler - invalid parameters in Examples.particle(15): Cannot find emitter type 'Box'
19:11:52: Error: ScriptCompiler - invalid parameters in Examples.particle(30): Cannot find affector type 'LinearForce'
19:11:52: Error: ScriptCompiler - invalid parameters in Examples.particle(37): Cannot find affector type 'ColourFader'
19:11:52: Error: ScriptCompiler - invalid parameters in Examples.particle(57): Cannot find emitter type 'Point'
19:11:52: Error: ScriptCompiler - invalid parameters in Examples.particle(70): Cannot find affector type 'LinearForce'
19:11:52: Error: ScriptCompiler - invalid parameters in Examples.particle(77): Cannot find affector type 'ColourFader'
19:11:52: Error: ScriptCompiler - invalid parameters in Examples.particle(99): Cannot find emitter type 'Box'
19:11:52: Error: ScriptCompiler - invalid parameters in Examples.particle(112): Cannot find affector type 'LinearForce'
19:11:52: Error: ScriptCompiler - invalid parameters in Examples.particle(130): Cannot find emitter type 'Point'
19:11:52: Error: ScriptCompiler - invalid parameters in Examples.particle(142): Cannot find affector type 'ColourFader'
19:11:52: Error: ScriptCompiler - invalid parameters in Examples.particle(159): Cannot find emitter type 'Point'
19:11:52: Error: ScriptCompiler - invalid parameters in Examples.particle(171): Cannot find affector type 'ColourFader'
19:11:52: Error: ScriptCompiler - invalid parameters in Examples.particle(193): Cannot find emitter type 'Box'
19:11:52: Error: ScriptCompiler - invalid parameters in Examples.particle(210): Cannot find affector type 'LinearForce'
19:11:52: Error: ScriptCompiler - invalid parameters in Examples.particle(217): Cannot find affector type 'ColourFader2'
19:11:52: Error: ScriptCompiler - invalid parameters in Examples.particle(233): Cannot find affector type 'Rotator'
19:11:52: Error: ScriptCompiler - invalid parameters in Examples.particle(255): Cannot find emitter type 'Box'
19:11:52: Error: ScriptCompiler - invalid parameters in Examples.particle(281): Cannot find affector type 'ColourFader'
19:11:52: Error: ScriptCompiler - invalid parameters in Examples.particle(289): Cannot find affector type 'DeflectorPlane'
19:11:52: Error: ScriptCompiler - invalid parameters in Examples.particle(296): Cannot find affector type 'DeflectorPlane'
19:11:52: Error: ScriptCompiler - invalid parameters in Examples.particle(303): Cannot find affector type 'DeflectorPlane'
19:11:52: Error: ScriptCompiler - invalid parameters in Examples.particle(310): Cannot find affector type 'DeflectorPlane'
19:11:52: Error: ScriptCompiler - invalid parameters in Examples.particle(317): Cannot find affector type 'DeflectorPlane'
19:11:52: Error: ScriptCompiler - invalid parameters in Examples.particle(324): Cannot find affector type 'DeflectorPlane'
19:11:52: Error: ScriptCompiler - invalid parameters in Examples.particle(331): Cannot find affector type 'DirectionRandomiser'
19:11:52: Error: ScriptCompiler - invalid parameters in Examples.particle(350): Cannot find emitter type 'Box'
19:11:52: Error: ScriptCompiler - invalid parameters in Examples.particle(376): Cannot find affector type 'DirectionRandomiser'
19:11:52: Parsing script smoke.particle
19:11:52: Error: ScriptCompiler - invalid parameters in smoke.particle(16): Cannot find emitter type 'Point'
19:11:52: Error: ScriptCompiler - invalid parameters in smoke.particle(27): Cannot find affector type 'TextureAnimator'
19:11:52: Error: ScriptCompiler - invalid parameters in smoke.particle(34): Cannot find affector type 'ColourImage'
19:11:52: Error: ScriptCompiler - invalid parameters in smoke.particle(39): Cannot find affector type 'Scaler'
19:11:52: Parsing script deferred.compositor
19:11:52: Parsing script ssao.compositor
19:11:52: Parsing script Examples.compositor
19:11:52: Parsing script SSAO.compositor
19:11:52: Parsing script SSAOPost.compositor
19:11:52: Finished parsing scripts for resource group General
19:11:52: Creating resources for group General
19:11:52: All done
19:11:52: Parsing scripts for resource group OgreAutodetect
19:11:52: Finished parsing scripts for resource group OgreAutodetect
19:11:52: Creating resources for group OgreAutodetect
19:11:52: All done
19:11:52: Parsing scripts for resource group OgreInternal
19:11:52: Finished parsing scripts for resource group OgreInternal
19:11:52: Creating resources for group OgreInternal
19:11:52: All done
19:11:52: Mesh: Loading Sinbad.mesh.

Code: Select all

plugins.cfg
# Plugin=RenderSystem_Direct3D9
Plugin=RenderSystem_Direct3D11
# Plugin=RenderSystem_GL
PluginFolder=C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\bin

Code: Select all

resources.cfg
[General]
FileSystem=C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media
FileSystem=C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\Terrain
FileSystem=C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\packs
FileSystem=C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\particle
FileSystem=C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\PBR
FileSystem=C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\PCZAppMedia
FileSystem=C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\thumbnails
FileSystem=C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\volumeTerrain
FileSystem=C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\models
FileSystem=C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\CSMShadows
FileSystem=C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\DeferredShadingMedia
FileSystem=C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\Main
FileSystem=C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\materials
FileSystem=C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\materials\programs
FileSystem=C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\materials\scripts
FileSystem=C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\materials\textures
FileSystem=C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\RTShaderLib
FileSystem=C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\DeferredShadingMedia\DeferredShading\post
FileSystem=C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\materials\programs\Cg
FileSystem=C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\materials\programs\GLSL
FileSystem=C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\materials\programs\GLSL120
FileSystem=C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\materials\programs\GLSL150
FileSystem=C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\materials\programs\GLSL400
FileSystem=C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\materials\programs\GLSLES
FileSystem=C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\materials\programs\HLSL
FileSystem=C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\materials\programs\HLSL_Cg
FileSystem=C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\materials\programs\SPIRV
FileSystem=C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\materials\scripts\SSAO
FileSystem=C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\materials\textures\SSAO
FileSystem=C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\materials\textures\terrain
FileSystem=C:\Users\akash\Downloads\ogre-sdk-v14.3.0-msvc142-x64\Media\PBR\filament

Code: Select all

ogre.cfg
Render System=OpenGL Rendering Subsystem
[OpenGL Rendering Subsystem]
Colour Depth=
Display Frequency=N/A
FSAA= 0
Fixed Pipeline Enabled=Yes
Full Screen=No
RTT Preferred Mode=FBO
VSync=Yes
VSync Interval=1
Video Mode= 640 x  480
sRGB Gamma Conversion=No

Note - Have appended ogre-sdk-v14.3.0-msvc142-x64\bin to %PATH% when running 0_Bootstrap.exe.

I am new to Ogre. Please help me debug the error!

paroj
OGRE Team Member
OGRE Team Member
Posts: 2106
Joined: Sun Mar 30, 2014 2:51 pm
x 1132

Re: Bootstrap tutorial runtime crash!

Post by paroj »

you cannot use debug with the SDK. Only Release and RelWithDebinfo