Advertisement
Chromotron

Untitled

Sep 24th, 2014
633
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.51 KB | None | 0 0
  1. [01:43:56] [Server thread/INFO]: Starting minecraft server version 1.7.10
  2. [01:43:58] [Server thread/INFO]: Loading properties
  3. [01:43:58] [Server thread/INFO]: Default game type: SURVIVAL
  4. [01:43:58] [Server thread/INFO]: Generating keypair
  5. [01:43:58] [Server thread/INFO]: Starting Minecraft server on *:25565
  6. [01:43:58] [Server thread/INFO]: Preparing level "world"
  7. [01:43:59] [Server thread/INFO]: Preparing start region for level 0
  8. [01:44:00] [Server thread/INFO]: Preparing spawn area: 12%
  9. [01:44:01] [Server thread/INFO]: Preparing spawn area: 30%
  10. [01:44:02] [Server thread/INFO]: Preparing spawn area: 50%
  11. [01:44:03] [Server thread/INFO]: Preparing spawn area: 67%
  12. [01:44:04] [Server thread/INFO]: Preparing spawn area: 89%
  13. [01:44:04] [Server thread/INFO]: Done (5,852s)! For help, type "help" or "?"
  14. [01:44:59] [User Authenticator #1/INFO]: UUID of player Chromotron is de317265-b3cf-43ab-862e-44db19881bf5
  15. [01:45:00] [Server thread/INFO]: Chromotron[/127.0.0.1:51238] logged in with entity id 2991 at (233.5, 64.0, -59.5)
  16. [01:45:00] [Server thread/INFO]: Chromotron joined the game
  17. [01:45:04] [Server thread/INFO]: [Chromotron: Set own game mode to Creative Mode]
  18. [01:45:05] [Server thread/INFO]: Chromotron has just earned the achievement [Taking Inventory]
  19. [01:45:36] [Server thread/ERROR]: Encountered an unexpected exception
  20. net.minecraft.util.ReportedException: Ticking block entity
  21. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:642) ~[MinecraftServer.class:?]
  22. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:335) ~[lt.class:?]
  23. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) ~[MinecraftServer.class:?]
  24. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]
  25. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
  26. Caused by: java.lang.NoSuchMethodError: dan200.computercraft.api.turtle.TurtleCommandResult.getResults()[Ljava/lang/Object;
  27. at dan200.computercraft.shared.turtle.core.TurtleBrain.updateCommands(TurtleBrain.java:797) ~[TurtleBrain.class:?]
  28. at dan200.computercraft.shared.turtle.core.TurtleBrain.update(TurtleBrain.java:99) ~[TurtleBrain.class:?]
  29. at dan200.computercraft.shared.turtle.blocks.TileTurtle.func_145845_h(TileTurtle.java:274) ~[TileTurtle.class:?]
  30. at net.minecraft.world.World.func_72939_s(World.java:1912) ~[ahb.class:?]
  31. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489) ~[mt.class:?]
  32. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636) ~[MinecraftServer.class:?]
  33. ... 4 more
  34. [01:45:36] [Server thread/ERROR]: This crash report has been saved to: C:\Users\Daniel\Desktop\Server2\.\crash-reports\crash-2014-09-25_01.45.36-server.txt
  35. [01:45:36] [Server thread/INFO]: Stopping server
  36. [01:45:36] [Server thread/INFO]: Saving players
  37. [01:45:36] [Server thread/INFO]: Saving worlds
  38. [01:45:36] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
  39. [01:45:36] [Server thread/INFO]: Saving chunks for level 'world'/Nether
  40. [01:45:36] [Server thread/INFO]: Saving chunks for level 'world'/The End
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49. ---- Minecraft Crash Report ----
  50. // I'm sorry, Dave.
  51.  
  52. Time: 25.09.14 01:45
  53. Description: Ticking block entity
  54.  
  55. java.lang.NoSuchMethodError: dan200.computercraft.api.turtle.TurtleCommandResult.getResults()[Ljava/lang/Object;
  56. at dan200.computercraft.shared.turtle.core.TurtleBrain.updateCommands(TurtleBrain.java:797)
  57. at dan200.computercraft.shared.turtle.core.TurtleBrain.update(TurtleBrain.java:99)
  58. at dan200.computercraft.shared.turtle.blocks.TileTurtle.func_145845_h(TileTurtle.java:274)
  59. at net.minecraft.world.World.func_72939_s(World.java:1912)
  60. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
  61. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
  62. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:335)
  63. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
  64. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
  65. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  66.  
  67.  
  68. A detailed walkthrough of the error, its code path and all known details is as follows:
  69. ---------------------------------------------------------------------------------------
  70.  
  71. -- Head --
  72. Stacktrace:
  73. at dan200.computercraft.shared.turtle.core.TurtleBrain.updateCommands(TurtleBrain.java:797)
  74. at dan200.computercraft.shared.turtle.core.TurtleBrain.update(TurtleBrain.java:99)
  75. at dan200.computercraft.shared.turtle.blocks.TileTurtle.func_145845_h(TileTurtle.java:274)
  76.  
  77. -- Block entity being ticked --
  78. Details:
  79. Name: turtleadv // dan200.computercraft.shared.turtle.blocks.TileTurtleAdvanced
  80. Block type: ID #176 (tile.computercraft:turtle // dan200.computercraft.shared.turtle.blocks.BlockTurtle)
  81. Block data value: 0 / 0x0 / 0b0000
  82. Block location: World: (231,64,-54), Chunk: (at 7,4,10 in 14,-4; contains blocks 224,0,-64 to 239,255,-49), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
  83. Actual block type: ID #176 (tile.computercraft:turtle // dan200.computercraft.shared.turtle.blocks.BlockTurtle)
  84. Actual block data value: 0 / 0x0 / 0b0000
  85. Stacktrace:
  86. at net.minecraft.world.World.func_72939_s(World.java:1912)
  87. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
  88.  
  89. -- Affected level --
  90. Details:
  91. Level name: world
  92. All players: 1 total; [EntityPlayerMP['Chromotron'/2991, l='world', x=232,93, y=64,00, z=-53,65]]
  93. Chunk stats: ServerChunkCache: 456 Drop: 0
  94. Level seed: -8283648788048399482
  95. Level generator: ID 00 - default, ver 1. Features enabled: true
  96. Level generator options:
  97. Level spawn location: World: (240,64,-68), Chunk: (at 0,4,12 in 15,-5; contains blocks 240,0,-80 to 255,255,-65), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
  98. Level time: 1844 game time, 1844 day time
  99. Level dimension: 0
  100. Level storage version: 0x04ABD - Anvil
  101. Level weather: Rain time: 21700 (now: false), thunder time: 109618 (now: false)
  102. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  103. Stacktrace:
  104. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
  105. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:335)
  106. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
  107. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
  108. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  109.  
  110. -- System Details --
  111. Details:
  112. Minecraft Version: 1.7.10
  113. Operating System: Windows 7 (amd64) version 6.1
  114. Java Version: 1.7.0_09, Oracle Corporation
  115. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  116. Memory: 346033544 bytes (330 MB) / 763297792 bytes (727 MB) up to 1908932608 bytes (1820 MB)
  117. JVM Flags: 2 total; -Xmx2G -XX:MaxPermSize=256M
  118. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  119. IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
  120. FML: MCP v9.05 FML v7.10.25.1208 Minecraft Forge 10.13.0.1208 6 mods loaded, 6 mods active
  121. mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  122. FML{7.10.25.1208} [Forge Mod Loader] (forge-1.7.10-10.13.0.1208-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  123. Forge{10.13.0.1208} [Minecraft Forge] (forge-1.7.10-10.13.0.1208-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  124. <DragonAPI ASM>{0} [DragonAPI ASM Data Initialization] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  125. ComputerCraft{1.64pr6} [ComputerCraft] (ComputerCraft1.64pr6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  126. DragonAPI{release} [DragonAPI] (DragonAPI 1.7.10 V1f.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  127. Profiler Position: N/A (disabled)
  128. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  129. Player Count: 1 / 20; [EntityPlayerMP['Chromotron'/2991, l='world', x=232,93, y=64,00, z=-53,65]]
  130. Is Modded: Definitely; Server brand changed to 'fml,forge'
  131. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement