Guest User

Untitled

a guest
Nov 13th, 2015
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 9.26 KB | None | 0 0
  1. [16:19:50] [Server thread/INFO]: Drakitty joined the game
  2. [16:19:50] [Chunk I/O Executor Thread-1/ERROR]: Chunk file at 80,-707 is in the wrong location; relocating. (Expected 80, -707, got 83, -709)
  3. [16:19:50] [Chunk I/O Executor Thread-1/ERROR]: Chunk file at 71,-706 is in the wrong location; relocating. (Expected 71, -706, got 85, -707)
  4. [16:19:50] [Chunk I/O Executor Thread-1/ERROR]: Chunk file at 82,-708 is in the wrong location; relocating. (Expected 82, -708, got 84, -706)
  5. [16:19:50] [Chunk I/O Executor Thread-1/ERROR]: Chunk file at 70,-703 is in the wrong location; relocating. (Expected 70, -703, got 83, -704)
  6. [16:19:50] [Chunk I/O Executor Thread-1/ERROR]: Chunk file at 70,-705 is in the wrong location; relocating. (Expected 70, -705, got 83, -706)
  7. [16:19:50] [Chunk I/O Executor Thread-1/ERROR]: Chunk file at 71,-708 is in the wrong location; relocating. (Expected 71, -708, got 83, -709)
  8. [16:19:50] [Chunk I/O Executor Thread-1/ERROR]: Chunk file at 73,-710 is in the wrong location; relocating. (Expected 73, -710, got 71, -708)
  9. [16:19:50] [Chunk I/O Executor Thread-1/ERROR]: Chunk file at 75,-711 is in the wrong location; relocating. (Expected 75, -711, got 85, -707)
  10. [16:19:50] [Chunk I/O Executor Thread-1/ERROR]: Chunk file at 84,-706 is in the wrong location; relocating. (Expected 84, -706, got 73, -710)
  11. [16:19:50] [Chunk I/O Executor Thread-1/ERROR]: Chunk file at 83,-709 is in the wrong location; relocating. (Expected 83, -709, got 84, -706)
  12. [16:19:50] [Chunk I/O Executor Thread-1/ERROR]: Chunk file at 73,-711 is in the wrong location; relocating. (Expected 73, -711, got 70, -705)
  13. [16:19:50] [Chunk I/O Executor Thread-1/ERROR]: Chunk file at 85,-707 is in the wrong location; relocating. (Expected 85, -707, got 75, -711)
  14. [16:19:50] [Server thread/INFO] [Waila]: Player EntityPlayerMP['Drakitty'/19, l='Xamesh', x=1233.30, y=146.00, z=-11262.70] connected. Sending ping
  15. [16:19:50] [Server thread/INFO] [JourneyMapServer]: On Request: Sending WorldID packet to: Drakitty
  16. [16:19:50] [Server thread/INFO] [JourneyMapServer]: Drakitty is an EntityPlayerMP attempting to send the worldId packet
  17. [16:19:50] [Server thread/ERROR]: Encountered an unexpected exception
  18. java.lang.ArrayIndexOutOfBoundsException: -8
  19.         at net.minecraft.world.chunk.NibbleArray.func_76582_a(SourceFile:28) ~[apv.class:?]
  20.         at net.minecraft.world.chunk.storage.ExtendedBlockStorage.func_76665_b(SourceFile:75) ~[apz.class:?]
  21.         at net.minecraft.world.chunk.Chunk.func_76628_c(Chunk.java:548) ~[apx.class:?]
  22.         at net.minecraft.world.chunk.Chunk.func_150812_a(Chunk.java:878) ~[apx.class:?]
  23.         at net.minecraft.world.chunk.Chunk.func_150813_a(Chunk.java:862) ~[apx.class:?]
  24.         at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadEntities(AnvilChunkLoader.java:500) ~[aqk.class:?]
  25.         at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:41) ~[ChunkIOProvider.class:?]
  26.         at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:12) ~[ChunkIOProvider.class:?]
  27.         at net.minecraftforge.common.util.AsynchronousExecutor$Task.finish(AsynchronousExecutor.java:189) ~[AsynchronousExecutor$Task.class:?]
  28.         at net.minecraftforge.common.util.AsynchronousExecutor.finishActive(AsynchronousExecutor.java:354) ~[AsynchronousExecutor.class:?]
  29.         at net.minecraftforge.common.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:30) ~[ChunkIOExecutor.class:?]
  30.         at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:596) ~[MinecraftServer.class:?]
  31.         at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334) ~[lt.class:?]
  32.         at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) ~[MinecraftServer.class:?]
  33.         at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]
  34.         at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
  35. [16:19:50] [Server thread/ERROR]: This crash report has been saved to: C:\Users\Xylex\Desktop\Minecraft\Xamesh\.\crash-reports\crash-2015-11-13_16.19.50-server.
  36. txt
  37. [16:19:50] [Server thread/INFO]: Stopping server
  38.  
  39. ---- Minecraft Crash Report ----
  40. // I just don't know what went wrong :(
  41.  
  42. Time: 11/13/15 4:19 PM
  43. Description: Exception in server tick loop
  44.  
  45. java.lang.ArrayIndexOutOfBoundsException: -8
  46.     at net.minecraft.world.chunk.NibbleArray.func_76582_a(SourceFile:28)
  47.     at net.minecraft.world.chunk.storage.ExtendedBlockStorage.func_76665_b(SourceFile:75)
  48.     at net.minecraft.world.chunk.Chunk.func_76628_c(Chunk.java:548)
  49.     at net.minecraft.world.chunk.Chunk.func_150812_a(Chunk.java:878)
  50.     at net.minecraft.world.chunk.Chunk.func_150813_a(Chunk.java:862)
  51.     at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadEntities(AnvilChunkLoader.java:500)
  52.     at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:41)
  53.     at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:12)
  54.     at net.minecraftforge.common.util.AsynchronousExecutor$Task.finish(AsynchronousExecutor.java:189)
  55.     at net.minecraftforge.common.util.AsynchronousExecutor.finishActive(AsynchronousExecutor.java:354)
  56.     at net.minecraftforge.common.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:30)
  57.     at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:596)
  58.     at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
  59.     at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
  60.     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
  61.     at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  62.  
  63.  
  64. A detailed walkthrough of the error, its code path and all known details is as follows:
  65. ---------------------------------------------------------------------------------------
  66.  
  67. -- System Details --
  68. Details:
  69.     Minecraft Version: 1.7.10
  70.     Operating System: Windows 7 (amd64) version 6.1
  71.     Java Version: 1.8.0_60, Oracle Corporation
  72.     Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  73.     Memory: 995927904 bytes (949 MB) / 1761083392 bytes (1679 MB) up to 11451498496 bytes (10921 MB)
  74.     JVM Flags: 0 total;
  75.     AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  76.     IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 17
  77.     FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 28 mods loaded, 28 mods active
  78.     States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  79.     UCHIJAAAA   mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  80.     UCHIJAAAA   FML{7.10.99.99} [Forge Mod Loader] (ForgeMod.jar)
  81.     UCHIJAAAA   Forge{10.13.4.1448} [Minecraft Forge] (ForgeMod.jar)
  82.     UCHIJAAAA   tfc_coremod{0.79.24} [TFC[coremod]] (minecraft.jar)
  83.     UCHIJAAAA   Aroma1997Core{1.0.2.13} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.13.jar)
  84.     UCHIJAAAA   CodeChickenCore{1.0.6.43} [CodeChicken Core] (minecraft.jar)
  85.     UCHIJAAAA   NotEnoughItems{1.0.4.107} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.4.107-universal.jar)
  86.     UCHIJAAAA   terrafirmacraft{0.79.24} [TerraFirmaCraft] ([1.7.10]TerraFirmaCraft-0.79.24.816.jar)
  87.     UCHIJAAAA   Aroma1997CoreHelper{1.0.2.13} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.13.jar)
  88.     UCHIJAAAA   AromaBackup{0.0.0.5} [AromaBackup] (AromaBackup-1.7.10-0.0.0.5.jar)
  89.     UCHIJAAAA   inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
  90.     UCHIJAAAA   JourneyMapServer{1.0.5_MC1.7.10} [JourneyMapServer] (JourneyMapServer1.0.5_MC1.7.10.jar)
  91.     UCHIJAAAA   LunatriusCore{1.1.2.21} [LunatriusCore] (LunatriusCore-1.7.10-1.1.2.21-universal.jar)
  92.     UCHIJAAAA   Morpheus{1.7.10-1.6.4} [Morpheus] (Morpheus-1.7.10-1.6.4.jar)
  93.     UCHIJAAAA   NEIAddons{1.12.8.29} [NEI Addons] (neiaddons-1.12.8.29-mc1.7.10.jar)
  94.     UCHIJAAAA   NEIAddons|AppEng{1.12.8.29} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.8.29-mc1.7.10.jar)
  95.     UCHIJAAAA   NEIAddons|Botany{1.12.8.29} [NEI Addons: Botany] (neiaddons-1.12.8.29-mc1.7.10.jar)
  96.     UCHIJAAAA   NEIAddons|Forestry{1.12.8.29} [NEI Addons: Forestry] (neiaddons-1.12.8.29-mc1.7.10.jar)
  97.     UCHIJAAAA   NEIAddons|CraftingTables{1.12.8.29} [NEI Addons: Crafting Tables] (neiaddons-1.12.8.29-mc1.7.10.jar)
  98.     UCHIJAAAA   NEIAddons|ExNihilo{1.12.8.29} [NEI Addons: Ex Nihilo] (neiaddons-1.12.8.29-mc1.7.10.jar)
  99.     UCHIJAAAA   neiintegration{1.0.9} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.9.jar)
  100.     UCHIJAAAA   NEIPlugins{1.1.0.11-unofficial} [NEI Plugins Unofficial] (NEIPlugins-MC1.7.10-1.1.0.11-unofficial.jar)
  101.     UCHIJAAAA   foxlib{1.7.10-0.7.0} [FoxLib] (FoxLib-1.7.10-0.7.0.jar)
  102.     UCHIJAAAA   Tails{1.7.10-1.3.1} [Tails] (Tails-1.7.10-1.3.1.jar)
  103.     UCHIJAAAA   ttCore{MC1.7.10-0.1.0-67} [ttCore] (ttCore-MC1.7.10-0.1.0-67.jar)
  104.     UCHIJAAAA   Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
  105.     UCHIJAAAA   wailaplugins{MC1.7.10-0.0.1-14} [WAILA Plugins] (WAILAPlugins-MC1.7.10-0.0.1-14.jar)
  106.     UCHIJAAAA   bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
  107.     Profiler Position: N/A (disabled)
  108.     Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  109.     Player Count: 1 / 8; [EntityPlayerMP['Drakitty'/19, l='Xamesh', x=1233.30, y=146.00, z=-11262.70]]
  110.     Is Modded: Definitely; Server brand changed to 'fml,forge'
  111.     Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment