Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

背包丢失 Inventory loss #188

Closed
hseermc opened this issue Jul 24, 2024 · 13 comments
Closed

背包丢失 Inventory loss #188

hseermc opened this issue Jul 24, 2024 · 13 comments
Assignees
Labels
bug:Spigot Something isn't working(Spigot) Fixed in Dev This issue has been fixed in dev Priority: High issue/suggestion Severe upstream

Comments

@hseermc
Copy link

hseermc commented Jul 24, 2024

What behaviour is observed?

我的服务器有成员进入服务器后,装备消失,当他再次进入时,装备再次消失
但是其他人没有遇到

Expected behaviour

正常进入服务器,登录后背包里面的东西消失

To Reproduce

1.进入服务器
2.输入登录指令
3.背包没有任何物品

Plugin list

Server Plugins (94):
[13:33:24 INFO]: Paper Plugins:
[13:33:24 INFO]: - HuskHomes
[13:33:24 INFO]: Bukkit Plugins:
[13:33:24 INFO]: - AuthMe, BedrockPlayerSupport, BetterReactor, BetterRTP, Bump, *ChineseName, Citizens, CMILib, CoreProtect, CrazyAuctions
[13:33:24 INFO]: CrossplatForms, CrystamaeHistoria, Cultivation, CustomJoinAndLeaveMessages, DeluxeMenus, DynaTech, EClean, EcoPower, ElectricSpawners, ElementManipulation
[13:33:24 INFO]: Essentials, EssentialsSpawn, EssentialsWarpGUI, ExoticGarden, ExtraGear, ExtraTools, FastMachines, floodgate, Floodgate-Skript, FluffyMachines
[13:33:24 INFO]: FNAmplifications, FoxyMachines, Gastronomicon, GeneticChickengineering, Geyser-Spigot, GlobalWarming, GroupManager, GSit, GuizhanCraft, GuizhanLibPlugin
[13:33:24 INFO]: HolographicDisplays, InfiniteScoreboard, InfinityExpansion, InteractionVisualizer, ItemSwapperPlugin, LegendaryGuild, LiteAnnouncer, LiteSignIn, LiteXpansion, LoneLibs
[13:33:24 INFO]: mcMMO, MiniMOTD, Multiverse-Core, Multiverse-NetherPortals, Networks, nightcore, OnePlayerSleep, PlaceholderAPI, PlayerTitle, PlugManX
[13:33:24 INFO]: PrivateStorage, ProtocolLib, Quaptics, QuickShop-Hikari, RedstoneConnector, Residence, RykenSlimefunCustomizer, ShopGUIPlus, ShopGUIPlus-SellGUI, SimpleMaterialGenerators
[13:33:24 INFO]: SimpleUtils, SkinsRestorer, Skript, skript-reflect, Slimefun, SlimefunWarfare, SlimeGlue, SlimeTinker, spark, Supreme
[13:33:24 INFO]: TAB, TimedRewards, TpaForm, TranscEndence, TrChat, UltimateAutoRestart, UltimateGenerators, Uniporter, Vault, ViaBackwards
[13:33:24 INFO]: ViaVersion, XConomy, ZMusic

Server Implementation

Standalone(Spigot)

Database Implementation

SQLite

AuthMe Version

Version: AuthMeReloaded v5.7.0-FORK (build: 52)

Error log (if applicable)

No response

Configuration

https://mclo.gs/hemIkIz

@HaHaWTH
Copy link
Owner

HaHaWTH commented Jul 24, 2024

需要复现视频,AuthMe并不会清除玩家物品,登录前的背包隐藏是纯发包完成的

@HaHaWTH HaHaWTH self-assigned this Jul 24, 2024
@HaHaWTH HaHaWTH added bug:Spigot Something isn't working(Spigot) Investigating This issue is in reproducing labels Jul 24, 2024
@hseermc
Copy link
Author

hseermc commented Jul 24, 2024

就他自己丢了,好像还没法复现,我试了半天怎么弄也没复现bug,等他发视频吧……

@hseermc
Copy link
Author

hseermc commented Jul 24, 2024

我把他号删了他重新注册一下就没这问题 了,好奇怪。

@hseermc hseermc closed this as not planned Won't fix, can't repro, duplicate, stale Jul 24, 2024
@hseermc hseermc reopened this Jul 28, 2024
@hseermc
Copy link
Author

hseermc commented Jul 28, 2024

image
成功复现多次!只要出现这个就没背包!(或许能帮忙看一下是paper的bug吗?

@HaHaWTH
Copy link
Owner

HaHaWTH commented Jul 28, 2024

所以客户端显示什么

@hseermc
Copy link
Author

hseermc commented Jul 28, 2024

连接超时

@HaHaWTH
Copy link
Owner

HaHaWTH commented Jul 31, 2024

临时修复已推送,如急需可从actions下载构建

@HaHaWTH HaHaWTH added Severe Priority: High issue/suggestion and removed Investigating This issue is in reproducing labels Jul 31, 2024
@HaHaWTH HaHaWTH changed the title 背包丢失 背包丢失 Inventory loss Jul 31, 2024
@HaHaWTH
Copy link
Owner

HaHaWTH commented Aug 1, 2024

Upstream issue: AuthMe#2855

@hseermc

This comment was marked as resolved.

@hseermc
Copy link
Author

hseermc commented Aug 4, 2024

emmmmm好像又改坏了…… 重进会丢成就

@HaHaWTH HaHaWTH added the Fixed in Dev This issue has been fixed in dev label Aug 8, 2024
@eunnewhog
Copy link

eunnewhog commented Aug 16, 2024

A similar problem, after this line, com.mojang.authlib.GameProfile@33afd6d8[id=UUID,name=nickname,properties={}] lost connection: Timed out the information about the player in data of the world is deleted, but the achievements and his password are saved in the plugin. This error occurs when checking in Launcher and when restarting the client (not the server). My guess is to change the Game Profile in the launcher. Another line in which player information has also been deleted, but achievements remain.. com.mojang.authlib.GameProfile@4eb363fa[id=UUID,name=nickname,properties={}] lost connection: Timed out
Version of AuthMe: 5.6.0 b50

@HaHaWTH
Copy link
Owner

HaHaWTH commented Aug 16, 2024

A similar problem, after this line, com.mojang.authlib.GameProfile@33afd6d8[id=UUID,name=nickname,properties={}] lost connection: Timed out the information about the player in data of the world is deleted, but the achievements and his password are saved in the plugin. This error occurs when checking in Launcher and when restarting the client (not the server). My guess is to change the Game Profile in the launcher. Another line in which player information has also been deleted, but achievements remain.. com.mojang.authlib.GameProfile@4eb363fa[id=UUID,name=nickname,properties={}] lost connection: Timed out
Version of AuthMe: 5.6.0 b50

Please update, use latest actions artifact https://github.com/HaHaWTH/AuthMeReReloaded/actions/runs/10210076039/artifacts/1767772920

I will post a new release for the fix this week

@eunnewhog
Copy link

A similar problem, after this line, com.mojang.authlib.GameProfile@33afd6d8[id=UUID,name=nickname,properties={}] lost connection: Timed out the information about the player in data of the world is deleted, but the achievements and his password are saved in the plugin. This error occurs when checking in Launcher and when restarting the client (not the server). My guess is to change the Game Profile in the launcher. Another line in which player information has also been deleted, but achievements remain.. com.mojang.authlib.GameProfile@4eb363fa[id=UUID,name=nickname,properties={}] lost connection: Timed out
Version of AuthMe: 5.6.0 b50

Please update, use latest actions artifact https://github.com/HaHaWTH/AuthMeReReloaded/actions/runs/10210076039/artifacts/1767772920

I will post a new release for the fix this week

thanks a lot

@HaHaWTH HaHaWTH closed this as completed Aug 26, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug:Spigot Something isn't working(Spigot) Fixed in Dev This issue has been fixed in dev Priority: High issue/suggestion Severe upstream
Projects
None yet
Development

No branches or pull requests

3 participants