Advertisement
Guest User

Untitled

a guest
Jun 10th, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.87 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Would you like a cupcake?
  3.  
  4. Time: 10.06.17 08:04
  5. Description: Exception in server tick loop
  6.  
  7. java.lang.AbstractMethodError: org.halvors.quantum.common.tile.reactor.fission.TileReactorCell.getWorld()Lnet/minecraft/world/World;
  8. at org.halvors.quantum.lib.multiblock.MultiBlockHandler.getWrapperAt(MultiBlockHandler.java:137)
  9. at org.halvors.quantum.lib.multiblock.MultiBlockHandler.getStructure(MultiBlockHandler.java:65)
  10. at org.halvors.quantum.lib.multiblock.MultiBlockHandler.construct(MultiBlockHandler.java:85)
  11. at org.halvors.quantum.common.tile.reactor.fission.TileReactorCell.updatePositionStatus(TileReactorCell.java:444)
  12. at org.halvors.quantum.common.block.reactor.fission.BlockReactorCell.func_149726_b(BlockReactorCell.java:84)
  13. at net.minecraft.world.chunk.Chunk.func_150807_a(Chunk.java:655)
  14. at net.minecraft.world.World.func_147465_d(World.java:451)
  15. at net.minecraft.item.ItemBlock.placeBlockAt(ItemBlock.java:206)
  16. at net.minecraft.item.ItemBlock.func_77648_a(ItemBlock.java:103)
  17. at net.minecraftforge.common.ForgeHooks.onPlaceItemIntoWorld(ForgeHooks.java:505)
  18. at net.minecraft.item.ItemStack.func_77943_a(ItemStack.java:128)
  19. at net.minecraft.server.management.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:389)
  20. at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:556)
  21. at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60)
  22. at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9)
  23. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
  24. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
  25. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
  26. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
  27. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
  28. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
  29. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  30.  
  31.  
  32. A detailed walkthrough of the error, its code path and all known details is as follows:
  33. ---------------------------------------------------------------------------------------
  34.  
  35. -- System Details --
  36. Details:
  37. Minecraft Version: 1.7.10
  38. Operating System: Windows 10 (amd64) version 10.0
  39. Java Version: 1.8.0_25, Oracle Corporation
  40. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  41. Memory: 216492064 bytes (206 MB) / 410501120 bytes (391 MB) up to 1060372480 bytes (1011 MB)
  42. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  43. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  44. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  45. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 4 mods loaded, 4 mods active
  46. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  47. UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  48. UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
  49. UCHIJAAAA Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
  50. UCHIJAAAA quantum{0.1} [Quantum] (Quantum-1.7.10-0.1.jar)
  51. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  52. Profiler Position: N/A (disabled)
  53. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  54. Player Count: 1 / 8; [EntityPlayerMP['halvorshalvors'/240, l='New World', x=-264,71, y=66,00, z=257,41]]
  55. Type: Integrated Server (map_client.txt)
  56. Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement