Keep inventory is part of the game itself, it is a gamerule command. do /gamerule in chat, press space, and then press tab to see all the different gamerule options. Since it worked fine with SSP, it's likely that it has some server compatibilities. I will fix them as soon as possible and let you know once I do! (And also add the config)
That is because there is none. I was asking if I should add the option. Keep inventory is a default minecraft gamerule that makes you keep your inventory on death. Because you didn't know what it was it seems that you probably do not have it on, which means my mod likely isn't working correctly for servers. I will look into that for you.
Thanks. I didn't think there was one, but I don't like to assume. So, I'd rather tell you that I don't see one rather than tell you that your mod doesn't have one, if that makes sense.
"Keep inventory" seems self explanatory, but again, I don't like to assume, so I'd rather you tell me if it was a feature of your mod, or if it was just part of the game itself.
Thanks for looking into it for me. I've never had a game of Minecraft where I kept my inventory on death, it always just falls all over the ground, so I guess that would confirm that it is not turned on since that's what's happening on my server currently. It may (or may not) be worth noting that I have about 100 mods installed, and when I tested it on SSP, it worked fine. So I don't think there's any conflict going on with other mods, if that could have been a possibility.
On a side note, I think a config file would be neat to be able to tweak your "surprise", if you know what I mean.
Hey Bob, will you be fixing the crash bug for 1.7.10 before porting it to 1.10.2? I know you're aware and working on it, but I just wanted to be sure in what context that was happening.
Something I should have probably mentioned is that they do not spawn if you have keep inventory on. Do you want me to add a config option to make them spawn regardless?
I actually couldn't find a config file at all for this mod. Is it just under "coffin" or something else? It doesn't seem to have generated in my server's files. That option would be nice if it would help fix my issue. Thanks for the fast reply.
I'm also not sure what option you are referring to with "keep inventory on".. is that an option that is supposed to be in the config as well?
I actually couldn't find a config file at all for this mod. Is it just under "coffin" or something else? It doesn't seem to have generated in my server's files. That option would be nice if it would help fix my issue. Thanks for the fast reply.
I can't get a screen of the crash right now but it seems fairly similar with other crashes. 'ClassNotFound' appears a lot.
I have, I know it doesn't work. I believe I used 1.4.1 and it worked. If not, it's known that 1.3.1 works for sure with it, so you could just use one of those for now. Otherwise, "ClassNotFound" isn't going to be enough to troubleshoot the issue. You can find the crash report/logs under %AppData%\Roaming\.minecraft\crash-reports. Post the latest contents after the crash in a spoiler so he can see it if he needs to.
Nope, tons of problems caused by this mod. It loads the game without crashing, only to then cause lots of lag.
Hope the modder is still reading these posts. If not, is there someone else who can pick this up and port it? I know nothing about coding or I'd do it myself. I'm also a really slow learner. :/
I saw that you plan on making this compatible with 1.9. Will there be any compatibility releases for ..pardon my pun... between...versions? Specifically hoping for 1.8 as we just transitioned from 1.7.10 to 1.8, but I know I'm not the only person in the world.
I made a mistake! The fix will be for the 1.7.10 version.
Bob, was this by chance the crash that I was referring to a few days ago that you said would not be fixed in 1.7.10? Or perhaps I should ask the OP of the comment..
I've skimmed over this topic for a bit and couldn't find the answer to my question. I'm currently using LLibrary 0.3.3, and running MC 1.7.10. All is well until the Wroughtnaught Chamber generates (which I'm sure you are already aware of) and causes the server to crash.
---- Minecraft Crash Report ----
// I feel sad now
Time: 5/6/16 12:54 AM
Description: Exception getting block type in world
java.lang.NullPointerException: Exception getting block type in world
at net.ilexiconn.llibrary.common.structure.util.StructureGeneratorBase.generateLayer(StructureGeneratorBase.java:857)
at net.ilexiconn.llibrary.common.structure.util.StructureGeneratorBase.func_76484_a(StructureGeneratorBase.java:834)
at com.bobmowzie.mowziesmobs.common.gen.MMWorldGenerator.generateWroughtChamber(MMWorldGenerator.java:135)
at com.bobmowzie.mowziesmobs.common.gen.MMWorldGenerator.tryWroughtChamber(MMWorldGenerator.java:65)
at com.bobmowzie.mowziesmobs.common.gen.MMWorldGenerator.generateSurface(MMWorldGenerator.java:34)
at com.bobmowzie.mowziesmobs.common.gen.MMWorldGenerator.generate(MMWorldGenerator.java:22)
at cpw.mods.fml.common.registry.GameRegistry.REPLACED_generateWorld(GameRegistry.java:112)
at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at farseek.util.Reflection$MethodValue$.apply$extension(Reflection.scala:59)
at farseek.core.ReplacedMethod.apply(MethodReplacer.scala:105)
at farseek.world.gen.ChunkGeneratorExtensions$.generateWorld(ChunkGeneratorExtensions.scala:19)
at farseek.world.gen.ChunkGeneratorExtensions.generateWorld(ChunkGeneratorExtensions.scala)
at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java)
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:280)
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1040)
at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:190)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:131)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101)
at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199)
at net.minecraft.world.World.func_72964_e(World.java:419)
at net.minecraft.world.World.func_147439_a(World.java:345)
at net.minecraft.block.BlockDynamicLiquid.func_149807_p(SourceFile:195)
at net.minecraft.block.BlockDynamicLiquid.func_149808_o(SourceFile:170)
at net.minecraft.block.BlockDynamicLiquid.func_149674_a(SourceFile:95)
at net.minecraft.world.WorldServer.func_72955_a(WorldServer.java:550)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:181)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:625)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.ilexiconn.llibrary.common.structure.util.StructureGeneratorBase.generateLayer(StructureGeneratorBase.java:857)
at net.ilexiconn.llibrary.common.structure.util.StructureGeneratorBase.func_76484_a(StructureGeneratorBase.java:834)
at com.bobmowzie.mowziesmobs.common.gen.MMWorldGenerator.generateWroughtChamber(MMWorldGenerator.java:135)
at com.bobmowzie.mowziesmobs.common.gen.MMWorldGenerator.tryWroughtChamber(MMWorldGenerator.java:65)
at com.bobmowzie.mowziesmobs.common.gen.MMWorldGenerator.generateSurface(MMWorldGenerator.java:34)
at com.bobmowzie.mowziesmobs.common.gen.MMWorldGenerator.generate(MMWorldGenerator.java:22)
at cpw.mods.fml.common.registry.GameRegistry.REPLACED_generateWorld(GameRegistry.java:112)
at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at farseek.util.Reflection$MethodValue$.apply$extension(Reflection.scala:59)
at farseek.core.ReplacedMethod.apply(MethodReplacer.scala:105)
at farseek.world.gen.ChunkGeneratorExtensions$.generateWorld(ChunkGeneratorExtensions.scala:19)
at farseek.world.gen.ChunkGeneratorExtensions.generateWorld(ChunkGeneratorExtensions.scala)
at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java)
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:280)
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1040)
at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:190)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:131)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101)
at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199)
at net.minecraft.world.World.func_72964_e(World.java:419)
-- Requested block coordinates --
Details:
Found chunk: true
Location: World: (-591,55,1551), Chunk: (at 1,3,15 in -37,96; contains blocks -592,0,1536 to -577,255,1551), Region: (-2,3; contains chunks -64,96 to -33,127, blocks -1024,0,1536 to -513,255,2047)
Stacktrace:
at net.minecraft.world.World.func_147439_a(World.java:345)
at net.minecraft.block.BlockDynamicLiquid.func_149807_p(SourceFile:195)
at net.minecraft.block.BlockDynamicLiquid.func_149808_o(SourceFile:170)
at net.minecraft.block.BlockDynamicLiquid.func_149674_a(SourceFile:95)
-- Block being ticked --
Details:
Block type: ID #8 (tile.water // cofh.asmhooks.block.BlockTickingWater)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (-591,55,1552), Chunk: (at 1,3,0 in -37,97; contains blocks -592,0,1552 to -577,255,1567), Region: (-2,3; contains chunks -64,96 to -33,127, blocks -1024,0,1536 to -513,255,2047)
Stacktrace:
at net.minecraft.world.WorldServer.func_72955_a(WorldServer.java:550)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:181)
-- Affected level --
Details:
Level name: world
All players: 1 total; [EntityPlayerMP['syndicate25'/4650, l='world', x=-201.07, y=90.03, z=1743.16]]
Chunk stats: ServerChunkCache: 922 Drop: 0
Level seed: 1734608172885624904
Level generator: ID 04 - BIOMESOP, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (801,64,975), Chunk: (at 1,4,15 in 50,60; contains blocks 800,0,960 to 815,255,975), Region: (1,1; contains chunks 32,32 to 63,63, blocks 512,0,512 to 1023,255,1023)
Level time: 14038 game time, 14038 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 73327 (now: false), thunder time: 100485 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:625)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
I don't know if this helps you at all, but it's clearly that event which causes the problem. I saw you don't really plan to update this mod for 1.7.10 anymore, and was wondering if this crash is on your mod's end, or if it's reliant upon an update to LLibrary to resolve this crash? If it's on your end, would you consider trying to resolve this bug before ditching 1.7.10?
My apologies if you've already answered this, but I was not able to find the answer.
EDIT: Additionally, the chamber still generates and we can just wait for the server to reboot and continue playing, but I'd rather not have everyone get booted every time a new chamber generates.
Sorry, you did say that before, so I should have at least explicitly confirmed that this was in fact with LLibrary 0.3.4 (MD5: 5a0b39c859d293af7e8e190119b117d8). Additionally, Mowzie's Mobs v1.2.5 requires llibrary : [0.3.3,) in its mcmod.info, so I can't use 0.3.2 (MD5: ff57f785a14a4b93bff74fb0422b2be1) without being evil and changing that line in mcmod.info... but even being evil and doing that, 0.3.2 has the same problem.
Single-player doesn't have this problem with either LLibrary 0.3.4 or 0.3.2-with-evil-hacks.
In SSP I was only able to get version 0.3.3 to work and spawn Barakoa, but that might be conflicts with other mods perhaps? Can you share what the "evil hacks" are?
Oh! I never tried the temporary fix on multiplayer. That's too bad... Could you try LLibrary 0.6.1? It likely won't work, but its worth a shot.
If not, I'm really sorry, but you're going to have to wait until the end of the month, when a test build with Barako will be released.
If he can't share the code change, is it possible to get a temporary release with his code change (if it works)? If not, I will be patient and wait for the release at the end of the month.
Also, I'm currently trying out the latest LLibrary 0.6.2 just to see if it works, because 0.6.1 did not.
EDIT: Not sure how helpful this is, but 0.6.2 also did not work.
0
You're awesome. Thank you!
0
Thanks. I didn't think there was one, but I don't like to assume. So, I'd rather tell you that I don't see one rather than tell you that your mod doesn't have one, if that makes sense.
"Keep inventory" seems self explanatory, but again, I don't like to assume, so I'd rather you tell me if it was a feature of your mod, or if it was just part of the game itself.
Thanks for looking into it for me. I've never had a game of Minecraft where I kept my inventory on death, it always just falls all over the ground, so I guess that would confirm that it is not turned on since that's what's happening on my server currently. It may (or may not) be worth noting that I have about 100 mods installed, and when I tested it on SSP, it worked fine. So I don't think there's any conflict going on with other mods, if that could have been a possibility.
On a side note, I think a config file would be neat to be able to tweak your "surprise", if you know what I mean.
0
Hey Bob, will you be fixing the crash bug for 1.7.10 before porting it to 1.10.2? I know you're aware and working on it, but I just wanted to be sure in what context that was happening.
0
I actually couldn't find a config file at all for this mod. Is it just under "coffin" or something else? It doesn't seem to have generated in my server's files. That option would be nice if it would help fix my issue. Thanks for the fast reply.
I'm also not sure what option you are referring to with "keep inventory on".. is that an option that is supposed to be in the config as well?
0
I actually couldn't find a config file at all for this mod. Is it just under "coffin" or something else? It doesn't seem to have generated in my server's files. That option would be nice if it would help fix my issue. Thanks for the fast reply.
0
Coffins are not spawning upon death on SMP 1.7.10.
0
I have, I know it doesn't work. I believe I used 1.4.1 and it worked. If not, it's known that 1.3.1 works for sure with it, so you could just use one of those for now. Otherwise, "ClassNotFound" isn't going to be enough to troubleshoot the issue. You can find the crash report/logs under %AppData%\Roaming\.minecraft\crash-reports. Post the latest contents after the crash in a spoiler so he can see it if he needs to.
0
Mine worked with 1.4.1. Do you have a crash report you can provide the modder?
0
I'd like to second this request. It apparently works on 1.7.10 with the latest release, but I have the same issue as Robijnvogel described below:
Hope the modder is still reading these posts. If not, is there someone else who can pick this up and port it? I know nothing about coding or I'd do it myself. I'm also a really slow learner. :/
0
I saw that you plan on making this compatible with 1.9. Will there be any compatibility releases for ..pardon my pun... between...versions? Specifically hoping for 1.8 as we just transitioned from 1.7.10 to 1.8, but I know I'm not the only person in the world.
0
WOOHOO! I'm just waiting on another Mowzies Mobs update to fix the server crashes people mentioned to try this out. Can't wait! Thanks guys!
0
Bob, was this by chance the crash that I was referring to a few days ago that you said would not be fixed in 1.7.10? Or perhaps I should ask the OP of the comment..
0
Hey Bob,
I've skimmed over this topic for a bit and couldn't find the answer to my question. I'm currently using LLibrary 0.3.3, and running MC 1.7.10. All is well until the Wroughtnaught Chamber generates (which I'm sure you are already aware of) and causes the server to crash.
---- Minecraft Crash Report ----
// I feel sad now
Time: 5/6/16 12:54 AM
Description: Exception getting block type in world
java.lang.NullPointerException: Exception getting block type in world
at net.ilexiconn.llibrary.common.structure.util.StructureGeneratorBase.generateLayer(StructureGeneratorBase.java:857)
at net.ilexiconn.llibrary.common.structure.util.StructureGeneratorBase.func_76484_a(StructureGeneratorBase.java:834)
at com.bobmowzie.mowziesmobs.common.gen.MMWorldGenerator.generateWroughtChamber(MMWorldGenerator.java:135)
at com.bobmowzie.mowziesmobs.common.gen.MMWorldGenerator.tryWroughtChamber(MMWorldGenerator.java:65)
at com.bobmowzie.mowziesmobs.common.gen.MMWorldGenerator.generateSurface(MMWorldGenerator.java:34)
at com.bobmowzie.mowziesmobs.common.gen.MMWorldGenerator.generate(MMWorldGenerator.java:22)
at cpw.mods.fml.common.registry.GameRegistry.REPLACED_generateWorld(GameRegistry.java:112)
at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at farseek.util.Reflection$MethodValue$.apply$extension(Reflection.scala:59)
at farseek.core.ReplacedMethod.apply(MethodReplacer.scala:105)
at farseek.world.gen.ChunkGeneratorExtensions$.generateWorld(ChunkGeneratorExtensions.scala:19)
at farseek.world.gen.ChunkGeneratorExtensions.generateWorld(ChunkGeneratorExtensions.scala)
at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java)
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:280)
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1040)
at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:190)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:131)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101)
at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199)
at net.minecraft.world.World.func_72964_e(World.java:419)
at net.minecraft.world.World.func_147439_a(World.java:345)
at net.minecraft.block.BlockDynamicLiquid.func_149807_p(SourceFile:195)
at net.minecraft.block.BlockDynamicLiquid.func_149808_o(SourceFile:170)
at net.minecraft.block.BlockDynamicLiquid.func_149674_a(SourceFile:95)
at net.minecraft.world.WorldServer.func_72955_a(WorldServer.java:550)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:181)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:625)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.ilexiconn.llibrary.common.structure.util.StructureGeneratorBase.generateLayer(StructureGeneratorBase.java:857)
at net.ilexiconn.llibrary.common.structure.util.StructureGeneratorBase.func_76484_a(StructureGeneratorBase.java:834)
at com.bobmowzie.mowziesmobs.common.gen.MMWorldGenerator.generateWroughtChamber(MMWorldGenerator.java:135)
at com.bobmowzie.mowziesmobs.common.gen.MMWorldGenerator.tryWroughtChamber(MMWorldGenerator.java:65)
at com.bobmowzie.mowziesmobs.common.gen.MMWorldGenerator.generateSurface(MMWorldGenerator.java:34)
at com.bobmowzie.mowziesmobs.common.gen.MMWorldGenerator.generate(MMWorldGenerator.java:22)
at cpw.mods.fml.common.registry.GameRegistry.REPLACED_generateWorld(GameRegistry.java:112)
at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at farseek.util.Reflection$MethodValue$.apply$extension(Reflection.scala:59)
at farseek.core.ReplacedMethod.apply(MethodReplacer.scala:105)
at farseek.world.gen.ChunkGeneratorExtensions$.generateWorld(ChunkGeneratorExtensions.scala:19)
at farseek.world.gen.ChunkGeneratorExtensions.generateWorld(ChunkGeneratorExtensions.scala)
at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java)
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:280)
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1040)
at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:190)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:131)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101)
at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199)
at net.minecraft.world.World.func_72964_e(World.java:419)
-- Requested block coordinates --
Details:
Found chunk: true
Location: World: (-591,55,1551), Chunk: (at 1,3,15 in -37,96; contains blocks -592,0,1536 to -577,255,1551), Region: (-2,3; contains chunks -64,96 to -33,127, blocks -1024,0,1536 to -513,255,2047)
Stacktrace:
at net.minecraft.world.World.func_147439_a(World.java:345)
at net.minecraft.block.BlockDynamicLiquid.func_149807_p(SourceFile:195)
at net.minecraft.block.BlockDynamicLiquid.func_149808_o(SourceFile:170)
at net.minecraft.block.BlockDynamicLiquid.func_149674_a(SourceFile:95)
-- Block being ticked --
Details:
Block type: ID #8 (tile.water // cofh.asmhooks.block.BlockTickingWater)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (-591,55,1552), Chunk: (at 1,3,0 in -37,97; contains blocks -592,0,1552 to -577,255,1567), Region: (-2,3; contains chunks -64,96 to -33,127, blocks -1024,0,1536 to -513,255,2047)
Stacktrace:
at net.minecraft.world.WorldServer.func_72955_a(WorldServer.java:550)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:181)
-- Affected level --
Details:
Level name: world
All players: 1 total; [EntityPlayerMP['syndicate25'/4650, l='world', x=-201.07, y=90.03, z=1743.16]]
Chunk stats: ServerChunkCache: 922 Drop: 0
Level seed: 1734608172885624904
Level generator: ID 04 - BIOMESOP, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (801,64,975), Chunk: (at 1,4,15 in 50,60; contains blocks 800,0,960 to 815,255,975), Region: (1,1; contains chunks 32,32 to 63,63, blocks 512,0,512 to 1023,255,1023)
Level time: 14038 game time, 14038 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 73327 (now: false), thunder time: 100485 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:625)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Linux (amd64) version 4.2.0-35-generic
Java Version: 1.8.0_77, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 13083670072 bytes (12477 MB) / 16791896064 bytes (16014 MB) up to 16791896064 bytes (16014 MB)
JVM Flags: 2 total; -Xmx16384M -Xms16384M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 96
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 91 mods loaded, 91 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge.jar)
UCHIJAAAA Forge{10.13.4.1558} [Minecraft Forge] (forge.jar)
UCHIJAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA ivtoolkit{IvToolkit} [1.2] (minecraft.jar)
UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJAAAA battlegear2{1.7.10} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.8.2.jar)
UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJAAAA adventurebackpack{1.7.10-0.8b} [Adventure Backpack] (adventurebackpack-1.7.10-0.8c.jar)
UCHIJAAAA AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
UCHIJAAAA AppleCore{1.1.0} [AppleCore] (AppleCore-mc1.7.10-1.1.0.jar)
UCHIJAAAA ArchimedesShips{1.7.10 v1.7.1} [Archimedes' Ships] (ArchimedesShips-1.7.1.jar)
UCHIJAAAA Artifacts{1.1.3} [Artifacts] (Artifacts-1.1.3.jar)
UCHIJAAAA atum{0.6} [Atum] (Atum-1.7.10-0.6.77.jar)
UCHIJAAAA AutoSapling{1.0} [AutoSapling] (AutoSapling-1.1.jar)
UCHIJAAAA betterbreeds{0.2b} [Better Breeds] (BB [0.2b].jar)
UCHIJAAAA BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft[v1.11.4][MC1.7.10].jar)
UCHIJAAAA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1274-universal.jar)
UCHIJAAAA BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar)
UCHIJAAAA ExtrabiomesXL{3.16.3} [ExtrabiomesXL] (extrabiomesxl_1.7.10-3.16.3.jar)
UCHIJAAAA BiblioWoodsEBXL{1.4} [BiblioWoods ExtraBiomesXL Edition] (BiblioWoods[ExtraBiomesXL][v1.4].jar)
UCHIJAAAA malisiscore{1.7.10-0.14.0} [MalisisCore] (malisiscore-1.7.10-0.14.0.jar)
UCHIJAAAA malisisdoors{1.7.10-1.13.0} [Malisis' Doors] (malisisdoors-1.7.10-1.13.0.jar)
UCHIJAAAA BigDoors{1.7.10-1.1.0} [Big Doors] (BigDoors-1.7.10-1.1.0.jar)
UCHIJAAAA CarpentersBlocks{3.3.7} [Carpenter's Blocks] (Carpenter's Blocks v3.3.7 - MC 1.7.10.jar)
UCHIJAAAA GollumCoreLib{2.0.0} [Gollum Core Lib] (GollumCoreLib-2.0.0-1.7.10.jar)
UCHIJAAAA CastleDefenders{3.0.0 [Build Smeagol]} [Castle Defender] (CastleDefenders-3.0.0-1.7.10.jar)
UCHIJAAAA ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
UCHIJAAAA chocolateQuest{1.0} [Chocolate Quest] (chocolateQuest-1.7.10-1.0.jar)
UCHIJAAAA CoFHCore{1.7.10R3.1.2} [CoFH Core] (CoFHCore-[1.7.10]3.1.2-325.jar)
UCHIJAAAA CraftHeraldry{1.1.3} [CraftHeraldry] (CraftHeraldry 1.1.3.jar)
UCHIJAAAA lootablebodies{1.3.6} [DrCyano's Lootable Bodies] (CyanosLootableBodies-1.7.10-backport_1.3.6.jar)
UCHIJAAAA doorsoplenty{0.1} [Doors o Plenty] (doorsoplenty-1.0.jar)
UCHIJAAAA MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.1.zip)
UCHIJAAAA enchvil{1.0} [Enchvil Mod] (enchvil-1.7.2-V1.1.jar)
UCHIJAAAA extfar{1.7.10-7.1} [Extended Farming] (extfar-1.7.10-7.1.jar)
UCHIJAAAA farseek{1.0.10} [Farseek] (Farseek-1.0.10.jar)
UCHIJAAAA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJAAAA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJAAAA GrimoireOfGaia{1.0.0} [Grimoire of Gaia 3] (GrimoireOfGaia3-1.7.10-1.2.7.jar)
UCHIJAAAA hearts{1.1.1} [Heart Crystal Mod] (Heart Crystal by NukeDuck [1.7.10][1.1.1].jar)
UCHIJAAAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCHIJAAAA Railcraft{9.8.0.0} [Railcraft] (Railcraft_1.7.10-9.8.0.0.jar)
UCHIJAAAA ImmersiveEngineering{0.6.4} [Immersive Engineering] (ImmersiveEngineering-0.6.4.jar)
UCHIJAAAA immersiveintegration{0.6.5} [Immersive Integration] (immersiveintegration-0.6.5.jar)
UCHIJAAAA inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHIJAAAA JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar)
UCHIJAAAA JASCompatability{1.2.0} [Just Another Spawner Compatibility Addon] (JustAnotherSpawnerCompatibilityAddon-1.2.0.jar)
UCHIJAAAA latticemod{1.0} [Lattice Mod] (Lattice-Mod-1.7.10.jar)
UCHIJAAAA levelup{0.4} [Level Up!] (Level-Up-Mod-1.7.10.jar)
UCHIJAAAA llibrary{0.3.3} [LLibrary] (LLibrary-0.3.3-1.7.10.jar)
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
UCHIJAAAA millenaire{6.0.0} [Millénaire] (millenaire-6.0.0.jar)
UCHIJAAAA Morpheus{1.7.10-1.6.10} [Morpheus] (Morpheus-1.7.10-1.6.10.jar)
UCHIJAAAA mowziesmobs{1.2.5-undefined} [Mowzie's Mobs] (Mowzie's Mobs-1.2.6.jar)
UCHIJAAAA MutantCreatures{1.4.9} [Mutant Creatures] (MutantCreatures-1.7.10-1.4.9.jar)
UCHIJAAAA NaturalAbsorption{1.2.1} [Natural Absorption] (NaturalAbsorption-1.7.10-1.2.1.jar)
UCHIJAAAA NetherOres{1.7.10R2.3.1} [Nether Ores] (NetherOres-[1.7.10]2.3.1-22.jar)
UCHIJAAAA Oceancraft{1.4.1} [Oceancraft] (Oceancraft-1.4.1.jar)
UCHIJAAAA harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10k.jar)
UCHIJAAAA quiverchevsky{b100} [QuiverBow] (QuiverBow_1.7.10_b100.zip)
UCHIJAAAA quivermobchevsky{b14} [QuiverMob] (QuiverMob_1.7.10_b14.zip)
UCHIJAAAA RPGAdvMod{1.0.0} [RPGAdvMod] (RPGAdvMod-1.0.0_1.7.10.jar)
UCHIJAAAA Safe{1.3.1} [Safe] (safe-v1.3.1.jar)
UCHIJAAAA shipwrecks{1.7.0} [Shipwrecks!] (shipwrecks-1.7.10-1.7.1.jar)
UCHIJAAAA SophisticatedWolves{3.2.0} [SophisticatedWolves] (Sophisticated Wolves 3.2.0.jar)
UCHIJAAAA SpecialAI{1.1.2} [Special AI] (SpecialAI-1.7.10-1.1.2.jar)
UCHIJAAAA SpecialMobs{3.1.1} [Special Mobs] (SpecialMobs-1.7.10-3.1.1.jar)
UCHIJAAAA SpiceOfLife{1.2.4} [The Spice of Life] (SpiceOfLife-mc1.7.10-1.2.4.jar)
UCHIJAAAA streams{0.1.6} [Streams] (Streams-0.1.6.jar)
UCHIJAAAA supercraftingframe{1.7.10.3} [Super Crafting Frame] (supercraftingframe-1.7.10.3.jar)
UCHIJAAAA TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UCHIJAAAA thaumcraftneiplugin{@[email protected]} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar)
UCHIJAAAA thebetweenlands{1.0.3-alpha} [The Betweenlands] (TheBetweenlands-1.0.3-alpha-universal.jar)
UCHIJAAAA tinkersdefense{1.2} [Tinkers' Defense] (Tinkers-Defense-1.2.1.jar)
UCHIJAAAA torchLevers{1.4.2} [Torch Levers] (TorchLevers-V1.4.2-MC1.7.10.jar)
UCHIJAAAA tradeboothmod{1.7.10.1} [Trade Booth Mod] (tradebooth.1.7.10.1.jar)
UCHIJAAAA bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar)
UCHIJAAAA Treecapitator{1.7.10} [Treecapitator] (Treecapitator-universal-2.0.4.jar)
UCHIJAAAA TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UCHIJAAAA wawla{1.3.2} [What Are We Looking At] (Wawla-1.3.2-1.7.10.jar)
UCHIJAAAA weaponmod{v1.14.3} [Balkon's WeaponMod] (weaponmod-1.14.3.jar)
UCHIJAAAA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
UCHIJAAAA woodstuff{1.3.1} [WoodStuff] (WoodStuff-1.3.1.jar)
UCHIJAAAA yegamolchattels{1.1.2} [Ye Gamol Chattels] (YeGamolChattels-1.1.2.jar)
UCHIJAAAA ZombieInfection{@[email protected]} [Zombie Infection] (Zombie Infection-1.7.10-1.3.0.jar)
UCHIJAAAA aobd{2.8.4} [Another One Bites The Dust] (AOBD-2.8.4.jar)
UCHIJAAAA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJAAAA HungerOverhaul{1.7.10-1.0.0.jenkins75} [Hunger Overhaul] (HungerOverhaul-1.7.10-1.0.0.jar)
UCHIJAAAA JustAnotherSpawner{0.17.6} [Just Another Spawner] (JustAnotherSpawner-0.17.6.jar)
CoFHCore: -[1.7.10]3.1.2-325
Mantle Environment: Environment healthy.
NetherOres: -[1.7.10]2.3.1-22
TConstruct Environment: Environment healthy.
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 1 / 10; [EntityPlayerMP['syndicate25'/4650, l='world', x=-201.07, y=90.03, z=1743.16]]
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
I don't know if this helps you at all, but it's clearly that event which causes the problem. I saw you don't really plan to update this mod for 1.7.10 anymore, and was wondering if this crash is on your mod's end, or if it's reliant upon an update to LLibrary to resolve this crash? If it's on your end, would you consider trying to resolve this bug before ditching 1.7.10?
My apologies if you've already answered this, but I was not able to find the answer.
EDIT: Additionally, the chamber still generates and we can just wait for the server to reboot and continue playing, but I'd rather not have everyone get booted every time a new chamber generates.
2
I couldn't agree more. That's why we've all been pestering you for a fix, because we want to enjoy your amazing work.
0
In SSP I was only able to get version 0.3.3 to work and spawn Barakoa, but that might be conflicts with other mods perhaps? Can you share what the "evil hacks" are?
If he can't share the code change, is it possible to get a temporary release with his code change (if it works)? If not, I will be patient and wait for the release at the end of the month.
Also, I'm currently trying out the latest LLibrary 0.6.2 just to see if it works, because 0.6.1 did not.
EDIT: Not sure how helpful this is, but 0.6.2 also did not work.