Advertisement
Guest User

Random Crash on opening Leaderboard

a guest
Jul 17th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.73 KB | None | 0 0
  1. java.lang.StringIndexOutOfBoundsException: String index out of range: 0
  2. at com.badlogic.gdx.utils.StringBuilder.charAt(StringBuilder.java:195)
  3. at com.badlogic.gdx.graphics.g2d.BitmapFont$BitmapFontData.getGlyphs(BitmapFont.java:792)
  4. at com.badlogic.gdx.graphics.g2d.freetype.FreeTypeFontGenerator$FreeTypeBitmapFontData.getGlyphs(FreeTypeFontGenerator.java:690)
  5. at com.badlogic.gdx.graphics.g2d.GlyphLayout.setText(GlyphLayout.java:144)
  6. at com.badlogic.gdx.graphics.g2d.GlyphLayout.setText(GlyphLayout.java:63)
  7. at com.badlogic.gdx.scenes.scene2d.ui.Label.computePrefSize(Label.java:143)
  8. at com.badlogic.gdx.scenes.scene2d.ui.Label.scaleAndComputePrefSize(Label.java:130)
  9. at com.badlogic.gdx.scenes.scene2d.ui.Label.getPrefWidth(Label.java:224)
  10. at com.badlogic.gdx.scenes.scene2d.ui.Value$3.get(Value.java:65)
  11. at com.badlogic.gdx.scenes.scene2d.ui.Table.computeSize(Table.java:835)
  12. at com.badlogic.gdx.scenes.scene2d.ui.Table.getPrefWidth(Table.java:401)
  13. at com.badlogic.gdx.scenes.scene2d.ui.Value$3.get(Value.java:65)
  14. at com.badlogic.gdx.scenes.scene2d.ui.Table.computeSize(Table.java:835)
  15. at com.badlogic.gdx.scenes.scene2d.ui.Table.getPrefWidth(Table.java:401)
  16. at com.badlogic.gdx.scenes.scene2d.ui.Value$3.get(Value.java:65)
  17. at com.badlogic.gdx.scenes.scene2d.ui.Table.computeSize(Table.java:835)
  18. at com.badlogic.gdx.scenes.scene2d.ui.Table.getPrefWidth(Table.java:401)
  19. at com.badlogic.gdx.scenes.scene2d.ui.ScrollPane.getPrefWidth(ScrollPane.java:632)
  20. at com.badlogic.gdx.scenes.scene2d.ui.Value$3.get(Value.java:65)
  21. at com.badlogic.gdx.scenes.scene2d.ui.Table.computeSize(Table.java:835)
  22. at com.badlogic.gdx.scenes.scene2d.ui.Table.getPrefWidth(Table.java:401)
  23. at com.badlogic.gdx.scenes.scene2d.ui.Value$3.get(Value.java:65)
  24. at com.badlogic.gdx.scenes.scene2d.ui.Table.computeSize(Table.java:835)
  25. at com.badlogic.gdx.scenes.scene2d.ui.Table.layout(Table.java:961)
  26. at com.badlogic.gdx.scenes.scene2d.ui.Table.layout(Table.java:757)
  27. at com.badlogic.gdx.scenes.scene2d.ui.WidgetGroup.validate(WidgetGroup.java:115)
  28. at com.badlogic.gdx.scenes.scene2d.ui.Table.draw(Table.java:101)
  29. at com.badlogic.gdx.scenes.scene2d.Group.drawChildren(Group.java:110)
  30. at com.badlogic.gdx.scenes.scene2d.ui.Table.draw(Table.java:110)
  31. at com.badlogic.gdx.scenes.scene2d.ui.Window.draw(Window.java:249)
  32. at com.kotcrab.vis.ui.widget.VisWindow.draw(VisWindow.java:239)
  33. at com.badlogic.gdx.scenes.scene2d.Group.drawChildren(Group.java:110)
  34. at com.badlogic.gdx.scenes.scene2d.ui.Table.draw(Table.java:110)
  35. at com.badlogic.gdx.scenes.scene2d.ui.Window.draw(Window.java:249)
  36. at com.kotcrab.vis.ui.widget.VisWindow.draw(VisWindow.java:239)
  37. at com.badlogic.gdx.scenes.scene2d.Group.drawChildren(Group.java:123)
  38. at com.badlogic.gdx.scenes.scene2d.Group.draw(Group.java:57)
  39. at com.badlogic.gdx.scenes.scene2d.ui.WidgetGroup.draw(WidgetGroup.java:163)
  40. at com.badlogic.gdx.scenes.scene2d.ui.Table.draw(Table.java:119)
  41. at com.badlogic.gdx.scenes.scene2d.Group.drawChildren(Group.java:110)
  42. at com.badlogic.gdx.scenes.scene2d.Group.draw(Group.java:57)
  43. at com.badlogic.gdx.scenes.scene2d.Stage.draw(Stage.java:128)
  44. at menu.systems.MapSelectStageS$MapSelectStageRenderS.update(MapSelectStageS.scala:113)
  45. at systems.render.BaseRenderSubSystem.update(RenderS.scala:85)
  46. at systems.render.BaseRenderSubSystem.update(RenderS.scala:52)
  47. at ecs.system.MultiSystem.$anonfun$update$1(MultiSystem.scala:35)
  48. at ecs.system.MultiSystem.$anonfun$update$1$adapted(MultiSystem.scala:33)
  49. at scala.collection.immutable.List.foreach(List.scala:389)
  50. at ecs.system.MultiSystem.update(MultiSystem.scala:33)
  51. at ecs.system.StepSystem.step(StepSystem.scala:12)
  52. at ecs.system.StepSystem.step$(StepSystem.scala:10)
  53. at ecs.system.System.step(System.scala:15)
  54. at ecs.Engine.$anonfun$updateSystems$8(Engine.scala:251)
  55. at ecs.Engine.$anonfun$updateSystems$8$adapted(Engine.scala:248)
  56. at scala.collection.mutable.ResizableArray.foreach(ResizableArray.scala:59)
  57. at scala.collection.mutable.ResizableArray.foreach$(ResizableArray.scala:52)
  58. at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:48)
  59. at ecs.Engine.updateSystems(Engine.scala:248)
  60. at ecs.Engine.update(Engine.scala:312)
  61. at screens.MapSelectScreen.update(MapSelectScreen.scala:224)
  62. at utils.ScreenManager.update(ScreenManager.scala:27)
  63. at com.imakegames.hook.HookYourFriends.render(HookYourFriends.scala:207)
  64. at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Window.update(Lwjgl3Window.java:392)
  65. at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.loop(Lwjgl3Application.java:137)
  66. at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.<init>(Lwjgl3Application.java:111)
  67. at hookyourfriends.desktop.BaseLauncher.launch(BaseLauncher.java:72)
  68. at hookyourfriends.desktop.SteamLauncher.main(SteamLauncher.java:12)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement