PistonDevelopers / conrod

An easy-to-use, 2D GUI library written entirely in Rust.
Other
3.35k stars 296 forks source link

Will not run on Odroid #733

Open gartpaddod opened 8 years ago

gartpaddod commented 8 years ago

Not an issue. 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 thread '

' panicked at 'called Result::unwrap() on an Err value: "Couldn\'t find any pixel format that matches the criterias."', /buildslave/rust-buildbot/slave/stable-dist-rustc-cross-host-linux/build/src/libcore/result.rs:746

MESA and openGL is not supported by the odroid hardware, only openGL-ES

mitchmindtree commented 8 years ago

@bvssvni any ideas on this?

mitchmindtree commented 8 years ago

This looks like the same panic! as in #757, though I'm uncertain whether or not the cause is the same.

@gartpaddod out of curiousity, to the glutin examples work for you?

Cxarli commented 6 years ago

This seems to have been fixed with the latest mesa 18.*. See https://github.com/PistonDevelopers/piston/issues/1202 for more information.