TheBytemaster Posted July 1, 2013 Posted July 1, 2013 A form of "sticky carpeting" to allow finer control over where on a carriage entities are grabbed. Holy cow, that would be amazing, and I'd imagine not too hard to implement. This would take RiM to another level entirely for me. I'm trying to be very visible and proactive to set an example of how modders *should* behave, instead of how quite a lot of them do behave. I thank/applaud you for this. I've read through more than a few forum pages for mods, (including a 300+ page one with aznor in it during the development of TC3), and you are by far my favorite modder.
_Mataroyale_Modpacker_ Posted July 1, 2013 Posted July 1, 2013 If you make a full set of 16x textures and release them under an open-community license (like CC, GPL, WTFPL, public domain, etc.), I'll put them in the mod as the official native set. Got it. Not anything to far from the originals. Probably just scaling them down and maybe editing some of the colors.
jakj Posted July 2, 2013 Author Posted July 2, 2013 (Updating to 1.6.x will begin as soon as the storm dies down and it's actually worth the attempt. Hint: Not yet.) EXPERIMENTAL AND UNTESTED support for MCPC+ has been added. No longer will you crash: If it fails, it will print errors to the log instead. How to test: Use a carriage engine on any type of carriage, and put a button on the carriage engine. Activate the button. When motion is done, the button should pop back out. If it does not, send me your log which will have exceptions printed out in it. THE WHOLE LOG not just part. There should be at least two exceptions. http://j-a-k-j.com/RedstoneInMotion_1.1.1.0_mc1.5.zip https://www.dropbox.com/s/5szev8eyd9r4s8h/RedstoneInMotion_1.1.1.0_mc1.5.zip RECENT CHANGES (full list in "Changes.txt"): 1.1.0.0 -> 1.1.1.0 -- omni-wrench support implemented -- in-transit rendering now uses a display list for a massive performance boost with large carriages -- completely refactored the rendering of in-transit carriages ** every single block from vanilla and every single mod in existence will now render ** some are going to be a little imperfect, like enchantment tables will always render with thier books closed ** lighting is still a bit off, but is much better, and now actually uses ambient occlusion if enabled in the Minecraft config ** some mod items look really goofy ## buildcraft pipes have the correct shape but a missing texture ## thermal expansion conduits, cells, and tesseracts render their constituent fluids but not their actual shells ## (and plenty more oddities, I'm sure) ## never expect this to be perfect: I will continually work to make it better, but at some point, it's "good enough" since it's cosmetic ## any time you encounter rendering issues, look in your Forge client log file for exceptions; If you see any with "JAKJ" in them, report them to me -- fire now renders properly in-transit -- improved compatibility with the mod "Big Reactors" and possibly some others -- EXPERIMENTAL UNTESTED support for MCPC+ added ** crashing has been removed on error; instead, the error will be printed to the log file and the process will continue ** this prevents you from losing your entire carriage and having a server crash on motion ** if errors occur, things like buttons and pressure plates that are pressed at the time of motion will stay pressed forever; break and re-place ** check your log for errors and REPORT THEM to me -- invisible unbreakable placeholder blocks will no longer automatically decay very slowly over time ** instead, use a screwdriver on them to immediately remove them ** other than being a nuisance, they don't do any harm, so don't worry if you can't find them right away ** the only circumstance they can ever be left behind is if there is a crash while a carriage is in motion and the carriage did not save ## hopefully that won't ever happen! -- in-transit carriages will now render no matter which way the player is facing KNOWN ISSUES Recipes do not use the Forge material dictionary. Some mod blocks look really goofy when rendered in-transit. PLANNED FEATURES A config option to let a carriage treat blacklisted blocks as simple obstructions instead of completely aborting the motion. (Possibly) OpenPeripherals support. The ability to selectively whitelist/blacklist blocks in-game for each drive, in addition to the overall config-file blacklist. These blocks will always be treated as simple obstructions instead of completely aborting the motion, regardless of the setting in the config file. A form of "sticky carpeting" to allow finer control over where on a carriage entities are grabbed. Different styles of controlling player position during carriage movement, to try to allow more freedom. The ability to set continuous-mode cooldown per drive instead of only system-wide. Native-resolution (i.e., 16x) texture pack. Altering carriage textures to be compatible with colourblindness. (POSSIBLY, NO GUARANTEE) Finding a way to make ComputerCraft computers and turtles not reboot after motion. A visual indication of which blocks will be moved by a patterened template carriage. An optional "hardcore" mode, for people who want this mod to be expensive to use.
planetguy Posted July 2, 2013 Posted July 2, 2013 I'm using 1.1.1.0 with MCPC+ b592. I moved a button with a carriage and everything worked beautifully, without anything unusual being logged anywhere. The button still reset itself too, and rendering mod blocks worked brilliantly. Congratulations on a job well done.
jakj Posted July 2, 2013 Author Posted July 2, 2013 It actually works with MCPC? Thank the gods. That blood fellow helped me out with that.
Cephiros Posted July 2, 2013 Posted July 2, 2013 Yes the new version works MCPC+, thats what i was waiting for to try this, i like it better then the original IMHO. however ive come acrost a huge problem as my crazy frame stuff i like to make relies heavily on wiring and logic gates (im not one for the computercraft) whenever i try to move a frame with Immibs's redlogic alloy wire on it it moves fine in the server however the client that activated(unsure about others around as im only one on server) gets thrown into what appears to be an endless loop, i did it 4 times, the fouth time it was the frist thing i did when i started the client so here is a log of everything after all the start up garbage 2013-07-02 07:50:02 [iNFO] [sTDOUT] Inserted super call into ayy.c 2013-07-02 07:50:33 [iNFO] [sTDERR] java.lang.StackOverflowError 2013-07-02 07:50:33 [iNFO] [sTDERR] at java.lang.reflect.Constructor.<init>(Unknown Source) 2013-07-02 07:50:33 [iNFO] [sTDERR] at java.lang.reflect.Constructor.copy(Unknown Source) 2013-07-02 07:50:33 [iNFO] [sTDERR] at java.lang.reflect.ReflectAccess.copyConstructor(Unknown Source) 2013-07-02 07:50:33 [iNFO] [sTDERR] at sun.reflect.ReflectionFactory.copyConstructor(Unknown Source) 2013-07-02 07:50:33 [iNFO] [sTDERR] at java.lang.Class.getConstructor0(Unknown Source) 2013-07-02 07:50:33 [iNFO] [sTDERR] at java.lang.Class.getConstructor(Unknown Source) 2013-07-02 07:50:33 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.WireBlock.createTileEntity(WireBlock.java:66) 2013-07-02 07:50:33 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:109) 2013-07-02 07:50:33 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:33 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:33 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) 2013-07-02 07:50:33 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-02 07:50:33 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:33 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:33 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) 2013-07-02 07:50:33 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-02 07:50:33 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:33 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:33 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) 2013-07-02 07:50:33 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-02 07:50:33 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:33 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:33 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) 2013-07-02 07:50:33 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-02 07:50:33 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:33 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:33 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) 2013-07-02 07:50:33 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-02 07:50:33 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:33 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:33 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) 2013-07-02 07:50:33 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-02 07:50:33 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:33 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:33 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) 2013-07-02 07:50:33 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-02 07:50:33 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:33 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:33 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) 2013-07-02 07:50:33 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-02 07:50:33 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:33 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:33 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) 2013-07-02 07:50:33 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-02 07:50:33 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:33 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:33 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) 2013-07-02 07:50:33 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-02 07:50:33 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:33 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:33 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) 2013-07-02 07:50:33 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-02 07:50:33 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:33 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:33 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) 2013-07-02 07:50:33 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-02 07:50:33 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:33 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:33 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) 2013-07-02 07:50:33 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-02 07:50:33 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:33 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:33 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) 2013-07-02 07:50:33 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-02 07:50:33 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-02 07:50:34 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.updateConnectedWireSignal(RedAlloyTile.java:159) 2013-07-02 07:50:34 [iNFO] [sTDERR] at mods.immibis.redlogic.wires.RedAlloyTile.onDataPacket(RedAlloyTile.java:294) it continues repeating this for aabout another mb-2 of text before i force the client shut. Edit: It is able to move a few wires, it seems to be freezing at 4 wires, let me continue testing a bit more and see if i can narrow it down more
jakj Posted July 2, 2013 Author Posted July 2, 2013 Interesting: I hadn't considered anything looping like that. I will start working on a fix for that issue.
Cephiros Posted July 2, 2013 Posted July 2, 2013 Interesting: I hadn't considered anything looping like that. I will start working on a fix for that issue. thank you, awesome mod though, I look forward to what it matures into it already has better ideas than the original, and seems to run a bit more efficiently, but i also havent really built anything massive yet (just elevators at the moment), and about the wire, the magic number seems to be 5 alloy wires at least on my client, it can move 1-4 without issue, and i am using the standard redpower behaving frames and the redpower way, without the camo, if that has any weight into the problem.
jakj Posted July 2, 2013 Author Posted July 2, 2013 thank you, awesome mod though, I look forward to what it matures into it already has better ideas than the original, and seems to run a bit more efficiently, but i also havent really built anything massive yet (just elevators at the moment), and about the wire, the magic number seems to be 5 alloy wires at least on my client, it can move 1-4 without issue, and i am using the standard redpower behaving frames and the redpower way, without the camo, if that has any weight into the problem. It's happening because I'm recreating fake/ghost versions of the in-transit blocks to let them render, telling them they exist but really they don't. In this case, one fake block is accessing another fake block which causes the first fake block to regenerate which causes it to access the other fake block again... What I'm going to try is generating all the fake blocks at once in a controlled pattern, so that when they're trying to render, they aren't regenerating.
Garloth Posted July 2, 2013 Posted July 2, 2013 Found a bug: BC quarry doesn't work after being moved. I can make a video showing how to reproduce the bug if needed.
Cephiros Posted July 2, 2013 Posted July 2, 2013 It's happening because I'm recreating fake/ghost versions of the in-transit blocks to let them render, telling them they exist but really they don't. In this case, one fake block is accessing another fake block which causes the first fake block to regenerate which causes it to access the other fake block again... What I'm going to try is generating all the fake blocks at once in a controlled pattern, so that when they're trying to render, they aren't regenerating. I understand the problem, im glad the 4 repeating lines were enough to diagnose the problem. Thank you!
jakj Posted July 2, 2013 Author Posted July 2, 2013 Found a bug: BC quarry doesn't work after being moved. I can make a video showing how to reproduce the bug if needed. I'll probably have to add a special case for the quarry that actually breaks and replaces it instead of just moving it. Not technically a bug with my mod but something that does need to work. It would, however, lose its internal buffer of energy every time that happens.
Cephiros Posted July 2, 2013 Posted July 2, 2013 this may or may not be a bug in your mod, as im running so many mods that something may be messing with the crafting aspect, but just in case something was overlooked im putting it here, i am unable to craft the camo blocks, i try to put a standard frame with another block(vanilla or mod) it shows on the left side for a fraction of a second then disappears. Again there is a good chance this has nothing to do with your mod (gregtech messes with alot of the recipe stuff) but just in case.
jakj Posted July 2, 2013 Author Posted July 2, 2013 this may or may not be a bug in your mod, as im running so many mods that something may be messing with the crafting aspect, but just in case something was overlooked im putting it here, i am unable to craft the camo blocks, i try to put a standard frame with another block(vanilla or mod) it shows on the left side for a fraction of a second then disappears. Again there is a good chance this has nothing to do with your mod (gregtech messes with alot of the recipe stuff) but just in case. Yeah, not a chance in hell I can diagnose that. Start from vanilla+forge, and start adding mods until it happens, or otherwise try removing mods one by one until it doesn't happen.
Cephiros Posted July 2, 2013 Posted July 2, 2013 Yeah, not a chance in hell I can diagnose that. Start from vanilla+forge, and start adding mods until it happens, or otherwise try removing mods one by one until it doesn't happen. thats what i had figured i only mentioned it in the off chance that maybe the recipe was overlooked and disabled on accident. i happened to look at server when i went to disable mods And noticed this crash whever i tried to make that recipe ill let you skim it fast, if you still suspect another mod I will go back to that otherwise right here is the crash 2013-07-02 10:03:37 [iNFO] Loading Player: cephiros 2013-07-02 10:03:37 [iNFO] Sending serverside check to: cephiros 2013-07-02 10:03:47 [iNFO] [WorldEdit] Using inbuilt NmsBlock for this version. 2013-07-02 10:04:10 [sEVERE] java.lang.NoSuchMethodError: net.minecraft.block.Block.func_71858_a(II)Lnet/minecraft/util/Icon; 2013-07-02 10:04:10 [sEVERE] at JAKJ.RedstoneInMotion.CarriageDecorationRecipe.Process(CarriageDecorationRecipe.java:54) 2013-07-02 10:04:10 [sEVERE] at JAKJ.RedstoneInMotion.Recipe.Process(Recipe.java:21) 2013-07-02 10:04:10 [sEVERE] at JAKJ.RedstoneInMotion.Recipe.func_77569_a(Recipe.java:27) 2013-07-02 10:04:10 [sEVERE] at net.minecraft.item.crafting.CraftingManager.func_82787_a(CraftingManager.java:337) 2013-07-02 10:04:10 [sEVERE] at net.minecraft.inventory.ContainerWorkbench.func_75130_a(ContainerWorkbench.java:77) 2013-07-02 10:04:10 [sEVERE] at net.minecraft.inventory.InventoryCrafting.func_70299_a(InventoryCrafting.java:194) 2013-07-02 10:04:10 [sEVERE] at net.minecraft.inventory.Slot.func_75215_d(Slot.java:102) 2013-07-02 10:04:10 [sEVERE] at net.minecraft.inventory.Container.func_75144_a(Container.java:454) 2013-07-02 10:04:10 [sEVERE] at net.minecraft.network.NetServerHandler.func_72523_a(NetServerHandler.java:2032) 2013-07-02 10:04:10 [sEVERE] at net.minecraft.network.packet.Packet102WindowClick.func_73279_a(SourceFile:31) 2013-07-02 10:04:10 [sEVERE] at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:442) 2013-07-02 10:04:10 [sEVERE] at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:222) 2013-07-02 10:04:10 [sEVERE] at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:53) 2013-07-02 10:04:10 [sEVERE] at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(SourceFile:30) 2013-07-02 10:04:10 [sEVERE] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:847) 2013-07-02 10:04:10 [sEVERE] at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:320) 2013-07-02 10:04:10 [sEVERE] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:716) 2013-07-02 10:04:10 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:600) 2013-07-02 10:04:10 [sEVERE] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573) 2013-07-02 10:04:10 [sEVERE] java.lang.NoSuchMethodError: net.minecraft.block.Block.func_71858_a(II)Lnet/minecraft/util/Icon; 2013-07-02 10:04:10 [sEVERE] at JAKJ.RedstoneInMotion.CarriageDecorationRecipe.Process(CarriageDecorationRecipe.java:54) 2013-07-02 10:04:10 [sEVERE] at JAKJ.RedstoneInMotion.Recipe.Process(Recipe.java:21) 2013-07-02 10:04:10 [sEVERE] at JAKJ.RedstoneInMotion.Recipe.func_77569_a(Recipe.java:27) 2013-07-02 10:04:10 [sEVERE] at net.minecraft.item.crafting.CraftingManager.func_82787_a(CraftingManager.java:346) 2013-07-02 10:04:10 [sEVERE] at net.minecraft.inventory.ContainerWorkbench.func_75130_a(ContainerWorkbench.java:77) 2013-07-02 10:04:10 [sEVERE] at net.minecraft.inventory.InventoryCrafting.func_70299_a(InventoryCrafting.java:194) 2013-07-02 10:04:10 [sEVERE] at net.minecraft.inventory.Slot.func_75215_d(Slot.java:102) 2013-07-02 10:04:10 [sEVERE] at net.minecraft.inventory.Container.func_75144_a(Container.java:454) 2013-07-02 10:04:10 [sEVERE] at net.minecraft.network.NetServerHandler.func_72523_a(NetServerHandler.java:2032) 2013-07-02 10:04:10 [sEVERE] at net.minecraft.network.packet.Packet102WindowClick.func_73279_a(SourceFile:31) 2013-07-02 10:04:10 [sEVERE] at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:442) 2013-07-02 10:04:10 [sEVERE] at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:222) 2013-07-02 10:04:10 [sEVERE] at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:53) 2013-07-02 10:04:10 [sEVERE] at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(SourceFile:30) 2013-07-02 10:04:10 [sEVERE] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:847) 2013-07-02 10:04:10 [sEVERE] at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:320) 2013-07-02 10:04:10 [sEVERE] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:716) 2013-07-02 10:04:10 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:600) 2013-07-02 10:04:10 [sEVERE] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573) mcpc-plus-1.5.2-R1.1-forge738-B591 redstone in motion v1.1.1.0
LordKastillo Posted July 2, 2013 Posted July 2, 2013 Hello, i've got the same issue than Cephiros, but only on SMP, on SSP i can craft perfectly the decoration frame blocks. I hope you can solve that problem, the mod is incredible, really much better than the RP2 Frames ^^
ChrisMediaMc Posted July 2, 2013 Posted July 2, 2013 I guess Bugs of Infinite Stack overflow when moving RedWire are already reported?
jakj Posted July 2, 2013 Author Posted July 2, 2013 Yeah red wire stack overflow already being worked on. Also, thank you for the good error report about the recipe, and I think I know a fix for that now too. Will work on it when I get home tonight.
Garloth Posted July 2, 2013 Posted July 2, 2013 Bug: redstone energy conduits loose setup after being moved: http://youtu.be/cCy58UKkC6k
jakj Posted July 2, 2013 Author Posted July 2, 2013 Bug: redstone energy conduits loose setup after being moved: http://youtu.be/cCy58UKkC6k Ick. I'll make a note to diagnose that issue.
jakj Posted July 2, 2013 Author Posted July 2, 2013 Okay, I now know how to fix all three bugs you folks have reported to me today, thanks to your diligence in reporting them well. I'm a bit tired tonight, so I'll work on the fixes tomorrow; Expect a bugfix patch no later than the end of tomorrow.
flappy Posted July 3, 2013 Posted July 3, 2013 So, I tried moving a 3x3x3 Big Reactors multiblock reactor in 1.1.1.0 with template carriages and the carriage engine. The resultant stack overflow made me have to kill the Java process. These lines are a segment that's repeating seemingly endlessly in the crash log. at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.GenerateEntityForClient(MotiveSpectreRendererWorld.java:122) 2013-07-03 02:06:26 [iNFO] [sTDERR] at JAKJ.RedstoneInMotion.MotiveSpectreRendererWorld.func_72796_p(MotiveSpectreRendererWorld.java:184) 2013-07-03 02:06:26 [iNFO] [sTDERR] at erogenousbeef.core.multiblock.MultiblockTileEntityBase.getNeighboringParts(MultiblockTileEntityBase.java:412) 2013-07-03 02:06:26 [iNFO] [sTDERR] at erogenousbeef.core.multiblock.MultiblockTileEntityBase.clientCheckForMerges(MultiblockTileEntityBase.java:488) 2013-07-03 02:06:26 [iNFO] [sTDERR] at erogenousbeef.core.multiblock.MultiblockTileEntityBase.decodeDescriptionPacket(MultiblockTileEntityBase.java:266) 2013-07-03 02:06:26 [iNFO] [sTDERR] at erogenousbeef.bigreactors.common.tileentity.TileEntityReactorPart.decodeDescriptionPacket(TileEntityReactorPart.java:143) 2013-07-03 02:06:26 [iNFO] [sTDERR] at erogenousbeef.core.multiblock.MultiblockTileEntityBase.onDataPacket(MultiblockTileEntityBase.java:231) E: The reactor had moved and was fully functioning after the crash, though.
jakj Posted July 3, 2013 Author Posted July 3, 2013 Yeah, that's from the same source as the red-wire stack overflow and will be fixed by the same change.
Cephiros Posted July 3, 2013 Posted July 3, 2013 Okay, I now know how to fix all three bugs you folks have reported to me today, thanks to your diligence in reporting them well. I'm a bit tired tonight, so I'll work on the fixes tomorrow; Expect a bugfix patch no later than the end of tomorrow. Cheers! Good Job!
flappy Posted July 3, 2013 Posted July 3, 2013 Yeah, that's from the same source as the red-wire stack overflow and will be fixed by the same change. Marvelous, thanks.
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