coslyk / moonplayer

Video player that can play online videos from youtube, bilibili etc.
https://coslyk.github.io/moonplayer.html
GNU General Public License v3.0
631 stars 93 forks source link

error libopengl #117

Closed lucasmz1 closed 1 year ago

lucasmz1 commented 2 years ago

missing libopengl in fedora 35 by the way wich version of ubuntu are you using to compile this app?

coslyk commented 2 years ago

Are you using the AppImage version? I compile it on Ubuntu 18.04 because it is the oldest version supported by Github Actions.

lucasmz1 commented 2 years ago

yes I am using appimage. I suggest you made a better script to run it, a better apprun.

lucasmz1 commented 2 years ago

can you make a appimage for armhf from your moonplayer?

coslyk commented 2 years ago

libopengl.0.so is excluded from the AppImage because it is hardware dependent (Check https://github.com/AppImage/pkg2appimage/blob/master/excludelist#L50).

Make sure you have install graphic driver properly.