Please completely fix the issue where the corpse Actor causes the game to crash
Due to updates to the clothing system, corpse Actor can cause the game to crash, and the patch fix only replaced the corpse actor in Overgrowth, while in other cases players' corpse Actor still have a small chance of causing the game to crash. Please completely fix the issue of all corpse Actor causing the game to crash
Comments: 1
Oldest
•
Newest
•
Most likes
•
Fewest likes
-
17 Jan
MahiroBoxHighlighted comment
Possible cause:
Due to network or replication issues, an extra PlayerCharacter without a valid Controller can be spawned.
When this character dies, its corpse Actor is created without valid skin / clothing parameters, resulting in a null pointer access and crash.
A fix could be adding proper null checks or assigning a default corpse / default skin when Controller or cosmetic data is missing.