ubuntu 19.10 OpenGL crashed

PanoK
Posts: 6
Joined: 08 May 2020 21:16

ubuntu 19.10 OpenGL crashed

Post by PanoK »

Hello my friends.So i am trying to install Radium but i get this weird message/All other music apps work fine including Renoise,Reaper and sunvox.Any ideas?

OpenGL crashed. There is something wrong with your computer. Radium can not start. It might help to update the GFX driver.
kjetil
Site Admin
Posts: 582
Joined: 20 Jul 2017 20:45

Re: ubuntu 19.10 OpenGL crashed

Post by kjetil »

I don't know. You get that message when a small test program crashed. The program does nothing else than start OpenGL.

You can try to run it manually. This should print "success":

Code: Select all

bin/radium_check_opengl && echo "success"
PanoK
Posts: 6
Joined: 08 May 2020 21:16

Re: ubuntu 19.10 OpenGL crashed

Post by PanoK »

kjetil wrote: 09 May 2020 08:59 I don't know. You get that message when a small test program crashed. The program does nothing else than start OpenGL.

You can try to run it manually. This should print "success":

Code: Select all

bin/radium_check_opengl && echo "success"
This what i get
bin/radium_check_opengl && echo "success"
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
success
kjetil
Site Admin
Posts: 582
Joined: 20 Jul 2017 20:45

Re: ubuntu 19.10 OpenGL crashed

Post by kjetil »

Can you run this too?

Code: Select all

cd radium
LD_LIBRARY_PATH=`pwd`/bin/packages/libxcb-1.13/src/.libs bin/radium_check_opengl && echo "success"
PanoK
Posts: 6
Joined: 08 May 2020 21:16

Re: ubuntu 19.10 OpenGL crashed

Post by PanoK »

kjetil wrote: 09 May 2020 11:19 Can you run this too?

Code: Select all

cd radium
LD_LIBRARY_PATH=`pwd`/bin/packages/libxcb-1.13/src/.libs bin/radium_check_opengl && echo "success"
cd radium
bash: cd: radium: No such file or directory
panos@panos-desktop:~/Downloads/radium_64bit_linux-5.9.98-demo$ LD_LIBRARY_PATH=`pwd`/bin/packages/libxcb-1.13/src/.libs bin/radium_check_opengl && echo "success"
kjetil
Site Admin
Posts: 582
Joined: 20 Jul 2017 20:45

Re: ubuntu 19.10 OpenGL crashed

Post by kjetil »

I mean, can you run this?

Code: Select all

cd ~/Downloads/radium_64bit_linux-5.9.98-demo
LD_LIBRARY_PATH=`pwd`/bin/packages/libxcb-1.13/src/.libs bin/radium_check_opengl && echo "success"
PanoK
Posts: 6
Joined: 08 May 2020 21:16

Re: ubuntu 19.10 OpenGL crashed

Post by PanoK »

kjetil wrote: 09 May 2020 11:36 I mean, can you run this?

Code: Select all

cd ~/Downloads/radium_64bit_linux-5.9.98-demo
LD_LIBRARY_PATH=`pwd`/bin/packages/libxcb-1.13/src/.libs bin/radium_check_opengl && echo "success"
cd ~/Downloads/radium_64bit_linux-5.9.98-demo
panos@panos-desktop:~/Downloads/radium_64bit_linux-5.9.98-demo$ LD_LIBRARY_PATH=`pwd`/bin/packages/libxcb-1.13/src/.libs bin/radium_check_opengl && echo "success"
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
success
kjetil
Site Admin
Posts: 582
Joined: 20 Jul 2017 20:45

Re: ubuntu 19.10 OpenGL crashed

Post by kjetil »

Forget last post. You did it right. Can you try this?

Code: Select all

cd ~/Downloads/radium_64bit_linux-5.9.98-demo
THIS_DIR=`pwd`
LIB_DIR="$THIS_DIR/lib"
export LD_LIBRARY_PATH="$LIB_DIR"${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
export QT_QPA_PLATFORM_PLUGIN_PATH="$THIS_DIR/bin/qt5_plugins"

LD_LIBRARY_PATH=`pwd`/lib bin/radium_check_opengl && echo "success1"
LD_LIBRARY_PATH=`pwd`/bin/packages/libxcb-1.13/src/.libs:`pwd`/lib bin/radium_check_opengl && echo "success2"
PanoK
Posts: 6
Joined: 08 May 2020 21:16

Re: ubuntu 19.10 OpenGL crashed

Post by PanoK »

kjetil wrote: 09 May 2020 11:46 Forget last post. You did it right. Can you try this?

Code: Select all

cd ~/Downloads/radium_64bit_linux-5.9.98-demo
THIS_DIR=`pwd`
LIB_DIR="$THIS_DIR/lib"
export LD_LIBRARY_PATH="$LIB_DIR"${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
export QT_QPA_PLATFORM_PLUGIN_PATH="$THIS_DIR/bin/qt5_plugins"

LD_LIBRARY_PATH=`pwd`/lib bin/radium_check_opengl && echo "success1"
LD_LIBRARY_PATH=`pwd`/bin/packages/libxcb-1.13/src/.libs:`pwd`/lib bin/radium_check_opengl && echo "success2"

I am using AMD 2200G APU can that be a problem?

panos@panos-desktop:~$ cd ~/Downloads/radium_64bit_linux-5.9.98-demo
panos@panos-desktop:~/Downloads/radium_64bit_linux-5.9.98-demo$ THIS_DIR=`pwd`
panos@panos-desktop:~/Downloads/radium_64bit_linux-5.9.98-demo$ LIB_DIR="$THIS_DIR/lib"
panos@panos-desktop:~/Downloads/radium_64bit_linux-5.9.98-demo$ export LD_LIBRARY_PATH="$LIB_DIR"${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
panos@panos-desktop:~/Downloads/radium_64bit_linux-5.9.98-demo$ export QT_QPA_PLATFORM_PLUGIN_PATH="$THIS_DIR/bin/qt5_plugins"
panos@panos-desktop:~/Downloads/radium_64bit_linux-5.9.98-demo$
panos@panos-desktop:~/Downloads/radium_64bit_linux-5.9.98-demo$ LD_LIBRARY_PATH=`pwd`/lib bin/radium_check_opengl && echo "success1"
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
libGL error: MESA-LOADER: failed to open radeonsi (search paths /usr/lib/x86_64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri)
libGL error: failed to load driver: radeonsi
libGL error: MESA-LOADER: failed to open swrast (search paths /usr/lib/x86_64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri)
libGL error: failed to load driver: swrast
Segmentation fault (core dumped)
panos@panos-desktop:~/Downloads/radium_64bit_linux-5.9.98-demo$ LD_LIBRARY_PATH=`pwd`/bin/packages/libxcb-1.13/src/.libs:`pwd`/lib bin/radium_check_opengl && echo "success2"
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
libGL error: MESA-LOADER: failed to open radeonsi (search paths /usr/lib/x86_64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri)
libGL error: failed to load driver: radeonsi
libGL error: MESA-LOADER: failed to open swrast (search paths /usr/lib/x86_64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri)
libGL error: failed to load driver: swrast
Segmentation fault (core dumped)
panos@panos-desktop:~/Downloads/radium_64bit_linux-5.9.98-demo$
kjetil
Site Admin
Posts: 582
Joined: 20 Jul 2017 20:45

Re: ubuntu 19.10 OpenGL crashed

Post by kjetil »

No, it's not the CPU, it's the GFX card driver. I've seen it before. The AMD opengl driver won't start if you use a custom Qt library. Perhaps it tries to start a configuration GUI or something. Sorry, I don't have a solution.
Post Reply