Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

assert in newton code #209

Open
jonesmz opened this issue May 30, 2022 · 1 comment
Open

assert in newton code #209

jonesmz opened this issue May 30, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@jonesmz
Copy link
Member

jonesmz commented May 30, 2022

[11:46:57.426] [flight] [info] [scenarios_universetest.cpp:480] Captured into Satellite 54 under CoordSpace 55
osp-magnum: /home/jonesmz/osp-magnum/3rdparty/newton-dynamics/newton-3.14/sdk/dgPhysics/dgCollisionCompound.cpp:297: bool dgCollisionCompound::dgNodeBase::BoxTest(const dgCollisionCompound::dgOOBBTestData&, const dgCollisionCompound::dgNodeBase*) const: Assertion `separatingDistance > dgFloat32 (1000.0f)' failed.
Aborted

Universe test, right-clicking and dragging while smashing spacebar.

Since there's no backtrace, this'll probably be hard to debug, and might be better just closed and ignoring unless it happens again.

@Capital-Asterisk
Copy link
Contributor

I'm mostly clueless of what this assert means. It triggers often when creating far-away objects in the Newton world. Nothing bad seems to happen when disabling Newton asserts (-DDG_DISABLE_ASSERT) or running in release mode (something bad is likely happening however).

@Capital-Asterisk Capital-Asterisk added the bug Something isn't working label May 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants