Package Details: genymotion 3.8.0-1

Git Clone URL: https://aur.archlinux.org/genymotion.git (read-only, click to copy)
Package Base: genymotion
Description: Complete set of tools that provides a virtual environment for Android.
Upstream URL: http://www.genymotion.com/
Keywords: android emulator genymotion
Licenses: custom
Submitter: AndreaCattaneo
Maintainer: amos
Last Packager: j.taala
Votes: 328
Popularity: 0.033049
First Submitted: 2013-08-02 09:18 (UTC)
Last Updated: 2024-11-04 20:16 (UTC)

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 27 Next › Last »

farwayer commented on 2016-11-03 21:55 (UTC) (edited on 2016-11-03 22:01 (UTC) by farwayer)

genymotion: symbol lookup error: /usr/lib/libX11.so.6: undefined symbol: xcb_wait_for_reply64 After removing libxcb.so.1: genymotion: symbol lookup error: /usr/lib/libGL.so.1: undefined symbol: drmGetDevice Rmoving libdrm.so.2 fixed the problem finally.

syncrtl64 commented on 2016-11-03 18:46 (UTC) (edited on 2016-11-03 18:48 (UTC) by syncrtl64)

Fixed in the latest build

martin.mauch commented on 2016-11-03 11:08 (UTC)

Another solution that does not require downgrading mesa is to delete/move libdrm.so.2 sudo mv /opt/genymotion/libdrm.so.2 /tmp Taken from here: http://askubuntu.com/questions/841985/genymotion-is-not-working

martin.mauch commented on 2016-11-03 10:45 (UTC)

Another option for downgrading mesa is to use the downgrader AUR pacaur -S downgrader downgrader mesa The downgrader command will ask you for a version, choose the latest 12.x version here.

levinit commented on 2016-11-01 02:59 (UTC) (edited on 2016-11-02 01:42 (UTC) by levinit)

please downgrading mesa version(from 13-->12.0.3-3) 1. cd /var/cache/pacman/pkg 2. sudo pacman -U mesa-12.0.3-3-x86_64.pkg.tar.xz if you had clean pkgs cache,you can get mesa-12.0.3-3 from here--> mesa12--- http://www.unkownarea.com/apps/pkgs/mesa/mesa-12.0.3-3-x86_64.pkg.tar.xz or visit https://github.com/levingit/archlinux-downgrading-pkgs to find the mesa pkgs

CFP commented on 2016-10-31 10:11 (UTC)

Same issue here. Until we find a real solution, downgrading mesa (13.0.0rc2-2 => 12.0.3-3) will genymotion make work again.

raqua commented on 2016-10-30 10:59 (UTC)

I have the same issue

sys-r commented on 2016-10-30 06:15 (UTC)

I updated the system and now I cant run genymotion. This is the output : Logging activities to file: /home/anas/.Genymobile/genymotion.log genymotion: symbol lookup error: /usr/lib/libGL.so.1: undefined symbol: drmGetDevice

lockeanarchist commented on 2016-10-27 20:49 (UTC)

Why not the PKGBUILD delete /opt/genymotion/libxcb.so.1 from the installation?

linarcx commented on 2016-10-21 19:01 (UTC) (edited on 2016-10-21 19:02 (UTC) by linarcx)

@pavelgood 2 shareObjects copy in path: "/opt/genymotion" and they have conflict with SharedObjects(.so) in "/usr/lib/" Corresponding files.They are: 1-libX11.so.6 2-libpangoft2-1.0.so.0 to fix this problem and any simillar Problem just remove SharedObjects from /opt/genymotion.this is my 3 try to Run GenyMotion: genymotion: symbol lookup error: /usr/lib/libX11.so.6: undefined symbol: xcb_wait_for_reply64 sudo mv /opt/genymotion/libxcb.so.1 ~/Downloads genymotion: symbol lookup error: /usr/lib/libpangoft2-1.0.so.0: undefined symbol: FcWeightFromOpenType sudo mv /opt/genymotion/libfontconfig.so.1 ~/Downloads genymotion: symbol lookup error: /usr/lib/libpangoft2-1.0.so.0: undefined symbol: hb_buffer_set_cluster_level sudo mv /opt/genymotion/libharfbuzz.so.0 ~/Downloads