Christoffer Antonsen Posted December 11, 2013 Posted December 11, 2013 Hello I know its not really the right forum, since I'm using the FTB pack, but I couldn't find a post there. I just tried to set up RiM on my test server, running Unleashed 1.1.7 The server is running all default unleashed mods pluss these: Trecapitator OpenCCsensors BiomesOplenty Netherores MCPC+ /w PEX and ForgeBackup plugin Enchanting Plus Hats Hats stand. The server crashes while trying to load in RiM. Pastebin of log: http://pastebin.com/xb5ig5f6 I'm assuming the installation is the usual place the .zip file in mods directory. I'm going to take another look at the logs when I get home from work today, see if I can work something out. I would really love to get this mod working on my server, seeing as it's instrumental to a project I have in mind.
NightKev Posted December 11, 2013 Posted December 11, 2013 Look, that's a Block ID conflict, you need to look up how to fix those, but here's the short answer: change the block ID in the RIM config file to something not used by another block from any other mod.
Christoffer Antonsen Posted December 12, 2013 Posted December 12, 2013 Aaah yes, that did the trick. Thanks
Andreas Tollånes Posted December 15, 2013 Posted December 15, 2013 Wireless receivers don't update after it has moved, so if it was on when it started to move, it will stay on until you break the receiver which will crash your game and probably a server 9/10 times. Guess I have to go all manual or CC Edit: made the program, but everytime the frame move it restarts the computer again, is this normal? I just use the startup script to start my own script and changed the order so everytime it moves it starts again from top. But I lose my ability to just turn it off with a leaver, I can only turn it off, and after one cycle it just wont stop with or without redstone, wich its programmed to do. So it works, but it has limits. Scratch that.. Read a few pages of the tread, seems to be known xD Trying to make a mining well contraption without turtles, but don't seem to handle any kind of mining wells that great, mining wellplus and the stock one. Need to make the CC program 100 solid to make sure the mining well is not in the world when the frames move, or else.. insta crash. Though my world crash on loading. Crashreport from AT launcher Overload pack: http://pastebin.com/B3qd7nF5 thermal expansion related? Here is another one: http://pastebin.com/NEsWj4H2
ANormalMinecraftNerd Posted December 15, 2013 Posted December 15, 2013 too long I've actually wrote a pretty stable CC program, that does exactly that should I post it to you?
DoverDemon Posted December 15, 2013 Posted December 15, 2013 I have a bug after i updated my dns techpack. After updating my Redstone in motion tunnel bore is crashing my client everytime i turn on the frame motor with a redstone signal.
planetguy Posted December 15, 2013 Posted December 15, 2013 Cr ashreport from AT launcher Overload pack: http://pastebin.com/B3qd7nF5 thermal expansion related? Here is another one: http://pastebina.com/NEsWj4H2 That's Railcraft's aura blocks making a mess. I'm pretty sure they break more than a few other mods too. Turn them off in RC's config, or if possible don't use Railcraft. BC mining wells on frame carriages seem to work fine. I have a bug after i updated my dns techpack. After updating my Redstone in motion tunnel bore is crashing my client everytime i turn on the frame motor with a redstone signal. Logs or no one can help you.
DoverDemon Posted December 15, 2013 Posted December 15, 2013 That's Railcraft's aura blocks making a mess. I'm pretty sure they break more than a few other mods too. Turn them off in RC's config, or if possible don't use Railcraft. BC mining wells on frame carriages seem to work fine. Logs or no one can help you. What do i post then? Filewise?
planetguy Posted December 15, 2013 Posted December 15, 2013 What do i post then? Filewise? It's called "ForgeModLoader-client-0.log" or something similar.
DoverDemon Posted December 15, 2013 Posted December 15, 2013 Due to expenses, i will be posting my file on dropbox. https://www.dropbox.com/s/ffac768m2wt0686/ForgeModLoader-client-0.log
jakj Posted December 16, 2013 Author Posted December 16, 2013 Waila crashes if pointed at RiM blocks. Waila needs to use try/catch blocks.
DoverDemon Posted December 16, 2013 Posted December 16, 2013 I used a wireless transmitter/receiver set and it still crashes if im near it. But when im at my base, it doesnt go.
immibis Posted December 16, 2013 Posted December 16, 2013 Is there an interface tile entities or blocks can implement to know when they're being moved?
DoverDemon Posted December 16, 2013 Posted December 16, 2013 I dont believe so. It just does a little change in texture to signify but i need to be in viewing range which causes me to crash
planetguy Posted December 17, 2013 Posted December 17, 2013 Is there an interface tile entities or blocks can implement to know when they're being moved? I'm not quite sure, but I've heard mention of the "validate" and "invalidate" methods of vanilla TileEntities. DoverDemon, I haven't had good luck moving ForgeMultipart things on carriages, including WRCBE parts. If you're using Slimevoid's wireless redstone, I haven't tested it recently.
Trevor Rudolph Posted December 17, 2013 Posted December 17, 2013 Computers resetting on motion is not a bug. When ComputerCraft is altered so that computers retain their state when the world is closed/reopened, they will no longer reset on motion. Any idea on how one would go about doing such a thing? If you don't mind my asking.
Neowulf Posted December 17, 2013 Posted December 17, 2013 Any idea on how one would go about doing such a thing? If you don't mind my asking. By completely rewriting it. http://forums.technicpack.net/threads/1-6-4-forge-opencomputers.55582/
Shade25 Posted December 17, 2013 Posted December 17, 2013 By completely rewriting it. http://forums.technicpack.net/threads/1-6-4-forge-opencomputers.55582/ Thank you for that link, not so crazy about the much higher costs (both base resources and maintenance with power costs and such) but the mod looks like it has alot of potential, and I'll definitely be doing his test to see how they handle on a RiM moving quarry.
Sangar Posted December 17, 2013 Posted December 17, 2013 not so crazy about the much higher costs (both base resources and maintenance with power costs and such) Note that you can disable/reduce power use in the config if it really bugs you.
Trevor Rudolph Posted December 17, 2013 Posted December 17, 2013 @Neowulf you just blew my mind. Thank you so much EDIT: I'd like to take back my complement because it seams that in using the OpenComputers mod, the computer will turn off every time the carriage moves, rendering it just the same as ComputerCraft in this instance.
NightKev Posted December 18, 2013 Posted December 18, 2013 Well you didn't actually read the thread then, because it clearly says: Fully persistent computers. ComputerCraft computers have to reboot whenever the chunk they're in is reloaded - for example after all players went out of range or you quit your single player game. This mod's computers don't. They just continue where they left off. Emphasis mine.
Sangar Posted December 18, 2013 Posted December 18, 2013 Well it is entirely possible things are still buggy, but we probably should be having this discussion in the other thread.
brian hatley Posted December 18, 2013 Posted December 18, 2013 Is it normal for a mining well frame to dissapear after a few hours in a mystcraft age? I had one go for about 3k blocks before bugging out to be stuck as "carriage spectre" but I believe my world anchor ran out of fuel. This one I made last night went about 400 blocks before dissapearing completely. But ran flawlessly. It went a full 3 chunks in length and about 6 blocks wide only. I had 3 world anchors, one in the middle of each chunk, loaded completely full of fuel. The server stayed active during this time. 48 mining wells, thick glass frame, dimensional transceivers connected to ender io conduits , 144 me transistion planes with an me controller and storage bus. What could have caused this?
ANormalMinecraftNerd Posted December 18, 2013 Posted December 18, 2013 "dimensional transceivers connected to ender io conduits" THIS! I had the same Issue with Thermal Expansion pipes. KingLemming says, that they are complex multiblock structures which souldn't be moved, and Ender Io conduits are probably the same ;)
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