Wawla - What Are We Looking At

Wawla - What Are We Looking At

70M Downloads

Crash with XU filling cabinet

Opened this issue ยท 13 comments

commented

Got a crash while dropping a enchanted book into a XU's filling cabinet.

Crash log: http://hastebin.com/itebebecul.coffee

commented

This is an interesting crash, at first glance it looks like an issue with your installation. I will look at this when I can, very busy right now.

commented

i'm just speculating but a possible cause may be that you are using java 8 (at least you're using java xD)

commented

Sorry for the long wait, have you had any luck with resolving your issue on your own? I have looked into the error a bit more and it seems that it is caused when you are running older versions of Forge however that is clearly not the case here.

commented

The only thing I could try is a downgraded java version, since there is a chance that j8 is causing that. But I need to test that first before I can be sure about that.

commented

Still occurs on Forge 1208(Forge 1217 not stable enough so I won install it) and Java 7 u67.

commented

This is an issue that multiple people are having? That's not good. I am going to look into scala some more and see if I can find the exact cause for the issue.

commented

Oh, there we go. Now I get the crash.

commented

You can try to replicate it yourself. Install Forge 1208+CodeChickenCore+NotEnoughItems+ForgeMultipart+Waila+Wawla+Extra Utilities.
Just place filling cabinet anywhere and put enchanted book into it.

commented

Right, I am not exactly sure what happened on forges end, but given that I am having no issues, I believe they/mojang updated a few of their libraries recently. Using a version compiled against a newer version of forge and having no issues. I will provide my list of mods just in case this is not the issue, we should have all the same mods, with the exception of Wawla, since I am using an experimental dev version. You can download the experimental version here

Code Chicken Core 1.0.2.9
Not Enough Items 1.0.2.15
Extra Utilities 1.1.0k
Waila 1.5.4a
Wawla 1.0.6.7 experimental

commented

Btw it has to be mentioned that this only happens to me if I shift+click it into it, normal click and place into it gives me no crash. Maybe its more related to inventorytweaks?

commented

I'm having no inventory tweaks in my test pack. @Darkhax still occurs on latest Wawla and latest Forge. You should actually shift-click few(two) books and then you should get crash.

commented

I am currently in my classes at school, but I believe I understand the issue now. There is an issue right now causing the item to desync from the server when shifting. I will have more on the issue later today.

commented

I did not actually expect that to close this, I have been messing around with some git stuff. Anyhow, As shown in 26793d3 I fixed the issue thanks to some help from @lclc98, turns out I used the wrong import. The issue has been resolved, and tested to work. I will be working on polishing 1.0.7 release, and it should be out tonight, or tomorrow.