MapEditor icon indicating copy to clipboard operation
MapEditor copied to clipboard

[Client Crash] Moving some vanilla assets cause a crash when loading the save

Open Dumpy250 opened this issue 3 years ago • 5 comments

Moving vanilla assets in the editor and saving will semi-corrupt the save when it is being reloaded later The fix would be to open the save text file and editing out certain lines of code that were created as a result of moving the vanilla assets they are referred to as WorldPartData

Dumpy250 avatar Aug 05 '22 21:08 Dumpy250

These seem to be causing the issue, rest are fine. Will investigate.

Objects/Vegetation/TreePalm_L_01/TreePalm_L_01 Objects/Vegetation/TreeParkTrees/ParkTree_02

Crash ID: dd54921e-c518-4625-aee6-253f986ea8b5 Build Number: 19006 Release Branch: prod

Edit: Note for me, i suspect this is related to vegetation patching

FoolHen avatar Aug 06 '22 10:08 FoolHen

Crash happens after loading, when flying over. As a workaround for now, increase the SAVE_LOAD_DELAY value in ext/shared/config.lua. The issue seems to occur when you modify some objects in the client some time after the server, not sure how this can be fixed yet. Increasing the delay makes it so the vanilla objects are modified at the same time in server and client, tho it will crash if someone joins after the save has been loaded or you reconnect.

FoolHen avatar Aug 27 '22 16:08 FoolHen

Note: might be fixable by modifying the blueprint, maybe the cause its the isnetworked flag or something related.

FoolHen avatar Aug 27 '22 16:08 FoolHen

Checked an azadi savefile and it seems to crash when it tries to access the mesh of a staticmodelentity. Not sure what’s going on there and if it’s the same issue.

FlashHit avatar Sep 15 '22 01:09 FlashHit

This was fixed, not sure when

FoolHen avatar Mar 05 '23 11:03 FoolHen