Skip to content

VsgQt fails execution on Wayland #33

@VasanthBalguri

Description

@VasanthBalguri

Steps to reproduce:

  1. Run any one of vsgQt examples with valid arguments in wayland based DE
  2. It fails with following error

terminate called after throwing an instance of 'vsg::Exception'

To be precise it fails at following line

if (!traits->device) traits->device = window->windowAdapter->getOrCreateDevice();

with exception message

Error: vsg::Window::create(...) failed to create Window, no suitable Vulkan PhysicalDevice available.

This might be issue related to vulkan on wayland that I am not sure, strangely it works on X11.

I will dig into this further, but for now creating a issue for reference. Please let me know if it works fine for others on wayland.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions