Unable to Authenticate error and World of Minecraft Direct Connect does not work
5 replies [Last post]
Odd0002
WoM Member
Members
WoM Member: 186092
WoM Coins: 6

I've been trying to get World of Minecraft to work on my computer (Linux Mint 14) but I keep getting these errors whenever I try to connect:

Trying to log in:


./World of Minecraft.sh
Constructor for World of Minecraft : java.net.URLClassLoader@1aaa14a
Couldn't load connection cache: java.io.FileNotFoundException: /tmp/World of Minecraft-cache.dat (No such file or directory)
Making connection to http://www.minecraft.net/login
Making connection to https://www.minecraft.net/login
Actual login page: <!DOCTYPE html>
<html lang="en" class="no-js">
    <head>
        <meta charset="UTF-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

        <title>Minecraft</title>
        <meta name="description" content="Minecraft is a game about placing blocks to build anything you can imagine. At night monsters come out, make sure to build a shelter before that happens.">
        <meta name="author" content="Mojang AB">

        <meta name="viewport" content="width=device-width, initial-scale=1.0">

        <link rel="shortcut icon" href="/favicon.png">
        <link rel="apple-touch-icon" href="/apple-touch-icon.png">
        <link rel="stylesheet" href="/stylesheets/style.css?b=b_586">
        <link rel="stylesheet" media="handheld" href="/stylesheets/handheld.css?b=b_586">
                <!--[if !IE 7]>
        <style type="text/css">
        #wrap {display:table;height:100%}
        </style>
        <![endif]-->
        <script src="/javascripts/libs/modernizr.min.js"></script>
        <script>
            function recordOutboundLink(link, category, action, label, value) {
                try {
                    _gaq.push(['_trackEvent', category, action, label, value]);
                    setTimeout('document.location = "' + link.href + '"', 100);
                }catch(err){}
            }
            
            var _gaq = _gaq || [];
            _gaq.push(['_setAccount', 'UA-9482675-1']);
            _gaq.push(['_trackPageview']);

            (function() {
            var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
            ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
            var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
            })();
        </script>
    </head>
    <body>
        <div id="wrap">
            <header>
                <div id="header_container" class="clearfix">
                    <a id="logo" href="/">Minecraft</a>
                    <ul id="menu">
                        <li><a href="/">Home</a></li>
                        <li>
                            <a href="/game">Game</a>
                            <ul>
                                <li><a href="/game">What is Minecraft?</a></li>
                                <li><a href="/game/howtoplay">Getting started</a></li>
                                <li><a href="/game/credits">Credits</a></li>
                            </ul>
                        </li>
                        <li><a href="/community">Community</a></li>
                        <li><a href="/store">Store</a></li>
                        <li><a href="/profile">Profile</a></li>
                        <li><a href="http://help.mojang.com">Help</a></li>
                    </ul>
                    <div id="userbox">
                                                                        <span class="logged-out"><a href="/login" >Log in</a> | <a href="/register">Register</a></span>
                                            </div>
                </div>
            </header>

            <noscript>
            <div id="javascript-warning" class="warning warning-yellow">
                Please, please enable JavaScript to use this site.
            </div>
            </noscript>

            <div id="main" role="main" class="clearfix controller-Secure action-login">
                

<h1>Login</h1>


<div id="login">
    <h1></h1>
    <form action="https://minecraft.net/login" method="post" accept-charset="utf-8" enctype="application/x-www-form-urlencoded" id="loginForm" class="spacious" ><input type="hidden" name="authenticityToken" value="1badc2ff9951e84ccddba75b6404aae62af9084b">

        
        
    <p>When logging in with a Mojang account, use your e-mail address as username.</p>
    
    <p id="username-field">
        <label for="username">Username:</label>        
        <input tabindex="1" type="text" name="username" id="username" value="" />        
        <a href="/retrievename">Forgot username?</a> <a href="/sendemailverification">Verify email?</a>
    </p>
    <p id="password-field">
        <label for="password">Password:</label>
        <input tabindex="2" type="password" name="password" id="password" value="" />
        <a href="/resetpassword">Forgot password?</a>
    </p>
    <p id="remember-field">
        <input type="checkbox" name="remember" id="remember" value="true"  />
               <label for="remember">Remember me</label>
    </p>
    <p id="signin-field">
        <input type="submit" id="signin" value="Sign in" />
    </p>
    
</form></div>
            </div>
        </div>

        <footer>
            Mojang &copy; 2009-2012. "Minecraft" is a trademark of Notch Development AB &mdash; <a href="/terms">Terms of Use</a> &mdash; b_586 r_9e291d2b0918f31c9e2aaaa5271ee39962791438
        </footer>

        <script src="/javascripts/libs/json2.js"></script>
        <script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
        <script>!window.jQuery && document.write(unescape('%3Cscript src="/javascripts/libs/jquery-1.5.1.min.js"%3E%3C/script%3E'))</script>
        <script src="/javascripts/libs/jquery.dataTables.min.js"></script>
        <script src="/javascripts/libs/jquery.timeago.js"></script>
        <script src="/javascripts/libs/sammy.js"></script>
        <script type="text/javascript">
            var app = $.sammy('#main', function() {

                this.debug = true;

                this.get('/', function() {
                    var action = function(options) {var pattern = '/'; for(key in options) { pattern = pattern.replace(':'+key, options[key] || ''); } return pattern }
                    this.partial(action());
                });

                this.get('/game', function() {
                    var action = function(options) {var pattern = '/game'; for(key in options) { pattern = pattern.replace(':'+key, options[key] || ''); } return pattern }
                    this.partial(action());
                });

                this.get('/login', function() {
                    var action = function(options) {var pattern = '/login'; for(key in options) { pattern = pattern.replace(':'+key, options[key] || ''); } return pattern }
                    this.partial(action());
                });

                this.get('/register', function() {
                    var action = function(options) {var pattern = '/register'; for(key in options) { pattern = pattern.replace(':'+key, options[key] || ''); } return pattern }
                    this.partial(action());
                });

            });

            $(document).ready(function() {
                if ($('html').is('.history') && false) {
                    app.run(window.location.pathname);
                } else {
                    $(document).trigger('changed');
                }
            });
        </script>
        <script src="/javascripts/plugins.js?b=b_586"></script>
        <script src="/javascripts/main.js?b=b_586"></script>
            </body>
</html>

Making connection to http://www.minecraft.net
MC.net failed, attempting to perform survival authentication
Making connection to https://login.minecraft.net/
User is not premium, fallback to direct authentication
All forms of validation failed, fallback to World of Minecraft direct authentication
Making connection to https://direct.worldofminecraft.com/login.php
Unable to login to World of Minecraft direct. This is the last straw
 


 

Using Direct Connect:


./World of Minecraft.sh
Constructor for World of Minecraft : java.net.URLClassLoader@1430b5c
Compass initialized
Failed to open device (/dev/input/event9): Failed to open device /dev/input/event9 (13)

Failed to open device (/dev/input/event8): Failed to open device /dev/input/event8 (13)

Failed to open device (/dev/input/event7): Failed to open device /dev/input/event7 (13)

Failed to open device (/dev/input/event6): Failed to open device /dev/input/event6 (13)

Failed to open device (/dev/input/event5): Failed to open device /dev/input/event5 (13)

Failed to open device (/dev/input/event4): Failed to open device /dev/input/event4 (13)

Failed to open device (/dev/input/event3): Failed to open device /dev/input/event3 (13)

Failed to open device (/dev/input/event2): Failed to open device /dev/input/event2 (13)

Failed to open device (/dev/input/event1): Failed to open device /dev/input/event1 (13)

Failed to open device (/dev/input/event0): Failed to open device /dev/input/event0 (13)

Linux plugin claims to have found 0 controllers
Replacing with kPlayer
java.lang.ArrayIndexOutOfBoundsException: 1
    at com.mojang.minecraft.c.run(Unknown Source)
java.lang.ArrayIndexOutOfBoundsException: 1
    at com.mojang.minecraft.c.run(Unknown Source)
java.lang.ArrayIndexOutOfBoundsException: 1
    at com.mojang.minecraft.c.run(Unknown Source)
java.lang.ArrayIndexOutOfBoundsException: 1
    at com.mojang.minecraft.c.run(Unknown Source)
java.lang.ArrayIndexOutOfBoundsException: 1
    at com.mojang.minecraft.c.run(Unknown Source)
java.lang.ArrayIndexOutOfBoundsException: 1
    at com.mojang.minecraft.c.run(Unknown Source)
java.lang.ArrayIndexOutOfBoundsException: 1
    at com.mojang.minecraft.c.run(Unknown Source)
Updating variables


I have no clue what is wrong here but I want to play Minecraft Classic again using World of Minecraft.

 

Additional info:

WoM version: 2.0.8

java -version:
java version "1.6.0_24"
OpenJDK Runtime Environment (IcedTea6 1.11.5) (6b24-1.11.5-0ubuntu1~12.10.1)
OpenJDK Server VM (build 20.0-b12, mixed mode)

yooyoo1
WoM Member
Members
WoM Member: 405158
WoM Coins: 5
Same here im still trying to

Same here im still trying to find out the problem

 

yooyoo1
WoM Member
Members
WoM Member: 405158
WoM Coins: 5
Here you go i found out the

Here you go i found out the problem just follow this guys steps

http://mcdzienny.cba.pl/viewtopic.php?f=2&t=1551#p5874

shanezer
WoM Member
Members
WoM Member: 606715
WoM Coins: 3
when i wanna play PvP it

when i wanna play PvP it dosent let me click the link its not blue

 

shanezer
WoM Member
Members
WoM Member: 606715
WoM Coins: 3
i also cant play SMP ether

i also cant play SMP ether help me please i wanna play minecraft free multiplayer on here but it wont let  me play

 

dilsha21
WoM Member
Members
WoM Member: 438731
WoM Coins: 1
Not premium bs

Constructor for World of Minecraft : java.net.URLClassLoader@1a8fb1b
Couldn't load connection cache: java.io.FileNotFoundException: /tmp/World of Minecraft-cache.dat (No such file or directory)
Making connection to http://www.minecraft.net/login
Making connection to https://www.minecraft.net/login
Caught exception: java.io.IOException: Server returned HTTP response code: 503 for URL: https://minecraft.net/login
Actual login page:
MC.net failed, attempting to perform survival authentication
Making connection to https://login.minecraft.net/
User is not premium, fallback to direct authentication
All forms of validation failed, fallback to World of Minecraft direct authentication
Making connection to https://direct.worldofminecraft.com/login.php
Unable to login to World of Minecraft direct. This is the last straw