Advertisement
Guest User

Untitled

a guest
Apr 26th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.36 KB | None | 0 0
  1. ---- Minecraft Краткий краш-репорт ----
  2. // Это краш-репорт! Если он не понятен, обратитесь к тех-админу или выложите его на форум, залив данный текст сюда: https://pastebin.com/
  3.  
  4. Время: 4/26/19 2:00 PM
  5. Описание: Failed to start game
  6.  
  7. java.lang.ArrayIndexOutOfBoundsException: 1
  8. at mods.oleja.lcpack.manager.ConfigManager.readInformationAboutBlocks(ConfigManager.java:60)
  9. at mods.oleja.lcpack.manager.ConfigManager.load(ConfigManager.java:31)
  10. at mods.oleja.lcpack.LCPack.init(LCPack.java:38)
  11. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  12. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  13. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  14. at java.lang.reflect.Method.invoke(Method.java:498)
  15. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)
  16. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  17. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  18. at java.lang.reflect.Method.invoke(Method.java:498)
  19. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  20. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  21. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
  22. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  23. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  24. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:192)
  25. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:172)
  26. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  27. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  28. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  29. at java.lang.reflect.Method.invoke(Method.java:498)
  30. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  31. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  32. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
  33. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  34. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  35. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:103)
  36. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
  37. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:213)
  38. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:448)
  39. at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
  40. at net.minecraft.client.Minecraft.run(Minecraft.java:733)
  41. at java.lang.Thread.run(Thread.java:748)
  42.  
  43.  
  44. Подробная пошаговая информация по ошибке, её код и все детали приведены ниже:
  45. ---------------------------------------------------------------------------------------
  46.  
  47. -- Детали системы --
  48. Details:
  49. Версия Minecraft: 1.5.2
  50. Операционная система: Windows 10 (amd64) version 10.0
  51. Версия Java: 1.8.0_131, Oracle Corporation
  52. Версия Java VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  53. Память: 4064981952 bytes (3876 MB) / 4281597952 bytes (4083 MB) up to 4281597952 bytes (4083 MB)
  54. Флаги JVM: 8 total; -XX:HeapDumpPath=ThisTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms4096M -Xmx4096M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M -XX:+DisableAttachMechanism
  55. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  56. Подозрительные классы: FML and Forge are installed
  57. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  58. FML: ~~ERROR~~ IndexOutOfBoundsException: start index (1) must not be greater than size (0)
  59. LWJGL: 2.9.4
  60. OpenGL: GeForce GTX 1060 PCIe/SSE2 GL version 4.6.0 NVIDIA 416.94, NVIDIA Corporation
  61. Is Modded: Definitely; Client brand changed to 'fml,forge'
  62. Type: Client (map_client.txt)
  63. Texture Pack: MCskill HD.zip
  64. Profiler Position: N/A (disabled)
  65. Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement