Genymotion unable to start VirtualBox (ubuntu 16.10)












4















I'm trying to install Genymotion on ubuntu 16.10 here is what I did:



wget https://dl.genymotion.com/releases/genymotion-2.8.1/genymotion-2.8.1_x64.bin
sudo chmod +x genymotion-2.8.1_x64.bin
sudo ./genymotion-2.8.1_x64.bin


Then I installed VirtualBox



sudo apt install virtualbox


Then I tried to lunch Genymotion



cd /opt/genymobile/genymotion/
./genymotion


enter image description here



I also tried with sudo



sudo ./genymotion


but no difference










share|improve this question




















  • 1





    I have Genymotion working on 14.04. I did not use the VirtualBox package from the repository, but used the installer on virtualbox.org/wiki/Linux_Downloads because I wanted the latest version. You could try that. Also, the error in the image says there is a log file. It would probably be helpful to see the contents of that log file.

    – blendenzo
    Dec 29 '16 at 16:23











  • Well you're lucky. I just get ./genymotion: symbol lookup error: /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0: undefined symbol: FcWeightFromOpenType. Straight upgrade from 16.04 to 16.10 btw. Edit1: Apparently, I got it working by adding sudo. Also, protip: For ease of access, try sudo ln -s /opt/genymobile/genymotion/genymotion /usr/bin/genymotion

    – dat tutbrus
    Mar 12 '17 at 13:13













  • Same issue, nothing found

    – mohammed amine bourkadi
    Sep 4 '17 at 18:59
















4















I'm trying to install Genymotion on ubuntu 16.10 here is what I did:



wget https://dl.genymotion.com/releases/genymotion-2.8.1/genymotion-2.8.1_x64.bin
sudo chmod +x genymotion-2.8.1_x64.bin
sudo ./genymotion-2.8.1_x64.bin


Then I installed VirtualBox



sudo apt install virtualbox


Then I tried to lunch Genymotion



cd /opt/genymobile/genymotion/
./genymotion


enter image description here



I also tried with sudo



sudo ./genymotion


but no difference










share|improve this question




















  • 1





    I have Genymotion working on 14.04. I did not use the VirtualBox package from the repository, but used the installer on virtualbox.org/wiki/Linux_Downloads because I wanted the latest version. You could try that. Also, the error in the image says there is a log file. It would probably be helpful to see the contents of that log file.

    – blendenzo
    Dec 29 '16 at 16:23











  • Well you're lucky. I just get ./genymotion: symbol lookup error: /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0: undefined symbol: FcWeightFromOpenType. Straight upgrade from 16.04 to 16.10 btw. Edit1: Apparently, I got it working by adding sudo. Also, protip: For ease of access, try sudo ln -s /opt/genymobile/genymotion/genymotion /usr/bin/genymotion

    – dat tutbrus
    Mar 12 '17 at 13:13













  • Same issue, nothing found

    – mohammed amine bourkadi
    Sep 4 '17 at 18:59














4












4








4








I'm trying to install Genymotion on ubuntu 16.10 here is what I did:



wget https://dl.genymotion.com/releases/genymotion-2.8.1/genymotion-2.8.1_x64.bin
sudo chmod +x genymotion-2.8.1_x64.bin
sudo ./genymotion-2.8.1_x64.bin


Then I installed VirtualBox



sudo apt install virtualbox


Then I tried to lunch Genymotion



cd /opt/genymobile/genymotion/
./genymotion


enter image description here



I also tried with sudo



sudo ./genymotion


but no difference










share|improve this question
















I'm trying to install Genymotion on ubuntu 16.10 here is what I did:



wget https://dl.genymotion.com/releases/genymotion-2.8.1/genymotion-2.8.1_x64.bin
sudo chmod +x genymotion-2.8.1_x64.bin
sudo ./genymotion-2.8.1_x64.bin


Then I installed VirtualBox



sudo apt install virtualbox


Then I tried to lunch Genymotion



cd /opt/genymobile/genymotion/
./genymotion


enter image description here



I also tried with sudo



sudo ./genymotion


but no difference







virtualbox 16.10 genymotion






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 7 '17 at 7:25









janos

3,8561545




3,8561545










asked Dec 29 '16 at 16:14









Ramtin KhalatbariRamtin Khalatbari

2112




2112








  • 1





    I have Genymotion working on 14.04. I did not use the VirtualBox package from the repository, but used the installer on virtualbox.org/wiki/Linux_Downloads because I wanted the latest version. You could try that. Also, the error in the image says there is a log file. It would probably be helpful to see the contents of that log file.

    – blendenzo
    Dec 29 '16 at 16:23











  • Well you're lucky. I just get ./genymotion: symbol lookup error: /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0: undefined symbol: FcWeightFromOpenType. Straight upgrade from 16.04 to 16.10 btw. Edit1: Apparently, I got it working by adding sudo. Also, protip: For ease of access, try sudo ln -s /opt/genymobile/genymotion/genymotion /usr/bin/genymotion

    – dat tutbrus
    Mar 12 '17 at 13:13













  • Same issue, nothing found

    – mohammed amine bourkadi
    Sep 4 '17 at 18:59














  • 1





    I have Genymotion working on 14.04. I did not use the VirtualBox package from the repository, but used the installer on virtualbox.org/wiki/Linux_Downloads because I wanted the latest version. You could try that. Also, the error in the image says there is a log file. It would probably be helpful to see the contents of that log file.

    – blendenzo
    Dec 29 '16 at 16:23











  • Well you're lucky. I just get ./genymotion: symbol lookup error: /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0: undefined symbol: FcWeightFromOpenType. Straight upgrade from 16.04 to 16.10 btw. Edit1: Apparently, I got it working by adding sudo. Also, protip: For ease of access, try sudo ln -s /opt/genymobile/genymotion/genymotion /usr/bin/genymotion

    – dat tutbrus
    Mar 12 '17 at 13:13













  • Same issue, nothing found

    – mohammed amine bourkadi
    Sep 4 '17 at 18:59








1




1





I have Genymotion working on 14.04. I did not use the VirtualBox package from the repository, but used the installer on virtualbox.org/wiki/Linux_Downloads because I wanted the latest version. You could try that. Also, the error in the image says there is a log file. It would probably be helpful to see the contents of that log file.

– blendenzo
Dec 29 '16 at 16:23





I have Genymotion working on 14.04. I did not use the VirtualBox package from the repository, but used the installer on virtualbox.org/wiki/Linux_Downloads because I wanted the latest version. You could try that. Also, the error in the image says there is a log file. It would probably be helpful to see the contents of that log file.

– blendenzo
Dec 29 '16 at 16:23













Well you're lucky. I just get ./genymotion: symbol lookup error: /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0: undefined symbol: FcWeightFromOpenType. Straight upgrade from 16.04 to 16.10 btw. Edit1: Apparently, I got it working by adding sudo. Also, protip: For ease of access, try sudo ln -s /opt/genymobile/genymotion/genymotion /usr/bin/genymotion

– dat tutbrus
Mar 12 '17 at 13:13







Well you're lucky. I just get ./genymotion: symbol lookup error: /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0: undefined symbol: FcWeightFromOpenType. Straight upgrade from 16.04 to 16.10 btw. Edit1: Apparently, I got it working by adding sudo. Also, protip: For ease of access, try sudo ln -s /opt/genymobile/genymotion/genymotion /usr/bin/genymotion

– dat tutbrus
Mar 12 '17 at 13:13















Same issue, nothing found

– mohammed amine bourkadi
Sep 4 '17 at 18:59





Same issue, nothing found

– mohammed amine bourkadi
Sep 4 '17 at 18:59










1 Answer
1






active

oldest

votes


















0














Got and solved the same problem on Ubuntu 17.10:




  1. Install the latest version of VirtualBox for your Ubuntu release



  2. Fix the "missing headers" error:




    $ sudo apt install virtualbox-5.2

    [...]

    This system is currently not set up to build kernel modules.

    Please install the Linux kernel "header" files matching the current kernel
    for adding new hardware support to the system.

    The distribution packages containing the headers are probably:



        linux-headers-lowlatency linux-headers-4.13.0-16-lowlatency


    There were problems setting up VirtualBox. To re-start the set-up process, run
    /sbin/vboxconfig
    as root.




    by installing the missing headers:



    sudo apt install linux-headers-lowlatency linux-headers-4.13.0-16-lowlatency



  3. Rerun the setup process by running:



    sudo /sbin/vboxconfig







share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "89"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f865831%2fgenymotion-unable-to-start-virtualbox-ubuntu-16-10%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    Got and solved the same problem on Ubuntu 17.10:




    1. Install the latest version of VirtualBox for your Ubuntu release



    2. Fix the "missing headers" error:




      $ sudo apt install virtualbox-5.2

      [...]

      This system is currently not set up to build kernel modules.

      Please install the Linux kernel "header" files matching the current kernel
      for adding new hardware support to the system.

      The distribution packages containing the headers are probably:



          linux-headers-lowlatency linux-headers-4.13.0-16-lowlatency


      There were problems setting up VirtualBox. To re-start the set-up process, run
      /sbin/vboxconfig
      as root.




      by installing the missing headers:



      sudo apt install linux-headers-lowlatency linux-headers-4.13.0-16-lowlatency



    3. Rerun the setup process by running:



      sudo /sbin/vboxconfig







    share|improve this answer




























      0














      Got and solved the same problem on Ubuntu 17.10:




      1. Install the latest version of VirtualBox for your Ubuntu release



      2. Fix the "missing headers" error:




        $ sudo apt install virtualbox-5.2

        [...]

        This system is currently not set up to build kernel modules.

        Please install the Linux kernel "header" files matching the current kernel
        for adding new hardware support to the system.

        The distribution packages containing the headers are probably:



            linux-headers-lowlatency linux-headers-4.13.0-16-lowlatency


        There were problems setting up VirtualBox. To re-start the set-up process, run
        /sbin/vboxconfig
        as root.




        by installing the missing headers:



        sudo apt install linux-headers-lowlatency linux-headers-4.13.0-16-lowlatency



      3. Rerun the setup process by running:



        sudo /sbin/vboxconfig







      share|improve this answer


























        0












        0








        0







        Got and solved the same problem on Ubuntu 17.10:




        1. Install the latest version of VirtualBox for your Ubuntu release



        2. Fix the "missing headers" error:




          $ sudo apt install virtualbox-5.2

          [...]

          This system is currently not set up to build kernel modules.

          Please install the Linux kernel "header" files matching the current kernel
          for adding new hardware support to the system.

          The distribution packages containing the headers are probably:



              linux-headers-lowlatency linux-headers-4.13.0-16-lowlatency


          There were problems setting up VirtualBox. To re-start the set-up process, run
          /sbin/vboxconfig
          as root.




          by installing the missing headers:



          sudo apt install linux-headers-lowlatency linux-headers-4.13.0-16-lowlatency



        3. Rerun the setup process by running:



          sudo /sbin/vboxconfig







        share|improve this answer













        Got and solved the same problem on Ubuntu 17.10:




        1. Install the latest version of VirtualBox for your Ubuntu release



        2. Fix the "missing headers" error:




          $ sudo apt install virtualbox-5.2

          [...]

          This system is currently not set up to build kernel modules.

          Please install the Linux kernel "header" files matching the current kernel
          for adding new hardware support to the system.

          The distribution packages containing the headers are probably:



              linux-headers-lowlatency linux-headers-4.13.0-16-lowlatency


          There were problems setting up VirtualBox. To re-start the set-up process, run
          /sbin/vboxconfig
          as root.




          by installing the missing headers:



          sudo apt install linux-headers-lowlatency linux-headers-4.13.0-16-lowlatency



        3. Rerun the setup process by running:



          sudo /sbin/vboxconfig








        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 20 '17 at 23:56









        MurmelMurmel

        1617




        1617






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Ask Ubuntu!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f865831%2fgenymotion-unable-to-start-virtualbox-ubuntu-16-10%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

            Mangá

             ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕