Opened 9 years ago

Closed 8 years ago

#4821 closed defect (fixed)

Physics fails to start due to box2d issue

Reported by: kabhi2104 Owned by: Abhishek
Priority: Normal Milestone: Unspecified
Component: Physics Version: Unspecified
Severity: Critical Keywords: Physics Activity
Cc: walter@… Distribution/OS: Ubuntu
Bug Status: New

Description

Not able to run Physics activity in sugar build. This is the output of log activity for this activity http://imgur.com/MLgYRyY .
Walterbender suggested to look for box2d egg . But i couldn't find this activity too http://imgur.com/EtOuJ9M.

Change History (6)

comment:1 follow-up: Changed 9 years ago by SAMdroid

  • Component changed from activities.sugarlabs.org to Physics
  • Summary changed from Activity Physics fails to start. to Physics fails to start due to box2d issue

Box2D is not an activity, it is a python dependency. Can you please copy and paste the contents of the log into the bug ticket, because there is overflow that is not visible in the screenshot.

Also, what cpu architecture is this computer?

comment:2 Changed 9 years ago by kabhi2104

Last edited 9 years ago by kabhi2104 (previous) (diff)

comment:3 in reply to: ↑ 1 ; follow-up: Changed 9 years ago by kabhi2104

Replying to SAMdroid:

Box2D is not an activity, it is a python dependency. Can you please copy and paste the contents of the log into the bug ticket, because there is overflow that is not visible in the screenshot.

Also, what cpu architecture is this computer?

I don't know why i am not able to copy the log content. Hope this expanded image helps. ​http://imgur.com/t9ZUK7K Mine is 64 bit, not i686.

comment:4 in reply to: ↑ 3 Changed 9 years ago by SAMdroid

  • Cc walter@… added

Replying to kabhi2104:

I don't know why i am not able to copy the log content. Hope this expanded image helps. ​http://imgur.com/t9ZUK7K Mine is 64 bit, not i686.

The ELFCLASS32 binary is 32bit. Though it can run on a 64 bit system, you can't mix and match 32bit and 64bit libs in 1 process (according to so). So we might need to include the x64 bin @walterbender?

comment:5 Changed 9 years ago by vikramahuja1001

Last edited 9 years ago by vikramahuja1001 (previous) (diff)

comment:6 Changed 8 years ago by walter

  • Resolution set to fixed
  • Status changed from new to closed

We now (v27) ship binaries for ARM7, 32 and 64 bit machines (Ezequiel Pereira)

Note: See TracTickets for help on using tickets.