• 0

    posted a message on [Solved] Black screen after login Ubuntu 10.10
    Quote from Salieri »
    THANK YOU!

    Finally something that worked! Will this forever be a problem or do you think that when Minecraft updates that they will update these.... things.

    THANK YOU SO MUCH!


    NP! This will be a problem as long as Mojang Specifications doesn't include an updated version of lwgl with Minecraft.

    Quote from Salieri »
    After the update I had to delete my .minecraft (backed up saves) and had to do this all over again.
    I was getting the black screens again.

    Indeed. Every minecraft update re-downloads ALL files in the .minecraft/bin directory, thus eradicating the fix. A solution would be to have a directory outside with the files ready to go, and a quick bash script that you can run each time you redownload an update so getting back into MC isn't as painful. I'm thinking like:
      [*:1osm6e25]Extract lwgl files to a directory like ~/minecraft-engine. NoviceTip: in command line the tilde character ~ is a shortcut for the currently logged in user's home directory. Usually /home/[username]. So making a directory called ~/minecraft-engine would in reality mean create /home/[username]/lwgl
      [*:1osm6e25] Make a text file on your desktop or whereever you can have easy access when you need to overwrite the game engine called 'fixminecraft.sh' or whatever the hell you want to call it (name doesn't matter) and copy/paste the following into the file:
      #!/bin/bash
      echo "Fixing minecraft engine! ACTIVATE LE FIX"
      cp -fv ~/minecraft-engine/jar/{jinput.jar,lwjgl.jar,lwjgl_util.jar} ~/.minecraft/bin/
      cp -fv ~/minecraft-engine/native/linux/* ~/.minecraft/bin/natives/
      read -p "might be fixed now! Who knows? Go test it out! Type any character and hit enter to quit: "
      Save and quit.
      [*:1osm6e25]Then open a terminal and run:
      chmod +x ~/Desktop/fixminecraft.sh

      to make it executable
      [*:1osm6e25]CONGRATULATIONS you should now have an easy script that quickly fixes Minecraft after an update. (Hopefully)

    Quote from TheMusicGirl »
    Does this happen to work with any other types of comptuer? Such as Windows 7? I'm looking for a solution everywhere...

    It can't hurt to try. Since it's java you can actually use the same download that linux would use except instead your minecraft folder is located in %APPDATA%\.minecraft\ (just hit windows key +R and copy paste that thing into it and hit run... it will open the minecraft install directory. Also (very important), instead of copying the stuff out of /native/linux in the zip you would copy the .dlls out of /native/windows (or whatever its called.. the only windows-related directory in the /native directory!) and put them inside you .minecraft\bin\natives folder. This will effectively upgrade your windows engine version. If it doesnt work or something breaks, you can delete the .minecraft\bin directory and re-run minecraft.exe. It will re-download the default program files.
    Posted in: Legacy Support
  • 0

    posted a message on Launcher can't connect.
    Quote from comply56 »
    whats a ddos attack?

    In layman's terms: a hacker is being a jerk and making it so no one can get to minecraft.net
    Posted in: Legacy Support
  • 0

    posted a message on Some help Port Forwarding?
    Quote from RonnieDonnie »
    So if i change the settings like mentioned above, using my IP not an external IP, it should work right? I dont need to give anyone my external IP for them to connect?

    and is my IP the IPv4 address in "ipconfig"?



    My ip = the ipv4 address from ipconfig on your computer.

    I'm not sure for minecraft classic (might just show up in the list... i havent played classic in a while) but in alpha you would need to give your friends the external ip that you get from http://whatismyip.org
    Posted in: Legacy Support
  • 0

    posted a message on My Question has been left unanswered!
    You gave us a link to the support forum.. thanks?
    Posted in: Legacy Support
  • 0

    posted a message on Launcher can't connect.
    http://notch.tumblr.com/

    minecraft.net is getting hammered by a ddos attack.
    Posted in: Legacy Support
  • 0

    posted a message on Error when logging in?
    The website is currently under a denial of service attack. Notch's blog: http://notch.tumblr.com/

    there's nothing you can do unless the attack stops.
    Posted in: Legacy Support
  • 0

    posted a message on can't login
    Yes, they are related. Unfortunately you have to wait, there is nothing you can do on your end to fix.
    Posted in: Legacy Support
  • 0

    posted a message on 500 Servlet Exception
    http://notch.tumblr.com/
    Posted in: Legacy Support
  • 0

    posted a message on Please help
    Well find the guy on the internet that is DOS attacking the server and it will come back up promptly. :biggrin.gif:

    In other news - java fails.
    Posted in: Legacy Support
  • 0

    posted a message on Brought the game, can't play?
    It also takes time for paypal payments to process and register on the minecraft site. I'd recommend waiting a day at least before contacting support.
    Posted in: Legacy Support
  • 0

    posted a message on Please Help
    you should be able to downgrade your drivers then so you can wait for an update. google for how to downgrade nvidia drivers.
    Posted in: Legacy Support
  • 0

    posted a message on MUST PLAY ONLINE TO ENABLE OFFLINE???
    after you log in is when you download the files. But since you can't connect its not downloading the files.
    Posted in: Legacy Support
  • 0

    posted a message on MUST PLAY ONLINE TO ENABLE OFFLINE???
    yes. you probably haven't even downloaded the game yet. What you downloaded was the authenticator/game launcher/game updater. The actual game files aren't even on your computer yet.
    Posted in: Legacy Support
  • To post a comment, please .