Advertisement
Guest User

bad_resource_pack_cauze_MC_to_go_boom

a guest
Feb 24th, 2020
1,111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.34 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Don't do that.
  3.  
  4. Time: 2/24/20 3:40 PM
  5. Description: Updating screen events
  6.  
  7. java.lang.StringIndexOutOfBoundsException: String index out of range: -2
  8. at java.lang.String.substring(String.java:1919)
  9. at noppes.npcs.client.gui.select.GuiTextureSelection.addFile(GuiTextureSelection.java:356)
  10. at noppes.npcs.client.gui.select.GuiTextureSelection.checkFolder(GuiTextureSelection.java:342)
  11. at noppes.npcs.client.gui.select.GuiTextureSelection.checkFolder(GuiTextureSelection.java:339)
  12. at noppes.npcs.client.gui.select.GuiTextureSelection.<init>(GuiTextureSelection.java:87)
  13. at noppes.npcs.client.gui.mainmenu.GuiNpcDisplay.func_146284_a(GuiNpcDisplay.java:157)
  14. at noppes.npcs.client.gui.util.GuiNPCInterface.func_73864_a(GuiNPCInterface.java:159)
  15. at noppes.npcs.client.gui.util.GuiNPCInterface2.func_73864_a(GuiNPCInterface2.java:35)
  16. at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:533)
  17. at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:501)
  18. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1759)
  19. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1098)
  20. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398)
  21. at net.minecraft.client.main.Main.main(SourceFile:123)
  22. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  23. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  24. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  25. at java.lang.reflect.Method.invoke(Method.java:497)
  26. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  27. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  28.  
  29.  
  30. A detailed walkthrough of the error, its code path and all known details is as follows:
  31. ---------------------------------------------------------------------------------------
  32.  
  33. -- Head --
  34. Thread: Client thread
  35. Stacktrace:
  36. at java.lang.String.substring(String.java:1919)
  37. at noppes.npcs.client.gui.select.GuiTextureSelection.addFile(GuiTextureSelection.java:356)
  38. at noppes.npcs.client.gui.select.GuiTextureSelection.checkFolder(GuiTextureSelection.java:342)
  39. at noppes.npcs.client.gui.select.GuiTextureSelection.checkFolder(GuiTextureSelection.java:339)
  40. at noppes.npcs.client.gui.select.GuiTextureSelection.<init>(GuiTextureSelection.java:87)
  41. at noppes.npcs.client.gui.mainmenu.GuiNpcDisplay.func_146284_a(GuiNpcDisplay.java:157)
  42. at noppes.npcs.client.gui.util.GuiNPCInterface.func_73864_a(GuiNPCInterface.java:159)
  43. at noppes.npcs.client.gui.util.GuiNPCInterface2.func_73864_a(GuiNPCInterface2.java:35)
  44. at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:533)
  45. at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:501)
  46.  
  47. -- Affected screen --
  48. Details:
  49. Screen name: noppes.npcs.client.gui.mainmenu.GuiNpcDisplay
  50.  
  51. -- Affected level --
  52. Details:
  53. Level name: MpServer
  54. All players: 1 total; [EntityPlayerSP['xanadian'/17, l='MpServer', x=87.50, y=4.00, z=309.50]]
  55. Chunk stats: MultiplayerChunkCache: 531, 531
  56. Level seed: 0
  57. Level generator: ID 01 - flat, ver 0. Features enabled: false
  58. Level generator options:
  59. Level spawn location: World: (87,4,305), Chunk: (at 7,0,1 in 5,19; contains blocks 80,0,304 to 95,255,319), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  60. Level time: 677 game time, 677 day time
  61. Level dimension: 0
  62. Level storage version: 0x00000 - Unknown?
  63. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  64. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
  65. Forced entities: 6 total; [EntityChicken['Chicken'/4, l='MpServer', x=10.50, y=4.00, z=276.50], EntityPlayerSP['xanadian'/17, l='MpServer', x=87.50, y=4.00, z=309.50], EntityPig['Pig'/6, l='MpServer', x=39.22, y=4.00, z=230.66], EntityPig['Pig'/7, l='MpServer', x=24.73, y=4.00, z=240.38], EntityPig['Pig'/8, l='MpServer', x=71.50, y=4.00, z=270.50], EntityCustomNpc['Estz'/19486, l='MpServer', x=85.50, y=4.00, z=312.50]]
  66. Retry entities: 0 total; []
  67. Server brand: fml,forge
  68. Server type: Integrated singleplayer server
  69. Stacktrace:
  70. at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:420)
  71. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2741)
  72. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:419)
  73. at net.minecraft.client.main.Main.main(SourceFile:123)
  74. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  75. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  76. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  77. at java.lang.reflect.Method.invoke(Method.java:497)
  78. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  79. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  80.  
  81. -- System Details --
  82. Details:
  83. Minecraft Version: 1.12.2
  84. Operating System: Windows 10 (amd64) version 10.0
  85. Java Version: 1.8.0_51, Oracle Corporation
  86. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  87. Memory: 7052426848 bytes (6725 MB) / 8589934592 bytes (8192 MB) up to 8589934592 bytes (8192 MB)
  88. JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8G -Xms8G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  89. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  90. FML: MCP 9.42 Powered by Forge 14.23.5.2797 5 mods loaded, 5 mods active
  91. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  92.  
  93. | State | ID | Version | Source | Signature |
  94. |:------ |:---------- |:------------ |:------------------------------- |:---------------------------------------- |
  95. | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
  96. | LCHIJA | mcp | 9.42 | minecraft.jar | None |
  97. | LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2797.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  98. | LCHIJA | forge | 14.23.5.2797 | forge-1.12.2-14.23.5.2797.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  99. | LCHIJA | customnpcs | 1.12 | CustomNPCs_1.12.2-(01Oct19).jar | None |
  100.  
  101. Loaded coremods (and transformers):
  102. GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13397 Compatibility Profile Context 15.200.1055.0' Renderer: 'AMD Radeon HD 6850'
  103. Launched Version: 1.12.2-forge1.12.2-14.23.5.2797
  104. LWJGL: 2.9.4
  105. OpenGL: AMD Radeon HD 6850 GL version 4.5.13397 Compatibility Profile Context 15.200.1055.0, ATI Technologies Inc.
  106. GL Caps: Using GL 1.3 multitexturing.
  107. Using GL 1.3 texture combiners.
  108. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  109. Shaders are available because OpenGL 2.1 is supported.
  110. VBOs are available because OpenGL 1.5 is supported.
  111.  
  112. Using VBOs: Yes
  113. Is Modded: Definitely; Client brand changed to 'fml,forge'
  114. Type: Client (map_client.txt)
  115. Resource Packs: soupamod
  116. Current Language: English (US)
  117. Profiler Position: N/A (disabled)
  118. CPU: 4x Intel(R) Core(TM) i5-3450 CPU @ 3.10GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement