You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
日志如下:
2024-10-23T17:53:46.879786Z ERROR log: Handling wgpu errors as fatal by default
thread '' panicked at C:\Users\runneradmin/.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, 1475, Vulkan)>
In a set_viewport command
Viewport has invalid rect Rect { x: 1291.0, y: 77.0, w: 618.0, h: 347.0 }; origin and/or size is less than or equal to 0, and/or is not contained in the render target (1280, 720, 1)
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
Encountered a panic in exclusive system bevy_render::renderer::render_system!
thread 'Compute Task Pool (2)' panicked at C:\Users\runneradmin/.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_render-0.13.2\src\pipelined_rendering.rs:49:67:
called Result::unwrap() on an Err value: RecvError
The text was updated successfully, but these errors were encountered:
日志如下:
2024-10-23T17:53:46.879786Z ERROR log: Handling wgpu errors as fatal by default
thread '' panicked at C:\Users\runneradmin/.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, 1475, Vulkan)>
In a set_viewport command
Viewport has invalid rect Rect { x: 1291.0, y: 77.0, w: 618.0, h: 347.0 }; origin and/or size is less than or equal to 0, and/or is not contained in the render target (1280, 720, 1)
note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceEncountered a panic in exclusive system
bevy_render::renderer::render_system
!thread 'Compute Task Pool (2)' panicked at C:\Users\runneradmin/.cargo\registry\src\index.crates.io-6f17d22bba15001f\bevy_render-0.13.2\src\pipelined_rendering.rs:49:67:
called
Result::unwrap()
on anErr
value: RecvErrorThe text was updated successfully, but these errors were encountered: