Page 2 of 7 FirstFirst 1234 ... LastLast
Results 11 to 20 of 68

Thread: Minecraft will not work on Ubuntu 12.04

  1. #11
    Join Date
    Aug 2010
    Location
    Spokane WA
    Beans
    4
    Distro
    Ubuntu

    Re: Minecraft will not work on Ubuntu 12.04

    argh, so much for java "write once, run everywhere".
    I keep a windows partition handy as a gaming platform anyway, will wait for a proper fix for the linux client, after an hour of toying with all the various fixes, still a black screen, ugh.

  2. #12
    Join Date
    Oct 2009
    Location
    Elgin, IL USA
    Beans
    2,324
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Minecraft will not work on Ubuntu 12.04

    Sometimes people make things more complicated than they need to be. I have been running minecraft since v1.8 beta in 64-bit Ubuntu using openjdk-6-jre, and that works fine in in 12.04 (including snapshots of upcoming 1.3 version). I have been using lwjgl 2.6 only because movement keys would occasionally stick with lwjgl 2.4.2 that came with minecraft. Works great at 1080p on desktop in my sig.

    However on laptop from 2006 with Intel 1.66x2 GHz 2.5 GB and integrated Intel video it runs noticeably slower than a 1x2 GHz tablet PC w/2 GB and ATI HD video ( both at same 1280x800 screen resolution). I don't have anything with Intel HD graphics to see if that has issues.
    i5 650 3.2 GHz, 8 GB, nvidia GTX 550 Ti @ 1080p (year old GT 430 began freezing) and assorted other computers

  3. #13
    Join Date
    Jan 2011
    Location
    KS, USA - OK, USA
    Beans
    Hidden!
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Minecraft will not work on Ubuntu 12.04

    FWIW

    I can run perfectly fine, no lag, and with an HD texture pack
    System Specs: Processor:Intel® Core™ i7-2640M CPU @ 2.80GHz × 4 Graphics:nVidia Quadro 2000m RAM: 8 GB

    Ubuntu User: 34379

  4. #14
    Join Date
    Mar 2009
    Location
    Dallas-Fort Worth Metro
    Beans
    183
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Minecraft will not work on Ubuntu 12.04

    Hey everyone,

    Sorry to hijack this thread, but I also have an issue. Pretty much, I cannot chat. The chat prompt appears when I hit "T", but after I enter in my message, it does not get sent off when I hit "Enter".

    I have no idea what else I could do to fix this. I've used the latest Minecraft as well as updated the lwjgl, but that didn't help. I even tried the latest Minecraft snapshot and a lwjgl nightly, but that didn't help either. Why am I having this issue?

  5. #15
    Join Date
    Dec 2006
    Location
    puyallup WA
    Beans
    279
    Distro
    Lubuntu 12.04 Precise Pangolin

    Re: Minecraft will not work on Ubuntu 12.04

    Maybe your having a permisstions issue?

    To open a terminal press ctrl+alt+t all at the same time. Then cut and paste the following command into the terminal window minus the $.


    #make sure everything has permission for you to run it.

    $ sudo chmod -R 777 .minecraft
    ---------------------------------
    If thats no help try running Minecraft in terminal and post what you get after you hit t. That is if theres an error.

  6. #16
    Join Date
    Mar 2009
    Location
    Dallas-Fort Worth Metro
    Beans
    183
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Minecraft will not work on Ubuntu 12.04

    Quote Originally Posted by regor210 View Post
    Maybe your having a permisstions issue?

    To open a terminal press ctrl+alt+t all at the same time. Then cut and paste the following command into the terminal window minus the $.


    #make sure everything has permission for you to run it.

    $ sudo chmod -R 777 .minecraft
    ---------------------------------
    If thats no help try running Minecraft in terminal and post what you get after you hit t. That is if theres an error.
    Tried the permissions tip, but that didn't help.

    I launched it in the terminal, and discovered I was using OpenJDK 6 while I had both versions installed. So I removed OpenJDK 6 so I could use OpenJDK 7. It used OpenJDK 7 successfully but it didn't fix the chat problem.

    This is really weird...? I have this problem for chat as well as Minecraft commands.

  7. #17
    Join Date
    Oct 2008
    Location
    Belpre, Ohio
    Beans
    47
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Minecraft will not work on Ubuntu 12.04

    I had a similar problem in the past on windows but it was because I was using a 32bit version of java on a 64bit OS. Not sure if that is possible in Ubuntu though.

  8. #18
    Join Date
    Mar 2009
    Location
    Dallas-Fort Worth Metro
    Beans
    183
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Minecraft will not work on Ubuntu 12.04

    That wasn't my problem, but I finally figured it out! Apparently, my keyboard is special and Ubuntu decided to make it special when it mapped it out. So, for my enter key, it was using the "KP_Enter" function. I had to remap it to use the "Return" function. Now it works just fine.

    More info: http://askubuntu.com/questions/24916...p-certain-keys

  9. #19
    Join Date
    Apr 2012
    Beans
    24

    Re: Minecraft will not work on Ubuntu 12.04

    Quote Originally Posted by efflandt View Post
    I have been using lwjgl 2.6 only because movement keys would occasionally stick with lwjgl 2.4.2 that came with minecraft.
    Ah! My movement keys keep sticking as well. How do I update lwjgl? Synaptic?

  10. #20
    Join Date
    Oct 2009
    Location
    Elgin, IL USA
    Beans
    2,324
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Minecraft will not work on Ubuntu 12.04

    You can get lwjgl at
    http://sourceforge.net/projects/java...al%20Releases/

    You download the lwjgl file with the version number. I have been using 2.6 since minecraft beta versions, which works with openjdk-6, even for minecraft 1.3.1 in 64-bit 12.04. If you are using openjdk-7 or Java 7 you could try lwjgl 2.8.4 (since someone else seems to be mentioning that).

    If you right click on the zip file the Archive Manager can extract it to a directory. Then you need to copy and replace following files from lwjgl-(version)/jar/ to .minecraft/bin/

    jinput.jar
    lwjgl.jar
    lwjgl_util.jar

    And following from lwjgl-(version)/native/linux/ to .minecraft/bin/natives/

    libjinputlinux.so
    libjinputlinux64.so
    liblwjgl.so
    liblwjgl64.so
    libopenal.so
    libopenal64.so

    That should fix the sticky movement keys that occasionally happen with lwjgl 2.4.2 included in minecraft.
    i5 650 3.2 GHz, 8 GB, nvidia GTX 550 Ti @ 1080p (year old GT 430 began freezing) and assorted other computers

Page 2 of 7 FirstFirst 1234 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •