Crash when attempting to use plant goo as bonemeal
bailboy101 opened this issue ยท 3 comments
When lobbing plant goo from the goo gauntlet at a plant the server crashes and user is kicked with a stack overflow error. Server crash log attatched.
crash-2021-01-10_12.34.12-server.txt
Forgot to flag this when I saw it.
I haven't seen the log yet, but I'll make it a priority, this is relatively critical. Does it recover from the crash or is it a permanent breakage?
My first time really looking at this stack, it's not a stack overflow, it's just a basic ass null pointer.
Looks like I forgot to wrap the spawn bonemeal particles method in a client-only check (it's a client only method, crashes because server doesn't have such a thing)
The stack overflow would just be the thing failing over and over in a loop, but not a recursive one.
I think I've got it fixed in my current build.
Leaving this open for testing.