Hi, I'm trying support Vulkan on Windows with some code that seems to work correctly with Windows/Direct3D and Mac/Metal. Any clue what this exception means?
Ogre log:
Code: Select all
10:38:49: Creating resource group General
10:38:49: Creating resource group Internal
10:38:49: Creating resource group Autodetect
10:38:49: SceneManagerFactory for type 'DefaultSceneManager' registered.
10:38:49: Registering ResourceManager for type Material
10:38:49: Registering ResourceManager for type Mesh
10:38:49: Registering ResourceManager for type Mesh2
10:38:49: Registering ResourceManager for type OldSkeleton
10:38:49: MovableObjectFactory for type 'ParticleSystem' registered.
10:38:49: ArchiveFactory for archive type FileSystem registered.
10:38:49: ArchiveFactory for archive type Zip registered.
10:38:49: ArchiveFactory for archive type EmbeddedZip registered.
10:38:49: DDS codec registering
10:38:49: FreeImage version: 3.18.0
10:38:49: This program uses FreeImage, a free, open source image library supporting all common bitmap formats. See http://freeimage.sourceforge.net for details
10:38:49: Supported formats: bmp,ico,jpg,jif,jpeg,jpe,jng,koa,iff,lbm,mng,pbm,pbm,pcd,pcx,pgm,pgm,png,ppm,ppm,ras,tga,targa,tif,tiff,wap,wbmp,wbm,psd,psb,cut,xbm,xpm,gif,hdr,g3,sgi,rgb,rgba,bw,exr,j2k,j2c,jp2,pfm,pct,pict,pic,3fr,arw,bay,bmq,cap,cine,cr2,crw,cs1,dc2,dcr,drf,dsc,dng,erf,fff,ia,iiq,k25,kc2,kdc,mdc,mef,mos,mrw,nef,nrw,orf,pef,ptx,pxn,qtk,raf,raw,rdc,rw2,rwl,rwz,sr2,srf,srw,sti,x3f,webp
10:38:49: ETC codec registering
10:38:49: OITD codec registering
10:38:49: Registering ResourceManager for type HighLevelGpuProgram
10:38:49: MovableObjectFactory for type 'Decal' registered.
10:38:49: MovableObjectFactory for type 'InternalCubemapProbe' registered.
10:38:49: MovableObjectFactory for type 'Entity' registered.
10:38:49: MovableObjectFactory for type 'Item' registered.
10:38:49: MovableObjectFactory for type 'Light' registered.
10:38:49: MovableObjectFactory for type 'Rectangle2Dv2' registered.
10:38:49: MovableObjectFactory for type 'BillboardSet' registered.
10:38:49: MovableObjectFactory for type 'ManualObject2' registered.
10:38:49: MovableObjectFactory for type 'BillboardChain' registered.
10:38:49: MovableObjectFactory for type 'RibbonTrail' registered.
10:38:49: MovableObjectFactory for type 'WireAabb' registered.
10:38:49: *-*-* OGRE Initialising
10:38:49: *-*-* Version 3.0.0unstable (E)
10:38:49: Loading library C:\Program Files\FrameForge Storyboard Studio 4.0\RenderSystem_Vulkan_d.dll
10:38:49: Installing plugin: Vulkan RenderSystem
10:38:49: [Vulkan] Initializing VkInstance
10:38:49: Found instance extension: VK_KHR_device_group_creation
10:38:49: Found instance extension: VK_KHR_display
10:38:49: Found instance extension: VK_KHR_external_fence_capabilities
10:38:49: Found instance extension: VK_KHR_external_memory_capabilities
10:38:49: Found instance extension: VK_KHR_external_semaphore_capabilities
10:38:49: Found instance extension: VK_KHR_get_display_properties2
10:38:49: Found instance extension: VK_KHR_get_physical_device_properties2
10:38:49: Found instance extension: VK_KHR_get_surface_capabilities2
10:38:49: Found instance extension: VK_KHR_surface
10:38:49: Found instance extension: VK_KHR_surface_protected_capabilities
10:38:49: Found instance extension: VK_KHR_win32_surface
10:38:49: Found instance extension: VK_EXT_debug_report
10:38:49: Found instance extension: VK_EXT_debug_utils
10:38:49: Found instance extension: VK_EXT_direct_mode_display
10:38:49: Found instance extension: VK_EXT_swapchain_colorspace
10:38:49: Found instance extension: VK_NV_external_memory_capabilities
10:38:49: Found instance extension: VK_KHR_portability_enumeration
10:38:49: Found instance extension: VK_LUNARG_direct_driver_loading
10:38:49: Found instance layer: VK_LAYER_NV_optimus
10:38:49: WARNING: VK_LAYER_KHRONOS_validation layer not present. Extension VK_EXT_debug_marker not found
10:38:49: Requesting Instance Extension: VK_KHR_get_physical_device_properties2
10:38:49: Requesting Instance Extension: VK_KHR_win32_surface
10:38:49: Requesting Instance Extension: VK_EXT_debug_report
10:38:49: Requesting Instance Extension: VK_EXT_debug_utils
10:38:49: Requesting Instance Extension: VK_KHR_surface
10:38:49: WARNING: [Loader Message] Code 0 : windows_read_data_files_in_registry: Registry lookup failed to get layer manifest files.
10:38:49: [Vulkan] Found 1 devices
10:38:49: [Vulkan] Found devices:
10:38:49: NVIDIA GeForce RTX 2060 #0
10:38:49: Plugin successfully installed
10:38:49: CPU Identifier & Features
10:38:49: -------------------------
10:38:49: * CPU ID: GenuineIntel: Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz
10:38:49: * Logical cores: 8
10:38:49: * SSE: yes
10:38:49: * SSE2: yes
10:38:49: * SSE3: yes
10:38:49: * MMX: yes
10:38:49: * MMXEXT: yes
10:38:49: * 3DNOW: no
10:38:49: * 3DNOWEXT: no
10:38:49: * CMOV: yes
10:38:49: * TSC: yes
10:38:49: * FPU: yes
10:38:49: * PRO: yes
10:38:49: * HT: no
10:38:49: -------------------------
10:38:51: [Vulkan] Found 1 devices
10:38:51: [Vulkan] Selecting device 0
10:38:51: Found device extension: VK_KHR_16bit_storage
10:38:51: Found device extension: VK_KHR_8bit_storage
10:38:51: Found device extension: VK_KHR_bind_memory2
10:38:51: Found device extension: VK_KHR_buffer_device_address
10:38:51: Found device extension: VK_KHR_copy_commands2
10:38:51: Found device extension: VK_KHR_create_renderpass2
10:38:51: Found device extension: VK_KHR_dedicated_allocation
10:38:51: Found device extension: VK_KHR_depth_stencil_resolve
10:38:51: Found device extension: VK_KHR_descriptor_update_template
10:38:51: Found device extension: VK_KHR_device_group
10:38:51: Found device extension: VK_KHR_draw_indirect_count
10:38:51: Found device extension: VK_KHR_driver_properties
10:38:51: Found device extension: VK_KHR_dynamic_rendering
10:38:51: Found device extension: VK_KHR_external_fence
10:38:51: Found device extension: VK_KHR_external_fence_win32
10:38:51: Found device extension: VK_KHR_external_memory
10:38:51: Found device extension: VK_KHR_external_memory_win32
10:38:51: Found device extension: VK_KHR_external_semaphore
10:38:51: Found device extension: VK_KHR_external_semaphore_win32
10:38:51: Found device extension: VK_KHR_format_feature_flags2
10:38:51: Found device extension: VK_KHR_fragment_shader_barycentric
10:38:51: Found device extension: VK_KHR_fragment_shading_rate
10:38:51: Found device extension: VK_KHR_get_memory_requirements2
10:38:51: Found device extension: VK_KHR_global_priority
10:38:51: Found device extension: VK_KHR_image_format_list
10:38:51: Found device extension: VK_KHR_imageless_framebuffer
10:38:51: Found device extension: VK_KHR_maintenance1
10:38:51: Found device extension: VK_KHR_maintenance2
10:38:51: Found device extension: VK_KHR_maintenance3
10:38:51: Found device extension: VK_KHR_maintenance4
10:38:51: Found device extension: VK_KHR_multiview
10:38:51: Found device extension: VK_KHR_pipeline_executable_properties
10:38:51: Found device extension: VK_KHR_pipeline_library
10:38:51: Found device extension: VK_KHR_present_id
10:38:51: Found device extension: VK_KHR_present_wait
10:38:51: Found device extension: VK_KHR_push_descriptor
10:38:51: Found device extension: VK_KHR_relaxed_block_layout
10:38:51: Found device extension: VK_KHR_sampler_mirror_clamp_to_edge
10:38:51: Found device extension: VK_KHR_sampler_ycbcr_conversion
10:38:51: Found device extension: VK_KHR_separate_depth_stencil_layouts
10:38:51: Found device extension: VK_KHR_shader_atomic_int64
10:38:51: Found device extension: VK_KHR_shader_clock
10:38:51: Found device extension: VK_KHR_shader_draw_parameters
10:38:51: Found device extension: VK_KHR_shader_float16_int8
10:38:51: Found device extension: VK_KHR_shader_float_controls
10:38:51: Found device extension: VK_KHR_shader_integer_dot_product
10:38:51: Found device extension: VK_KHR_shader_non_semantic_info
10:38:51: Found device extension: VK_KHR_shader_subgroup_extended_types
10:38:51: Found device extension: VK_KHR_shader_subgroup_uniform_control_flow
10:38:51: Found device extension: VK_KHR_shader_terminate_invocation
10:38:51: Found device extension: VK_KHR_spirv_1_4
10:38:51: Found device extension: VK_KHR_storage_buffer_storage_class
10:38:51: Found device extension: VK_KHR_swapchain
10:38:51: Found device extension: VK_KHR_swapchain_mutable_format
10:38:51: Found device extension: VK_KHR_synchronization2
10:38:51: Found device extension: VK_KHR_timeline_semaphore
10:38:51: Found device extension: VK_KHR_uniform_buffer_standard_layout
10:38:51: Found device extension: VK_KHR_variable_pointers
10:38:51: Found device extension: VK_KHR_video_decode_h264
10:38:51: Found device extension: VK_KHR_video_decode_h265
10:38:51: Found device extension: VK_KHR_video_decode_queue
10:38:51: Found device extension: VK_KHR_video_queue
10:38:51: Found device extension: VK_KHR_vulkan_memory_model
10:38:51: Found device extension: VK_KHR_win32_keyed_mutex
10:38:51: Found device extension: VK_KHR_workgroup_memory_explicit_layout
10:38:51: Found device extension: VK_KHR_zero_initialize_workgroup_memory
10:38:51: Found device extension: VK_EXT_4444_formats
10:38:51: Found device extension: VK_EXT_attachment_feedback_loop_layout
10:38:51: Found device extension: VK_EXT_blend_operation_advanced
10:38:51: Found device extension: VK_EXT_border_color_swizzle
10:38:51: Found device extension: VK_EXT_buffer_device_address
10:38:51: Found device extension: VK_EXT_calibrated_timestamps
10:38:51: Found device extension: VK_EXT_color_write_enable
10:38:51: Found device extension: VK_EXT_conditional_rendering
10:38:51: Found device extension: VK_EXT_conservative_rasterization
10:38:51: Found device extension: VK_EXT_custom_border_color
10:38:51: Found device extension: VK_EXT_depth_clamp_zero_one
10:38:51: Found device extension: VK_EXT_depth_clip_control
10:38:51: Found device extension: VK_EXT_depth_clip_enable
10:38:51: Found device extension: VK_EXT_depth_range_unrestricted
10:38:51: Found device extension: VK_EXT_descriptor_buffer
10:38:51: Found device extension: VK_EXT_descriptor_indexing
10:38:51: Found device extension: VK_EXT_discard_rectangles
10:38:51: Found device extension: VK_EXT_extended_dynamic_state
10:38:51: Found device extension: VK_EXT_extended_dynamic_state2
10:38:51: Found device extension: VK_EXT_extended_dynamic_state3
10:38:51: Found device extension: VK_EXT_external_memory_host
10:38:51: Found device extension: VK_EXT_fragment_shader_interlock
10:38:51: Found device extension: VK_EXT_full_screen_exclusive
10:38:51: Found device extension: VK_EXT_global_priority
10:38:51: Found device extension: VK_EXT_global_priority_query
10:38:51: Found device extension: VK_EXT_graphics_pipeline_library
10:38:51: Found device extension: VK_EXT_hdr_metadata
10:38:51: Found device extension: VK_EXT_host_query_reset
10:38:51: Found device extension: VK_EXT_image_2d_view_of_3d
10:38:51: Found device extension: VK_EXT_image_robustness
10:38:51: Found device extension: VK_EXT_image_sliced_view_of_3d
10:38:51: Found device extension: VK_EXT_image_view_min_lod
10:38:51: Found device extension: VK_EXT_index_type_uint8
10:38:51: Found device extension: VK_EXT_inline_uniform_block
10:38:51: Found device extension: VK_EXT_line_rasterization
10:38:51: Found device extension: VK_EXT_load_store_op_none
10:38:51: Found device extension: VK_EXT_memory_budget
10:38:51: Found device extension: VK_EXT_memory_priority
10:38:51: Found device extension: VK_EXT_mesh_shader
10:38:51: Found device extension: VK_EXT_multi_draw
10:38:51: Found device extension: VK_EXT_mutable_descriptor_type
10:38:51: Found device extension: VK_EXT_non_seamless_cube_map
10:38:51: Found device extension: VK_EXT_pageable_device_local_memory
10:38:51: Found device extension: VK_EXT_pci_bus_info
10:38:51: Found device extension: VK_EXT_pipeline_creation_cache_control
10:38:51: Found device extension: VK_EXT_pipeline_creation_feedback
10:38:51: Found device extension: VK_EXT_pipeline_robustness
10:38:51: Found device extension: VK_EXT_post_depth_coverage
10:38:51: Found device extension: VK_EXT_primitive_topology_list_restart
10:38:51: Found device extension: VK_EXT_primitives_generated_query
10:38:51: Found device extension: VK_EXT_private_data
10:38:51: Found device extension: VK_EXT_provoking_vertex
10:38:51: Found device extension: VK_EXT_queue_family_foreign
10:38:51: Found device extension: VK_EXT_robustness2
10:38:51: Found device extension: VK_EXT_sample_locations
10:38:51: Found device extension: VK_EXT_sampler_filter_minmax
10:38:51: Found device extension: VK_EXT_scalar_block_layout
10:38:51: Found device extension: VK_EXT_separate_stencil_usage
10:38:51: Found device extension: VK_EXT_shader_atomic_float
10:38:51: Found device extension: VK_EXT_shader_demote_to_helper_invocation
10:38:51: Found device extension: VK_EXT_shader_image_atomic_int64
10:38:51: Found device extension: VK_EXT_shader_module_identifier
10:38:51: Found device extension: VK_EXT_shader_object
10:38:51: Found device extension: VK_EXT_shader_subgroup_ballot
10:38:51: Found device extension: VK_EXT_shader_subgroup_vote
10:38:51: Found device extension: VK_EXT_shader_viewport_index_layer
10:38:51: Found device extension: VK_EXT_subgroup_size_control
10:38:51: Found device extension: VK_EXT_texel_buffer_alignment
10:38:51: Found device extension: VK_EXT_tooling_info
10:38:51: Found device extension: VK_EXT_transform_feedback
10:38:51: Found device extension: VK_EXT_vertex_attribute_divisor
10:38:51: Found device extension: VK_EXT_vertex_input_dynamic_state
10:38:51: Found device extension: VK_EXT_ycbcr_2plane_444_formats
10:38:51: Found device extension: VK_EXT_ycbcr_image_arrays
10:38:51: Found device extension: VK_NV_acquire_winrt_display
10:38:51: Found device extension: VK_NV_clip_space_w_scaling
10:38:51: Found device extension: VK_NV_compute_shader_derivatives
10:38:51: Found device extension: VK_NV_cooperative_matrix
10:38:51: Found device extension: VK_NV_copy_memory_indirect
10:38:51: Found device extension: VK_NV_corner_sampled_image
10:38:51: Found device extension: VK_NV_coverage_reduction_mode
10:38:51: Found device extension: VK_NV_dedicated_allocation
10:38:51: Found device extension: VK_NV_dedicated_allocation_image_aliasing
10:38:51: Found device extension: VK_NV_device_diagnostic_checkpoints
10:38:51: Found device extension: VK_NV_device_diagnostics_config
10:38:51: Found device extension: VK_NV_device_generated_commands
10:38:51: Found device extension: VK_NV_external_memory
10:38:51: Found device extension: VK_NV_external_memory_win32
10:38:51: Found device extension: VK_NV_fill_rectangle
10:38:51: Found device extension: VK_NV_fragment_coverage_to_color
10:38:51: Found device extension: VK_NV_fragment_shader_barycentric
10:38:51: Found device extension: VK_NV_fragment_shading_rate_enums
10:38:51: Found device extension: VK_NV_framebuffer_mixed_samples
10:38:51: Found device extension: VK_NV_geometry_shader_passthrough
10:38:51: Found device extension: VK_NV_inherited_viewport_scissor
10:38:51: Found device extension: VK_NV_linear_color_attachment
10:38:51: Found device extension: VK_NV_low_latency
10:38:51: Found device extension: VK_NV_memory_decompression
10:38:51: Found device extension: VK_NV_mesh_shader
10:38:51: Found device extension: VK_NV_representative_fragment_test
10:38:51: Found device extension: VK_NV_sample_mask_override_coverage
10:38:51: Found device extension: VK_NV_scissor_exclusive
10:38:51: Found device extension: VK_NV_shader_image_footprint
10:38:51: Found device extension: VK_NV_shader_sm_builtins
10:38:51: Found device extension: VK_NV_shader_subgroup_partitioned
10:38:51: Found device extension: VK_NV_shading_rate_image
10:38:51: Found device extension: VK_NV_viewport_array2
10:38:51: Found device extension: VK_NV_viewport_swizzle
10:38:51: Found device extension: VK_NV_win32_keyed_mutex
10:38:51: Found device extension: VK_NVX_multiview_per_view_attributes
10:38:51: Found device extension: VK_AMD_buffer_marker
10:38:51: Requesting Extension: VK_KHR_16bit_storage
10:38:51: Requesting Extension: VK_KHR_maintenance2
10:38:51: Requesting Extension: VK_KHR_shader_float16_int8
10:38:51: Requesting Extension: VK_KHR_storage_buffer_storage_class
10:38:51: Requesting Extension: VK_EXT_shader_subgroup_vote
10:38:51: Requesting Extension: VK_EXT_shader_viewport_index_layer
10:38:51: Requesting Extension: VK_KHR_swapchain
10:38:51: [Vulkan] API Version: 1.3.242 (0x4030f2)
10:38:51: [Vulkan] Driver Version (raw): 0x85d88000
10:38:51: [Vulkan] Vendor ID: 0x10de
10:38:51: [Vulkan] Device ID: 0x1f08
10:38:51: Registering ResourceManager for type GpuProgram
10:38:51: RenderSystem capabilities
10:38:51: -------------------------
10:38:51: RenderSystem Name: Vulkan Rendering Subsystem
10:38:51: GPU Vendor: nvidia
10:38:51: Device Name: NVIDIA GeForce RTX 2060
10:38:51: Driver Version: 535.98.0.0
10:38:51: * Fixed function pipeline: no
10:38:51: * Hardware generation of mipmaps: yes
10:38:51: * Texture blending: yes
10:38:51: * Anisotropic texture filtering: yes
10:38:51: * Dot product texture operation: yes
10:38:51: * Cube mapping: yes
10:38:51: * Hardware stencil buffer: yes
10:38:51: - Stencil depth: 8
10:38:51: - Two sided stencil support: yes
10:38:51: - Wrap stencil values: yes
10:38:51: * Hardware vertex / index buffers: yes
10:38:51: * 32-bit index buffers: no
10:38:51: * Vertex programs: no
10:38:51: * Number of floating-point constants for vertex programs: 256
10:38:51: * Number of integer constants for vertex programs: 256
10:38:51: * Number of boolean constants for vertex programs: 256
10:38:51: * Fragment programs: no
10:38:51: * Number of floating-point constants for fragment programs: 256
10:38:51: * Number of integer constants for fragment programs: 256
10:38:51: * Number of boolean constants for fragment programs: 256
10:38:51: * Geometry programs: no
10:38:51: * Number of floating-point constants for geometry programs: 256
10:38:51: * Number of integer constants for geometry programs: 256
10:38:51: * Number of boolean constants for geometry programs: 256
10:38:51: * Tessellation Hull programs: no
10:38:51: * Number of floating-point constants for tessellation hull programs: 256
10:38:51: * Number of integer constants for tessellation hull programs: 256
10:38:51: * Number of boolean constants for tessellation hull programs: 256
10:38:51: * Tessellation Domain programs: no
10:38:51: * Number of floating-point constants for tessellation domain programs: 256
10:38:51: * Number of integer constants for tessellation domain programs: 256
10:38:51: * Number of boolean constants for tessellation domain programs: 256
10:38:51: * Compute programs: yes
10:38:51: * Number of floating-point constants for compute programs: 256
10:38:51: * Number of integer constants for compute programs: 256
10:38:51: * Number of boolean constants for compute programs: 256
10:38:51: * Supported Shader Profiles: glsl glslvk hlsl hlslvk
10:38:51: * Texture Compression: yes
10:38:51: - DXT: yes
10:38:51: - VTC: no
10:38:51: - PVRTC: no
10:38:51: - ATC: no
10:38:51: - ETC1: no
10:38:51: - ETC2: no
10:38:51: - BC4/BC5: yes
10:38:51: - BC6H/BC7: yes
10:38:51: - ASTC: no
10:38:51: * Hardware Occlusion Query: no
10:38:51: * User clip planes: yes
10:38:51: * VET_UBYTE4 vertex element type: yes
10:38:51: * Infinite far plane projection: yes
10:38:51: * Hardware render-to-texture: yes
10:38:51: * Floating point textures: yes
10:38:51: * Non-power-of-two textures: yes
10:38:51: * 1d textures: yes
10:38:51: * Volume textures: yes
10:38:51: * Max Texture resolution (2D) 16384
10:38:51: * Max Texture resolution (3D) 4096
10:38:51: * Max Texture resolution (Cubemaps) 16384
10:38:51: * Multiple Render Targets: 1
10:38:51: - With different bit depths: no
10:38:51: * Point Sprites: yes
10:38:51: * Extended point parameters: yes
10:38:51: * Max Point Size: 256
10:38:51: * Vertex texture fetch: no
10:38:51: * Number of world matrices: 0
10:38:51: * Number of texture units: 32
10:38:51: * Stencil buffer depth: 8
10:38:51: * Number of vertex blend matrices: 0
10:38:51: * Render to Vertex Buffer : no
10:38:51: * Hardware Atomic Counters: no
10:38:51: * Shader 16-bit floating point (half): no
10:38:51: * Compute max threads per threadgroup per axis: 1024, 1024, 64
10:38:51: * Compute max threads per threadgroup total: 1024
10:38:51: * Using Reverse Z: yes
10:38:51: Supported memory types for general buffer usage: 31
10:38:51: Supported memory types for reading: 31
10:38:51: VkDevice will use coherent memory buffers: true
10:38:51: VkDevice will use non-coherent memory buffers: false
10:38:51: VkDevice will use coherent memory for reading: true
10:38:51: VkDevice read memory is coherent: true
10:38:51: Trying presentMode = IMMEDIATE_KHR
10:38:51: Chosen presentMode = IMMEDIATE_KHR
10:38:51: surfaceCaps.currentTransform = 1
10:38:52: DefaultWorkQueue('Root') initialising on thread main.
10:38:52: _hlmsMacroblockCreated
10:38:52: _hlmsBlendblockCreated
10:38:52: Particle Renderer Type 'billboard' registered
10:38:52: Added resource location 'C:\Program Files\FrameForge Storyboard Studio 4.0\ogre resources/2.0/scripts/materials/Common' of type 'FileSystem' to resource group 'General'
10:38:52: Added resource location 'C:\Program Files\FrameForge Storyboard Studio 4.0\ogre resources/2.0/scripts/materials/Common/Any' of type 'FileSystem' to resource group 'General'
10:38:52: Added resource location 'C:\Program Files\FrameForge Storyboard Studio 4.0\ogre resources/2.0/scripts/materials/Common/HLSL' of type 'FileSystem' to resource group 'General'
10:38:52: Added resource location 'C:\Program Files\FrameForge Storyboard Studio 4.0\ogre resources/2.0/scripts/materials/Common/GLSL' of type 'FileSystem' to resource group 'General'
10:38:52: Added resource location 'C:\Program Files\FrameForge Storyboard Studio 4.0\ogre resources/Contents/Resources/2.0/scripts/materials/HDR' of type 'FileSystem' to resource group 'General'
10:38:52: Added resource location 'C:\Program Files\FrameForge Storyboard Studio 4.0\ogre resources/Contents/Resources/2.0/scripts/materials/HDR/HLSL' of type 'FileSystem' to resource group 'General'
10:38:52: Added resource location 'C:\Program Files\FrameForge Storyboard Studio 4.0\ogre resources/Contents/Resources/2.0/scripts/materials/HDR/Metal' of type 'FileSystem' to resource group 'General'
10:38:52: Added resource location 'C:\Program Files\FrameForge Storyboard Studio 4.0\ogre resources/Contents/Resources/2.0/scripts/materials/PbsMaterials' of type 'FileSystem' to resource group 'General'
10:38:52: Added resource location 'C:\Program Files\FrameForge Storyboard Studio 4.0\ogre resources/Hlms/Common/Any' of type 'FileSystem' to resource group 'General'
10:38:52: Added resource location 'C:\Program Files\FrameForge Storyboard Studio 4.0\ogre resources/Hlms/Common/HLSL' of type 'FileSystem' to resource group 'General'
10:38:52: Added resource location 'C:\Program Files\FrameForge Storyboard Studio 4.0\ogre resources/Hlms/Common/GLSL' of type 'FileSystem' to resource group 'General'
10:38:52: Creating resource group Popular
10:38:52: Added resource location 'C:\Program Files\FrameForge Storyboard Studio 4.0\ogre resources/2.0/scripts/Compositors' of type 'FileSystem' to resource group 'Popular'
10:38:52: _hlmsSamplerblockCreated
10:38:52: _hlmsSamplerblockCreated
10:38:52: _hlmsSamplerblockCreated
10:38:52: _hlmsSamplerblockCreated
10:38:52: [INFO] Texture cache not found at C:\Users\jw\AppData\Local\FrameForge\Ogre-cache\/textureMetadataCache.json
10:38:52: Parsing scripts for resource group Autodetect
10:38:52: Finished parsing scripts for resource group Autodetect
10:38:52: Creating resources for group Autodetect
10:38:52: All done
10:38:52: Parsing scripts for resource group General
10:38:52: Parsing script Quad.program
10:38:53: Shader Ogre/Compositor/Quad_vs_VK compiled successfully.
10:38:53: Shader Ogre/Compositor/QuadCameraDir_vs_VK compiled successfully.
10:38:53: Shader Ogre/Compositor/QuadCameraDirNoUV_vs_VK compiled successfully.
10:38:53: Parsing script Atmosphere.material
10:38:53: Shader Ogre/Atmo/NprSky_ps_VK compiled successfully.
10:38:53: _hlmsMacroblockCreated
10:38:53: Parsing script Copyback.material
10:38:53: Shader Ogre/Copy/4xFP32_ps_VK compiled successfully.
10:38:53: _hlmsSamplerblockCreated
10:38:53: _hlmsSamplerblockCreated
10:38:53: _hlmsMacroblockCreated
10:38:53: Shader Ogre/Copy/4xFP32_2DArray_ps_VK compiled successfully.
10:38:53: _hlmsSamplerblockCreated
10:38:53: _hlmsSamplerblockCreated
10:38:53: Shader Ogre/Copy/1xFP32_ps_VK compiled successfully.
10:38:53: Shader Ogre/Resolve/1xFP32_Subsample0_ps_VK compiled successfully.
10:38:53: _hlmsSamplerblockCreated
10:38:53: Parsing script DepthUtils.material
10:38:53: Shader Ogre/Depth/DownscaleMax_ps_VK compiled successfully.
10:38:53: _hlmsSamplerblockCreated
10:38:53: _hlmsMacroblockCreated
10:38:53: Parsing script DPM.material
10:38:53: Shader Ogre/DPM/CubeToDpm_4xFP16_ps_VK compiled successfully.
10:38:53: _hlmsSamplerblockCreated
10:38:53: _hlmsSamplerblockCreated
10:38:53: _hlmsMacroblockCreated
10:38:53: Parsing script DPSM.material
10:38:53: Shader Ogre/DPSM/CubeToDpsm_ps_VK compiled successfully.
10:38:53: _hlmsSamplerblockCreated
10:38:53: Shader Ogre/DPSM/CubeToDpsm_Colour_ps_VK compiled successfully.
10:38:53: _hlmsSamplerblockCreated
10:38:53: Parsing script EsmGaussianBlurLogFilter.material
10:38:53: Shader ESM/GaussianLogFilterH_ps_VK compiled successfully.
10:38:53: Shader ESM/GaussianLogFilterV_ps_VK compiled successfully.
10:38:53: _hlmsSamplerblockCreated
10:38:53: _hlmsSamplerblockCreated
10:38:53: Parsing script HiddenAreaMeshVr.material
10:38:53: Shader Ogre/VR/HiddenAreaMeshVr_vs_VK compiled successfully.
10:38:53: Shader Ogre/VR/HiddenAreaMeshVr_ps_VK compiled successfully.
10:38:53: _hlmsBlendblockCreated
10:38:53: Parsing script JWDepthOfField.material
10:38:53: Shader JW/DoF_ps_vulkan compiled successfully.
10:38:53: _hlmsSamplerblockCreated
10:38:53: _hlmsSamplerblockCreated
10:38:53: _hlmsMacroblockCreated
10:38:53: Parsing script JWMirrorDepth.material
10:38:53: Shader JW/MirrorDepth_ps_vulkan compiled successfully.
10:38:53: _hlmsSamplerblockCreated
10:38:53: _hlmsSamplerblockCreated
10:38:53: _hlmsMacroblockCreated
10:38:53: Parsing script PccDepthCompressor.material
10:38:53: Shader PccDepthCompressor_ps_VK compiled successfully.
10:38:53: _hlmsSamplerblockCreated
10:38:53: _hlmsBlendblockCreated
10:38:53: Parsing script RadialDensityMask.material
10:38:53: Shader Ogre/Compositor/RadialDensityMask_vs_VK compiled successfully.
10:38:53: Shader Ogre/VR/RadialDensityMask_ps_VK compiled successfully.
10:38:53: Parsing script SelectionHalo.material
10:38:53: Shader JW/SelHalo_ps_VK compiled successfully.
10:38:53: _hlmsSamplerblockCreated
10:38:53: _hlmsSamplerblockCreated
10:38:53: Parsing script Sky.material
10:38:53: Shader Ogre/Sky/Cubemap_ps_VK compiled successfully.
10:38:53: _hlmsSamplerblockCreated
10:38:53: _hlmsSamplerblockCreated
10:38:53: Shader Ogre/Sky/Equirectangular_ps_VK compiled successfully.
10:38:53: _hlmsSamplerblockCreated
10:38:53: Parsing script EsmGaussianBlurLogFilter.material.json
10:38:53: _hlmsSamplerblockCreated
10:38:53: Parsing script Mipmaps.material.json
10:38:53: Finished parsing scripts for resource group General
10:38:53: Creating resources for group General
10:38:53: All done
10:38:53: Parsing scripts for resource group Internal
10:38:53: Finished parsing scripts for resource group Internal
10:38:53: Creating resources for group Internal
10:38:53: All done
10:38:53: Parsing scripts for resource group Popular
10:38:53: Parsing script JWNodes.compositor
10:38:53: Finished parsing scripts for resource group Popular
10:38:53: Creating resources for group Popular
10:38:53: All done
10:38:53: Trying presentMode = FIFO_KHR
10:38:53: Chosen presentMode = FIFO_KHR
10:38:53: surfaceCaps.currentTransform = 1
10:38:55: Trying presentMode = FIFO_KHR
10:38:55: Chosen presentMode = FIFO_KHR
10:38:55: surfaceCaps.currentTransform = 1
10:38:55: Trying presentMode = FIFO_KHR
10:38:55: Chosen presentMode = FIFO_KHR
10:38:55: surfaceCaps.currentTransform = 1
10:38:55: Trying presentMode = FIFO_KHR
10:38:55: Chosen presentMode = FIFO_KHR
10:38:55: surfaceCaps.currentTransform = 1
10:38:56: Trying presentMode = FIFO_KHR
10:38:56: Chosen presentMode = FIFO_KHR
10:38:56: surfaceCaps.currentTransform = 1
10:38:57: Trying presentMode = FIFO_KHR
10:38:57: Chosen presentMode = FIFO_KHR
10:38:57: surfaceCaps.currentTransform = 1
10:38:57: _hlmsMacroblockCreated
10:38:57: _hlmsBlendblockCreated
10:38:57: _hlmsSamplerblockCreated
10:38:57: _hlmsMacroblockCreated
10:38:57: _hlmsMacroblockCreated
10:38:57: Shader 100000000VertexShader_vs compiled successfully.
10:38:57: Shader 100000000PixelShader_ps compiled successfully.
10:38:57: Shader 300000000VertexShader_vs compiled successfully.
10:38:57: Shader 300000000PixelShader_ps compiled successfully.
10:38:57: _hlmsMacroblockCreated
10:38:57: Shader 300000001VertexShader_vs compiled successfully.
10:38:57: Shader 300000001PixelShader_ps compiled successfully.
10:38:57: _hlmsMacroblockCreated
10:38:57: _hlmsMacroblockCreated
10:38:57: Shader 100000001VertexShader_vs compiled successfully.
10:38:58: Shader 100000001PixelShader_ps compiled successfully.
10:38:58: Shader 100000002VertexShader_vs compiled successfully.
10:38:58: Shader 100000002PixelShader_ps compiled successfully.
10:38:58: _hlmsMacroblockCreated
10:38:58: _hlmsBlendblockCreated
10:38:58: _hlmsSamplerblockCreated
10:38:58: _hlmsMacroblockCreated
10:38:58: _hlmsMacroblockCreated
10:38:58: _hlmsMacroblockCreated
10:38:58: Trying presentMode = FIFO_KHR
10:38:58: Chosen presentMode = FIFO_KHR
10:38:58: surfaceCaps.currentTransform = 1
10:38:58: _hlmsMacroblockCreated
10:38:58: _hlmsBlendblockCreated
10:38:58: _hlmsSamplerblockCreated
10:38:58: _hlmsMacroblockCreated
10:38:58: _hlmsMacroblockCreated
10:38:58: _hlmsMacroblockCreated
10:38:59: _hlmsMacroblockCreated
10:38:59: _hlmsBlendblockCreated
10:38:59: _hlmsSamplerblockCreated
10:38:59: _hlmsMacroblockCreated
10:38:59: _hlmsMacroblockCreated
10:39:05: _hlmsMacroblockCreated
10:39:05: Trying presentMode = FIFO_KHR
10:39:05: Chosen presentMode = FIFO_KHR
10:39:05: surfaceCaps.currentTransform = 1
10:39:05: Trying presentMode = FIFO_KHR
10:39:05: Chosen presentMode = FIFO_KHR
10:39:05: surfaceCaps.currentTransform = 1
10:39:07: Trying presentMode = FIFO_KHR
10:39:07: Chosen presentMode = FIFO_KHR
10:39:07: surfaceCaps.currentTransform = 1
10:39:07: Trying presentMode = FIFO_KHR
10:39:07: Chosen presentMode = FIFO_KHR
10:39:07: surfaceCaps.currentTransform = 1
10:39:07: Trying presentMode = FIFO_KHR
10:39:07: Chosen presentMode = FIFO_KHR
10:39:07: surfaceCaps.currentTransform = 1
10:39:07: workspacePreUpdate with mirrors
10:39:07: passEarlyPreExecute with mirrors
10:39:07: Shader 300000002VertexShader_vs compiled successfully.
10:39:07: _hlmsMacroblockCreated
10:39:07: Shader 100000003VertexShader_vs compiled successfully.
10:39:07: _hlmsMacroblockCreated
10:39:07: _hlmsMacroblockCreated
10:39:08: _hlmsMacroblockCreated
10:39:08: Shader 100000004VertexShader_vs compiled successfully.
10:39:08: Shader 100000004PixelShader_ps compiled successfully.
10:39:08: Shader 100000005VertexShader_vs compiled successfully.
10:39:08: Shader 100000005PixelShader_ps compiled successfully.
10:39:08: Shader 100000006VertexShader_vs compiled successfully.
10:39:08: Shader 100000006PixelShader_ps compiled successfully.
10:39:09: Shader 100000007VertexShader_vs compiled successfully.
10:39:09: Shader 100000007PixelShader_ps compiled successfully.
10:39:09: Shader 100000008VertexShader_vs compiled successfully.
10:39:09: Shader 100000008PixelShader_ps compiled successfully.
10:39:09: Shader 100000009VertexShader_vs compiled successfully.
10:39:10: Shader 100000009PixelShader_ps compiled successfully.
10:39:10: Shader 100000010VertexShader_vs compiled successfully.
10:39:10: Shader 100000010PixelShader_ps compiled successfully.
10:39:10: Shader 300000003VertexShader_vs compiled successfully.
10:39:10: Shader 300000003PixelShader_ps compiled successfully.
10:39:10: _hlmsMacroblockCreated
10:39:10: Shader 100000011VertexShader_vs compiled successfully.
10:39:10: Shader 100000011PixelShader_ps compiled successfully.
10:39:11: Shader 100000012VertexShader_vs compiled successfully.
10:39:11: Shader 100000012PixelShader_ps compiled successfully.
10:39:11: _hlmsMacroblockCreated
10:39:11: Shader 300000004VertexShader_vs compiled successfully.
10:39:11: Shader 300000005VertexShader_vs compiled successfully.
10:39:11: Shader 300000005PixelShader_ps compiled successfully.
10:39:11: _hlmsMacroblockCreated
10:39:11: _hlmsBlendblockCreated
10:39:11: _hlmsSamplerblockCreated
10:39:11: _hlmsMacroblockCreated
10:39:11: _hlmsMacroblockCreated
10:39:12: Shader 100000013VertexShader_vs compiled successfully.
10:39:12: Shader 100000013PixelShader_ps compiled successfully.
10:39:12: Shader 100000014VertexShader_vs compiled successfully.
10:39:12: Shader 100000014PixelShader_ps compiled successfully.
10:39:12: Shader 100000015VertexShader_vs compiled successfully.
10:39:12: Shader 100000015PixelShader_ps compiled successfully.
10:39:13: Shader 100000016VertexShader_vs compiled successfully.
10:39:13: Shader 100000016PixelShader_ps compiled successfully.
10:39:13: Shader 100000017VertexShader_vs compiled successfully.
10:39:13: Shader 100000017PixelShader_ps compiled successfully.
10:39:13: Shader 100000018VertexShader_vs compiled successfully.
10:39:14: Shader 100000018PixelShader_ps compiled successfully.
10:39:14: _hlmsMacroblockCreated
10:39:14: workspacePreUpdate with mirrors
10:39:14: passEarlyPreExecute with mirrors
10:39:14: Trying presentMode = FIFO_KHR
10:39:14: Chosen presentMode = FIFO_KHR
10:39:14: surfaceCaps.currentTransform = 1
10:39:14: Trying presentMode = FIFO_KHR
10:39:14: Chosen presentMode = FIFO_KHR
10:39:14: surfaceCaps.currentTransform = 1
10:39:14: Trying presentMode = FIFO_KHR
10:39:14: Chosen presentMode = FIFO_KHR
10:39:14: surfaceCaps.currentTransform = 1
10:39:18: workspacePreUpdate with mirrors
10:39:18: passEarlyPreExecute with mirrors
10:39:18: OGRE EXCEPTION(3:RenderingAPIException): vkQueueSubmit failed
VkResult = VK_ERROR_DEVICE_LOST in void __thiscall Ogre::VulkanQueue::commitAndNextCommandBuffer(enum Ogre::SubmissionType::SubmissionType) at D:\MoreCode\Ogre\ogre-next-fork\RenderSystems\Vulkan\src\OgreVulkanQueue.cpp (line 1239)