-
-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NotSerializableException for CraftMetaItem #3185
Comments
Hey, does this occur every time you run the command? If so, does it occur with items that have names, enchantments, or etc.? |
Yes, everytime the command is run and I also tried with a named item, same error. I haven't tried with enchantments. |
Okay, I am going to investigate if this occurs on other versions. EDIT 1: Reproduced on 1.16.1 Paper-89 |
Can someone confirm whether this issue is present on alpha5? |
This issue is not present on alpha5 (1.15.2, paper-379) |
I can confirm this issue only with 2.5-alpha6 on Paper 1.15.2. |
I believe the cause of this issue has been found, it just needs to be patched. |
Going to downgrade this since it doesn't affect the current release. It must be fixed for the next release though. |
Marking this as completed and closing. |
Why exactly was this closed? I know that this specific case is no longer present in the latest release, but the underlying issue with Yggdrasil's serializer is still present. |
Description
A
NotSerializableException
is thrown whenever an item is saved to a global variable.Steps to Reproduce
Expected Behavior
No errors obviously
Errors / Screenshots
https://pastebin.com/P4W9BmaK
Server Information
Additional Context
None
The text was updated successfully, but these errors were encountered: