Page 1 of 1

error in error handling

PostPosted: Sun Jan 25, 2015 07:00
by Kalabasa
What does this mean?

Re: error in error handling

PostPosted: Sun Jan 25, 2015 08:32
by Krock
It means there's no error because the error failed.

Re: error in error handling

PostPosted: Sun Jan 25, 2015 09:47
by kaeza
It means that an error occurred in the error handler while trying to show the original error.
+ Spoiler


Do you have more information, like a stack traceback, or what were you doing when that occurred?

Re: error in error handling

PostPosted: Sun Jan 25, 2015 09:57
by Kalabasa
There's no stack trace at all.
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
ERROR[main]: ServerError: error in error handling


I'm not using JIT.

I think the times this error happens is when nodes are removed/manipulated. I noticed this error started appearing when I added block-digging capability to the mobs I'm making.

Edit: I'm not using VoxelManipulator. I just use minetest.dig_node(position).