Guest User

Untitled

a guest
May 18th, 2015
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.94 KB | None | 0 0
  1. [15:09:21] [Server thread/ERROR] [FML/]: Fatal errors were detected during the transition from PREINITIALIZATION to INITIALIZATION. Loading cannot continue
  2. [15:09:21] [Server thread/ERROR] [FML/]:
  3. mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  4. FML{8.99.2.1409} [Forge Mod Loader] (forge-1.8-11.14.1.1409-universal.jar) Unloaded->Constructed->Pre-initialized
  5. Forge{11.14.1.1409} [Minecraft Forge] (forge-1.8-11.14.1.1409-universal.jar) Unloaded->Constructed->Pre-initialized
  6. reg{1.0} [RegistryMod] (RegistryMod--1.8.jar) Unloaded->Constructed->Pre-initialized
  7. tcm{1.0} [TeamCraft Mod 1.7.10] (TCMod--1.8.jar) Unloaded->Constructed->Errored
  8. [15:09:21] [Server thread/ERROR] [FML/]: The following problems were captured during this phase
  9. [15:09:21] [Server thread/ERROR] [FML/]: Caught exception from tcm
  10. java.lang.VerifyError: Bad access to protected data in getfield
  11. Exception Details:
  12. Location:
  13. degubi/teamcraft/things/blocks/BlockHalfBlocks.<init>(ILnet/minecraft/block/Block;)V @45: getfield
  14. Reason:
  15. Type 'net/minecraft/block/properties/PropertyDirection' (current frame, stack[2]) is not assignable to 'degubi/teamcraft/things/blocks/BlockHalfBlocks'
  16. Current Frame:
  17. bci: @45
  18. flags: { }
  19. locals: { 'degubi/teamcraft/things/blocks/BlockHalfBlocks', integer, 'net/minecraft/block/Block' }
  20. stack: { 'degubi/teamcraft/things/blocks/BlockHalfBlocks', float }
  21. Bytecode:
  22. 0000000: 2ab2 0019 b700 1c2a 2ab6 0020 b600 26b2
  23. 0000010: 002a b200 2eb9 0034 0300 b600 382a 1bb5
  24. 0000020: 003a 2a2c b400 3eb6 0042 572a 2cb4 0046
  25. 0000030: b600 4a57 2a2c b400 4db6 0050 572a b200
  26. 0000040: 56b6 005a 572a bb00 5c59 b700 5f12 61b6
  27. 0000050: 0065 2ab4 003a b600 68b6 006c b600 7057
  28. 0000060: b1
  29.  
  30. at degubi.teamcraft.TeamCraft.pre(TeamCraft.java:309) ~[TeamCraft.class:?]
  31. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_67]
  32. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_67]
  33. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_67]
  34. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_67]
  35. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:537) ~[FMLModContainer.class:?]
  36. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_67]
  37. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_67]
  38. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_67]
  39. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_67]
  40. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[minecraft_server.1.8.jar:?]
  41. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[minecraft_server.1.8.jar:?]
  42. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[minecraft_server.1.8.jar:?]
  43. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[minecraft_server.1.8.jar:?]
  44. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[minecraft_server.1.8.jar:?]
  45. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[LoadController.class:?]
  46. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[LoadController.class:?]
  47. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_67]
  48. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_67]
  49. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_67]
  50. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_67]
  51. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[minecraft_server.1.8.jar:?]
  52. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[minecraft_server.1.8.jar:?]
  53. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[minecraft_server.1.8.jar:?]
  54. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[minecraft_server.1.8.jar:?]
  55. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[minecraft_server.1.8.jar:?]
  56. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:?]
  57. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:527) [Loader.class:?]
  58. at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88) [FMLServerHandler.class:?]
  59. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:355) [FMLCommonHandler.class:?]
  60. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117) [po.class:?]
  61. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) [MinecraftServer.class:?]
  62. at java.lang.Thread.run(Unknown Source) [?:1.7.0_67]
Advertisement
Add Comment
Please, Sign In to add comment