Advertisement
Guest User

ser_1398350045487

a guest
Apr 24th, 2014
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.17 KB | None | 0 0
  1. Technic Launcher Error Report:
  2. ( Please submit this report to https://github.com/TechnicPack/TechnicLauncher/issues )
  3. Launcher Build: 23
  4.  
  5. Selected Pack: null
  6. Stack Trace:
  7. Exception: JsonSyntaxException
  8. Message: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1
  9. Trace:
  10. com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:176)
  11. com.google.gson.Gson.fromJson(Gson.java:803)
  12. com.google.gson.Gson.fromJson(Gson.java:768)
  13. com.google.gson.Gson.fromJson(Gson.java:717)
  14. com.google.gson.Gson.fromJson(Gson.java:689)
  15. net.technicpack.launchercore.auth.AuthenticationService.requestLogin(AuthenticationService.java:82)
  16. org.spoutcraft.launcher.skin.LoginFrame.attemptNewLogin(LoginFrame.java:418)
  17. org.spoutcraft.launcher.skin.LoginFrame.attemptLogin(LoginFrame.java:345)
  18. org.spoutcraft.launcher.skin.LoginFrame.actionPerformed(LoginFrame.java:470)
  19. javax.swing.JTextField.fireActionPerformed(Unknown Source)
  20. javax.swing.JTextField.postActionEvent(Unknown Source)
  21. javax.swing.JTextField$NotifyAction.actionPerformed(Unknown Source)
  22. javax.swing.SwingUtilities.notifyAction(Unknown Source)
  23. javax.swing.JComponent.processKeyBinding(Unknown Source)
  24. javax.swing.JComponent.processKeyBindings(Unknown Source)
  25. javax.swing.JComponent.processKeyEvent(Unknown Source)
  26. java.awt.Component.processEvent(Unknown Source)
  27. java.awt.Container.processEvent(Unknown Source)
  28. java.awt.Component.dispatchEventImpl(Unknown Source)
  29. java.awt.Container.dispatchEventImpl(Unknown Source)
  30. java.awt.Component.dispatchEvent(Unknown Source)
  31. java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source)
  32. java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
  33. java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source)
  34. java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source)
  35. java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
  36. java.awt.Component.dispatchEventImpl(Unknown Source)
  37. java.awt.Container.dispatchEventImpl(Unknown Source)
  38. java.awt.Window.dispatchEventImpl(Unknown Source)
  39. java.awt.Component.dispatchEvent(Unknown Source)
  40. java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  41. java.awt.EventQueue.access$200(Unknown Source)
  42. java.awt.EventQueue$3.run(Unknown Source)
  43. java.awt.EventQueue$3.run(Unknown Source)
  44. java.security.AccessController.doPrivileged(Native Method)
  45. java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
  46. java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
  47. java.awt.EventQueue$4.run(Unknown Source)
  48. java.awt.EventQueue$4.run(Unknown Source)
  49. java.security.AccessController.doPrivileged(Native Method)
  50. java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
  51. java.awt.EventQueue.dispatchEvent(Unknown Source)
  52. java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  53. java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  54. java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  55. java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  56. java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  57. java.awt.EventDispatchThread.run(Unknown Source)
  58. Caused By: (IllegalStateException)
  59. [Expected BEGIN_OBJECT but was STRING at line 1 column 1]
  60. com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:176)
  61. com.google.gson.Gson.fromJson(Gson.java:803)
  62. com.google.gson.Gson.fromJson(Gson.java:768)
  63. com.google.gson.Gson.fromJson(Gson.java:717)
  64. com.google.gson.Gson.fromJson(Gson.java:689)
  65. net.technicpack.launchercore.auth.AuthenticationService.requestLogin(AuthenticationService.java:82)
  66. org.spoutcraft.launcher.skin.LoginFrame.attemptNewLogin(LoginFrame.java:418)
  67. org.spoutcraft.launcher.skin.LoginFrame.attemptLogin(LoginFrame.java:345)
  68. org.spoutcraft.launcher.skin.LoginFrame.actionPerformed(LoginFrame.java:470)
  69. javax.swing.JTextField.fireActionPerformed(Unknown Source)
  70. javax.swing.JTextField.postActionEvent(Unknown Source)
  71. javax.swing.JTextField$NotifyAction.actionPerformed(Unknown Source)
  72. javax.swing.SwingUtilities.notifyAction(Unknown Source)
  73. javax.swing.JComponent.processKeyBinding(Unknown Source)
  74. javax.swing.JComponent.processKeyBindings(Unknown Source)
  75. javax.swing.JComponent.processKeyEvent(Unknown Source)
  76. java.awt.Component.processEvent(Unknown Source)
  77. java.awt.Container.processEvent(Unknown Source)
  78. java.awt.Component.dispatchEventImpl(Unknown Source)
  79. java.awt.Container.dispatchEventImpl(Unknown Source)
  80. java.awt.Component.dispatchEvent(Unknown Source)
  81. java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source)
  82. java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
  83. java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source)
  84. java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source)
  85. java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
  86. java.awt.Component.dispatchEventImpl(Unknown Source)
  87. java.awt.Container.dispatchEventImpl(Unknown Source)
  88. java.awt.Window.dispatchEventImpl(Unknown Source)
  89. java.awt.Component.dispatchEvent(Unknown Source)
  90. java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  91. java.awt.EventQueue.access$200(Unknown Source)
  92. java.awt.EventQueue$3.run(Unknown Source)
  93. java.awt.EventQueue$3.run(Unknown Source)
  94. java.security.AccessController.doPrivileged(Native Method)
  95. java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
  96. java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
  97. java.awt.EventQueue$4.run(Unknown Source)
  98. java.awt.EventQueue$4.run(Unknown Source)
  99. java.security.AccessController.doPrivileged(Native Method)
  100. java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
  101. java.awt.EventQueue.dispatchEvent(Unknown Source)
  102. java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  103. java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  104. java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  105. java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  106. java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  107. java.awt.EventDispatchThread.run(Unknown Source)
  108.  
  109. System Information:
  110. Operating System: Windows XP
  111. Operating System Version: 5.1
  112. Operating System Architecture: x86
  113. Java version: 1.7.0_45 32 bit
  114. Total Memory: 35 MB
  115. Max Memory: 247 MB
  116. Memory Free: 15 MB
  117. CPU Cores: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement