-
Bug
-
Resolution: Invalid
-
None
-
Minecraft 1.8.1
-
None
-
Windows 7 Java 8
-
Unconfirmed
When I try to launch the game the "play" button freezes at "loading...". The launcher log state the following:
[14:46:16 INFO]: Minecraft Launcher 1.6.11 (through bootstrap 5) started on windows...
[14:46:16 INFO]: Current time is Feb 1, 2015 2:46:16 PM
[14:46:16 INFO]: System.getProperty('os.name') == 'Windows 7'
[14:46:16 INFO]: System.getProperty('os.version') == '6.1'
[14:46:16 INFO]: System.getProperty('os.arch') == 'x86'
[14:46:16 INFO]: System.getProperty('java.version') == '1.8.0_31'
[14:46:16 INFO]: System.getProperty('java.vendor') == 'Oracle Corporation'
[14:46:16 INFO]: System.getProperty('sun.arch.data.model') == '32'
[14:46:16 INFO]: proxy == DIRECT
[14:46:16 INFO]: JFX is already initialized
[14:46:17 INFO]: Refreshing local version list...
[14:46:17 INFO]: Refreshing remote version list...
[14:46:18 INFO]: Refresh complete.
[14:46:18 ERROR]: Unexpected exception refreshing profile list
java.lang.NullPointerException
at net.minecraft.launcher.Launcher$2.run(Launcher.java:139) [launcher.jar:1.6.11]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_31]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_31]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_31]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_31]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_31]
[14:46:18 INFO]: Refreshing auth...
[14:46:18 INFO]: Logging in with access token
[14:46:18 FATAL]: Unhandled exception in thread Thread[AWT-EventQueue-0,6,main]
java.lang.NullPointerException
at net.minecraft.launcher.ui.bottombar.ProfileSelectionPanel.populateProfiles(ProfileSelectionPanel.java:85) ~[launcher.jar:1.6.11]
at net.minecraft.launcher.ui.bottombar.ProfileSelectionPanel$1.run(ProfileSelectionPanel.java:79) ~[launcher.jar:1.6.11]
at java.awt.event.InvocationEvent.dispatch(Unknown Source) ~[?:1.8.0_31]
at java.awt.EventQueue.dispatchEventImpl(Unknown Source) ~[?:1.8.0_31]
at java.awt.EventQueue.access$500(Unknown Source) ~[?:1.8.0_31]
at java.awt.EventQueue$3.run(Unknown Source) ~[?:1.8.0_31]
at java.awt.EventQueue$3.run(Unknown Source) ~[?:1.8.0_31]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_31]
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) ~[?:1.8.0_31]
at java.awt.EventQueue.dispatchEvent(Unknown Source) ~[?:1.8.0_31]
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) [?:1.8.0_31]
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) [?:1.8.0_31]
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) [?:1.8.0_31]
at java.awt.EventDispatchThread.pumpEvents(Unknown Source) [?:1.8.0_31]
at java.awt.EventDispatchThread.pumpEvents(Unknown Source) [?:1.8.0_31]
at java.awt.EventDispatchThread.run(Unknown Source) [?:1.8.0_31]
[14:46:18 ERROR]: Exception whilst logging into profile
com.mojang.authlib.exceptions.InvalidCredentialsException: Invalid token.
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:63) ~[launcher.jar:1.6.11]
at com.mojang.authlib.yggdrasil.YggdrasilUserAuthentication.logInWithToken(YggdrasilUserAuthentication.java:132) ~[launcher.jar:1.6.11]
at com.mojang.authlib.yggdrasil.YggdrasilUserAuthentication.logIn(YggdrasilUserAuthentication.java:55) ~[launcher.jar:1.6.11]
at net.minecraft.launcher.Launcher.ensureLoggedIn(Launcher.java:214) [launcher.jar:1.6.11]
at net.minecraft.launcher.Launcher$2.run(Launcher.java:168) [launcher.jar:1.6.11]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_31]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_31]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_31]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_31]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_31]
[14:46:18 ERROR]: Unhandled exception in executor com.mojang.launcher.updater.ExceptionalThreadPoolExecutor$ExceptionalFutureTask@4a0421
java.util.concurrent.ExecutionException: java.lang.NullPointerException
at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.8.0_31]
at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.8.0_31]
at com.mojang.launcher.updater.ExceptionalThreadPoolExecutor$ExceptionalFutureTask.done(ExceptionalThreadPoolExecutor.java:58) [launcher.jar:1.6.11]
at java.util.concurrent.FutureTask.finishCompletion(Unknown Source) [?:1.8.0_31]
at java.util.concurrent.FutureTask.setException(Unknown Source) [?:1.8.0_31]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_31]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_31]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_31]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_31]
Caused by: java.lang.NullPointerException
at net.minecraft.launcher.profile.ProfileManager.saveProfiles(ProfileManager.java:51) ~[launcher.jar:1.6.11]
at net.minecraft.launcher.SwingUserInterface.showLoginPrompt(SwingUserInterface.java:151) ~[launcher.jar:1.6.11]
at net.minecraft.launcher.Launcher.ensureLoggedIn(Launcher.java:223) ~[launcher.jar:1.6.11]
at net.minecraft.launcher.Launcher$2.run(Launcher.java:168) ~[launcher.jar:1.6.11]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:1.8.0_31]
... 4 more
Everything worked fine up until a week ago. Can someone tell me what this means and how to fix it?