Peripherals++

Peripherals++

359k Downloads

Crash when Turtle moves next to RF Charger

Selim042 opened this issue ยท 8 comments

commented

Simple, Turtle moves next to RF Charger, causes crash.
ComputerCraft 1.73
Peripherals++ 1.2.2
http://pastebin.com/PKtKChqu

commented

I was unable to reproduce this crash with the same versions of both CC and P++. Just to make sure I understand what you mean, you're saying that in a setup like this:
http://puu.sh/gkdwu/cded37de95.png
...the game will crash when telling the turtle to move forward with "go forward"?

commented

This isn't fixed in 77 on multiplayer.

java.lang.UnsupportedOperationException
at dan200.computercraft.shared.turtle.core.TurtleBrain.addFuel(TurtleBrain.java:510)
at com.austinv11.peripheralsplusplus.tiles.TileEntityRFCharger.addFuel(TileEntityRFCharger.java:75)
at com.austinv11.peripheralsplusplus.tiles.TileEntityRFCharger.func_145845_h(TileEntityRFCharger.java:69)
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1994)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:961)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
commented

I've found that this happens, but not always. It seems like a random chance.

commented

I set up my turtle for a Quarry and put the RF charger with a Tesseract next to where he dumps all of the goods in the chest. Any time he touches the RF charger, it crashes me.

commented

You mentioned that this was on multiplayer. Does the crash affect only you or the whole server?

commented

I don't know, I'm usually the only one on. It only crashes the client, though.

commented

What version of ComputerCraft is this on?

commented

1.73