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

Canvas is out of response after the first draw #51

Open
ptazithos opened this issue Dec 4, 2024 · 0 comments
Open

Canvas is out of response after the first draw #51

ptazithos opened this issue Dec 4, 2024 · 0 comments

Comments

@ptazithos
Copy link

ptazithos commented Dec 4, 2024

Hi. As described in the title, fuzzpaint's canvas was out of response after I tried to draw a line.

App Logs:

[2024-12-04T09:56:43Z DEBUG sctk] Bound new global [51] wl_output v4
[2024-12-04T09:56:43Z DEBUG sctk] Bound new global [9] zxdg_output_manager_v1 v3
[2024-12-04T09:56:43Z DEBUG sctk] Bound new global [1] wl_seat v7
[2024-12-04T09:56:43Z DEBUG sctk] Bound new global [10] wp_cursor_shape_manager_v1 v1
[2024-12-04T09:56:43Z DEBUG sctk] supported wl_shm format Argb8888
[2024-12-04T09:56:43Z DEBUG sctk] supported wl_shm format Xrgb8888
[2024-12-04T09:56:43Z DEBUG sctk] supported wl_shm format Xbgr8888
[2024-12-04T09:56:43Z DEBUG sctk] supported wl_shm format Abgr8888
[2024-12-04T09:56:43Z DEBUG sctk] supported wl_shm format Xrgb2101010
[2024-12-04T09:56:43Z DEBUG sctk] supported wl_shm format Argb2101010
[2024-12-04T09:56:43Z DEBUG sctk] supported wl_shm format Xbgr2101010
[2024-12-04T09:56:43Z DEBUG sctk] supported wl_shm format Abgr2101010
[2024-12-04T09:56:43Z INFO  vulkan] [GENERAL] Loader Message - linux_read_sorted_physical_devices:
[2024-12-04T09:56:43Z INFO  vulkan] [GENERAL] Loader Message -      Original order:
[2024-12-04T09:56:43Z INFO  vulkan] [GENERAL] Loader Message -            [0] Intel(R) Xe Graphics (TGL GT2)
[2024-12-04T09:56:43Z INFO  vulkan] [GENERAL] Loader Message -      Sorted order:
[2024-12-04T09:56:43Z INFO  vulkan] [GENERAL] Loader Message -            [0] Intel(R) Xe Graphics (TGL GT2)  
[2024-12-04T09:56:43Z INFO  vulkan] [GENERAL] Loader Message - linux_read_sorted_physical_devices:
[2024-12-04T09:56:43Z INFO  vulkan] [GENERAL] Loader Message -      Original order:
[2024-12-04T09:56:43Z INFO  vulkan] [GENERAL] Loader Message -            [0] Intel(R) Xe Graphics (TGL GT2)
[2024-12-04T09:56:43Z INFO  vulkan] [GENERAL] Loader Message -      Sorted order:
[2024-12-04T09:56:43Z INFO  vulkan] [GENERAL] Loader Message -            [0] Intel(R) Xe Graphics (TGL GT2)  
[2024-12-04T09:56:43Z INFO  vulkan] [GENERAL] Loader Message - Removing driver /usr/lib/libvulkan_intel_hasvk.so due to not having any physical devices
[2024-12-04T09:56:43Z INFO  fuzzpaint::render_device] Chose physical device Intel(R) Xe Graphics (TGL GT2) (Some("Mesa 24.2.7-arch1.1"))
[2024-12-04T09:56:43Z INFO  vulkan] [GENERAL] Loader Message - vkCreateDevice layer callstack setup to:
[2024-12-04T09:56:43Z INFO  vulkan] [GENERAL] Loader Message -    <Application>
[2024-12-04T09:56:43Z INFO  vulkan] [GENERAL] Loader Message -      ||
[2024-12-04T09:56:43Z INFO  vulkan] [GENERAL] Loader Message -    <Loader>
[2024-12-04T09:56:43Z INFO  vulkan] [GENERAL] Loader Message -      ||
[2024-12-04T09:56:43Z INFO  vulkan] [GENERAL] Loader Message -    <Device>
[2024-12-04T09:56:43Z INFO  vulkan] [GENERAL] Loader Message -        Using "Intel(R) Xe Graphics (TGL GT2)" with driver: "/usr/lib/libvulkan_intel.so"
[2024-12-04T09:56:44Z INFO  fuzzpaint::global::hotkeys] hotkeys not found, defaulting
[2024-12-04T09:56:44Z DEBUG sctk] Bound new global [1] wl_seat v7
[2024-12-04T09:56:44Z INFO  fuzzpaint::renderer::gpu_tess] Tess workgroup size: 1024
[2024-12-04T09:56:50Z ERROR fuzzpaint] Helper task exited with err, runtime terminated:
    the currently bound graphics pipeline requires the `DynamicState::Viewport` dynamic state, but this state was either not set, or it was overwritten by a more recent `bind_pipeline_graphics` command (Vulkan VUIDs: VUID-vkCmdDrawIndirect-None-07831)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant