Guest User

Untitled

a guest
Dec 14th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.48 KB | None | 0 0
  1. Microsoft Windows [Version 6.1.7601]
  2. Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  3.  
  4. C:\Users\Kamaran>cd C:\Users\Kamaran\Desktop\MapEditor
  5.  
  6. C:\Users\Kamaran\Desktop\MapEditor>java -jar mapediteur.jar
  7. Sat Sep 10 18:17:07 CEST 2011 INFO:Slick Build #274
  8. Sat Sep 10 18:17:07 CEST 2011 INFO:LWJGL Version: 2.6
  9. Sat Sep 10 18:17:07 CEST 2011 INFO:OriginalDisplayMode: 1920 x 1080 x 32 @59Hz
  10. Sat Sep 10 18:17:07 CEST 2011 INFO:TargetDisplayMode: 1280 x 720 x 0 @0Hz
  11. Sat Sep 10 18:17:08 CEST 2011 INFO:Starting display 1280x720
  12. Sat Sep 10 18:17:08 CEST 2011 INFO:Use Java PNG Loader = true
  13. Sat Sep 10 18:17:08 CEST 2011 INFO:Controllers not available
  14. Connection Established
  15. Parameter "scrollbarsAlwaysVisible" of type "Boolean" not set for "scrollpane"
  16. Missing child theme "pu_tilecanvas" for "scrollpane"
  17. Parameter "scrollbarsAlwaysVisible" of type "Boolean" not set for "scrollpane"
  18. Missing child theme "pu_tilelist" for "scrollpane"
  19. 10-09-2011 18:17:52 de.matthiasmann.twl.Widget unparentChild
  20. SEVERE: Exception in destroy()
  21. java.lang.NullPointerException
  22. at org.lwjgl.opengl.GL11.glDeleteLists(GL11.java:714)
  23. at de.matthiasmann.twl.renderer.lwjgl.LWJGLFontCache.destroy(LWJGLFontCa
  24. che.java:77)
  25. at de.matthiasmann.twl.TextWidget.destroy(TextWidget.java:172)
  26. at de.matthiasmann.twl.Widget.destroy(Widget.java:1261)
  27. at de.matthiasmann.twl.Widget.destroy(Widget.java:1261)
  28. at de.matthiasmann.twl.Widget.unparentChild(Widget.java:2220)
  29. at de.matthiasmann.twl.Widget.removeChild(Widget.java:1216)
  30. at de.matthiasmann.twl.GUI.closePopup(GUI.java:1048)
  31. at de.matthiasmann.twl.PopupWindow.closePopup(PopupWindow.java:183)
  32. at pu_mapeditor.PU_Mapeditor.closeLogin(PU_Mapeditor.java:383)
  33. at pu_mapeditor.PU_Connection.parsePacket(PU_Connection.java:85)
  34. at pu_mapeditor.PU_Connection.run(PU_Connection.java:58)
  35. at java.lang.Thread.run(Unknown Source)
  36. Sat Sep 10 18:17:52 CEST 2011 ERROR:Resource not found: data/fonts/MyriadPro-Reg
  37. ular.ttf
  38. java.lang.RuntimeException: Resource not found: data/fonts/MyriadPro-Regular.ttf
  39.  
  40. at org.newdawn.slick.util.ResourceLoader.getResourceAsStream(ResourceLoa
  41. der.java:69)
  42. at org.newdawn.slick.UnicodeFont.createFont(UnicodeFont.java:61)
  43. at org.newdawn.slick.UnicodeFont.<init>(UnicodeFont.java:173)
  44. at pu_mapeditor.PU_Font.<init>(PU_Font.java:28)
  45. at pu_mapeditor.PU_Game.loadFonts(PU_Game.java:359)
  46. at pu_mapeditor.PU_Mapeditor.initControls(PU_Mapeditor.java:311)
  47. at pu_mapeditor.PU_Game.draw(PU_Game.java:341)
  48. at pu_mapeditor.PU_Mapeditor.render(PU_Mapeditor.java:326)
  49. at org.newdawn.slick.GameContainer.updateAndRender(GameContainer.java:68
  50. 1)
  51. at org.newdawn.slick.AppGameContainer.gameLoop(AppGameContainer.java:408
  52. )
  53. at org.newdawn.slick.AppGameContainer.start(AppGameContainer.java:318)
  54. at pu_mapeditor.PU_Mapeditor.main(PU_Mapeditor.java:466)
  55. Sat Sep 10 18:17:52 CEST 2011 ERROR:Game.render() failure - check the game code.
  56.  
  57. org.newdawn.slick.SlickException: Game.render() failure - check the game code.
  58. at org.newdawn.slick.GameContainer.updateAndRender(GameContainer.java:68
  59. 4)
  60. at org.newdawn.slick.AppGameContainer.gameLoop(AppGameContainer.java:408
  61. )
  62. at org.newdawn.slick.AppGameContainer.start(AppGameContainer.java:318)
  63. at pu_mapeditor.PU_Mapeditor.main(PU_Mapeditor.java:466)
  64.  
  65. C:\Users\Kamaran\Desktop\MapEditor>
Add Comment
Please, Sign In to add comment