Sorry but the

10-12 23:42:28.195: ERROR/GLLogger(709): couldn't load <libhgl.so>
library (Cannot find library)

error message seems important.

In my application i try to start open gl but i get the following
errors:

10-12 23:42:28.005: DEBUG/AirAttackActivity(709): Launching Game
Activity
10-12 23:42:28.195: ERROR/GLLogger(709): couldn't load <libhgl.so>
library (Cannot find library)
10-12 23:42:28.225: DEBUG/SpaceWarsActivity(709): onStart
10-12 23:42:28.315: DEBUG/dalvikvm(709): GC freed 1201 objects / 71768
bytes in 81ms
10-12 23:42:28.345: DEBUG/SpaceWarsActivity(709): onResume
10-12 23:42:28.405: DEBUG/GLGame(709): Waiting for GL Surface to be
created...
10-12 23:42:28.546: DEBUG/SurfaceFlinger(568): pid 709 requesting gpu
surface (current owner = -1)
10-12 23:42:28.546: ERROR/MemoryHeapBase(568): error opening /dev/
pmem_gpu0: No such file or directory
10-12 23:42:28.546: ERROR/MemoryHeapBase(568): error opening /dev/
pmem_gpu1: No such file or directory
10-12 23:42:28.546: ERROR/MemoryHeapBase(568): error opening /dev/
hw3d: No such file or directory
10-12 23:42:28.557: DEBUG/SurfaceFlinger(568): pid 709 requesting gpu
surface (current owner = -1)
10-12 23:42:28.557: ERROR/MemoryHeapBase(568): error opening /dev/
pmem_gpu0: No such file or directory
10-12 23:42:28.557: ERROR/MemoryHeapBase(568): error opening /dev/
pmem_gpu1: No such file or directory
10-12 23:42:28.557: ERROR/MemoryHeapBase(568): error opening /dev/
hw3d: No such file or directory
10-12 23:42:28.596: DEBUG/GLGame(709): GL Surface Created
10-12 23:42:28.606: DEBUG/GL(709): Loading texture
10-12 23:42:28.646: DEBUG/GL(709): Texture name: 0
10-12 23:42:28.646: ERROR/GL(709): Texture Load GLError: 2025968
10-12 23:42:28.646: DEBUG/GL(709): textImage2D
10-12 23:42:28.666: ERROR/GL(709): Texture Load GLError: 2025968
10-12 23:42:28.666: ERROR/GL(709): Texture Load GLError: 2025968
10-12 23:42:28.666: DEBUG/GL(709): Adding texture info: 60x60
10-12 23:42:28.706: DEBUG/GL(709): Loading texture


On Sep 16, 8:14 am, Romain Guy <romain...@google.com> wrote:
> You can ignore these.
>
>
>
>
>
> On Tue, Sep 15, 2009 at 9:30 PM, kk <kkru...@gmail.com> wrote:
>
> > Hi All,
>
> > The following errors occurred during startup of Android 1.6 SDK
> > Release Emulator:
>
> > What do the following errors mean?
>
> > Can these errors be ignored?
>
> > Emulator Details:
>
> > Target: Google APIs (API Level 4)
> > Skin: HVGA
> > SDCARD: 64MB  image size
>
> > Errors:
>
> > 09-16 13:16:00.072: ERROR/vold(550): Error opening switch name path '/
> > sys/class/switch/test2' (No such file or directory)
> > 09-16 13:16:00.072: ERROR/vold(550): Error bootstrapping switch '/sys/
> > class/switch/test2' (No such file or directory)
> > 09-16 13:16:00.072: ERROR/vold(550): Error opening switch name path '/
> > sys/class/switch/test' (No such file or directory)
> > 09-16 13:16:00.072: ERROR/vold(550): Error bootstrapping switch '/sys/
> > class/switch/test' (No such file or directory)
> > 09-16 13:16:54.123: ERROR/MemoryHeapBase(582): error opening /dev/
> > pmem: No such file or directory
> > 09-16 13:16:54.133: ERROR/SurfaceFlinger(582): Couldn't open /sys/
> > power/wait_for_fb_sleep or /sys/power/wait_for_fb_wake
> > 09-16 13:16:54.312: ERROR/libEGL(582): couldn't load <libhgl.so>
> > library (Cannot load library: load_library[984]: Library 'libhgl.so'
> > not found)
> > 09-16 13:16:56.602: ERROR/libEGL(598): couldn't load <libhgl.so>
> > library (Cannot load library: load_library[984]: Library 'libhgl.so'
> > not found)
> > 09-16 13:17:17.392: ERROR/BatteryService(582): Could not open '/sys/
> > class/power_supply/usb/online'
> > 09-16 13:17:17.392: ERROR/BatteryService(582): Could not open '/sys/
> > class/power_supply/battery/batt_vol'
> > 09-16 13:17:17.401: ERROR/BatteryService(582): Could not open '/sys/
> > class/power_supply/battery/batt_temp'
> > 09-16 13:17:19.242: ERROR/EventHub(582): could not get driver version
> > for /dev/input/mouse0, Not a typewriter
> > 09-16 13:17:19.271: ERROR/EventHub(582): could not get driver version
> > for /dev/input/mice, Not a typewriter
> > 09-16 13:17:19.852: ERROR/System(582): Failure starting core service
> > 09-16 13:17:19.852: ERROR/System(582): java.lang.SecurityException
> > 09-16 13:17:19.852: ERROR/System(582):     at
> > android.os.BinderProxy.transact(Native Method)
> > 09-16 13:17:19.852: ERROR/System(582):     at
> > android.os.ServiceManagerProxy.addService(ServiceManagerNative.java:
> > 146)
> > 09-16 13:17:19.852: ERROR/System(582):     at
> > android.os.ServiceManager.addService(ServiceManager.java:72)
> > 09-16 13:17:19.852: ERROR/System(582):     at
> > com.android.server.ServerThread.run(SystemServer.java:162)
> > 09-16 13:17:19.892: ERROR/AndroidRuntime(582): Crash logging skipped,
> > no checkin service
> > 09-16 13:17:26.013: ERROR/LockPatternKeyguardView(582): Failed to bind
> > to GLS while checking for account
>
> > Thanks,
> > KK
>
> --
> Romain Guy
> Android framework engineer
> romain...@android.com
>
> Note: please don't send private questions to me, as I don't have time
> to provide private support.  All such questions should be posted on
> public forums, where I and others can see and answer them
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to