AbyssalCraft

AbyssalCraft

20M Downloads

Moderately Mysterious Crash.

Divineaspect opened this issue · 13 comments

commented

http://pastebin.com/HwEUGCds

abyssalcraft{1.9.1.6}

commented

Hm... no clue what's triggering this, as the only thing it points to is the super call to onUpdate in the Dread Spawn, then to the onUpdate method in EntityMob for the Dreadling (as it doesn't do anything with onUpdate).

commented

Once more with feeling.
http://pastebin.com/cJUmQEDd

commented

This is a major issue for the viability of a modpack centered on abyssalcraft.

commented

I have no way of reproducing said crash (as I have on clue what's triggering it, you never specified that). If I had a way to produce the crash myself (or a list of actions/conditions that seems to trigger this) I could probably find what's causing it to happen.

commented

Well, are you willing to use the ATL to download a pack?

Jeremiah Grimsley

"All of humanity is in peril of extinction if each one of us does not dare,
now and henceforth, always to tell only the truth, and all the truth, and
to do so promptly — right now." - R Buckminster Fuller

On Mon, Jun 6, 2016 at 2:05 PM, Shinoow [email protected] wrote:

I have no way of reproducing said crash (as I have on clue what's
triggering it, you never specified that). If I had a way to produce the
crash myself (or a list of actions/conditions that seems to trigger this) I
could probably find what's causing it to happen.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#95 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AIWPahBze1S0C2lYtQqHTeRknSCnhjBFks5qJG-WgaJpZM4IeufR
.

commented

I suppose.

commented

got irc or discord or anything else you'd prefer to chat through?

I need your mc name to add you to the "tester" list, and after I add you
you'll need to set the server to master, and completely relaunch the ATL
client (so it knows you're you).

Jeremiah Grimsley

"All of humanity is in peril of extinction if each one of us does not dare,
now and henceforth, always to tell only the truth, and all the truth, and
to do so promptly — right now." - R Buckminster Fuller

On Mon, Jun 6, 2016 at 3:17 PM, Shinoow [email protected] wrote:

I suppose.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#95 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AIWPaoOiBvQZxWN19cfRa20oeAL7lWX6ks5qJIA9gaJpZM4IeufR
.

commented

Could go with discord. My mc name is shinoow (no uppercase letters).

commented

Ok, added you to the ATL end, I must now go run errands alas.

commented

I did a bit of testing with your modpack, and the issue is that a mod (can't remember which) adds a brewable Wither potion (and due to the brewing registry code still being something of a mess in 1.8.9, the potion is merged with the Dread Plague potion). My code doesn't like when a merged potion like that is thrown at a entity denoted immune to the Dread Plague, which then triggers this crash. Can't remember which mod, but one mod present there has a config option for adding the Wither potion effect to a brewable potion (disabling said config option will prevent the crash from occurring).

commented

After some searching, it appears EnderZoo removed the config option that could solve this, so I'm probably gonna have to do something on my end in regards to registering the brewing recipe.

EDIT:
This isn't going to work out that well, so I've decided to just remove all brewing stuff in 1.8.9 (which means you won't be able to brew my potions). That will prevent something like this from happening in 1.8.9 (the whole potion system was reworked in 1.9, which prevents stuff like this).

commented

Yeah, but it's not that big of a deal anyways, since it won't have that much of an impact on the mod.

commented

Regardless of how, that will solve the short term issue.