Heyo So i'm running a server and we are trying to summon a boss and we get an error. Its with the ether world mod 1.5.1 v1.1.9. First mod i have installed and everything seems to load fine but as so as we place the last block to "summon" boss server crashes.
I may be missing something since i have never modded before but i'm 70% sure i got forge installed right since in single player it doesn't crash when summoning boss
---- Minecraft Crash Report ----
// Everything's going to plan. No, really, that was supposed to happen.
at olimpyam.CustomBlockFire.func_71861_g(CustomBlockFire.java:376)
at net.minecraft.world.chunk.Chunk.func_76592_a(Chunk.java:762)
at net.minecraft.world.World.func_72832_d(World.java:553)
at net.minecraft.world.World.func_94575_c(World.java:715)
at olimpyam.PortalEnergy.func_77648_a(PortalEnergy.java:72)
at net.minecraft.item.ItemStack.func_77943_a(ItemStack.java:149)
at net.minecraft.item.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:425)
at net.minecraft.network.NetServerHandler.func_72472_a(NetServerHandler.java:553)
at net.minecraft.network.packet.Packet15Place.func_73279_a(SourceFile:58)
at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:461)
at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:134)
at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:53)
at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(SourceFile:30)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:674)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:274)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:570)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:468)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
--
System Details --
Details:
Minecraft Version: 1.5.1
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_17, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 767821632 bytes (732 MB) / 872808448 bytes (832 MB) up to 1908932608 bytes (1820 MB)
JVM Flags: 0 total;
AABB Pool Size: 5063 (283528 bytes; 0 MB) allocated, 4352 (243712 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 63
looking at the mods thread i don't see anywhere that the mod does support smp, it maybe thats being on a server is the issue.
it maybe worth checking with the mod dev, thought it is asked in the thread if the mod is smp, and i don't see a reply
Oh okay, wasn't aware of it needed to be SMP didnt even know what that stood for >.< While its a fun Mod and i hope they add it in soon. I like playing with my homie. Looking for more mods like this or added adventure if you know of any pm me (smp supported of course)
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I may be missing something since i have never modded before but i'm 70% sure i got forge installed right since in single player it doesn't crash when summoning boss
---- Minecraft Crash Report ----
// Everything's going to plan. No, really, that was supposed to happen.
Time: 4/9/13 6:49 PM
Description: Exception in server tick loop
java.lang.NoSuchMethodError: olimpyam.CustomBlockFire.tickRate()I
at olimpyam.CustomBlockFire.func_71861_g(CustomBlockFire.java:376)
at net.minecraft.world.chunk.Chunk.func_76592_a(Chunk.java:762)
at net.minecraft.world.World.func_72832_d(World.java:553)
at net.minecraft.world.World.func_94575_c(World.java:715)
at olimpyam.PortalEnergy.func_77648_a(PortalEnergy.java:72)
at net.minecraft.item.ItemStack.func_77943_a(ItemStack.java:149)
at net.minecraft.item.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:425)
at net.minecraft.network.NetServerHandler.func_72472_a(NetServerHandler.java:553)
at net.minecraft.network.packet.Packet15Place.func_73279_a(SourceFile:58)
at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:461)
at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:134)
at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:53)
at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(SourceFile:30)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:674)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:274)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:570)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:468)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
--
System Details --
Details:
Minecraft Version: 1.5.1
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_17, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 767821632 bytes (732 MB) / 872808448 bytes (832 MB) up to 1908932608 bytes (1820 MB)
JVM Flags: 0 total;
AABB Pool Size: 5063 (283528 bytes; 0 MB) allocated, 4352 (243712 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 63
FML: MCP v7.44 FML v5.1.16.640 Minecraft Forge 7.7.1.640 4 mods loaded, 4 mods active
mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Damoniy [The Ether] (Ether1.5.1 V1.1.9.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Profiler Position: N/A (disabled)
Vec3 Pool Size: 4321 (241976 bytes; 0 MB) allocated, 2092 (117152 bytes; 0 MB) used
Player Count: 2 / 20; [EntityPlayerMP['evilorgans'/262, l='world', x=29.10, y=64.00, z=361.73], EntityPlayerMP
['Rylouie'/18814, l='world', x=86.43, y=68.00, z=358.72]]
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
-
View User Profile
-
View Posts
-
Send Message
Moderatorit maybe worth checking with the mod dev, thought it is asked in the thread if the mod is smp, and i don't see a reply