StackOverflowException
Nerdpie opened this issue · 3 comments
I am now getting a StackOverflowException during post-init if Botania is installed. I've grabbed a copy of the source, and the issue is caused by the implicit toString call at Tails.java line 85; unfortunately, this appears to be a bug in FML.
Ah yes, my error there. I ran into it a few times when debugging 1.4.0 and
forget to check that part in 1.4.1, I'll push an update soon
On 29 Aug 2015 17:55, "Nerdpie" [email protected] wrote:
I am now getting a StackOverflowException during post-init if Botania is
installed. I've grabbed a copy of the source, and the issue is caused by
the implicit toString call at Tails.java line 85
https://github.com/kihira/Tails/blob/develop/src/main/java/kihira/tails/common/Tails.java#L85;
unfortunately, this appears to be a bug in FML.—
Reply to this email directly or view it on GitHub
#55.
Is this something that should be reported on the FML issue tracker? I mean, a toString call really shouldn't result in a StackOverflow. Unless it's a known issue and I'm overlooking something that says "don't call this function!"... That, and I don't see any existing issues related to this on the FML tracker.
Regardless, thanks for the prompt response!
Probably should do, I'll see if I can poke someone about it. But its better
to fix it on my end for compatibility with current forge versions
On 29 Aug 2015 6:01 pm, "Nerdpie" [email protected] wrote:
Is this something that should be reported on the FML issue tracker? I
mean, a toString call really shouldn't result in a StackOverflow. Unless
it's a known issue and I'm overlooking something that says "don't call this
function!"... That, and I don't see any existing issues related to this on
the FML tracker.Regardless, thanks for the prompt response!
—
Reply to this email directly or view it on GitHub
#55 (comment).