Unknown Command error

Forums: Unknown Command error
Houdini Integrated Plugin

Moderator: juanjgon

Unknown Command error

Postby derekhanz » Sat Jan 21, 2017 3:29 pm

derekhanz Sat Jan 21, 2017 3:29 pm
I downloaded Houdini Indie 15.5.717 yesterday.
I've installed the latest build Octane_3.05.3.0_Houdini_15.5.673_OSX

The Octane plugin shows up in the toolbar but I get 'Unknown Command' errors when selecting any Octane icon.

I'm getting these errors in Houdini Terminal;



users-Mac-Pro:~ user$ Houdini DSO error on '/Applications/Octane_3.05.3.0_Houdini_15.5.673_OSX/dso/libtbb.dylib'
Missing version information.

When creating custom operators with the HDK, remember to
#include <UT/UT_DSOVersion.h> to define the required version information.
objc[756]: Class WebCoreMovieObserver is implemented in both /Library/Frameworks/Houdini.framework/Versions/15.5.717/Libraries/libQtWebKit.4.9.4.dylib and /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[756]: Class WebCoreSharedBufferData is implemented in both /Library/Frameworks/Houdini.framework/Versions/15.5.717/Libraries/libQtWebKit.4.9.4.dylib and /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[756]: Class WebVideoFullscreenController is implemented in both /Library/Frameworks/Houdini.framework/Versions/15.5.717/Libraries/libQtWebKit.4.9.4.dylib and /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[756]: Class WebVideoFullscreenWindow is implemented in both /Library/Frameworks/Houdini.framework/Versions/15.5.717/Libraries/libQtWebKit.4.9.4.dylib and /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[756]: Class WebVideoFullscreenHUDWindow is implemented in both /Library/Frameworks/Houdini.framework/Versions/15.5.717/Libraries/libQtWebKit.4.9.4.dylib and /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[756]: Class WebVideoFullscreenHUDWindowController is implemented in both /Library/Frameworks/Houdini.framework/Versions/15.5.717/Libraries/libQtWebKit.4.9.4.dylib and /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[756]: Class WebWindowScaleAnimation is implemented in both /Library/Frameworks/Houdini.framework/Versions/15.5.717/Libraries/libQtWebKit.4.9.4.dylib and /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
objc[756]: Class WebWindowFadeAnimation is implemented in both /Library/Frameworks/Houdini.framework/Versions/15.5.717/Libraries/libQtWebKit.4.9.4.dylib and /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
Houdini DSO error on '/Applications/Octane_3.05.3.0_Houdini_15.5.673_OSX/dso/liboctane.dylib'
Missing version information.

When creating custom operators with the HDK, remember to
#include <UT/UT_DSOVersion.h> to define the required version information.
Houdini DSO error on '/Applications/Octane_3.05.3.0_Houdini_15.5.673_OSX/dso/Houdini_Octane_15.5.673.dylib'
dlopen(/Applications/Octane_3.05.3.0_Houdini_15.5.673_OSX/dso/Houdini_Octane_15.5.673.dylib, 1): Library not loaded: @rpath/Houdini.framework/Versions/15.5.673/Houdini
Referenced from: /Applications/Octane_3.05.3.0_Houdini_15.5.673_OSX/dso/Houdini_Octane_15.5.673.dylib
Reason: image not found
users-Mac-Pro:~ user$


Is this due to the versions not matching up? If so when will a 15.5.717 build be available.

Thank you
derekhanz
Licensed Customer
Licensed Customer
 
Posts: 30
Joined: Tue Apr 05, 2016 2:46 am

Re: Unknown Command error

Postby juanjgon » Sat Jan 21, 2017 5:33 pm

juanjgon Sat Jan 21, 2017 5:33 pm
Hi,

The plugin version should not be a problem. It seems that somehow Houdini doesn't want to load the plugin.

So you get this error, right?
users-Mac-Pro:~ user$ Houdini DSO error on '/Applications/Octane_3.05.3.0_Houdini_15.5.673_OSX/dso/libtbb.dylib'
Missing version information.


What OSX version are you using? I'll check the deployed .zip file on Monday in my office mac, but I am farily sure that it was working fine.

Perhaps there is a problem in the houdini.env file. Can you please attach this file here to check it?

Thanks,
-Juanjo
User avatar
juanjgon
Octane Plugin Developer
Octane Plugin Developer
 
Posts: 8867
Joined: Tue Jan 19, 2010 12:01 pm
Location: Spain

Re: Unknown Command error

Postby derekhanz » Sat Jan 21, 2017 10:28 pm

derekhanz Sat Jan 21, 2017 10:28 pm
I managed to download the previous build of Houdini 15.5.673, now the Plugin seems to be running.

There are certainly some bugs though. One of the most obvious being when I create some geo Octane renders it out a diffuse purple/pink, regardless of what material is applied to it.

Any ideas?
derekhanz
Licensed Customer
Licensed Customer
 
Posts: 30
Joined: Tue Apr 05, 2016 2:46 am

Re: Unknown Command error

Postby juanjgon » Sat Jan 21, 2017 10:36 pm

juanjgon Sat Jan 21, 2017 10:36 pm
A pink material means that there isn't a material assigned to the object, or the material is not valid for Octane. Have you seen the brief getting started tutorial available in the docs? Some basic ideas about the Octane workflow inside Houdini are described there.
https://docs.otoy.com/manuals/products/ ... ane-scene/

Thanks,
-Juanjo
User avatar
juanjgon
Octane Plugin Developer
Octane Plugin Developer
 
Posts: 8867
Joined: Tue Jan 19, 2010 12:01 pm
Location: Spain

Re: Unknown Command error

Postby juanjgon » Sat Jan 21, 2017 10:41 pm

juanjgon Sat Jan 21, 2017 10:41 pm
You have also online some cool introduction videos about the plugin workflow, like the amazing ones from Rohan Dalvi:

http://www.vimeo.com/171717834
http://www.vimeo.com/172223352
http://www.vimeo.com/172594655
http://www.vimeo.com/177072936
User avatar
juanjgon
Octane Plugin Developer
Octane Plugin Developer
 
Posts: 8867
Joined: Tue Jan 19, 2010 12:01 pm
Location: Spain

Re: Unknown Command error

Postby derekhanz » Sat Jan 21, 2017 10:52 pm

derekhanz Sat Jan 21, 2017 10:52 pm
I am already pretty well versed in Houdini and Mantra.

It works when I apply a material node within the Geometry network and apply the shader.

However just applying it at Geometry scene level causes this purple/pink issue.

Strange.
derekhanz
Licensed Customer
Licensed Customer
 
Posts: 30
Joined: Tue Apr 05, 2016 2:46 am

Re: Unknown Command error

Postby derekhanz » Sat Jan 21, 2017 10:55 pm

derekhanz Sat Jan 21, 2017 10:55 pm
Thank you Juanjgon for the Rohan Dalvi links, they look helpful.
derekhanz
Licensed Customer
Licensed Customer
 
Posts: 30
Joined: Tue Apr 05, 2016 2:46 am

Re: Unknown Command error

Postby juanjgon » Sun Jan 22, 2017 9:40 am

juanjgon Sun Jan 22, 2017 9:40 am
derekhanz wrote:I am already pretty well versed in Houdini and Mantra.

It works when I apply a material node within the Geometry network and apply the shader.

However just applying it at Geometry scene level causes this purple/pink issue.

Strange.

Are you working with external .obj files? In an .obj object you must set the materials using the Material SOP, but while working with native Houdini objects, the material set at OBJ level should work fine.

Thanks,
-Juanjo
User avatar
juanjgon
Octane Plugin Developer
Octane Plugin Developer
 
Posts: 8867
Joined: Tue Jan 19, 2010 12:01 pm
Location: Spain

Return to Houdini


Who is online

Users browsing this forum: No registered users and 5 guests

Thu Mar 28, 2024 6:22 pm [ UTC ]