Jump to content

PhysicsComponent(540) causing repeated crashes


Keaton_Kitsune
  • Fixed

00:05:38]: Assert failure 'false && "Invalid shape type!"' at ..\source\game\components\PhysicsComponent.cpp(540): Trace follows...

 


Steps to Reproduce

I don't know what PhysicsComponent(540) is, but the crash happens when walking in the overworld or when using a wormhole.




User Feedback


A developer has marked this issue as fixed. This means that the issue has been addressed in the current development build and will likely be in the next update.

The mod authors are likely setting the pristine state before adding collision on entities, they'll need to fix that up in their mods to have pristine state done properly.

An overview:

  1. CreateEntity()
  2. entity:Add*()
  3. entity:SetPristine() <- Right before #4, not before #2.
  4. TheWorld.ismastersim check
  5. Server stuff.
  • Like 1
  • Thanks 1

Share this comment


Link to comment
Share on other sites

please close DST and validate your game file via Steam.
The log you posted is on version 503635, the latest version is 504332 and has a fix for this issue.

  • Like 1
  • Thanks 1
  • Potato Cup 1

Share this comment


Link to comment
Share on other sites

13 hours ago, ScottHansen said:

please close DST and validate your game file via Steam.
The log you posted is on version 503635, the latest version is 504332 and has a fix for this issue.

Hi ScotHansen,

I am using the MOD "Tropical Experience" with game verision 504332, this error happens when I walk through a certain place in game.

Share this comment


Link to comment
Share on other sites

This will be fixed (for real this time) in the next update. In the mean time, I'd suggest playing without Tropical Experience or playing in the beta, which already has the fix.

  • Like 2
  • Thanks 1

Share this comment


Link to comment
Share on other sites



Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
  • Create New...