#crazy error message on ubuntu please help

1 messages · Page 1 of 1 (latest)

wild gate
#

Ubuntu 20.04 Gnome wayland

happens with Defaultplugins and examples

2023-10-12T17:26:39.455806Z  INFO bevy_winit::system: Creating new window "Fiberslice-5D" (0v0)
2023-10-12T17:26:39.458188Z ERROR sctk_adwaita::config: XDG Settings Portal did not return response in time: timeout: 100ms, key: color-scheme    
MESA-INTEL: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0

2023-10-12T17:26:41.657121Z ERROR wgpu_hal::vulkan::adapter: get_physical_device_surface_support: Initialization of an object has failed    
2023-10-12T17:26:41.658694Z  INFO bevy_render::renderer: AdapterInfo { name: "Mesa Intel(R) Xe Graphics (TGL GT2)", vendor: 32902, device: 0, device_type: IntegratedGpu, driver: "", driver_info: "", backend: Gl }
../src/intel/isl/isl.c:2105: FINISHME: ../src/intel/isl/isl.c:isl_surf_supports_ccs: CCS for 3D textures is disabled, but a workaround is available.
2023-10-12T17:26:41.670768Z  WARN bevy_pbr::ssao: ScreenSpaceAmbientOcclusionPlugin not loaded. GPU lacks support: TextureFormat::R16Float does not support TextureUsages::STORAGE_BINDING.
2023-10-12T17:26:42.465548Z ERROR wgpu::backend::direct: Shader translation error for stage ShaderStages(FRAGMENT): gsamplerCubeArrayShadow isn't supported in textureGrad, textureLod or texture with bias    
2023-10-12T17:26:42.465563Z ERROR wgpu::backend::direct: Please report it to https://github.com/gfx-rs/naga    
2023-10-12T17:26:42.465573Z ERROR wgpu::backend::direct: Handling wgpu errors as fatal by default    
thread 'Compute Task Pool (2)' panicked at /home/gotzi/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.16.3/src/backend/direct.rs:3019:5:
wgpu error: Validation Error

Caused by:
    In Device::create_render_pipeline
      note: label = `pbr_opaque_mesh_pipeline`
    Internal error in ShaderStages(FRAGMENT) shader: gsamplerCubeArrayShadow isn't supported in textureGrad, textureLod or texture with bias


note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Encountered a panic in system `bevy_render::render_resource::pipeline_cache::PipelineCache::process_pipeline_queue_system`!
thread 'Compute Task Pool (1)' panicked at /home/gotzi/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_render-0.11.2/src/pipelined_rendering.rs:143:45:
called `Result::unwrap()` on an `Err` value: RecvError

thanks for your help

fickle axle
#

(especially check if you have the wayland ones)

wild gate
#

same issue

#

on x11 I am able to start

fickle axle
#

at least the first exception

#

you might also be missing your gpu's vulkan packages. vulkan-intel considering the message content I'm guessing