So, I successfully downloaded the source code, successfully built it, and successfully run the emulator. However, it never loads into the actual image. Instead, I look at the terminal and this gives me the following error.
OpenGL Warning: XGetVisualInfo returned 0 visuals for 0x2deae10 OpenGL Warning: Retry with 0x105 returned 1 visuals Failed to create Context 0x3005 emulator: WARNING: Could not initialize OpenglES emulation, using software renderer. destroyOpenGLSubwindow not implemented for separate renderer process !!! createOpenGLSubwindow not implemented for separate renderer process !!! repaintOpenGLDisplay not implemented for separate renderer process !!! createOpenGLSubwindow not implemented for separate renderer process !!! repaintOpenGLDisplay not implemented for separate renderer process !!!
I am running Ubuntu 10.04, inside a virtual box. With 3D acceleration enabled and at least 16 GB of RAM allocated for this window.
Basically, the emulator just sits there well, and then draws a red rectangle around the emulator window.
source share