emerald icon indicating copy to clipboard operation
emerald copied to clipboard

App crashes when linux goes into sleep mode

Open Bombfuse opened this issue 1 year ago • 0 comments

panic: PanicInfo { payload: Any { .. }, message: Some(wgpu error: Validation Error

Caused by:
    In a RenderPass
      note: encoder = `Encoder: "render texture 1"`
    In a pass parameter
      note: command buffer = `Encoder: "render texture 1"`
    Attempted to use a texture (mips 0..1 layers 0..1) with conflicting usages. Current usage RESOURCE and new usage COLOR_TARGET. COLOR_TARGET is an exclusive usage and cannot be used with any otherusages within the usage scope (renderpass or compute dispatch).

), location: Location { file: "/home/clay/.cargo/registry/src/github.com-1ecc6299db9ec823/wgpu-0.14.2/src/backend/direct.rs", line: 2403, col: 5 }, can_unwind: true }

Bombfuse avatar Apr 24 '23 01:04 Bombfuse