Advertisement
Guest User

Issue 108

a guest
Mar 6th, 2015
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. [12:17:50] [Server thread/INFO] [JustAnotherSpawner/]: Passive Spawning entity MoCreatures.Bird of type OPENSKY at 500, 78, 28 (net.minecraft.world.biome.BiomeGenStoneBeach.Stone Beach)
  2. [12:17:50] [Server thread/ERROR] [JustAnotherSpawner/]: Error processing compiled spawnlistentry postSpawn expression for MoCreatures.Bird
  3. [12:17:50] [Server thread/ERROR] [FML/]: Exception caught during firing event cpw.mods.fml.common.gameevent.TickEvent$ServerTickEvent@32865c6a:
  4. java.lang.ClassCastException: com.google.common.base.Present cannot be cast to org.mvel2.compiler.ExecutableStatement
  5. at org.mvel2.MVEL.executeExpression(MVEL.java:954) ~[MVEL.class:?]
  6. at jas.common.helper.MVELHelper.typedExecuteExpression(MVELHelper.java:17) ~[MVELHelper.class:?]
  7. at jas.common.helper.MVELHelper.executeExpression(MVELHelper.java:11) ~[MVELHelper.class:?]
  8. at jas.spawner.modern.spawner.creature.handler.LivingHandler.postSpawnEntity(LivingHandler.java:276) ~[LivingHandler.class:?]
  9. at jas.spawner.modern.spawner.CustomSpawner.spawnCreaturesInChunks(CustomSpawner.java:177) ~[CustomSpawner.class:?]
  10. at jas.spawner.modern.spawner.SpawnerTicker.performSpawningInWorld(SpawnerTicker.java:77) ~[SpawnerTicker.class:?]
  11. at jas.spawner.modern.spawner.SpawnerTicker.serverTick(SpawnerTicker.java:46) ~[SpawnerTicker.class:?]
  12. at cpw.mods.fml.common.eventhandler.ASMEventHandler_101_SpawnerTicker_serverTick_ServerTickEvent.invoke(.dynamic) ~[?:?]
  13. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
  14. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) [EventBus.class:?]
  15. at cpw.mods.fml.common.FMLCommonHandler.onPreServerTick(FMLCommonHandler.java:260) [FMLCommonHandler.class:?]
  16. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:536) [MinecraftServer.class:?]
  17. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]
  18. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
  19. [12:17:50] [Server thread/ERROR] [FML/]: Index: 6 Listeners:
  20. [12:17:50] [Server thread/ERROR] [FML/]: 0: NORMAL
  21. [12:17:50] [Server thread/ERROR] [FML/]: 1: ASM: INSTANCE tickEnd(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  22. [12:17:50] [Server thread/ERROR] [FML/]: 2: ASM: mcp.mobius.pregen.TickHandler@1c3f35cf foo(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  23. [12:17:50] [Server thread/ERROR] [FML/]: 3: ASM: build.EventHandlerFML@1908d948 tickServer(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  24. [12:17:50] [Server thread/ERROR] [FML/]: 4: ASM: CoroUtil.forge.EventHandlerFML@78cbb36a tickServer(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  25. [12:17:50] [Server thread/ERROR] [FML/]: 5: ASM: ZombieAwareness.ZAEventHandlerFML@57e600b3 tickServer(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  26. [12:17:50] [Server thread/ERROR] [FML/]: 6: ASM: jas.spawner.modern.spawner.SpawnerTicker@4bd66bb5 serverTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  27. [12:17:50] [Server thread/DEBUG] [FML/]: Gathering id map for writing to world save world
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement