Dungeons Gear

Dungeons Gear

6M Downloads

startup crash with the new 1.15 version

aycfes opened this issue · 9 comments

commented

crash-2020-11-05_09.31.15-client.txt
latest.log
debug.log
there's not much more info i can give, as far as i know, but ask if you think otherwise

commented

Only major thing I see is this:
java.lang.NullPointerException: Registry Object not present: productivebees:sugar_cane_nest

Talk to the productive bees devs about this. I can’t point out anything wrong from the perspective of Dungeons Gear.

commented

Do you happen to know if you are playing with any mods that give you extended attack reach in any way, besides Dungeons Gear?

commented

well, there's astral sorcery, that comes to mind immediately, and one or two other might also do it (boutiful baubles, artifacts)

and i know that productive bees isn't the culprit, as even when removing it, the crash happens

edit) here's the crash log without productive bees:
crash-2020-11-05_17.38.24-client.txt
edit) ensorcellation and bountiful baubles also have reach extension, in the form of an enchantment and a stat from a necklace, respectively.

after removing astral sorcery it worked

commented

I will be releasing an updated version for 1.15 that no longer uses mixin for attack reach and should be working completely separately to what Hellfire and other modders try to do with attack reach. The only thing is the hud will not indicate that you can make a valid attack when you have your mouse over a target beyond vanilla's attack reach standard.

commented

nice ^^
once again, thank you, and sorry for the bother
feel free to message me if ya need any help, i owe ya one, and will do my best

commented

It should be up now. Thanks for bringing it up.

commented

Astral Sorcery may be the culprit then. They are using Javascript coremods to modify attack reach, which I am also doing but with mixins instead. Since they change it before I do, my mixin fails and then the entire modloading state fails. I can’t really say as to whether or not this incompatibility could be fixed on our 1.15 versions.

commented

i see...
in that case, imma go bug hellfire about it, but wouldn't it be possible to revert that spacific feature to be like in the previous version, which caused no problems (as a config, maybe)

commented

I don't think it can be configurable, I would likely have to remove the mixin entirely and rewrite it using the old way. This whole situation is just more proof that Forge needs a standardized attack reach attribute, as Hellfire and I seem to be doing the exact same thing in a conflicting manner.