x11: cog on VirtualBox Ubuntu 20.04 seg fault core dumped #640
-
Hi, I'm trying to get cog to run on a Ubuntu VM running 20.04.4 which has graphics llvmpipe and Windowing System X11. I am seeing this issue with the simple steps: install cog / wpewebkit etc. from Ubuntu with sudo apt install. Run cog with $ cog https://google.com error:
So, I run weston to create the display first, and then run cog to get:
I have tried building cog with x11 platform with $ COG_MODULEDIR=$PWD/platform ./launcher/cog --platform=x11 https://www.igalia.com and this does launch a window for a moment, but then crashes.
Weston log:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I've learnt more and managed to fix my issue.
Hope this might help others. |
Beta Was this translation helpful? Give feedback.
I've learnt more and managed to fix my issue.
To get cog to work on VirtualBox VM Ubuntu 20.04 I:
Hope this might help others.