Tomoyon / makehuman

Automatically exported from code.google.com/p/makehuman
0 stars 0 forks source link

r1675 - error upon starting #80

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I did

./update-linux32.sh
scons
./makehuman 

and got this console output - MakeHuman did not start:

No antialiasing available, turning off antialiasing.
Version 1.0.0
Loading texture 'data/themes/default/images/splash.png'
Loading texture 'data/themes/default/images/progressbar_background.png'
Loading texture 'data/themes/default/images/progressbar.png'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "main.py", line 407, in <module>
    application = MHApplication()
  File "main.py", line 112, in __init__
    self.scene3d.update()
  File "./core/module3d.py", line 1281, in update
    self.attach(obj)
  File "./core/module3d.py", line 1248, in attach
    obj.object3d.solid = obj.solid
AttributeError: 'mh.object3D' object has no attribute 'solid'
Could not run main Python script

Original issue reported on code.google.com by haakon.e...@gmail.com on 3 Jan 2011 at 6:59

GoogleCodeExporter commented 8 years ago
It seems either your .c and .h files are out of date or the executable was not 
build.

Original comment by mflerack...@gmail.com on 4 Jan 2011 at 1:21