Jump to content

ONeill87

Members
  • Posts

    48
  • Joined

  • Last visited

ONeill87's Achievements

Grass

Grass (2/9)

0

Reputation

  1. The energy cell seems to be a good workaround, hope MicDoodle will fix this (if it's not config based)
  2. Found a very nasty RF consuming bug As far as I can see, every Galacticraft item is sucking the max power (100 MJ/ -> 1000 RF/t), doesn't matter if it's idle or doing something. That means 5 Galacticraft items consume ~ 5k RF/t and this is fucking freaky (and not to handle with power generation) Another example: a quarry runs more than fine with around 200 RF/t so you can power 5 quarrys with the consumed power of 1 galacticraft item? Crazy...
  3. A workaround for the "DimAnchors error" (and lot's of crashes trying to remove / rebuild them ) is replaceing the DimAnchor modfile (server-side) from Tekkit 1.2.4 with the Tekkit 1.2.2 modfile in the mods folder. Client version doesn't matter... just server-mod-version downgrade and everything is stable again (until the problem is fixed). A good help was editing this to lines in immibis.cfg from... logging { # Name of a file to keep updated with a list of all active chunk loaders. Blank for none. S:chunkloader.listFileName= # Name of a file to log creation, deletion and editing of chunk loaders to. Blank for none. S:chunkloader.logFileName= } ...to... logging { # Name of a file to keep updated with a list of all active chunk loaders. Blank for none. S:chunkloader.listFileName=dimanchors.txt # Name of a file to log creation, deletion and editing of chunk loaders to. Blank for none. S:chunkloader.logFileName=dimanchors_log.txt } Then you get two files (root directory - sam as server.log) and can debug =)
  4. This is a Tekkit 1.2.4 AND Tekkit 1.2.5 bug for me... placing a Dimensional Anchor makes the chunkloader active for the block and looks like this: Restarting the server... disables the chunkloader in the Dimensional Anchor: Can't be a feature... must be a bug Here is the server error log: 2014-01-29 11:48:51 [information] [sTDERR] java.lang.NullPointerException 2014-01-29 11:48:51 [information] [sTDERR] at mods.immibis.chunkloader.DimensionalAnchors.getOverworld(DimensionalAnchors.java:569) 2014-01-29 11:48:51 [information] [sTDERR] at mods.immibis.chunkloader.DimensionalAnchors.setWorldForceLoaded(DimensionalAnchors.java:575) 2014-01-29 11:48:51 [information] [sTDERR] at mods.immibis.chunkloader.data.WorldLoaderList.refChunk(WorldLoaderList.java:159) 2014-01-29 11:48:51 [information] [sTDERR] at mods.immibis.chunkloader.data.WorldLoaderList.func_76184_a(WorldLoaderList.java:114) 2014-01-29 11:48:51 [information] [sTDERR] at net.minecraft.world.storage.MapStorage.func_75742_a(SourceFile:49) 2014-01-29 11:48:51 [information] [sTDERR] at mods.immibis.chunkloader.data.WorldLoaderList.get(WorldLoaderList.java:70) 2014-01-29 11:48:51 [information] [sTDERR] at mods.immibis.chunkloader.DimensionalAnchors.getWorld(DimensionalAnchors.java:133) 2014-01-29 11:48:51 [information] [sTDERR] at mods.immibis.chunkloader.TileChunkLoader.func_70312_q(TileChunkLoader.java:131) 2014-01-29 11:48:51 [information] [sTDERR] at net.minecraft.world.chunk.Chunk.func_76604_a(Chunk.java:1036) 2014-01-29 11:48:51 [information] [sTDERR] at net.minecraft.world.chunk.Chunk.func_76620_a(Chunk.java:1009) 2014-01-29 11:48:51 [information] [sTDERR] at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75823_a(AnvilChunkLoader.java:444) 2014-01-29 11:48:51 [information] [sTDERR] at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75822_a(AnvilChunkLoader.java:103) 2014-01-29 11:48:51 [information] [sTDERR] at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75815_a(AnvilChunkLoader.java:83) 2014-01-29 11:48:51 [information] [sTDERR] at net.minecraft.world.gen.ChunkProviderServer.func_73239_e(ChunkProviderServer.java:182) 2014-01-29 11:48:51 [information] [sTDERR] at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:118) 2014-01-29 11:48:51 [information] [sTDERR] at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:294) 2014-01-29 11:48:51 [information] [sTDERR] at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:264) 2014-01-29 11:48:51 [information] [sTDERR] at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:187) 2014-01-29 11:48:51 [information] [sTDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445) 2014-01-29 11:48:51 [information] [sTDERR] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583) 2014-01-29 11:48:51 [Fein] [DimensionalAnchors] Requesting chunk loading ticket for the overworld
  5. 1.2.5: Writing Desk is working... but a book in a bookstand... right click on it gets me this error and a client crash: 2014-01-29 09:09:44 [Warnung] [Minecraft-Server] Failed to handle packet for ONeill87/192.168.6.9: java.lang.IllegalArgumentException: Could not get provider type for dimension 214, does not exist java.lang.IllegalArgumentException: Could not get provider type for dimension 214, does not exist at net.minecraftforge.common.DimensionManager.getProviderType(DimensionManager.java:157) at com.xcompwiz.mystcraft.world.agedata.AgeData.getAge(AgeData.java:331) at com.xcompwiz.mystcraft.inventory.ContainerBook.getTargetAge(ContainerBook.java:135) at com.xcompwiz.mystcraft.inventory.ContainerBook.getPageList(ContainerBook.java:100) at com.xcompwiz.mystcraft.inventory.ContainerBook.setCurrentPage(ContainerBook.java:93) at com.xcompwiz.mystcraft.inventory.ContainerBook.onBookChange(ContainerBook.java:77) at com.xcompwiz.mystcraft.inventory.ContainerBook.<init>(ContainerBook.java:48) at com.xcompwiz.mystcraft.network.NetworkHelper.displayGUI(NetworkHelper.java:63) at com.xcompwiz.mystcraft.block.BlockBookstand.func_71903_a(BlockBookstand.java:166) at net.minecraft.item.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:421) at net.minecraft.network.NetServerHandler.func_72472_a(NetServerHandler.java:556) at net.minecraft.network.packet.Packet15Place.func_73279_a(SourceFile:58) at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:462) at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:141) at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:54) at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(SourceFile:30) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691) at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:276) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484) at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583) 2014-01-29 09:09:44 [information] [Minecraft-Server] ONeill87 left the game 2014-01-29 09:09:45 [schwerwiegend] [Minecraft-Server] Reached end of stream for /192.168.6.9 The dimension worked in 1.2.4 exactly on this bookstand.
  6. Atomic Science + PowerSuit makes our server crash every time someone is going to be "poisoned radioactive" ... i hate this mod more and more... pls delete it java.lang.AbstractMethodError: net.machinemuse.powersuits.item.ItemPowerArmorBoots.isProtectedFromPoison(Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/EntityLivingBase;Ljava/lang/String;)Z at calclavia.lib.prefab.poison.Poison.isEntityProtected(Poison.java:118) at calclavia.lib.prefab.poison.PoisonRadiation.isEntityProtected(PoisonRadiation.java:24) at calclavia.lib.prefab.poison.Poison.poisonEntity(Poison.java:91) at calclavia.lib.prefab.block.BlockRadioactive.func_71847_b(BlockRadioactive.java:88) at net.minecraft.world.WorldServer.func_72893_g(WorldServer.java:440) at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:199) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:657) at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:276) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484) at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
  7. Skuli, to enable uranite ore generation u HAVE to change the uranite ID from ... I think 930 to 1402 in two cofh config files! This will enable it... Nothing else worked for me. \Tekkit1.2\config\cofh\World.cfg #################### # uranite #################### uranite { I:BlockId=1402 I:BlockMeta=0 I:ClusterSize=3 I:MaxY=25 I:MinY=1 I:NumClusters=9 B:RetroGen=true } \Tekkit1.2\config\cofh\WorldCustomGen.txt UNIFORM Uranite 1402 0 3 9 1 25 true
  8. I updated Atomic Science in Tekkit 1.2.2 to the current release (with dependency mods) and everything works fine now! No "right-click-crashes"... for now everything seems all right for me. Updates: Atomic-Science-1.0.1.13.jar Calclavia Core-1.1.1.47.jar (needed for AS) Universal-Electricity-3.0.1.25-core.jar (needed for AS) Modular-Force-Field-System-3.6.2.9.jar (without updating MFFS I get a "missing function error" in Calclavia Core from the "old" MFFS.jar file)
  9. ...\Tekkit\config\cofh\WorldCustomGen.txt But there is just Uranite and QOre... 1402 was some kind of 735 or sth like that. Just changed this line: UNIFORM Uranite 1402 0 3 9 1 25 true
  10. For Tekkit 1.1.10 the uranium ore generation just worked (for me) when enabling it in the Atomic Science config file AND changing the ID in the cofh core to 1402... and I had to do the same thing in Tekkit 1.2.1
  11. You're right... for me EE3 also isn't working. Tried out some of the new recipes (cause I saw most of them are changed): http://equivalentexchange.wikispaces.com/Recipes The NEI is also not showing any recipe for the Minium Stone.
  12. No problem... just fixing the Modular Powersuits IDs (cause the mod generated a new config file) and rebuild the rest (mostly Redstone Power Conduits and the Energy Cells)... and a 1.2.2 world would almost work as a a 1.1.10 world... just with all the nice new stuff =) Will try my best tonight: Better rebuild some items then starting a new world (in my oppinion - cause rebuilding is MINECRAFT STYLE yiiiha - new projects: fixing old projects )
  13. Sounds nice... I think we should now work on compatibility with Tekkit 1.1.10 maps =) There are just some item IDs to fix... and some things to rebuild on 1.1.10 maps in my oppinion.
×
×
  • Create New...