"Failed to add service" and other problems
Posted: Thu Jul 26, 2012 6:38 pm
Hi
I just got my pi and went straight to programming with opengl with it. I downloaded opengles-book examples (from https://github.com/benosteen/opengles-book-samples) and modified my existing gles2 code to use bcm_host. However, I ran into following problems:
-Most of sample code only causes flicker, not any graphics
-My code does the same
In trying to fix this, I ran rpi-update. After rebooting, no opengl applications work anymore. All opengl applications output the following:
I noticed that raspberry now booted in 1920x1200 fb mode by default, but lowering it to vga did not help? Is there something trivial I'm overlooking? Anybody have any ideas?
I was trying to port my simple android application:

Thanks, Aleksi.
I just got my pi and went straight to programming with opengl with it. I downloaded opengles-book examples (from https://github.com/benosteen/opengles-book-samples) and modified my existing gles2 code to use bcm_host. However, I ran into following problems:
-Most of sample code only causes flicker, not any graphics
-My code does the same
In trying to fix this, I ran rpi-update. After rebooting, no opengl applications work anymore. All opengl applications output the following:
Code: Select all
pi@raspberrypi:~/opengles-book-samples/Raspi/Chapter_2/Hello_Triangle$ ./CH02_HelloTriangle
3422136784: * failed to add service - already in use?
I was trying to port my simple android application:

Thanks, Aleksi.