linuxstb / pidvbip

tvheadend client for the Raspberry Pi
http://www.pidvbip.org
GNU General Public License v2.0
53 stars 22 forks source link

assertion failure:graphics.c:269:gx_priv_restore():egl_result #5

Open TonivdW opened 11 years ago

TonivdW commented 11 years ago

I did a fresh install of 2012-10-28-wheezy-raspbian and successfully compiled pidvbip. When I try to run it I get:

assertion failure:graphics.c:269:gx_priv_restore():egl_result

What am I doing wrong?

linuxstb commented 11 years ago

I've just installed 2012-10-28 myself and the problem is that the default memory split giving 64MB to the GPU isn't enough. Changing it to 128MB (using raspi-config or manually adding the line "gpu_mem=128" to /boot/config.txt) fixes it for me. Lower values may work (I haven't tested).

I'll leave this issue open though - pidvbip should try and exit more gracefully in such a case. Or at the very least, I should update the README to mention the mimimum GPU memory required.