Get ready, there's a bunch of them...
This is using version 0.6.0pre6, the latest off the blender2crystal site.
First one: This error happened when I tried to open the Tools section in the blender2crystal window. Then it kept happening when I tried reopening the exporter, until I quit blender.
Traceback (most recent call last):
File "/home/whitelynx/.blender/scripts/bpymodules/b2cs/gui/__init__.py", line 14, in draw
gui.draw()
File "/home/whitelynx/.blender/scripts/bpymodules/b2cs/gui/gui.py", line 437, in draw
DrawSubMenu(5,window_size[1]-90,ui_keys,80,"tool")
File "/home/whitelynx/.blender/scripts/bpymodules/b2cs/gui/gui.py", line 87, in DrawSubMenu
b2cs.sub_ui_draw(basex+100,basey+5+((j+1)*20),ui_keys,eventbase+nmodules+1,"tool",ui_keys["ui_"+type])
File "/home/whitelynx/.blender/scripts/bpymodules/b2cs/__init__.py", line 215, in sub_ui_draw
submodule.__dict__["ui_draw"](basex,basey,ui_keys,eventbase,type)
File "/home/whitelynx/.blender/scripts/bpymodules/b2cs/tool/ui_tool_view.py", line 258, in ui_draw
b2cs.selection.AddArea(wID,selbox,eventbase)
File "/home/whitelynx/.blender/scripts/bpymodules/b2cs/selection.py", line 5, in AddArea
areas[wID][event]=box
KeyError: 6
Second: With the level I'm currently working on (
http://www.g33xnexus.com/untitled1.blend) after simply opening it and pressing "Run" in the blender2crystal window:
$ blender untitled1.blend
guessing 'blender' == '/usr/bin/blender'
Compiled with Python version 2.4.
Checking for installed Python... got it!
Initializing blender2crystal core
Loading submodules in
Loading submodules in ui
Loading submodules in tool
Loading submodules in export
Loading submodules in import
Done: Blender2Crystal succesfully loaded
Nothing done yet
/home/whitelynx/.blender/scripts/bpymodules/b2cs/widgets.py:44: DeprecationWarning: integer argument expected, got float
BGL.glRecti (rect[0]*s, rect[1]*s, rect[2]*s, rect[3]*s)
Starting Export to /home/whitelynx/levels/cs/world.zip
Exporting: Mesh:Cube.001 (1/7 in Hallways)
Exporting: Mesh:Hallway1_upper.002 (2/7 in Hallways)
Exporting: Mesh:Hallway1_upper.001 (3/7 in Hallways)
Exporting: Mesh:Hallway1_upper (4/7 in Hallways)
Exporting: Camera:Camera.001 (5/7 in Hallways)
Mathutils.VecMultMat(): Deprecated: use vec * matrix to perform row vector multiplication
Mathutils.VecMultMat(): Deprecated: use vec * matrix to perform row vector multiplication
Exporting: Lamp:Lamp (6/7 in Hallways)
Exporting: Mesh:Cube (7/7 in Hallways)
Exporting: Empty:Mesh (1/8 in Sky)
Traceback (most recent call last):
File "/home/whitelynx/.blender/scripts/bpymodules/b2cs/gui/__init__.py", line 10, in button_event
event.button_event(evt)
File "/home/whitelynx/.blender/scripts/bpymodules/b2cs/gui/event.py", line 53, in button_event
gui.button_event(evt)
File "/home/whitelynx/.blender/scripts/bpymodules/b2cs/gui/gui.py", line 283, in button_event
b2cs.export.doExportWorld(1)
File "/home/whitelynx/.blender/scripts/bpymodules/b2cs/export/__init__.py", line 333, in doExportWorld
res = write(filename,wf,0)
File "/home/whitelynx/.blender/scripts/bpymodules/b2cs/export/__init__.py", line 204, in write
if not do_get_data(imagespath):
File "/home/whitelynx/.blender/scripts/bpymodules/b2cs/export/__init__.py", line 111, in do_get_data
b2cs.export_object(object,ui_keys)
File "/home/whitelynx/.blender/scripts/bpymodules/b2cs/__init__.py", line 311, in export_object
sub_export(object,object_prop,global_keys)
File "/home/whitelynx/.blender/scripts/bpymodules/b2cs/__init__.py", line 191, in sub_export
sub_run_function("export",object,object_prop,global_keys)
File "/home/whitelynx/.blender/scripts/bpymodules/b2cs/__init__.py", line 161, in sub_run_function
submodule.__getattribute__(function)(object,object_prop,global_keys)
File "/home/whitelynx/.blender/scripts/bpymodules/b2cs/export/portal.py", line 65, in export
if len(mesh.verts):
AttributeError: 'NoneType' object has no attribute 'verts'
Exception exceptions.AttributeError: "'NoneType' object has no attribute 'pack'" in <bound method ZipFile.__del__ of <zipfile.ZipFile instance at 0xb60fbb2c>> ignored
Third: In the same level, after selecting the "Hallway1_upper" object and selecting "Viewer" in the Tools section of the blender2crystal window:
[Traceback (most recent call last):
File "/home/whitelynx/.blender/scripts/bpymodules/b2cs/gui/__init__.py", line 14, in draw
gui.draw()
File "/home/whitelynx/.blender/scripts/bpymodules/b2cs/gui/gui.py", line 437, in draw
DrawSubMenu(5,window_size[1]-90,ui_keys,80,"tool")
File "/home/whitelynx/.blender/scripts/bpymodules/b2cs/gui/gui.py", line 87, in DrawSubMenu
b2cs.sub_ui_draw(basex+100,basey+5+((j+1)*20),ui_keys,eventbase+nmodules+1,"tool",ui_keys["ui_"+type])
File "/home/whitelynx/.blender/scripts/bpymodules/b2cs/__init__.py", line 215, in sub_ui_draw
submodule.__dict__["ui_draw"](basex,basey,ui_keys,eventbase,type)
File "/home/whitelynx/.blender/scripts/bpymodules/b2cs/tool/ui_tool_view.py", line 258, in ui_draw
b2cs.selection.AddArea(wID,selbox,eventbase)
File "/home/whitelynx/.blender/scripts/bpymodules/b2cs/selection.py", line 5, in AddArea
areas[wID][event]=box
KeyError: 6/code]
I'm going to install the latest CVS so I can verify if any of these errors still happen with it.
Thanks!