Livox Viewer 2 - Ubuntu 2023-02-07 Crash after Splashscreen #226
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Ubuntu 22.04 fresh install
Livox Viewer 2 - Ubuntu 2023-02-07 starting, showing splashscreen with turning round circle, and closes
LOG attached
Notebook Lenovo IdeaPad 5 Pro 16ACH6, AMD Ryzen 5 5600H (3.3 Ghz), RAM 16 ГБ, SSD 512 ГБ, AMD Radeon Graphics - 4Gb
CrashContext.runtime-xml.txt
Diagnostics.txt
LivoxViewer2.log
I also faced the same issue, I solved it by upgrading the mesa library. The latest version of that library is not available on ubuntu(20.04) ppa.
Run the below command to check the version of the mesa library.
glxinfo | grep "OpenGL version"Run the commands below to upgrade mesa library
sudo add-apt-repository ppa:kisak/kisak-mesasudo apt updatesudo apt upgradedoesnt work for me, did anyone find success with it?