AbyssalCraft

AbyssalCraft

20M Downloads

Server Crash on AbyssalCraft-1.7.10-1.6.0 with Extra Utilities v1.1.0e

cdempsey opened this issue · 4 comments

commented

I originally reported an issue against Extra Utilities but it appears some block within AbyssalCraft is the root of the issue. I troubleshot the issue by removing all mods but Extra Utilities and added them back one by one until it broke when I put AbyssalCraft back in.

rwtema's explanation of the problem is:

It appears some mod has added a BlockSlab that doesn't implement abstract methods. No idea how they managed to do this though since this should be caught in compile.

Note: In Single Player mode this doesn't happen. This only appears when starting up a stand-alone server.

Here's the server crash report

commented

Alright, after looking through the slab files, I think I found the issue. For some reason, I was running the abstract method in the singleslab clientside only, which is wrong, as it should run on both sides.

commented

The potential cause of the problem have been dealt with, this will be fixed when the next version is released.

commented

Nice! Thanks a ton!

On Fri, Jul 25, 2014 at 11:04 AM, Shinoow [email protected] wrote:

Closed #3 #3.


Reply to this email directly or view it on GitHub
#3 (comment).

commented

Huh... I thought I patched the slab issue in 1.6.0. I'll go through the slab code again and see if I can find the missing code.