Funky locomotion pusher puller crash when changing mystcraft ages

  • Tech Support section is for getting help with FTB related problems. If there's a repeatable issue that can be labeled as a bug, then please use the issue tracker for the pack or the app at GitHub issue trackers - If there's no repository for a pack that means that the pack is old and/or will not be updated. Bugs for older packs will not be fixed, unless they are critical.
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
K

Kirmin

Guest
Title:
Computercraft program loop crash when changing mystcraft ages
Launcher Version:
1.4.3
Modpack:
Infinity Evolved
Modpack Version:
2.4.2
Log Link:
Details of the issue:
I have an uberminer in the deep dark using computercraft to drive funkylocomotion pushers and pullers via wireless transmitters / receivers from WR-CBE Logic.

In the computercraft program, I have it set to loop until I turn off a lever.

Everything works fine until I use my link book to travel to the mystcraft age where I have my house.
At this point, if the looped program is running, the game crashes. If it isn't running, everything is fine.

In an earlier attempt, I had used a timer from Project Red for a similar effect, except in that case I could not reload the world at all and had to revert to a backup.

Any ideas?
 

AuricPolaris

New Member
Jul 29, 2019
314
0
0
If a funky locamotion block is moved when a player (specifically player) is not loading it, they game will crash. Other chunkloaders will not function well enough.
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
If a funky locamotion block is moved when a player (specifically player) is not loading it, they game will crash. Other chunkloaders will not function well enough.
Perhaps that has to do with lazy loaded chunks vs normal loaded chunks?

If that is the case if you make the loaded area big enough the chunk won't be lazy anymore and thus perhaps fix the problem?
 
K

Kirmin

Guest
I'm using railcraft world anchors to load chunks. Would there be a better option?

Edit: I changed the thread title to accurately reflect the issue
 
Last edited:
K

Kirmin

Guest
My current workaround is to set a long enough delay on the computercraft program start to run to the uberminer. I'll just sit on it for a while and go do something else irl. Then I just attach a few frames to the top of the miner so that it gets stuck against the ceiling of the deep dark, so my game doesnt crash as I run back to the computercraft terminal to stop the program.