Jump to content
  • 0

Pipe in void = crash? *Solved*


Question

Posted

I don't think this error has been reported before, sorry if it has.

Anyway, I was working on a new project with a friend on creative, and the server crashed and we couldn't get back in. I asked my friend what block he placed last, and he said it may have been a pipe in the void. He was pissed off at lag or something and spammed it a bit. I tried accessing the map on single player Tekkit and Technic, but both ended with the Saving Chunks screen and a crash.

Anyone have any solutions to this problem?

Here's a screenshot of the server producing an error:

47919502.png

I think it does have something to do with pipes from that screenie.

2 answers to this question

Recommended Posts

  • 0
Posted

Re: Pipe in void = crash?

You know, you're not really meant to put things in the void.

The ArrayIndexOutOfBoundsException may be something to do with the fact that the void is on level -1, so trying to reference index -1 in the array of blocks - which presumably goes from 0 to 128, at least in the dimension that deals with world vertical - by placing something at index -1 will cause that crash.

Basically, unless you can figure out a way of getting rid of that pipe, you're hosed.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...