RegularGuy
Lurker
Hi,
I'm a developer who recently got a new Adroid-based phone and I want to build apps for it. I've got the whole SDK, etc. set up and running but I can't keep the emulator from crashing. The console reports this error:
[2011-03-19 10:59:57 - Emulator] emulator: ../../src/xcb_io.c:249: process_responses: Assertion `(((long) (dpy->last_request_read) - (long) (dpy->request)) <= 0)' failed.
This happens ONLY when I roll the mouse over the emulator or change focus to another window. My system config is this:
Unbuntu 10.10 VM running under VirtualBox (Win7 host Machine) with guest additions installed.
Latest Sun JDK and the whole Android SDK installed.
Eclipse 3.6.2.
Just as a sanity check I also installed everything on a separate (non-VM) laptop machine running Windows 7 and this doesn't happen (but the laptop is rather slow and I'd rather develop the apps under a linux environment anyway).
Anyone have any ideas what's going on here? Could it be just because it's already running under VM or could the guest additions be interfering with it?
Thanks for any help.
I'm a developer who recently got a new Adroid-based phone and I want to build apps for it. I've got the whole SDK, etc. set up and running but I can't keep the emulator from crashing. The console reports this error:
[2011-03-19 10:59:57 - Emulator] emulator: ../../src/xcb_io.c:249: process_responses: Assertion `(((long) (dpy->last_request_read) - (long) (dpy->request)) <= 0)' failed.
This happens ONLY when I roll the mouse over the emulator or change focus to another window. My system config is this:
Unbuntu 10.10 VM running under VirtualBox (Win7 host Machine) with guest additions installed.
Latest Sun JDK and the whole Android SDK installed.
Eclipse 3.6.2.
Just as a sanity check I also installed everything on a separate (non-VM) laptop machine running Windows 7 and this doesn't happen (but the laptop is rather slow and I'd rather develop the apps under a linux environment anyway).
Anyone have any ideas what's going on here? Could it be just because it's already running under VM or could the guest additions be interfering with it?
Thanks for any help.