xtreampb Posted July 9, 2013 Share Posted July 9, 2013 So i have a squared model as in it isn't rounded in any way. I generated the shape file for it in the editor. IDK if this has anything to do with my bug report i posted here but when you run my exe, press the enter key and wait for all objects to either stop, or fall off screen. keep doing this until you see the middle right side 'piece' start to roll. I've seen it roll in a complete circle. to download, use this link. bool Life() { while(death=false) { if(death==true) return death; } } I have found the secret to infinite life Did I help you out? Like my post! Link to comment Share on other sites More sharing options...
xtreampb Posted July 10, 2013 Author Share Posted July 10, 2013 was anyone else able to confirm this? bool Life() { while(death=false) { if(death==true) return death; } } I have found the secret to infinite life Did I help you out? Like my post! Link to comment Share on other sites More sharing options...
Josh Posted July 13, 2013 Share Posted July 13, 2013 I will be working on bug fixes tomorrow and this will get looked at. My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Admin Posted July 14, 2013 Share Posted July 14, 2013 What I see is some long skinny pieces have a tendency to "roll" on their edges, as if their mass was spread over a much wider volume. You can still see they are shaped correctly, but they are rocking on their edges too easily. Is this what you are describing? Link to comment Share on other sites More sharing options...
Admin Posted July 14, 2013 Share Posted July 14, 2013 When I recompiled with my current library, the problem seemed fixed: http://www.youtube.com/watch?v=jhbzq94vNBs&feature=youtu.be Link to comment Share on other sites More sharing options...
xtreampb Posted July 15, 2013 Author Share Posted July 15, 2013 you have to throw another stone. the rolling model is one of the pieces on the left. When the broken pieces stop falling, throw another stone. keep fallowing this until you see the bug. bool Life() { while(death=false) { if(death==true) return death; } } I have found the secret to infinite life Did I help you out? Like my post! Link to comment Share on other sites More sharing options...
xtreampb Posted July 15, 2013 Author Share Posted July 15, 2013 here is a video displaying the bug. bool Life() { while(death=false) { if(death==true) return death; } } I have found the secret to infinite life Did I help you out? Like my post! Link to comment Share on other sites More sharing options...
Admin Posted August 30, 2013 Share Posted August 30, 2013 While your video does clearly show a problem, I am unable to reproduce this exact result. The solver model and some other things are being altered, which makes it likely the next update will produce different behaior. Until then there is little I can do about this. Link to comment Share on other sites More sharing options...
Recommended Posts