Advertisement
Guest User

AnotherOne

a guest
Jul 17th, 2018
89
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.badlogicControllers: removed manager for application, 0 managers active
  4. Controllers: added manager for application, 1 managers active
  5. Controllers: removed manager for application, 0 managers active
  6. or.java:690)
  7. at com.badlogic.gdx.graphics.g2d.GlyphLayout.setText(GlyphLayout.java:144)
  8. at com.badlogic.gdx.graphics.g2d.GlyphLayout.setText(GlyphLayout.java:63)
  9. at com.badlogic.gdx.scenes.scene2d.ui.Label.computePrefSize(Label.java:143)
  10. at com.badlogic.gdx.scenes.scene2d.ui.Label.scaleAndComputePrefSize(Label.java:130)
  11. at com.badlogic.gdx.scenes.scene2d.ui.Label.getPrefWidth(Label.java:224)
  12. at com.badlogic.gdx.scenes.scene2d.ui.Value$3.get(Value.java:65)
  13. at com.badlogic.gdx.scenes.scene2d.ui.Table.computeSize(Table.java:835)
  14. at com.badlogic.gdx.scenes.scene2d.ui.Table.getPrefWidth(Table.java:401)
  15. at com.badlogic.gdx.scenes.scene2d.ui.Value$3.get(Value.java:65)
  16. at com.badlogic.gdx.scenes.scene2d.ui.Table.computeSize(Table.java:835)
  17. at com.badlogic.gdx.scenes.scene2d.ui.Table.getPrefWidth(Table.java:401)
  18. at com.badlogic.gdx.scenes.scene2d.ui.Value$3.get(Value.java:65)
  19. at com.badlogic.gdx.scenes.scene2d.ui.Table.computeSize(Table.java:835)
  20. at com.badlogic.gdx.scenes.scene2d.ui.Table.getPrefWidth(Table.java:401)
  21. at com.badlogic.gdx.scenes.scene2d.ui.ScrollPane.getPrefWidth(ScrollPane.java:632)
  22. at com.badlogic.gdx.scenes.scene2d.ui.Value$3.get(Value.java:65)
  23. at com.badlogic.gdx.scenes.scene2d.ui.Table.computeSize(Table.java:835)
  24. at com.badlogic.gdx.scenes.scene2d.ui.Table.getPrefWidth(Table.java:401)
  25. at com.badlogic.gdx.scenes.scene2d.ui.Value$3.get(Value.java:65)
  26. at com.badlogic.gdx.scenes.scene2d.ui.Table.computeSize(Table.java:835)
  27. at com.badlogic.gdx.scenes.scene2d.ui.Table.layout(Table.java:961)
  28. at com.badlogic.gdx.scenes.scene2d.ui.Table.layout(Table.java:757)
  29. at com.badlogic.gdx.scenes.scene2d.ui.WidgetGroup.validate(WidgetGroup.java:115)
  30. at com.badlogic.gdx.scenes.scene2d.ui.Table.draw(Table.java:101)
  31. at com.badlogic.gdx.scenes.scene2d.Group.drawChildren(Group.java:110)
  32. at com.badlogic.gdx.scenes.scene2d.ui.Table.draw(Table.java:110)
  33. at com.badlogic.gdx.scenes.scene2d.ui.Window.draw(Window.java:249)
  34. at com.kotcrab.vis.ui.widget.VisWindow.draw(VisWindow.java:239)
  35. at com.badlogic.gdx.scenes.scene2d.Group.drawChildren(Group.java:110)
  36. at com.badlogic.gdx.scenes.scene2d.ui.Table.draw(Table.java:110)
  37. at com.badlogic.gdx.scenes.scene2d.ui.Window.draw(Window.java:249)
  38. at com.kotcrab.vis.ui.widget.VisWindow.draw(VisWindow.java:239)
  39. at com.badlogic.gdx.scenes.scene2d.Group.drawChildren(Group.java:123)
  40. at com.badlogic.gdx.scenes.scene2d.Group.draw(Group.java:57)
  41. at com.badlogic.gdx.scenes.scene2d.ui.WidgetGroup.draw(WidgetGroup.java:163)
  42. at com.badlogic.gdx.scenes.scene2d.ui.Table.draw(Table.java:119)
  43. at com.badlogic.gdx.scenes.scene2d.Group.drawChildren(Group.java:110)
  44. at com.badlogic.gdx.scenes.scene2d.Group.draw(Group.java:57)
  45. at com.badlogic.gdx.scenes.scene2d.Stage.draw(Stage.java:128)
  46. at menu.systems.MapSelectStageS$MapSelectStageRenderS.update(MapSelectStageS.scala:113)
  47. at systems.render.BaseRenderSubSystem.update(RenderS.scala:85)
  48. at systems.render.BaseRenderSubSystem.update(RenderS.scala:52)
  49. at ecs.system.MultiSystem.$anonfun$update$1(MultiSystem.scala:35)
  50. at ecs.system.MultiSystem.$anonfun$update$1$adapted(MultiSystem.scala:33)
  51. at scala.collection.immutable.List.foreach(List.scala:389)
  52. at ecs.system.MultiSystem.update(MultiSystem.scala:33)
  53. at ecs.system.StepSystem.step(StepSystem.scala:12)
  54. at ecs.system.StepSystem.step$(StepSystem.scala:10)
  55. at ecs.system.System.step(System.scala:15)
  56. at ecs.Engine.$anonfun$updateSystems$8(Engine.scala:251)
  57. at ecs.Engine.$anonfun$updateSystems$8$adapted(Engine.scala:248)
  58. at scala.collection.mutable.ResizableArray.foreach(ResizableArray.scala:59)
  59. at scala.collection.mutable.ResizableArray.foreach$(ResizableArray.scala:52)
  60. at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:48)
  61. at ecs.Engine.updateSystems(Engine.scala:248)
  62. at ecs.Engine.update(Engine.scala:312)
  63. at screens.MapSelectScreen.update(MapSelectScreen.scala:224)
  64. at utils.ScreenManager.update(ScreenManager.scala:27)
  65. at com.imakegames.hook.HookYourFriends.render(HookYourFriends.scala:207)
  66. at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Window.update(Lwjgl3Window.java:392)
  67. at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.loop(Lwjgl3Application.java:137)
  68. at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.<init>(Lwjgl3Application.java:111)
  69. at hookyourfriends.desktop.BaseLauncher.launch(BaseLauncher.java:72)
  70. at hookyourfriends.desktop.SteamLauncher.main(SteamLauncher.java:12)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement