Uploaded image for project: 'Minecraft Launcher'
  1. Minecraft Launcher
  2. MCL-3951

Problem with sending crash report

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • None
    • 1.6.43
    • None
    • Unconfirmed

      I guess I do not have to understand why version 1.6.39 is not listed here but therefor 1.6.13 and neither why some crash reports ask you if you want to publish the report and others open the bug tracker when clicking on "Report to Mojang". The second one was forced but in the launcher they look identically...

      The crash report is the forced crash of MC-88490
      However when pressing on "Publish Crash Report" I got this error:

      [16:02:50 ERROR]: Couldn't publish report 74959447
      java.net.SocketTimeoutException: Read timed out
      	at java.net.SocketInputStream.socketRead0(Native Method) ~[?:1.8.0_25]
      	at java.net.SocketInputStream.read(SocketInputStream.java:150) ~[?:1.8.0_25]
      	at java.net.SocketInputStream.read(SocketInputStream.java:121) ~[?:1.8.0_25]
      	at java.io.BufferedInputStream.fill(BufferedInputStream.java:246) ~[?:1.8.0_25]
      	at java.io.BufferedInputStream.read1(BufferedInputStream.java:286) ~[?:1.8.0_25]
      	at java.io.BufferedInputStream.read(BufferedInputStream.java:345) ~[?:1.8.0_25]
      	at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:703) ~[?:1.8.0_25]
      	at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:647) ~[?:1.8.0_25]
      	at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1534) ~[?:1.8.0_25]
      	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1439) ~[?:1.8.0_25]
      	at net.minecraft.hopper.Util.performPost(Util.java:40) ~[launcher.jar:1.6.39]
      	at net.minecraft.hopper.HopperService.makeRequest(HopperService.java:49) ~[launcher.jar:1.6.39]
      	at net.minecraft.hopper.HopperService.publishReport(HopperService.java:45) ~[launcher.jar:1.6.39]
      	at net.minecraft.launcher.ui.tabs.CrashReportTab.showPublishReportPrompt(CrashReportTab.java:94) [launcher.jar:1.6.39]
      	at net.minecraft.launcher.ui.tabs.CrashReportTab.access$300(CrashReportTab.java:25) [launcher.jar:1.6.39]
      	at net.minecraft.launcher.ui.tabs.CrashReportTab$CrashInfoPane.actionPerformed(CrashReportTab.java:191) [launcher.jar:1.6.39]
      	at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022) [?:1.8.0_25]
      	at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2346) [?:1.8.0_25]
      	at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402) [?:1.8.0_25]
      	at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259) [?:1.8.0_25]
      	at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252) [?:1.8.0_25]
      	at java.awt.Component.processMouseEvent(Component.java:6525) [?:1.8.0_25]
      	at javax.swing.JComponent.processMouseEvent(JComponent.java:3321) [?:1.8.0_25]
      	at java.awt.Component.processEvent(Component.java:6290) [?:1.8.0_25]
      	at java.awt.Container.processEvent(Container.java:2234) [?:1.8.0_25]
      	at java.awt.Component.dispatchEventImpl(Component.java:4881) [?:1.8.0_25]
      	at java.awt.Container.dispatchEventImpl(Container.java:2292) [?:1.8.0_25]
      	at java.awt.Component.dispatchEvent(Component.java:4703) [?:1.8.0_25]
      	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4898) [?:1.8.0_25]
      	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4533) [?:1.8.0_25]
      	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4462) [?:1.8.0_25]
      	at java.awt.Container.dispatchEventImpl(Container.java:2278) [?:1.8.0_25]
      	at java.awt.Window.dispatchEventImpl(Window.java:2739) [?:1.8.0_25]
      	at java.awt.Component.dispatchEvent(Component.java:4703) [?:1.8.0_25]
      	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:746) [?:1.8.0_25]
      	at java.awt.EventQueue.access$400(EventQueue.java:97) [?:1.8.0_25]
      	at java.awt.EventQueue$3.run(EventQueue.java:697) [?:1.8.0_25]
      	at java.awt.EventQueue$3.run(EventQueue.java:691) [?:1.8.0_25]
      	at java.security.AccessController.doPrivileged(Native Method) [?:1.8.0_25]
      	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75) [?:1.8.0_25]
      	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:86) [?:1.8.0_25]
      	at java.awt.EventQueue$4.run(EventQueue.java:719) [?:1.8.0_25]
      	at java.awt.EventQueue$4.run(EventQueue.java:717) [?:1.8.0_25]
      	at java.security.AccessController.doPrivileged(Native Method) [?:1.8.0_25]
      	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75) [?:1.8.0_25]
      	at java.awt.EventQueue.dispatchEvent(EventQueue.java:716) [?:1.8.0_25]
      	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201) [?:1.8.0_25]
      	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) [?:1.8.0_25]
      	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) [?:1.8.0_25]
      	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) [?:1.8.0_25]
      	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) [?:1.8.0_25]
      	at java.awt.EventDispatchThread.run(EventDispatchThread.java:82) [?:1.8.0_25]
      [16:03:05 FATAL]: Unhandled exception in thread Thread[AWT-EventQueue-0,6,main]
      com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1
      	at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:176) ~[launcher.jar:1.6.39]
      	at com.google.gson.Gson.fromJson(Gson.java:803) ~[launcher.jar:1.6.39]
      	at com.google.gson.Gson.fromJson(Gson.java:768) ~[launcher.jar:1.6.39]
      	at com.google.gson.Gson.fromJson(Gson.java:717) ~[launcher.jar:1.6.39]
      	at com.google.gson.Gson.fromJson(Gson.java:689) ~[launcher.jar:1.6.39]
      	at net.minecraft.hopper.HopperService.makeRequest(HopperService.java:50) ~[launcher.jar:1.6.39]
      	at net.minecraft.hopper.HopperService.publishReport(HopperService.java:45) ~[launcher.jar:1.6.39]
      	at net.minecraft.launcher.ui.tabs.CrashReportTab.showPublishReportPrompt(CrashReportTab.java:94) ~[launcher.jar:1.6.39]
      	at net.minecraft.launcher.ui.tabs.CrashReportTab.access$300(CrashReportTab.java:25) ~[launcher.jar:1.6.39]
      	at net.minecraft.launcher.ui.tabs.CrashReportTab$CrashInfoPane.actionPerformed(CrashReportTab.java:191) ~[launcher.jar:1.6.39]
      	at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022) ~[?:1.8.0_25]
      	at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2346) ~[?:1.8.0_25]
      	at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402) ~[?:1.8.0_25]
      	at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259) ~[?:1.8.0_25]
      	at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252) ~[?:1.8.0_25]
      	at java.awt.Component.processMouseEvent(Component.java:6525) ~[?:1.8.0_25]
      	at javax.swing.JComponent.processMouseEvent(JComponent.java:3321) ~[?:1.8.0_25]
      	at java.awt.Component.processEvent(Component.java:6290) ~[?:1.8.0_25]
      	at java.awt.Container.processEvent(Container.java:2234) ~[?:1.8.0_25]
      	at java.awt.Component.dispatchEventImpl(Component.java:4881) ~[?:1.8.0_25]
      	at java.awt.Container.dispatchEventImpl(Container.java:2292) ~[?:1.8.0_25]
      	at java.awt.Component.dispatchEvent(Component.java:4703) ~[?:1.8.0_25]
      	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4898) ~[?:1.8.0_25]
      	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4533) ~[?:1.8.0_25]
      	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4462) ~[?:1.8.0_25]
      	at java.awt.Container.dispatchEventImpl(Container.java:2278) ~[?:1.8.0_25]
      	at java.awt.Window.dispatchEventImpl(Window.java:2739) ~[?:1.8.0_25]
      	at java.awt.Component.dispatchEvent(Component.java:4703) ~[?:1.8.0_25]
      	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:746) ~[?:1.8.0_25]
      	at java.awt.EventQueue.access$400(EventQueue.java:97) ~[?:1.8.0_25]
      	at java.awt.EventQueue$3.run(EventQueue.java:697) ~[?:1.8.0_25]
      	at java.awt.EventQueue$3.run(EventQueue.java:691) ~[?:1.8.0_25]
      	at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_25]
      	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75) ~[?:1.8.0_25]
      	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:86) ~[?:1.8.0_25]
      	at java.awt.EventQueue$4.run(EventQueue.java:719) ~[?:1.8.0_25]
      	at java.awt.EventQueue$4.run(EventQueue.java:717) ~[?:1.8.0_25]
      	at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_25]
      	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75) ~[?:1.8.0_25]
      	at java.awt.EventQueue.dispatchEvent(EventQueue.java:716) ~[?:1.8.0_25]
      	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201) [?:1.8.0_25]
      	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) [?:1.8.0_25]
      	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) [?:1.8.0_25]
      	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) [?:1.8.0_25]
      	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) [?:1.8.0_25]
      	at java.awt.EventDispatchThread.run(EventDispatchThread.java:82) [?:1.8.0_25]
      Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1
      	at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:374) ~[launcher.jar:1.6.39]
      	at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:165) ~[launcher.jar:1.6.39]
      	... 45 more
      

      and after that the button seemed to not work anymore

      Maybe it is helpful for you maybe not. I would not mind if you close this report

            Unassigned Unassigned
            marcono1234 [Mod] Marcono1234
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: