Coder Social home page Coder Social logo

Crash with mesa-git and wayland about airshipper HOT 4 OPEN

veloren avatar veloren commented on September 7, 2024
Crash with mesa-git and wayland

from airshipper.

Comments (4)

rosefromthedead avatar rosefromthedead commented on September 7, 2024 1

@TheJackiMonster airshipper does not use vulkan directly, it uses iced (and iced-wgpu), which in turn interact with vulkan. The driver selection is handled by iced.

from airshipper.

Songtronix avatar Songtronix commented on September 7, 2024

I do not use Wayland myself so it's going to be hard for me to find the cause and fix it. I can only recommend using the cli then :/

from airshipper.

rosefromthedead avatar rosefromthedead commented on September 7, 2024

The cause of this is the wrong vulkan impl being selected - lavapipe is a software renderer and also doesn't seem to like working on wayland. It's happening on my machine but can be fixed by specifying VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/radeon_icd.x86_64.json to force it to use radv instead of lavapipe. I don't know why lavapipe is being selected at all, given all other vulkan apps on my system happily choose radv by default. I just ran an example from iced master and can confirm it selected radv on its own (and fwiw also doesn't work if i specify lavapipe) - maybe this can be fixed by just updating iced?

from airshipper.

TheJackiMonster avatar TheJackiMonster commented on September 7, 2024

@rosehuds I have also some experience with Vulkan. If that's the issue then the application has to select the proper device to fix this. Generally you can specify exactly which physical device to use in the Vulkan API (depending on features, index, extensions or name). So this should be something to fix on application level.

from airshipper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.