DrChat / Gmod-vphysics

Replacement vphysics module for the Source engine (originally meant for Garry's Mod)
Other
92 stars 15 forks source link

props_junk/cardboard_box002a gibs (and possibly others) cause general weirdness and crashes #21

Open DrChat opened 10 years ago

DrChat commented 10 years ago

Weirdness is due to the constraint having a zero jacobian sum (both objects static or bad values passed in somewhere).

Assert found in btSequentialImpulseConstraintSolver solveGroupCacheFriendlySetup at the constraint initialization

DrChat commented 10 years ago

Tested it again, does not seem to happen anymore. Crashes may have been some other issue that has since been fixed.