-
Notifications
You must be signed in to change notification settings - Fork 21
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
NoSuchElementException savePlayerInventory #129
Comments
Not a NullPointerException but okay. |
In the attached pastebin are two exception - title of issue is type of first exception: [17:39:10] [Server thread/ERROR] [Sponge]: Could not pass DisplaceEntityEvent$Move$TargetPlayer$Impl to org.spongepowered.mod.plugin.SpongeModPluginContainer@6ba5d2c4 |
@hunter688 can you provide information about your setup? Songe version, (forge version), Minecraft version etc? By the way, I took a quick peek over the trace: Problematic part:
-> newWorld.getUniqueId() causes problems in:
Seems like that either the UUID is invalid or null, or that the world with that UUID is not returned by Also: |
its 1.8.9 spongeforge build 1625, forge 1890 |
http://pastebin.com/iK89auJQ
The text was updated successfully, but these errors were encountered: