Page 1 of 1

Can't render MH with Asqis in Vista 32/64 bit

PostPosted: Fri Sep 04, 2009 8:27 pm
by plerdahl
I have tried to render a model in MH 1.00 Alpha3B in a default install of bouth MH and Aqsis 1.42 in Vista, but i dont get the render picture. In the command line window i get the following messages.


Traceback (most recent call last):
File "./mh_core\module3d.py", line 1327, in mouseButtonUp
self.application.mouseUp(button, x, y)
File "./mh_core\gui3d.py", line 407, in mouseUp
self.mouseDownObject.callEvent("onClicked", event)
File "./mh_core\events3d.py", line 76, in callEvent
getattr(self, eventType)(event)
File "./mh_plugins\guirender.py", line 50, in onClicked
mh2renderman.saveScene(self.app.scene3d, "scena.rib", "renderman_output", "a
qsis")
File "./mh_plugins\mh2renderman.py", line 1291, in saveScene
os.mkdir(ribDir)
WindowsError: [Error 5] Access is denied: 'renderman_output'

I tried the erlier version that dont had the install and this version worked fine.

Re: Can't render MH with Asqis in Vista 32/64 bit

PostPosted: Fri Sep 04, 2009 11:46 pm
by mflerackers
Does the renderman_output folder exist in the makehuman folder, and does makehuman have write access to the folder?

Re: Can't render MH with Asqis in Vista 32/64 bit

PostPosted: Sat Sep 05, 2009 12:07 pm
by plerdahl
I found out that the directory was not there and the makehuman directory did not have the rigths with the default loged in user. I suspected this but did not want to mess around with the rights before i was shure.
I created the dir first and tested. Stil not work. Gave the makehuman dir the rights and all worked. I hope this is something the complete version will do on install, when the program is finished. I had the same problem on bouth of my computers running Vista. but one is 64bit and other is 32bit.

Thanks for the help