keepcalm / BukkitForge

The world's first __opensource__ coremod. Also a port of the Bukkit server API to MinecraftForge.
http://www.minecraftforge.net/forum/index.php/topic,3254.0.html
103 stars 60 forks source link

[Inception] Teleport Fails on Trigger - BukkitForge is not following Bukkits new API style? #584

Open Iasumonecara opened 11 years ago

Iasumonecara commented 11 years ago

Transferring from forums: The world is untouched other than a hole bored with worldedit to the trigger level for inception to take me to the nether. There are no errors until my character reaches the threshold that should teleport me. Once I reach that threshold, this spams out:

2013-03-19 20:41:37 [WARNING] [BukkitForge] Task #2 for Inception v1.4.7-R1.0 generated an exception java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/v1_4_R1/entity/CraftEntity at xmr.Xaymar.Inception.Other.Utility.entityTeleportEx(Utility.java:152) at xmr.Xaymar.Inception.World.HandlerTickTask.run(HandlerTickTask.java:148) at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:52) at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:346) at keepcalm.mods.bukkit.forgeHandler.SchedulerTickHandler.tickStart(SchedulerTickHandler.java:38) at cpw.mods.fml.common.SingleIntervalHandler.tickStart(SingleIntervalHandler.java:16) at cpw.mods.fml.common.FMLCommonHandler.tickStart(FMLCommonHandler.java:119) at cpw.mods.fml.common.FMLCommonHandler.onPreServerTick(FMLCommonHandler.java:287) at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:588) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497) at fy.run(SourceFile:849)[/CODE]

Nothing seems to be involved other than inception and craftbukkit unless I'm missing something. Since ticks were involved, the config has a check frequency. Default at 3 and adjusted to 1 created the same error.

Working to find if there's anything on my end I can do, but help would be amazing, of course.

Full logs and configs @ http://www.bukkitforge.com/index.php?threads/inception.431/#post-600