jakj Posted August 31, 2013 Author Posted August 31, 2013 Oh good. I guess it was just a corrupt dev environment somehow, then. I'll update the post tonight if nobody still has issues.
Spaceshipable Posted August 31, 2013 Posted August 31, 2013 What? No existing items should have been affected. All I did was change the recipes to not let you craft new ones that would do it. I need more detail on what you're seeing. Well the magmatic engine I had on one frame went white and lost part of its model/made part of it invisible and also some items have the texture for different items now.
Fiberz Posted August 31, 2013 Posted August 31, 2013 Can confirm that the test version works properly.
jakj Posted August 31, 2013 Author Posted August 31, 2013 Are these rendering glitches all the time or just when the carriage is in transit? Screenshots would be good, too. Is it affecting blocks of many mods, or just other mods but not mine?
Fiberz Posted August 31, 2013 Posted August 31, 2013 Could you give an idea of how the new translocators work?
jakj Posted August 31, 2013 Author Posted August 31, 2013 Craft with dyes to add label, or just leave at the default label. Craft with comparator to prevent others adding to your channel and hijacking it. Place against carriage just like any other drive. Make sure chunks are loaded. Apply Redstone signal to teleport.
jakj Posted August 31, 2013 Author Posted August 31, 2013 First post now updated with fixed 1.5.x version. If anyone has any further issue with it loading but not doing anything, let me know. 1.5.x (fixed and reuploaded) http://j-a-k-j.com/RedstoneInMotion_2.0.0.0_mc1.5.zip https://www.dropbox.com/s/rblvjpx53tqmj2b/RedstoneInMotion_2.0.0.0_mc1.5.zip
Jyzarc Posted August 31, 2013 Posted August 31, 2013 Still no multipart support I hate having to make these bulky enderchest/comparator setups
jakj Posted August 31, 2013 Author Posted August 31, 2013 Still no multipart support I hate having to make these bulky enderchest/comparator setups It's the next big thing on my to-do priority list, now that the teleporters are in. Have patience, m'lad.
jakj Posted September 1, 2013 Author Posted September 1, 2013 Progress on multipart support: I have now (in 1.6 so far, to be ported to 1.5 when it works in 1.6) gotten it to correctly move blocks from ChickenBones Wireless Redstone. However, the world has to be completely closed and reopened after a carriage move for it to work. If I just move the carriage and do nothing else, the block is there, intact, but completely unresponsive. If I close and reopen the world, it pops back up, frequency intact, and receives signals. So that's progress, at least. If anybody with modding knowledge has any clues to help me going forward, I'd appreciate them; Otherwise, time for breakfast and I'll come back to this later.
jakj Posted September 1, 2013 Author Posted September 1, 2013 Here's the 1.6 test version with source if anyone wants to mess with it. THIS IS NOT A BETA RELEASE. If you're not a modder, don't bother unless you're just really bored today. https://www.dropbox.com/s/gj6r7r088g1d7p9/MPDEV_RedstoneInMotion_2.0.0.0_mc1.6.zip Expected behaviour: Blocks using multipart (non-Immibis microblocks, CB WRE) should be moved by carriages fine, but they will appear invisible and won't do anything. Once you completely close and open the world, they should pop back up intact, be rendered, and start working again.
Demolishun Posted September 1, 2013 Posted September 1, 2013 Just so you know the 1.1.4 version of Unleashed has added a new mod since since 1.1.3. The new mod is called switches that adds some fancy toggle switches. The numbers they used for the block IDs clash with RIM 1.2.1.0. I resolved this by putting the IDs that clashed before yours. I am assuming you are adding IDs after those you had already allocated for RIM 2.0. I have not tried the RIM 2.0 yet. I had enough issues migrating from 1.1.3 to 1.1.4 to change the RIM version. Is there a place you can still download 1.2.1.0?
jakj Posted September 1, 2013 Author Posted September 1, 2013 If you want to download an old version, either search back through the thread for the post where I announced it, or use the j-a-k-j.com link and change the number in the URL. As for block-ID clashes...uh...that's what a config file is for, dude. There is no international minecraft-mod block-ID registry.
Demolishun Posted September 2, 2013 Posted September 2, 2013 I know there is no registry. I just figured I would let people know there is a conflict. There was no conflict with 1.1.3. I just thought it was interesting that they added a mod between 1.1.3 and 1.1.4 and it happens to conflict with this one.
Garloth Posted September 2, 2013 Posted September 2, 2013 Crash during world startup with AFAIK Rei's Minimap: 2013-09-02 15:04:41 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 4 2013-09-02 15:04:41 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.CarriageDrive.func_71858_a(CarriageDrive.java:125) 2013-09-02 15:04:41 [iNFO] [sTDERR] at reifnsk.minimap.BlockDataPack.<clinit>(BlockDataPack.java:156) 2013-09-02 15:04:41 [iNFO] [sTDERR] at reifnsk.minimap.ReiMinimap.onTickInGame(ReiMinimap.java:502) 2013-09-02 15:04:41 [iNFO] [sTDERR] at mod_ReiMinimap.onTickInGame(mod_ReiMinimap.java:29) 2013-09-02 15:04:41 [iNFO] [sTDERR] at net.minecraft.src.BaseMod.doTickInGame(BaseMod.java:55) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.modloader.BaseModTicker.sendTick(BaseModTicker.java:102) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.modloader.BaseModTicker.tickBaseMod(BaseModTicker.java:82) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.modloader.BaseModTicker.tickEnd(BaseModTicker.java:56) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:141) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.FMLCommonHandler.onRenderTickEnd(FMLCommonHandler.java:377) 2013-09-02 15:04:41 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:873) 2013-09-02 15:04:41 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:760) 2013-09-02 15:04:41 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source) 2013-09-02 15:04:41 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5 2013-09-02 15:04:41 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.CarriageDrive.func_71858_a(CarriageDrive.java:125) 2013-09-02 15:04:41 [iNFO] [sTDERR] at reifnsk.minimap.BlockDataPack.<clinit>(BlockDataPack.java:156) 2013-09-02 15:04:41 [iNFO] [sTDERR] at reifnsk.minimap.ReiMinimap.onTickInGame(ReiMinimap.java:502) 2013-09-02 15:04:41 [iNFO] [sTDERR] at mod_ReiMinimap.onTickInGame(mod_ReiMinimap.java:29) 2013-09-02 15:04:41 [iNFO] [sTDERR] at net.minecraft.src.BaseMod.doTickInGame(BaseMod.java:55) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.modloader.BaseModTicker.sendTick(BaseModTicker.java:102) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.modloader.BaseModTicker.tickBaseMod(BaseModTicker.java:82) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.modloader.BaseModTicker.tickEnd(BaseModTicker.java:56) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:141) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.FMLCommonHandler.onRenderTickEnd(FMLCommonHandler.java:377) 2013-09-02 15:04:41 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:873) 2013-09-02 15:04:41 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:760) 2013-09-02 15:04:41 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source) 2013-09-02 15:04:41 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 6 2013-09-02 15:04:41 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.CarriageDrive.func_71858_a(CarriageDrive.java:125) 2013-09-02 15:04:41 [iNFO] [sTDERR] at reifnsk.minimap.BlockDataPack.<clinit>(BlockDataPack.java:156) 2013-09-02 15:04:41 [iNFO] [sTDERR] at reifnsk.minimap.ReiMinimap.onTickInGame(ReiMinimap.java:502) 2013-09-02 15:04:41 [iNFO] [sTDERR] at mod_ReiMinimap.onTickInGame(mod_ReiMinimap.java:29) 2013-09-02 15:04:41 [iNFO] [sTDERR] at net.minecraft.src.BaseMod.doTickInGame(BaseMod.java:55) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.modloader.BaseModTicker.sendTick(BaseModTicker.java:102) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.modloader.BaseModTicker.tickBaseMod(BaseModTicker.java:82) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.modloader.BaseModTicker.tickEnd(BaseModTicker.java:56) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:141) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.FMLCommonHandler.onRenderTickEnd(FMLCommonHandler.java:377) 2013-09-02 15:04:41 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:873) 2013-09-02 15:04:41 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:760) 2013-09-02 15:04:41 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source) 2013-09-02 15:04:41 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 7 2013-09-02 15:04:41 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.CarriageDrive.func_71858_a(CarriageDrive.java:125) 2013-09-02 15:04:41 [iNFO] [sTDERR] at reifnsk.minimap.BlockDataPack.<clinit>(BlockDataPack.java:156) 2013-09-02 15:04:41 [iNFO] [sTDERR] at reifnsk.minimap.ReiMinimap.onTickInGame(ReiMinimap.java:502) 2013-09-02 15:04:41 [iNFO] [sTDERR] at mod_ReiMinimap.onTickInGame(mod_ReiMinimap.java:29) 2013-09-02 15:04:41 [iNFO] [sTDERR] at net.minecraft.src.BaseMod.doTickInGame(BaseMod.java:55) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.modloader.BaseModTicker.sendTick(BaseModTicker.java:102) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.modloader.BaseModTicker.tickBaseMod(BaseModTicker.java:82) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.modloader.BaseModTicker.tickEnd(BaseModTicker.java:56) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:141) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.FMLCommonHandler.onRenderTickEnd(FMLCommonHandler.java:377) 2013-09-02 15:04:41 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:873) 2013-09-02 15:04:41 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:760) 2013-09-02 15:04:41 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source) 2013-09-02 15:04:41 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 8 2013-09-02 15:04:41 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.CarriageDrive.func_71858_a(CarriageDrive.java:125) 2013-09-02 15:04:41 [iNFO] [sTDERR] at reifnsk.minimap.BlockDataPack.<clinit>(BlockDataPack.java:156) 2013-09-02 15:04:41 [iNFO] [sTDERR] at reifnsk.minimap.ReiMinimap.onTickInGame(ReiMinimap.java:502) 2013-09-02 15:04:41 [iNFO] [sTDERR] at mod_ReiMinimap.onTickInGame(mod_ReiMinimap.java:29) 2013-09-02 15:04:41 [iNFO] [sTDERR] at net.minecraft.src.BaseMod.doTickInGame(BaseMod.java:55) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.modloader.BaseModTicker.sendTick(BaseModTicker.java:102) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.modloader.BaseModTicker.tickBaseMod(BaseModTicker.java:82) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.modloader.BaseModTicker.tickEnd(BaseModTicker.java:56) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:141) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.FMLCommonHandler.onRenderTickEnd(FMLCommonHandler.java:377) 2013-09-02 15:04:41 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:873) 2013-09-02 15:04:41 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:760) 2013-09-02 15:04:41 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source) 2013-09-02 15:04:41 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 9 2013-09-02 15:04:41 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.CarriageDrive.func_71858_a(CarriageDrive.java:125) 2013-09-02 15:04:41 [iNFO] [sTDERR] at reifnsk.minimap.BlockDataPack.<clinit>(BlockDataPack.java:156) 2013-09-02 15:04:41 [iNFO] [sTDERR] at reifnsk.minimap.ReiMinimap.onTickInGame(ReiMinimap.java:502) 2013-09-02 15:04:41 [iNFO] [sTDERR] at mod_ReiMinimap.onTickInGame(mod_ReiMinimap.java:29) 2013-09-02 15:04:41 [iNFO] [sTDERR] at net.minecraft.src.BaseMod.doTickInGame(BaseMod.java:55) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.modloader.BaseModTicker.sendTick(BaseModTicker.java:102) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.modloader.BaseModTicker.tickBaseMod(BaseModTicker.java:82) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.modloader.BaseModTicker.tickEnd(BaseModTicker.java:56) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:141) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.FMLCommonHandler.onRenderTickEnd(FMLCommonHandler.java:377) 2013-09-02 15:04:41 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:873) 2013-09-02 15:04:41 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:760) 2013-09-02 15:04:41 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source) 2013-09-02 15:04:41 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 10 2013-09-02 15:04:41 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.CarriageDrive.func_71858_a(CarriageDrive.java:125) 2013-09-02 15:04:41 [iNFO] [sTDERR] at reifnsk.minimap.BlockDataPack.<clinit>(BlockDataPack.java:156) 2013-09-02 15:04:41 [iNFO] [sTDERR] at reifnsk.minimap.ReiMinimap.onTickInGame(ReiMinimap.java:502) 2013-09-02 15:04:41 [iNFO] [sTDERR] at mod_ReiMinimap.onTickInGame(mod_ReiMinimap.java:29) 2013-09-02 15:04:41 [iNFO] [sTDERR] at net.minecraft.src.BaseMod.doTickInGame(BaseMod.java:55) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.modloader.BaseModTicker.sendTick(BaseModTicker.java:102) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.modloader.BaseModTicker.tickBaseMod(BaseModTicker.java:82) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.modloader.BaseModTicker.tickEnd(BaseModTicker.java:56) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:141) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.FMLCommonHandler.onRenderTickEnd(FMLCommonHandler.java:377) 2013-09-02 15:04:41 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:873) 2013-09-02 15:04:41 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:760) 2013-09-02 15:04:41 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source) 2013-09-02 15:04:41 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 11 2013-09-02 15:04:41 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.CarriageDrive.func_71858_a(CarriageDrive.java:125) 2013-09-02 15:04:41 [iNFO] [sTDERR] at reifnsk.minimap.BlockDataPack.<clinit>(BlockDataPack.java:156) 2013-09-02 15:04:41 [iNFO] [sTDERR] at reifnsk.minimap.ReiMinimap.onTickInGame(ReiMinimap.java:502) 2013-09-02 15:04:41 [iNFO] [sTDERR] at mod_ReiMinimap.onTickInGame(mod_ReiMinimap.java:29) 2013-09-02 15:04:41 [iNFO] [sTDERR] at net.minecraft.src.BaseMod.doTickInGame(BaseMod.java:55) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.modloader.BaseModTicker.sendTick(BaseModTicker.java:102) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.modloader.BaseModTicker.tickBaseMod(BaseModTicker.java:82) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.modloader.BaseModTicker.tickEnd(BaseModTicker.java:56) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:141) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.FMLCommonHandler.onRenderTickEnd(FMLCommonHandler.java:377) 2013-09-02 15:04:41 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:873) 2013-09-02 15:04:41 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:760) 2013-09-02 15:04:41 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source) 2013-09-02 15:04:41 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 12 2013-09-02 15:04:41 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.CarriageDrive.func_71858_a(CarriageDrive.java:125) 2013-09-02 15:04:41 [iNFO] [sTDERR] at reifnsk.minimap.BlockDataPack.<clinit>(BlockDataPack.java:156) 2013-09-02 15:04:41 [iNFO] [sTDERR] at reifnsk.minimap.ReiMinimap.onTickInGame(ReiMinimap.java:502) 2013-09-02 15:04:41 [iNFO] [sTDERR] at mod_ReiMinimap.onTickInGame(mod_ReiMinimap.java:29) 2013-09-02 15:04:41 [iNFO] [sTDERR] at net.minecraft.src.BaseMod.doTickInGame(BaseMod.java:55) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.modloader.BaseModTicker.sendTick(BaseModTicker.java:102) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.modloader.BaseModTicker.tickBaseMod(BaseModTicker.java:82) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.modloader.BaseModTicker.tickEnd(BaseModTicker.java:56) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:141) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.FMLCommonHandler.onRenderTickEnd(FMLCommonHandler.java:377) 2013-09-02 15:04:41 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:873) 2013-09-02 15:04:41 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:760) 2013-09-02 15:04:41 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source) 2013-09-02 15:04:41 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 13 2013-09-02 15:04:41 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.CarriageDrive.func_71858_a(CarriageDrive.java:125) 2013-09-02 15:04:41 [iNFO] [sTDERR] at reifnsk.minimap.BlockDataPack.<clinit>(BlockDataPack.java:156) 2013-09-02 15:04:41 [iNFO] [sTDERR] at reifnsk.minimap.ReiMinimap.onTickInGame(ReiMinimap.java:502) 2013-09-02 15:04:41 [iNFO] [sTDERR] at mod_ReiMinimap.onTickInGame(mod_ReiMinimap.java:29) 2013-09-02 15:04:41 [iNFO] [sTDERR] at net.minecraft.src.BaseMod.doTickInGame(BaseMod.java:55) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.modloader.BaseModTicker.sendTick(BaseModTicker.java:102) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.modloader.BaseModTicker.tickBaseMod(BaseModTicker.java:82) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.modloader.BaseModTicker.tickEnd(BaseModTicker.java:56) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:141) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.FMLCommonHandler.onRenderTickEnd(FMLCommonHandler.java:377) 2013-09-02 15:04:41 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:873) 2013-09-02 15:04:41 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:760) 2013-09-02 15:04:41 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source) 2013-09-02 15:04:41 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 14 2013-09-02 15:04:41 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.CarriageDrive.func_71858_a(CarriageDrive.java:125) 2013-09-02 15:04:41 [iNFO] [sTDERR] at reifnsk.minimap.BlockDataPack.<clinit>(BlockDataPack.java:156) 2013-09-02 15:04:41 [iNFO] [sTDERR] at reifnsk.minimap.ReiMinimap.onTickInGame(ReiMinimap.java:502) 2013-09-02 15:04:41 [iNFO] [sTDERR] at mod_ReiMinimap.onTickInGame(mod_ReiMinimap.java:29) 2013-09-02 15:04:41 [iNFO] [sTDERR] at net.minecraft.src.BaseMod.doTickInGame(BaseMod.java:55) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.modloader.BaseModTicker.sendTick(BaseModTicker.java:102) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.modloader.BaseModTicker.tickBaseMod(BaseModTicker.java:82) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.modloader.BaseModTicker.tickEnd(BaseModTicker.java:56) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:141) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.FMLCommonHandler.onRenderTickEnd(FMLCommonHandler.java:377) 2013-09-02 15:04:41 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:873) 2013-09-02 15:04:41 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:760) 2013-09-02 15:04:41 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source) 2013-09-02 15:04:41 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 15 2013-09-02 15:04:41 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.CarriageDrive.func_71858_a(CarriageDrive.java:125) 2013-09-02 15:04:41 [iNFO] [sTDERR] at reifnsk.minimap.BlockDataPack.<clinit>(BlockDataPack.java:156) 2013-09-02 15:04:41 [iNFO] [sTDERR] at reifnsk.minimap.ReiMinimap.onTickInGame(ReiMinimap.java:502) 2013-09-02 15:04:41 [iNFO] [sTDERR] at mod_ReiMinimap.onTickInGame(mod_ReiMinimap.java:29) 2013-09-02 15:04:41 [iNFO] [sTDERR] at net.minecraft.src.BaseMod.doTickInGame(BaseMod.java:55) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.modloader.BaseModTicker.sendTick(BaseModTicker.java:102) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.modloader.BaseModTicker.tickBaseMod(BaseModTicker.java:82) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.modloader.BaseModTicker.tickEnd(BaseModTicker.java:56) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:141) 2013-09-02 15:04:41 [iNFO] [sTDERR] at cpw.mods.fml.common.FMLCommonHandler.onRenderTickEnd(FMLCommonHandler.java:377) 2013-09-02 15:04:41 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:873) 2013-09-02 15:04:41 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:760) 2013-09-02 15:04:41 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source) 2013-09-02 15:04:41 [iNFO] [Minecraft-Client] [CHAT] Updates found: ICBM (1.3.0),Modular Force Field System (3.2.0),Atomic Science (0.7.1). 2013-09-02 15:05:58 [iNFO] [Minecraft-Client] Stopping! 2013-09-02 15:05:58 [iNFO] [sTDOUT] 2013-09-02 15:05:58 [iNFO] [sTDOUT] SoundSystem shutting down... 2013-09-02 15:05:58 [iNFO] [sTDOUT] Author: Paul Lamb, www.paulscode.com 2013-09-02 15:05:58 [iNFO] [sTDOUT]
jakj Posted September 2, 2013 Author Posted September 2, 2013 Crash during world startup with AFAIK Rei's Minimap: Stop truncating your error logs: You've left out shit I need to know, like which version of my mod you're using.
Garloth Posted September 2, 2013 Posted September 2, 2013 Sorry, the whole file was >700MB (to big for pastebin). Here you are: https://www.dropbox.com/s/t5mmf6wtfs993no/ForgeModLoader-client-0.log
jakj Posted September 2, 2013 Author Posted September 2, 2013 IMPORTANT NEWS REGARDING FORGE MULTIPART SUPPORT I contacted ChickenBones, and he altered his and my code to add support for Multipart blocks (non-Immibis microblocks, ChickenBones wireless redstone, etc.), and a test version will be out later today. It requires a new version of Forge Multipart and will not work with any previous. Requires version 1.0.0.154: http://files.minecraftforge.net/ForgeMultipart/ At this time, that version is available for only Minecraft 1.6, not 1.5. Hopefully a 1.5 revision will come out too, but I can't control that and I don't know if he can/will do one. So for now, multipart support will be in only version 1.6 of the mod.
jakj Posted September 2, 2013 Author Posted September 2, 2013 Sorry, the whole file was >700MB (to big for pastebin). Here you are: https://www.dropbox.com/s/t5mmf6wtfs993no/ForgeModLoader-client-0.log Are you sure that's actually a crash? As in, Minecraft is closing on its own without you closing it? Because it looks to me like it's just printing the errors to the log and continuing on. According to that log, your client closes 1 minute 17 seconds after those errors happen.
jakj Posted September 2, 2013 Author Posted September 2, 2013 Yes, it just says "downloading world". That's incredibly strange. And this is a singleplayer world? In any case, I added a few extra unnecessary checks to my code that'll get thrown into the next release to account for other mods doing stupid things like tring to get icons for blocks that don't exist. That should take care of the issue.
Garloth Posted September 2, 2013 Posted September 2, 2013 Yeah, singleplayer. When can we expect the bugfix?
jakj Posted September 2, 2013 Author Posted September 2, 2013 Yeah, singleplayer. When can we expect the bugfix? I'll throw it in with my multipart-support test release later today. If the change I made doesn't fix it, you can let me know then.
jakj Posted September 2, 2013 Author Posted September 2, 2013 1.5.2 please? Yes, 1.5.x and 1.6.x. 1.5.x just won't be able to move multipart blocks unless CB backports his change.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now