Opened 8 years ago
Closed 7 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: ↓ 3 Changed 8 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
comment:2 Changed 8 years ago by kabhi2104
comment:3 in reply to: ↑ 1 ; follow-up: ↓ 4 Changed 8 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 8 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 8 years ago by vikramahuja1001
I have made the necessary changes. The changes are in branch 4821_Fix ( https://github.com/vikramahuja1001/physics/tree/4821_Fix ) here- https://github.com/vikramahuja1001/physics/commit/944a01ff1199af18b990f53c0ce1ae8d632054f3
comment:6 Changed 7 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)
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?