Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't use two cameras #111

Closed
MiniMinerX opened this issue Jul 7, 2024 · 2 comments
Closed

Can't use two cameras #111

MiniMinerX opened this issue Jul 7, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@MiniMinerX
Copy link

Finished release profile [optimized] target(s) in 26.51s
Running target\release\mod_moco_app.exe
2024-07-07T06:48:32.677923Z INFO bevy_winit::system: Creating new window "App" (0v1)
2024-07-07T06:48:33.510099Z INFO bevy_render::renderer: AdapterInfo { name: "NVIDIA GeForce RTX 4080 Laptop GPU", vendor: 4318, device: 10208, device_type: DiscreteGpu, driver: "NVIDIA", driver_info: "556.12", backend: Vulkan }
2024-07-07T06:48:34.188173Z ERROR space_editor_ui::meshless_visualizer: Failed to dynamic load assets. Loading defaults from memory
2024-07-07T06:48:34.195802Z INFO space_bevy_xpbd_plugin: Add bevy_xpbd_3d plugin to editor
BevyXpbdPlugin::build
2024-07-07T06:48:34.229887Z INFO space_editor_ui: Set start state
2024-07-07T06:48:34.573378Z INFO bevy_diagnostic::system_information_diagnostics_plugin::internal: SystemInfo { os: "Windows 11 Home", kernel: "22631", cpu: "13th Gen Intel(R) Core(TM) i9-13900HX", core_count: "24", memory: "31.7 GiB" }
2024-07-07T06:48:34.652806Z INFO space_editor_ui::game_view: Window scale factor: 1.5 egui scale factor: 1
2024-07-07T06:48:34.707773Z INFO space_editor_ui::game_view: Window scale factor: 1.5 egui scale factor: 1
2024-07-07T06:48:34.712830Z INFO space_editor_ui::game_view: Window scale factor: 1.5 egui scale factor: 1
2024-07-07T06:48:35.118646Z INFO space_editor_ui::game_view: Window scale factor: 1.5 egui scale factor: 1
2024-07-07T06:48:42.246221Z ERROR log: Handling wgpu errors as fatal by default

thread '' panicked at C:\Users\minim.cargo\registry\src\index.crates.io-6f17d22bba15001f\wgpu-0.19.4\src\backend\wgpu_core.rs:3006:5:
wgpu error: Validation Error

Caused by:
In a RenderPass
note: encoder = <CommandBuffer-(0, 389, Vulkan)>
In a set_bind_group command
note: bind group = gaussian_view_bind_group
Dynamic binding offset index 0 with offset 14720 would overrun the buffer bound to bind group 0 -> binding 0. Buffer size is 7680 bytes, the binding binds bytes 0..608, meaning the maximum the binding can be offset is 7072 bytes

note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
Encountered a panic in exclusive system bevy_render::renderer::render_system!
thread 'main' panicked at C:\Users\minim.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_render-0.13.2\src\pipelined_rendering.rs:49:67:

@mosure mosure added the bug Something isn't working label Jul 7, 2024
@mosure
Copy link
Owner

mosure commented Jul 7, 2024

related issue: #47

@MiniMinerX
Copy link
Author

Thanks I didn't realize, I'll work on solving the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants