Blood Arsenal

Blood Arsenal

9M Downloads

Crash on startup

EXTER7 opened this issue ยท 5 comments

commented

After updating BloodArsenal to 1.2-0 the game crashes on startup

Crash Report

Seems to be cuased by a wrong import in ModItems.java (the import should be 'java.util.Arrays' instead of 'scala.actors.threadpool.Arrays').

commented

Have some similar error:

Caused by: java.lang.NoClassDefFoundError: scala/actors/threadpool/Arrays
    at com.arc.bloodarsenal.common.items.ModItems.registerThaumcraftItems(ModItems.java:183)
    at com.arc.bloodarsenal.common.BloodArsenal.postInit(BloodArsenal.java:169)

Full Error:
https://gist.github.com/Dream-Master/3ce68fdaa3c90d17fc01#file-gistfile1-txt

commented

@Arcaratus Wrong Arrays class, broseph.

commented

I'm on it

commented

Cool thanks works now ๐Ÿ‘