-
Notifications
You must be signed in to change notification settings - Fork 142
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
player:LogoutPlayer(true) case Server crash #123
Comments
Hi, could you please share a minimal reproducible example script? |
OnResetflag=function(event, player) RegisterPlayerEvent(28, OnResetflag) then change the player map |
i can confirm this! it is the same if u do it via event 42 hooked to a command... i solved it in the end via doing a logout npc via gossip interaction at my former server... ^^ |
I tested it When changing the map, the old player object has been uninstalled~ Object At this point, when operating the player object, uint32 * m needs to be used_ Uint32value. However, in reality, this value is already null ptr Eventually leading to collapse |
For example, if your item is hung on gossipSelect and the item object status is new before gossipselect is completed At this point, if you remove an item It can also cause downtime, similar to the problems you encounter. It's all due to Uint32 * m_ Uint32Values is nullptr |
@New-HavenWotLK do you know how to reproduce the OnUseItem crash? If so, please open another issue. |
I use Kick( player ) replace the fun |
can look to reproduce it again bit later today and open then another issue with it if i was able to reproduce it =) |
this is crash log
https://pastebin.com/NwSDEgMb
The text was updated successfully, but these errors were encountered: