Page 1 of 2

Octane 4.00.0.8 not work on Houdini 16.5.496

PostPosted: Tue Jul 03, 2018 4:27 am
by David_DK
I can‘t add Octane in out, and Octane 3.08.1.0 is worked fine.

i add this in houdini.env
Code: Select all
PATH = "$PATH;C:/Octane_Houdini_Win64/Octane_4.00.0.8_Houdini_16.5.496_Win64/bin"
HOUDINI_PATH = "C:/Octane_Houdini_Win64/Octane_4.00.0.8_Houdini_16.5.496_Win64;&"

Re: Octane 4.00.0.8 not work on Houdini 16.5.496

PostPosted: Tue Jul 03, 2018 8:43 pm
by juanjgon
Hi,

Do you know if the Standalone V4 XB3 works on this system? Perhaps you have a problem related to outdated drivers or something like that. You can download the Standalone here:
viewtopic.php?f=33&t=67790

If this Octane V4 Standalone works fine, perhaps the problem is related to a mistake in any of the houdini.env PATH variable characters, but let's check first if your Octane 4 works fine on your system. If the Standalone doesn't work, please update your NVIDIA drivers to the latest ones available.

Thanks,
-Juanjo

Re: Octane 4.00.0.8 not work on Houdini 16.5.496

PostPosted: Tue Jul 03, 2018 11:50 pm
by David_DK
thanks for reply. Octane V4 Standalone works fine on my system. and I think houdini.env PATH variable is fine too. because Octane_3.08.1.0_Houdini_16.5.496_Win64 is worked fine.

Re: Octane 4.00.0.8 not work on Houdini 16.5.496

PostPosted: Wed Jul 04, 2018 12:18 am
by juanjgon
Weird, I've just installed the released .496 version from the .zip file in your same folder and using your same houdini.env configuration and here all works fine. Do you have the
Code: Select all
HOUDINI_DSO_ERROR = 2
variable defined in your houdini.env file?

Thanks,
-Juanjo

Re: Octane 4.00.0.8 not work on Houdini 16.5.496

PostPosted: Wed Jul 04, 2018 1:10 am
by David_DK
thanks again.
I add 'HOUDINI_DSO_ERROR = 2' to houdini.env file. and says that.

Re: Octane 4.00.0.8 not work on Houdini 16.5.496

PostPosted: Wed Jul 04, 2018 9:08 am
by juanjgon
Hmm, what a weird issue! Do you have any other environment variable defined in the houdini.env file? I know that if Octane 3.08 works fine an error in the configuration file makes no sense, but perhaps you could attach your houdini.env file here to be sure that nothing is broken on it.

A corrupted installation could be also a remote possibility. Perhaps you could try to download the .zip file again and fully replace the plugin folder on your HD.

Thanks,
-Juanjo

Re: Octane 4.00.0.8 not work on Houdini 16.5.496

PostPosted: Wed Jul 04, 2018 9:11 am
by juanjgon
You can also replace the $PATH position in the PATH variable ... try this one:

Code: Select all
PATH = "C:/Octane_Houdini_Win64/Octane_4.00.0.8_Houdini_16.5.496_Win64/bin;$PATH"


Thanks,
-Juanjo

Re: Octane 4.00.0.8 not work on Houdini 16.5.496

PostPosted: Thu Jul 05, 2018 1:07 am
by David_DK
I replace the $PATH position and it's worked! Thank you so much!

Re: Octane 4.00.0.8 not work on Houdini 16.5.496

PostPosted: Wed Jul 11, 2018 9:05 am
by Kryzys
David_DK if you don't mind I join to the topic. I have the same situation, but in my case probably everything is fine in the houdini.env.
Maybe Juanjagon has a solution for my problem.

My houdini.env Look's like this:

HOUDINI_DSO_ERROR = 2

PATH = "C:/ProgramData/Redshift/bin; c:/Users/Cr_Pc/Documents/Octane/Octane_4.00.0.8_Houdini_16.5.496_Win64/bin;$PATH"
HOUDINI_PATH = "C:/ProgramData/Redshift/Plugins/Houdini/16.5.496; c:/Users/Cr_Pc/Documents/Octane/Octane_4.00.0.8_Houdini_16.5.496_Win64;&"

I have exactly the same error on the start. Standalone working.

Re: Octane 4.00.0.8 not work on Houdini 16.5.496

PostPosted: Wed Jul 11, 2018 1:01 pm
by juanjgon
Can you please remove the space character that you have just after the semicolon, between the two plugin paths?

Thanks,
-Juanjo