cargo run --release
Finished release profile [optimized] target(s) in 0.26s
Running target/release/ants
2024-07-08T04:11:58.464078Z INFO bevy_render::renderer: AdapterInfo { name: "Apple M3", vendor: 0, device: 0, device_type: IntegratedGpu, driver: "", driver_info: "", backend: Metal }
2024-07-08T04:11:58.472203Z INFO bevy_winit::system: Creating new window "Ants" (0v0)
2024-07-08T04:11:58.501893Z INFO bevy_diagnostic::system_information_diagnostics_plugin::internal: SystemInfo { os: "MacOS 14.5 ", kernel: "23.5.0", cpu: "Apple M3", core_count: "8", memory: "24.0 GiB" }
2024-07-08 12:11:58.542 ants[62456:32927782] CAMetalLayer ignoring invalid setDrawableSize width=4294967295.000000 height=4294967295.000000
2024-07-08T04:11:58.542755Z ERROR wgpu::backend::direct: Handling wgpu errors as fatal by default
thread 'Compute Task Pool (3)' panicked at /Users/a1-6/.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_texture
note: label = main_texture_a
Dimension X value 4294967295 exceeds the limit of 16384
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
Encountered a panic in system bevy_render::view::prepare_view_targets!
thread 'Compute Task Pool (1)' panicked at /Users/a1-6/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_render-0.11.0/src/pipelined_rendering.rs:135:45:
called Result::unwrap() on an Err value: RecvError
a1-6@1-6deMacBook-Air ~/Desktop/gcl/rust-ants-colony-simulation main [101] @ cargo run --release RUST_BACKTRAC
E=1
Finished release profile [optimized] target(s) in 0.11s
Running target/release/ants RUST_BACKTRACE=1
2024-07-08T04:12:16.913638Z INFO bevy_render::renderer: AdapterInfo { name: "Apple M3", vendor: 0, device: 0, device_type: IntegratedGpu, driver: "", driver_info: "", backend: Metal }
2024-07-08T04:12:16.921830Z INFO bevy_winit::system: Creating new window "Ants" (0v0)
2024-07-08T04:12:16.952075Z INFO bevy_diagnostic::system_information_diagnostics_plugin::internal: SystemInfo { os: "MacOS 14.5 ", kernel: "23.5.0", cpu: "Apple M3", core_count: "8", memory: "24.0 GiB" }
2024-07-08 12:12:16.990 ants[62508:32928318] CAMetalLayer ignoring invalid setDrawableSize width=4294967295.000000 height=4294967295.000000
2024-07-08T04:12:16.990827Z ERROR wgpu::backend::direct: Handling wgpu errors as fatal by default
thread 'Compute Task Pool (0)' panicked at /Users/a1-6/.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_texture
note: label = main_texture_a
Dimension X value 4294967295 exceeds the limit of 16384
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
Encountered a panic in system bevy_render::view::prepare_view_targets!
thread 'main' panicked at /Users/a1-6/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_render-0.11.0/src/pipelined_rendering.rs:135:45:
called Result::unwrap() on an Err value: RecvError
cargo run --release
Finished
releaseprofile [optimized] target(s) in 0.26sRunning
target/release/ants2024-07-08T04:11:58.464078Z INFO bevy_render::renderer: AdapterInfo { name: "Apple M3", vendor: 0, device: 0, device_type: IntegratedGpu, driver: "", driver_info: "", backend: Metal }
2024-07-08T04:11:58.472203Z INFO bevy_winit::system: Creating new window "Ants" (0v0)
2024-07-08T04:11:58.501893Z INFO bevy_diagnostic::system_information_diagnostics_plugin::internal: SystemInfo { os: "MacOS 14.5 ", kernel: "23.5.0", cpu: "Apple M3", core_count: "8", memory: "24.0 GiB" }
2024-07-08 12:11:58.542 ants[62456:32927782] CAMetalLayer ignoring invalid setDrawableSize width=4294967295.000000 height=4294967295.000000
2024-07-08T04:11:58.542755Z ERROR wgpu::backend::direct: Handling wgpu errors as fatal by default
thread 'Compute Task Pool (3)' panicked at /Users/a1-6/.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_texture
note: label =
main_texture_aDimension X value 4294967295 exceeds the limit of 16384
note: run with
RUST_BACKTRACE=1environment variable to display a backtraceEncountered a panic in system
bevy_render::view::prepare_view_targets!thread 'Compute Task Pool (1)' panicked at /Users/a1-6/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_render-0.11.0/src/pipelined_rendering.rs:135:45:
called
Result::unwrap()on anErrvalue: RecvErrora1-6@1-6deMacBook-Air ~/Desktop/gcl/rust-ants-colony-simulation main [101] @ cargo run --release RUST_BACKTRAC
E=1
Finished
releaseprofile [optimized] target(s) in 0.11sRunning
target/release/ants RUST_BACKTRACE=12024-07-08T04:12:16.913638Z INFO bevy_render::renderer: AdapterInfo { name: "Apple M3", vendor: 0, device: 0, device_type: IntegratedGpu, driver: "", driver_info: "", backend: Metal }
2024-07-08T04:12:16.921830Z INFO bevy_winit::system: Creating new window "Ants" (0v0)
2024-07-08T04:12:16.952075Z INFO bevy_diagnostic::system_information_diagnostics_plugin::internal: SystemInfo { os: "MacOS 14.5 ", kernel: "23.5.0", cpu: "Apple M3", core_count: "8", memory: "24.0 GiB" }
2024-07-08 12:12:16.990 ants[62508:32928318] CAMetalLayer ignoring invalid setDrawableSize width=4294967295.000000 height=4294967295.000000
2024-07-08T04:12:16.990827Z ERROR wgpu::backend::direct: Handling wgpu errors as fatal by default
thread 'Compute Task Pool (0)' panicked at /Users/a1-6/.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_texture
note: label =
main_texture_aDimension X value 4294967295 exceeds the limit of 16384
note: run with
RUST_BACKTRACE=1environment variable to display a backtraceEncountered a panic in system
bevy_render::view::prepare_view_targets!thread 'main' panicked at /Users/a1-6/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_render-0.11.0/src/pipelined_rendering.rs:135:45:
called
Result::unwrap()on anErrvalue: RecvError