[Bugs] #3361 Physics UNSP: Physics: grab objects crashes the activity

Sugar Labs Bugs bugtracker-noreply at sugarlabs.org
Wed Jun 6 15:00:55 EDT 2012


#3361: Physics: grab objects crashes the activity
------------------------------------------+---------------------------------
    Reporter:  manuq                      |          Owner:  garycmartin                
        Type:  defect                     |         Status:  closed                     
    Priority:  Unspecified by Maintainer  |      Milestone:  Unspecified by Release Team
   Component:  Physics                    |        Version:  Git as of bugdate          
    Severity:  Unspecified                |     Resolution:  fixed                      
    Keywords:  12.1.0, patch              |   Distribution:  Unspecified                
Status_field:  Unconfirmed                |  
------------------------------------------+---------------------------------
Changes (by garycmartin):

  * status:  assigned => closed
  * resolution:  => fixed


Comment:

 Fixed with commit f054ae9, available in Physics-10 release. Landed changes
 to the Elements egg modifying elements/add_objects.py. As the zip blop is
 a little opaque in git, at about line 515:

 {{{
 if 'getAsType' in dir(box2d.b2Joint):
     self.parent.mouseJoint = self.parent.world.CreateJoint(mj).getAsType()
 else:
     self.parent.mouseJoint = self.parent.world.CreateJoint(mj)
 }}}

 Tested on XO-1 build 802; 12.1.0 build 9. XO-1.75 11.3.1 build 885; 12.1.0
 build 11. Please test Physics-10 on XO-1.5 if you have hardware available.

-- 
Ticket URL: <http://bugs.sugarlabs.org/ticket/3361#comment:24>
Sugar Labs <http://sugarlabs.org/>
Sugar Labs bug tracking system


More information about the Bugs mailing list