I downloaded the new 1.6 update this morning and it was working fine. When I opened up the Minecraft Launcher this afternoon, I couldn't hit the play button nor the log out button. I have the recent version of Java and I shut down my MacBook Air and opened it up again but still nothing has changed. What is going on and how can I continue playing Minecraft?
Linked issues
Attachments
Comments 5
Ok
Launcher 1.0.6 (through bootstrap 4) started on osx...
System.getProperty('os.name') == 'Mac OS X'
System.getProperty('os.version') == '10.7.5'
System.getProperty('os.arch') == 'x86_64'
System.getProperty('java.version') == '1.6.0_43'
System.getProperty('java.vendor') == 'Apple Inc.'
Unexpected exception refreshing version list
java.lang.NullPointerException
at net.minecraft.launcher.updater.VersionList.addVersion(VersionList.java:90)
at net.minecraft.launcher.updater.LocalVersionList.refreshVersions(LocalVersionList.java:44)
at net.minecraft.launcher.updater.VersionManager.refreshVersions(VersionManager.java:47)
at net.minecraft.launcher.Launcher$2.run(Launcher.java:164)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:680)
Loaded 3 profile(s); selected 'lmnojulia2'
Trying to log in...
Logging in with access token
Logged in successfully
Delta time to compare resources: 464 ms
Download job 'Resources' skipped as there are no files to download
Job 'Resources' finished successfully
Trying to log in...
Logging in with access token
Couldn't go online
net.minecraft.launcher.authentication.exceptions.InvalidCredentialsException: Invalid token.
at net.minecraft.launcher.authentication.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:123)
at net.minecraft.launcher.authentication.yggdrasil.YggdrasilAuthenticationService.logInWithToken(YggdrasilAuthenticationService.java:97)
at net.minecraft.launcher.authentication.yggdrasil.YggdrasilAuthenticationService.logIn(YggdrasilAuthenticationService.java:50)
at net.minecraft.launcher.ui.sidebar.login.NotLoggedInForm$1.run(NotLoggedInForm.java:158)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:680)
Going to play offline as 'lmnojulia2'...
Invalidating accessToken with server...
Trying to log in...
Logging in with username & password
Logged in successfully
Getting syncinfo for selected version
Couldn't go online
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.RangeCheck(ArrayList.java:547)
at java.util.ArrayList.get(ArrayList.java:322)
at net.minecraft.launcher.GameLauncher.playGame(GameLauncher.java:96)
at net.minecraft.launcher.ui.sidebar.login.NotLoggedInForm$1.run(NotLoggedInForm.java:170)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:680)
Going to play offline as 'lmnojulia2'...
That is also happening to me. I tried installing mods, and it is not working. I deleted mine craft, reinstalled it, shut down my computer, logged out, and it is still not working.
Duplicate of MCL-464
Please copy all the text from the console and paste it here.