Opened 5 days ago
Closed 24 hours ago
#2493 closed defect (fixed)
Marble doesn't launch when booting from ISO
Reported by: | sanak | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | OSGeoLive17.0 |
Component: | OSGeoLive | Keywords: | |
Cc: | osgeolive@… |
Description
Marble doesn't launch from Geospatial / Navigation and Maps / Marble
menu in OSGeoLive 17 alpha2.
When executing marble-qt
, I encountered the following error.
MESA: error: ZINK: vkCreateInstance failed (VK_ERROR_INCOMPATIBLE_DRIVER) glx: failed to create drisw screen [11303:11303:1103/144152.411360:FATAL:credentials.cc(125)] Check failed: . : Permission denied (13) Trace/breakpoint trap (core dumped)
Change History (6)
comment:1 by , 4 days ago
comment:2 by , 4 days ago
Summary: | Marble doesn't launch → Marble doesn't launch when booting from ISO |
---|
follow-up: 5 comment:3 by , 4 days ago
It may be related to the mesa-vulkan-drivers removal to save space in the iso:
comment:4 by , 4 days ago
Priority: | normal → major |
---|
comment:5 by , 4 days ago
Replying to kalxas:
It may be related to the mesa-vulkan-drivers removal to save space in the iso:
Thanks for the information.
I installed mesa-vulkan-drivers
by executing sudo apt-get update
and sudo apt install mesa-vulkan-drivers
in booting ISO environment, but marble-qt
still shows error, so it seems not to be the cause.
I will try to create workaround fix marble-qt
=> QTWEBENGINE_DISABLE_SANDBOX=1 marble-qt
from desktop shortcut, later.
Note that the error only occurs when trying Lubuntu live mode (boot from ISO), and it doesn't happen after installing Lubuntu to VirtualBox.
marble-qt --debug-info
didn't show an useful information,but
sudo dmesg -T | grep marble
showed the following information.From googling
Ubuntu libQt5WebEngineCore AppArmor
, I found the following article.[Error when running scide built from source on Ubuntu 24.04 - Questions - scsynth]
https://scsynth.org/t/error-when-running-scide-built-from-source-on-ubuntu-24-04/8808
And I confirmed that executing
QTWEBENGINE_DISABLE_SANDBOX=1 marble-qt
can launch the app,but I am not sure whether this is a correct fix, because I am not familiar with new AppArmor from Ubuntu 24.04.