Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

When I try to run this on linux using wine in immediately crashes with this error:

0120:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION2024-10-28T03:01:38.442134Z  INFO bevy_diagnostic::system_information_diagnostics_plugin::internal: SystemInfo { os: "Windows 10 Pro", kernel:"18362", cpu: "Intel(R) Core(TM) i7-8650U CPU @ 1.90GHz", core_count: "4", memory: "23.2 GiB" }2024-10-28T03:01:38.511126Z  INFO bevy_render::renderer: AdapterInfo { name: "NVIDIA GeForce MX150", vendor: 4318, device: 7442, device_type: DiscreteGpu, driver: "NVIDIA", driver_info: "560.35.03", backend: Vulkan 

2024-10-28T03:01:38.782703Z  INFO bevy_winit::system: Creating new window

 "bevy spooky game" (Entity { index: 0, generation: 1 })

setup

100

200

300

thread 'Compute Task Pool (0)' panicked at /home/user/.cargo/registry/src/index.crates.io-6f17d22bba15001f

/bevy_render-0.14.2/src/view/window/mod.rs:336:29:Error configuring surface: The underlying surface has changed, and therefore the swap chain must be updated

note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Encountered a panic in system `bevy_render::view::window::prepare_windows`!

(+1)

I will try to fix that

(+1)

I was able to run this under wine by switching from wayland to xorg. I've now seen the same error on a couple of bevy games running under wine+wayland so it's probably either something wrong in my environment or an underlying bevy issue.