minecraft login failure from ubuntu on chromebook
ydHi I get the following errors when I try to login to minecraft on my chromebook. the second error occurs when I try to register my linux based minecraft.
my version is 1.6.82 (java)
(xenial)babybird@localhost:~$ java -jar /usr/local/bin/Minecraft.jar Bootstrap (v5) Current time is Oct 25, 2017 8:32:31 AM System.getProperty('os.name') == 'Linux' System.getProperty('os.version') == '3.18.0-15956-gde0b452850f1' System.getProperty('os.arch') == 'amd64' System.getProperty('java.version') == '1.8.0_131' System.getProperty('java.vendor') == 'Oracle Corporation' System.getProperty('sun.arch.data.model') == '64' Looking for update Downloading: https://s3.amazonaws.com/Minecraft.Download/launcher/launcher.pack.lzma Got reply in: 1013ms No update found. Reversing LZMA on /home/babybird/.minecraft/launcher.pack.lzma to /home/babybird/.minecraft/launcher.pack Unpacking /home/babybird/.minecraft/launcher.pack to /home/babybird/.minecraft/launcher.jar Cleaning up /home/babybird/.minecraft/launcher.pack Starting launcher. [08:32:49 INFO]: Minecraft Launcher 1.6.82-j (through bootstrap 5) started on linux... [08:32:49 INFO]: Current time is Oct 25, 2017 8:32:49 AM [08:32:49 INFO]: System.getProperty('os.name') == 'Linux' [08:32:49 INFO]: System.getProperty('os.version') == '3.18.0-15956-gde0b452850f1' [08:32:49 INFO]: System.getProperty('os.arch') == 'amd64' [08:32:49 INFO]: System.getProperty('java.version') == '1.8.0_131' [08:32:49 INFO]: System.getProperty('java.vendor') == 'Oracle Corporation' [08:32:49 INFO]: System.getProperty('sun.arch.data.model') == '64' [08:32:49 INFO]: proxy == DIRECT [08:32:50 INFO]: Refreshing local version list... [08:32:50 INFO]: Refreshing remote version list... [08:32:51 INFO]: Refresh complete. [08:32:51 INFO]: Loaded 1 profile(s); selected '(Default)' [08:33:11 INFO]: Logging in with username & password [08:33:11 ERROR]: Couldn't log in com.mojang.authlib.exceptions.InvalidCredentialsException: Invalid credentials. Invalid username or password. at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:63) ~[launcher.jar:1.6.82-j] at com.mojang.authlib.yggdrasil.YggdrasilUserAuthentication.logInWithPassword(YggdrasilUserAuthentication.java:74) ~[launcher.jar:1.6.82-j] at com.mojang.authlib.yggdrasil.YggdrasilUserAuthentication.logIn(YggdrasilUserAuthentication.java:57) ~[launcher.jar:1.6.82-j] at net.minecraft.launcher.ui.popups.login.LogInForm$4.run(LogInForm.java:171) [launcher.jar:1.6.82-j] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_131] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_131] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131] [08:33:33 ERROR]: Failed to open link https://account.mojang.com/register java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131] at com.mojang.launcher.OperatingSystem.openLink(OperatingSystem.java:66) [launcher.jar:1.6.82-j] at net.minecraft.launcher.ui.popups.login.LogInPopup.actionPerformed(LogInPopup.java:82) [launcher.jar:1.6.82-j] at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022) [?:1.8.0_131] at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348) [?:1.8.0_131] at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402) [?:1.8.0_131] at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259) [?:1.8.0_131] at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252) [?:1.8.0_131] at java.awt.Component.processMouseEvent(Component.java:6533) [?:1.8.0_131] at javax.swing.JComponent.processMouseEvent(JComponent.java:3324) [?:1.8.0_131] at java.awt.Component.processEvent(Component.java:6298) [?:1.8.0_131] at java.awt.Container.processEvent(Container.java:2236) [?:1.8.0_131] at java.awt.Component.dispatchEventImpl(Component.java:4889) [?:1.8.0_131] at java.awt.Container.dispatchEventImpl(Container.java:2294) [?:1.8.0_131] at java.awt.Component.dispatchEvent(Component.java:4711) [?:1.8.0_131] at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4888) [?:1.8.0_131] at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4525) [?:1.8.0_131] at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4466) [?:1.8.0_131] at java.awt.Container.dispatchEventImpl(Container.java:2280) [?:1.8.0_131] at java.awt.Window.dispatchEventImpl(Window.java:2746) [?:1.8.0_131] at java.awt.Component.dispatchEvent(Component.java:4711) [?:1.8.0_131] at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758) [?:1.8.0_131] at java.awt.EventQueue.access$500(EventQueue.java:97) [?:1.8.0_131] at java.awt.EventQueue$3.run(EventQueue.java:709) [?:1.8.0_131] at java.awt.EventQueue$3.run(EventQueue.java:703) [?:1.8.0_131] at java.security.AccessController.doPrivileged(Native Method) [?:1.8.0_131] at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80) [?:1.8.0_131] at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:90) [?:1.8.0_131] at java.awt.EventQueue$4.run(EventQueue.java:731) [?:1.8.0_131] at java.awt.EventQueue$4.run(EventQueue.java:729) [?:1.8.0_131] at java.security.AccessController.doPrivileged(Native Method) [?:1.8.0_131] at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80) [?:1.8.0_131] at java.awt.EventQueue.dispatchEvent(EventQueue.java:728) [?:1.8.0_131] at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201) [?:1.8.0_131] at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) [?:1.8.0_131] at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) [?:1.8.0_131] at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) [?:1.8.0_131] at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) [?:1.8.0_131] at java.awt.EventDispatchThread.run(EventDispatchThread.java:82) [?:1.8.0_131] Caused by: java.lang.UnsupportedOperationException: The BROWSE action is not supported on the current platform! at java.awt.Desktop.checkActionSupport(Desktop.java:225) ~[?:1.8.0_131] at java.awt.Desktop.browse(Desktop.java:381) ~[?:1.8.0_131] ... 42 more
any clues?
I followed the steps to add minecraft to my samsung chromebook and it launches. I purchased a license for the linux edition of minecraft (user babybirddub) however my credentials do not work from within the java applet even though I can login to the mojang site?
2017-10-25, 06:43 PM
2018-07-31, 03:15 PM
2018-04-26, 12:41 PM
0
0
-