Page 1 of 1

Annoying Exception

Posted: Mon Jun 20, 2016 1:24 pm
by Zay
Every time I close a scene or exit Poser Pro 11 I get this error:

Exception in OctaneRender for Poser objectsDeleted
Traceback (most recent call last):
File "C:\Program Files\Smith Micro\Poser 11\Runtime\Python\addons\OctaneRender for Poser\__init__.py", line 100, in objectsDeleted
File "D:\Poser 11\Runtime\Python\lib\logging\__init__.py", line 1600, in debug
root.debug(msg, *args, **kwargs)
File "D:\Poser 11\Runtime\Python\lib\logging\__init__.py", line 1120, in debug
self._log(DEBUG, msg, args, **kwargs)
File "D:\Poser 11\Runtime\Python\lib\logging\__init__.py", line 1249, in _log
record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
File "D:\Poser 11\Runtime\Python\lib\logging\__init__.py", line 1223, in makeRecord
rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
File "D:\Poser 11\Runtime\Python\lib\logging\__init__.py", line 270, in __init__
self.filename = os.path.basename(pathname)
File "Runtime\Python\lib\ntpath.py", line 198, in basename
return split(p)[1]
File "Runtime\Python\lib\ntpath.py", line 178, in split
while head2 and head2[-1] in '/\\':
File "D:\Poser Pro 2012\Runtime\Python\addons\Advanced Figure Manager 2\__init__.py", line 1838, in objectsDeleted
File "D:\Poser Pro 2012\Runtime\Python\addons\Advanced Figure Manager 2\__init__.py", line 1833, in update_panels
File "D:\Poser Pro 2012\Runtime\Python\addons\Advanced Figure Manager 2\__init__.py", line 773, in update_scene_selection
error: Invalid Scene object


It happens with all Octane plugin versions (2.24 to 3). It's not a critical thing - just annoying.
It happens when the addon "Advanced Figure Manager 2" has a modul(s) active and the Octane plugin is installed. Seems like there might be a collision with these two addons when you close a scene or exit Poser.

Re: Annoying Exception

Posted: Thu Jun 23, 2016 2:33 am
by face_off
I suspect this is due to an exception happening in Advanced Figure Manager 2 which is being trapped by the exception handler of the Octane plugin. It would be worth contact the author of Advanced Figure Manager 2, and notifying them of the issue.

Paul