Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

q3Scene.Step is freezing #52

Open
1-max-1 opened this issue Feb 1, 2021 · 0 comments
Open

q3Scene.Step is freezing #52

1-max-1 opened this issue Feb 1, 2021 · 0 comments

Comments

@1-max-1
Copy link

1-max-1 commented Feb 1, 2021

dump_7.txt

I have a scene with 13 bodies. 12 of them are different types of walls and 1 is the dynamic player body. You can shoot projectiles which are also dynamic bodies. Everything usually works fine except for when I shoot right into the space where 2 walls touch. The whole app just stops and freezes, windows shows the whole 'not responding thing' but it doesn't crash, almost as if it were going into an infinite while loop. I set some breakpoints to see what was happening - still don't really see the problem but execution goes into q3Scene.Step() and never comes out. I assume there's a problem in there somewhere, or maybe I didn't set up my bodies correctly. I've attached a dump of the scene just before the freeze. Any help would be greatly appreciated - I've been struggling with this for hours and I'm not a physics engine person so it's pretty hard to wrap my head around this. Thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant