LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-23-2015, 09:46 AM   #1
Squerl101
Member
 
Registered: Nov 2011
Location: Muskego, WI
Posts: 39

Rep: Reputation: 0
Trouble running genymotion


Hey guys, I haven't used Linux in a while and I am thinking that I am overlooking something simple here.

I am trying to run genymotion but I get this when I try to run it.

Code:
alec@toolbox-pc:~/Downloads$ cd genymotion/
alec@toolbox-pc:~/Downloads/genymotion$ chmod 777 genymotion
alec@toolbox-pc:~/Downloads/genymotion$ ./genymotion
bash: ./genymotion: No such file or directory
alec@toolbox-pc:~/Downloads/genymotion$
As you can see, I can use chmod on the file without any issues, but when I try to run the file, it does not exist?

Any help would be appreciated. I haven't used linux in years so I am a little rusty...
 
Old 12-23-2015, 02:39 PM   #2
Squerl101
Member
 
Registered: Nov 2011
Location: Muskego, WI
Posts: 39

Original Poster
Rep: Reputation: 0
Bump. Hasn't anyone else used this software before?
 
Old 12-23-2015, 05:11 PM   #3
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
please post the output of
Code:
ls -al ~/Downloads/genymotion
btw, it is preferable to use
Code:
chmod +x
instead of
Code:
chmod 777
to make a file executable.
 
Old 12-23-2015, 05:48 PM   #4
Squerl101
Member
 
Registered: Nov 2011
Location: Muskego, WI
Posts: 39

Original Poster
Rep: Reputation: 0
Code:
ls -al ~/Downloads/genymotion
returns

Code:
alec@toolbox-pc:/$ ls -al ~/Downloads/genymotion
total 113284
drwxrwxr-x 9 alec alec     4096 Dec 23 17:41 .
drwxr-xr-x 3 alec alec     4096 Dec 23 17:41 ..
-rwxr-xr-x 1 alec alec   605684 Nov 27 07:16 device-upgrade
-rwxr-xr-x 1 alec alec  1971700 Nov 27 07:15 genymotion
lrwxrwxrwx 1 alec alec        9 Nov 27 07:16 genymotion-shell -> genyshell
-rwxr-xr-x 1 alec alec   835620 Nov 27 07:13 genyshell
-rwxr-xr-x 1 alec alec  1068916 Nov 27 07:16 gmtool
drwxr-xr-x 2 alec alec     4096 Nov 27 07:16 icons
drwxr-xr-x 2 alec alec     4096 Nov 27 07:16 imageformats
-rw-r--r-- 1 alec alec   121336 Sep  4 10:37 libavutil.so.51
-rw-r--r-- 1 alec alec  1738900 Jun 11  2015 libcrypto.so.1.0.0
-rw-r--r-- 1 alec alec  1249076 Oct 23 04:56 libEGL_translator.so
-rw-r--r-- 1 alec alec  1288948 Oct 23 04:56 libGLES_CM_translator.so
-rw-r--r-- 1 alec alec  1281784 Oct 23 04:56 libGLES_V2_translator.so
-rwxr-xr-x 1 alec alec 21529064 Nov 27 07:16 libicudata.so.53
-rwxr-xr-x 1 alec alec  2445020 Nov 27 07:16 libicui18n.so.53
-rwxr-xr-x 1 alec alec  1545904 Nov 27 07:16 libicuuc.so.53
lrwxrwxrwx 1 alec alec       21 Nov 27 07:13 libminicrypt.so -> libminicrypt.so.1.0.0
lrwxrwxrwx 1 alec alec       21 Nov 27 07:13 libminicrypt.so.1 -> libminicrypt.so.1.0.0
lrwxrwxrwx 1 alec alec       21 Nov 27 07:13 libminicrypt.so.1.0 -> libminicrypt.so.1.0.0
-rwxr-xr-x 1 alec alec    22220 Nov 27 07:13 libminicrypt.so.1.0.0
-rw-r--r-- 1 alec alec  1825808 Oct 23 04:56 libOpenglRender.so
-rw-r--r-- 1 alec alec   976716 Dec  2  2011 libprotobuf.so.7
-rwxr-xr-x 1 alec alec    22036 Nov 27 07:16 libQt5Concurrent.so.5
-rwxr-xr-x 1 alec alec  5501800 Nov 27 07:16 libQt5Core.so.5
-rwxr-xr-x 1 alec alec   552428 Nov 27 07:16 libQt5DBus.so.5
-rwxr-xr-x 1 alec alec  6108792 Nov 27 07:16 libQt5Gui.so.5
-rwxr-xr-x 1 alec alec   903808 Nov 27 07:16 libQt5Multimedia.so.5
-rwxr-xr-x 1 alec alec   111176 Nov 27 07:16 libQt5MultimediaWidgets.so.5
-rwxr-xr-x 1 alec alec  1467352 Nov 27 07:16 libQt5Network.so.5
-rwxr-xr-x 1 alec alec   351856 Nov 27 07:16 libQt5OpenGL.so.5
-rwxr-xr-x 1 alec alec   260720 Nov 27 07:16 libQt5Positioning.so.5
-rwxr-xr-x 1 alec alec   436188 Nov 27 07:16 libQt5PrintSupport.so.5
-rwxr-xr-x 1 alec alec  4272148 Nov 27 07:16 libQt5Qml.so.5
-rwxr-xr-x 1 alec alec  3932516 Nov 27 07:16 libQt5Quick.so.5
-rwxr-xr-x 1 alec alec  2371120 Nov 27 07:16 libQt5Script.so.5
-rwxr-xr-x 1 alec alec   237124 Nov 27 07:16 libQt5Sensors.so.5
-rwxr-xr-x 1 alec alec   260880 Nov 27 07:16 libQt5Sql.so.5
-rwxr-xr-x 1 alec alec   343640 Nov 27 07:16 libQt5Svg.so.5
-rwxr-xr-x 1 alec alec   114660 Nov 27 07:16 libQt5WebChannel.so.5
-rwxr-xr-x 1 alec alec 36406252 Nov 27 07:16 libQt5WebKit.so.5
-rwxr-xr-x 1 alec alec   253892 Nov 27 07:16 libQt5WebKitWidgets.so.5
-rwxr-xr-x 1 alec alec  6786436 Nov 27 07:16 libQt5Widgets.so.5
-rw-r--r-- 1 alec alec   354468 Jun 11  2015 libssl.so.1.0.0
-rw-r--r-- 1 alec alec   312676 Sep  4 10:37 libswscale.so.2
drwxr-xr-x 2 alec alec     4096 Nov 27 07:16 platforms
-rwxr-xr-x 1 alec alec  6031712 Nov 27 07:15 player
drwxr-xr-x 2 alec alec     4096 Nov 27 07:13 plugins
drwxr-xr-x 2 alec alec     4096 Nov 27 07:16 sqldrivers
drwxr-xr-x 2 alec alec     4096 Nov 27 07:16 tools
drwxr-xr-x 2 alec alec     4096 Nov 27 07:16 translations
alec@toolbox-pc:/$
 
Old 12-24-2015, 01:15 PM   #5
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
where did you download this from?
shouldn't it be installed somehow, instead of just extracting it?
maybe those are binaries incompatible with your machine architecture?
have you tried executing "player", "genyshell" or "gmtools" instead?
 
Old 12-24-2015, 09:03 PM   #6
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,339
Blog Entries: 28

Rep: Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145
I visited the website. It appears that this is a paid application. Have you clicked on the support link or looked at the User Guide?


From the User Guide:

Quote:
Almost every GNU/Linux system comes with an installer package for Oracle VM VirtualBox.

Browse for the Oracle VM VirtualBox installer in your directories.
If you do not have the installer or if you need to install a specific version, download and install VirtualBox for Linux hosts from the Download VirtualBox page.

When installing VirtualBox, in the Custom setup window, make sure VirtualBox Networking is enabled.
Go to the Genymotion download page.
Download the Linux package corresponding to your system.
Run the following commands:

chmod +x <Genymotion installer path>/genymotion-<version>_<arch>.bin
cd <Genymotion installer path>
./genymotion-<version>_<arch>.bin -d <Genymotion installer path>
Run Genymotion using the following command:

cd <Genymotion installer path>
./genymotion

If you use Linux, make sure that the dkms package is installed and that it compiles VirtualBox kernel modules each time a new kernel update is available. To do so, run sudo /etc/init.d/vboxdrv status.
You should get the message "VirtualBox kernel modules (vboxdrv, vboxnetflt, vboxnetadp, vboxpci) are loaded". If not, force VirtualBox kernel modules compilation by running sudo /etc/init.d/vboxdrv setup. Make also sure that you are part of the vboxusers group. If not, run sudo usermod -a -G vboxusers <login>.
 
Old 12-25-2015, 12:35 PM   #7
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
i remember having used genymotion on archlinux for a short while. i didn't pay for it and it wasn't illegal to do so.
i don't remember the specifics anymore, but i do remember that the "player" command was important.

i wanted it for web development for mobile platforms, but found it much too cumbersome for that task.
firefox has more useful tools for that, built in.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to install genymotion and run android apps (whatsapp) on Ubuntu 14.10/Linux Mint MohdSohail Linux - Newbie 0 01-04-2015 07:44 PM
Could not install Genymotion fur ubuntu 32 bit after downloading EPSandroid Linux - Newbie 12 02-17-2014 05:47 AM
LXer: Speed up your Android development cycle with Genymotion LXer Syndicated Linux News 0 10-30-2013 02:20 PM
Having trouble running X KerFork Linux - Newbie 2 05-16-2005 06:57 PM
running Kylix Trouble Gerardoj Linux - Software 1 03-04-2004 11:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:36 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration