Page MenuHomeFeedback Tracker

Possible Replication Error
New, NormalPublic

Description

Unhandled exception occurs sometimes (randomly) during the following process: Spawning item near player, Sending Request to player to put it in inventory

Spawning item near player

  • Creating item by using SpawnEntityPrefab
  • Getting RplId of object
  • Sending RplId to player

Sending Request to player to put it in inventory

  • Player recieves RplId
  • Function in callqueue checks every 10ms if item erxists
  • If object is streamed, item will put into inventory via InventoryStorageManager.TryInsertItem

The last entry in console log is debug output after sending the rpl is. Some ms after that the server crashes.

Most of the time everything works perfectly and items will be put into players inventory, but like every thound requests the server crashes at this point with the attached crash files.

Details

Severity
Crash
Resolution
Open
Reproducibility
Sometimes
Operating System
Windows 10 x64
Category
General
Additional Information

Event Timeline

BohFeedback updated the task description. (Show Details)
BohFeedback updated the task description. (Show Details)
BohFeedback updated the task description. (Show Details)
BohFeedback updated the task description. (Show Details)Sep 1 2022, 7:37 PM
mbamg added a subscriber: mbamg.Sep 1 2022, 8:15 PM

I think thats another error.
The issue i am talking about results in a full server crash.