Login  Register

JOGL on ODROID-XU3 Lite

Posted by andreas_dr on Mar 30, 2015; 2:05pm
URL: https://forum.jogamp.org/JOGL-on-ODROID-XU3-Lite-tp4034217.html

Hallo,

i just have a fresh installation of Ubuntu 14.04 on a fresh ODROID-XU3 Lite.

I get the following error when starting my jogamp based game. This error is OpenGL relatated whereas my engine will use GLES2 which is available on this machine.

--
libGL error: MESA-LOADER: malformed or no PCI ID
libGL error: dlopen /usr/lib/arm-linux-gnueabihf/dri/exynos_dri.so failed (/usr/lib/arm-linux-gnueabihf/dri/exynos_dri.so: cannot open shared object file: No such file or directory)
libGL error: dlopen ${ORIGIN}/dri/exynos_dri.so failed (${ORIGIN}/dri/exynos_dri.so: cannot open shared object file: No such file or directory)
libGL error: dlopen /usr/lib/dri/exynos_dri.so failed (/usr/lib/dri/exynos_dri.so: cannot open shared object file: No such file or directory)
libGL error: unable to load driver: exynos_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: exynos
*** Error in `/usr/bin/java': free(): corrupted unsorted chunks: 0xa180e7f8 ***

Backtrace:
(gdb) bt
#0  __libc_do_syscall () at ../ports/sysdeps/unix/sysv/linux/arm/libc-do-syscall.S:44
#1  0xb6eb9f0e in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
#2  0xb6ebc766 in __GI_abort () at abort.c:89
#3  0xb6ee0474 in __libc_message (do_abort=<optimized out>, fmt=0xb6f61904 "*** Error in `%s': %s: 0x%s ***\n")
    at ../sysdeps/posix/libc_fatal.c:175
#4  0xb6ee7022 in malloc_printerr (action=1, str=0xb6f61a9c "free(): corrupted unsorted chunks", ptr=<optimized out>) at malloc.c:4996
#5  0xb6ee7a48 in _int_free (av=<optimized out>, p=<optimized out>, have_lock=0) at malloc.c:3840
#6  0xa27429d6 in XFree () from /usr/lib/arm-linux-gnueabihf/libX11.so.6
#7  0xa1fac368 in Java_jogamp_opengl_x11_glx_GLX_dispatch_1glXChooseVisual ()
   from /tmp/jogamp_0000/file_cache/jln4091126271820588169/jln3781205514237873832/libjogl_desktop.so
#8  0xb42763fc in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Any ideas?

Thank you very much.

Best regards
Andreas