blendigo 2.0.6 scipt error problem

Announcements, requests and support regarding the Blender Indigo export script
User avatar
pitat450
Posts: 10
Joined: Wed Jun 10, 2009 10:07 am

blendigo 2.0.6 scipt error problem

Post by pitat450 » Fri Jun 12, 2009 7:15 am

:)
I think that nobody is paying attention to the other post at the end of another thread so forgive me doubleposting but:
I have 2.49 blender 2.0:6 indigo and 2.0.6 blendigo installed...and
i wonder what went wrong here, but when i try to export it produces an error...
...see image below...
Is it ok that I am using version 2.5.2 of python?
I was using blendigo 1.0.9 and it was working fine except for external material so i tried to update and this happened, thanx for reply...
Image

User avatar
benn
Posts: 1046
Joined: Mon Dec 08, 2008 12:47 pm
Location: Wellington, New Zealand
Contact:

Re: blendigo 2.0.6 scipt error problem

Post by benn » Fri Jun 12, 2009 10:23 am

It seems as though you don't have indigo 2.0.6 installed correctly. Could you try reinstalling and check indigo starts correctly?

I've added some code to blendigo to handle this error better.

User avatar
pitat450
Posts: 10
Joined: Wed Jun 10, 2009 10:07 am

Re: blendigo 2.0.6 scipt error problem

Post by pitat450 » Fri Jun 12, 2009 11:10 am

well, if I run it all alone it seems to work just fine, i tried to render some of the scenes exported by blendigo 1.0.9, it failed, but i suppose thats because the older verion not communicating properly.
I dont know how better I can do installing it, because its just an automatic installer..?
do u think it can interfere with the other version i have had installed before?
Or the python version?
I reinstalled everything and the problem stays the same...thanx a lot :wink:

User avatar
benn
Posts: 1046
Joined: Mon Dec 08, 2008 12:47 pm
Location: Wellington, New Zealand
Contact:

Re: blendigo 2.0.6 scipt error problem

Post by benn » Fri Jun 12, 2009 11:22 am

Did you install indigo as the same user as you run blendigo with? Are you the system administrator? I think we might have some permission issues with where we are storing the key in the registry.

Try right clicking on the indigo installer and choose run as administrator, and deselect 'run this program with restricted access'.

Let me know if that fixes the issue, as we can change how Indigo installs to fix this for future users.

User avatar
SmartDen
Developer
Posts: 999
Joined: Fri Oct 13, 2006 10:58 pm
Location: Canary Islands
Contact:

Re: blendigo 2.0.6 scipt error problem

Post by SmartDen » Fri Jun 12, 2009 7:38 pm

ben, thats actually your fail. look at this line: "hKey = _winreg.OpenKey (_winreg.HKEY_CURRENT_USER, r"Software\\Glare Technologies\\Indigo Renderer")"
what ist the 'r' for? i guess it's just a typo ;)

EDIT: learn to read error messages 8)
Check normals, dude!

Image
Image

Josh
Indigo 100
Posts: 44
Joined: Fri May 01, 2009 10:07 pm
Location: Germany

Re: blendigo 2.0.6 scipt error problem

Post by Josh » Sat Jun 13, 2009 12:27 am

Nah, r"spam..." is Python's way to express raw strings, which don't treat backslashes as escape characters. I just wonder why the traceback output shows double backslashes? Maybe they shouldn't be doubled here.

User avatar
fused
Developer
Posts: 3648
Joined: Fri Sep 22, 2006 7:19 am
Location: Berlin, Germany
3D Software: Cinema 4D

Re: blendigo 2.0.6 scipt error problem

Post by fused » Sat Jun 13, 2009 12:43 am

You just got owned, Den.

:mrgreen:

User avatar
SmartDen
Developer
Posts: 999
Joined: Fri Oct 13, 2006 10:58 pm
Location: Canary Islands
Contact:

Re: blendigo 2.0.6 scipt error problem

Post by SmartDen » Sat Jun 13, 2009 12:52 am

fused wrote:You just got owned, Den.

:mrgreen:
maybe, but it make no sense anyway
Check normals, dude!

Image
Image

Josh
Indigo 100
Posts: 44
Joined: Fri May 01, 2009 10:07 pm
Location: Germany

Re: blendigo 2.0.6 scipt error problem

Post by Josh » Sat Jun 13, 2009 1:08 am

That's life :D

But if there are really double backslashes in the script, Windows will receive them doubled as well what makes the key invalid (as i suppose).

User avatar
SmartDen
Developer
Posts: 999
Joined: Fri Oct 13, 2006 10:58 pm
Location: Canary Islands
Contact:

Re: blendigo 2.0.6 scipt error problem

Post by SmartDen » Sat Jun 13, 2009 2:27 am

Josh wrote:That's life :D

But if there are really double backslashes in the script, Windows will receive them doubled as well what makes the key invalid (as i suppose).
i tested it, it make no difference
Check normals, dude!

Image
Image

scatman
Posts: 63
Joined: Thu Jun 11, 2009 12:12 pm
Location: North Carolina, USA

Re: blendigo 2.0.6 scipt error problem

Post by scatman » Sat Jun 13, 2009 4:05 am

I feel your pain. See my 'color me completely confused' post. The thing is though, I have absolutely no problems rendering with blender2.49 + indigo1.0.9_3.
???????

I'm having this same problem on 2 different WinXP Pro (32bit) PCs. I trust it'll get resolved soon.

scatman

Josh
Indigo 100
Posts: 44
Joined: Fri May 01, 2009 10:07 pm
Location: Germany

Re: blendigo 2.0.6 scipt error problem

Post by Josh » Sat Jun 13, 2009 4:50 am

Switched over to windows and downloaded all the stuff...
SmartDen wrote: i tested it, it make no difference
Are you sure? With freshly installed Python, Blender and Blendigo, i got exactly the same error at first, then removed the extra backslashes in indigo.py and restarted Blender. And now it works :shock:

EDIT: Windows XP Professional SP3, Python 2.5.4, Blender 2.49, Blendigo 2.0.6, if you want to know

scatman
Posts: 63
Joined: Thu Jun 11, 2009 12:12 pm
Location: North Carolina, USA

Re: blendigo 2.0.6 scipt error problem

Post by scatman » Sat Jun 13, 2009 7:42 am

Hey, Josh.
After stumbling around looking at the wrong blendigo.py, I finally found the right blendigo.py (in the blendigopkg folder) and removed the 2 sets of backslashes (changed \\Glare Technologies\\ --to-- \Glare Technologies\). This actually makes blendigo2.0.6 (with blender2.49 and indigo2.0.6) more stable. :o

It still crashes on one of my blender files in particular, maybe I should try it with python 2.5.4 instead of 2.5.2.

scatman

User avatar
pitat450
Posts: 10
Joined: Wed Jun 10, 2009 10:07 am

Re: blendigo 2.0.6 scipt error problem

Post by pitat450 » Sat Jun 13, 2009 10:08 pm

Ok! that fixed the script problem! Thanx ...but then i got only a little step further because, I got stuck same as oveer here http://www.indigorenderer.com/forum/vie ... f=8&t=5857

User avatar
benn
Posts: 1046
Joined: Mon Dec 08, 2008 12:47 pm
Location: Wellington, New Zealand
Contact:

Re: blendigo 2.0.6 scipt error problem

Post by benn » Sun Jun 14, 2009 1:03 pm

I've recieved two blender files from you guys, I'll look into them on monday with smartden and see about getting them sorted. :D

Post Reply
17 posts

Who is online

Users browsing this forum: No registered users and 100 guests