Page 1 of 1

OLE Error [Solved]

Posted: Thu May 30, 2013 6:07 pm
by DylanRocket
None of the ZEtools work due to a OLE Error.Anyway to fix this?

EDIT:

I pressed alt + 4 and got this:

# ERROR : Traceback (most recent call last):
# File "<Script Block >", line 126, in XSIZETools_Execute
# templateFile = open(str(ADDONPATH + '\\XSIZETools\\Resources\\Templates\\templates.tcnt'), 'r')
# IOError: [Errno 2] No such file or directory: 'C:\\Users\\User\\Softimage\\Softimage_7.5\\Addons\\XSIZETools\\Resources\\Templates\\templates.tcnt'
# - [line 125 in C:\Users\User\Softimage\Softimage_7.5\Application\Plugins\XSIZETools\Application\Plugins\XSIZETools.py]
# ERROR : OLE error 0x80020101
Application.XSIZETools()

Re: OLE Error

Posted: Fri May 31, 2013 6:27 am
by ANDEWEGET
I removed the templates from the last version, just import a stock .msh file and you can have all the templates you need. That's why the ZETools scripts don't work right now.
The current version you can get from github is WIP, there might be even more problems. I still need to figure out a good way to keep stable releases from WIP's.

EDIT: This is the link to the last stable commit: https://github.com/Schlechtwetterfront/ ... 97d3d65654

Re: OLE Error

Posted: Fri May 31, 2013 8:06 am
by DylanRocket
It still isn't working. :? Maybe I did something wrong?

Re: OLE Error

Posted: Sun Jun 02, 2013 7:44 am
by ANDEWEGET
I can't say. Make sure to delete any installed version and more importantly, that the Application and Resources folders are directly beneath the XSIZETools folder.

Re: OLE Error

Posted: Sun Jun 02, 2013 6:34 pm
by noMatt
i had the error on andes ce3 exporter.
make sure that the plug in is in a folder in your addon folder. so that it looks like this addons/ZeTools/

Re: OLE Error

Posted: Mon Jun 03, 2013 6:58 pm
by DylanRocket
I found the problem.The folder was named Addon but I changed it to Addons and it works now. :funny2: