OS: Ubuntu
I installed Zeal using the sudo apt install zeal command.
It launched from the start menu successfully once, but never a second time.
I launched Zeal from the terminal from the terminal. Below is what I got:
zeal
zeal.core.applicationsingleton: Singleton ID: hltFqz9aCDOwaAQesqn_G324AqLHh3IY62bXINMT_y8
zeal.core.applicationsingleton: Starting as a primary instance. (PID: 15401)
GBM is not supported with the current configuration. Fallback to Vulkan rendering in Chromium.
malloc(): invalid size (unsorted)
Aborted (core dumped)
I looked into this a while back and concluded Zeal was somehow loading the wrong Qt .so files.
I was able to fix this a while back by building Zeal from source.
I recently re-flashed my OS and do not feel like going through the hassle again.
Note to developers:
Try rebuilding Zeal with a brand new flashed Ubuntu OS with no previously installed packages. I think this would help spot where the issue is.
OS: Ubuntu
I installed Zeal using the
sudo apt install zealcommand.It launched from the start menu successfully once, but never a second time.
I launched Zeal from the terminal from the terminal. Below is what I got:
I looked into this a while back and concluded Zeal was somehow loading the wrong Qt .so files.
I was able to fix this a while back by building Zeal from source.
I recently re-flashed my OS and do not feel like going through the hassle again.
Note to developers:
Try rebuilding Zeal with a brand new flashed Ubuntu OS with no previously installed packages. I think this would help spot where the issue is.