After Installing Octane_2022.1.1.1 Axiom won't load
Moderator: juanjgon
Forum rules
Before posting a bug report, please check the following:
1. That the issue has not already been disclosed
2. That the issue is specific to this plugin, and not Octane in general (Try reproducing it in Standalone)
Bugs related to the Octane Engine itself should be posted into the Standalone Support sub-forum.
All bug reports should include the information below, along with a detailed description of the issue and steps to reproduce it.
A. Operating System, including version (i.e. Win 7, OSX 10.11.2, Ubuntu 14.04, etc.)
B. Graphics Card(s) model (i.e. GTX 580 - 3GB, TITAN, etc.)
C. RAM Capacity (i.e. 6 GB)
D. Nvidia driver version (i.e. 7.50, 7.5.22)
E. OctaneRender Standalone version, if installed (i.e. 2.24.2, 2.23, etc.)
F. OctaneRender plugin version (i.e. v2.25 - 2.21)
G. Host application version, including build number if available (i.e. 3ds Max 2016 Build 18.0)
Before posting a bug report, please check the following:
1. That the issue has not already been disclosed
2. That the issue is specific to this plugin, and not Octane in general (Try reproducing it in Standalone)
Bugs related to the Octane Engine itself should be posted into the Standalone Support sub-forum.
All bug reports should include the information below, along with a detailed description of the issue and steps to reproduce it.
A. Operating System, including version (i.e. Win 7, OSX 10.11.2, Ubuntu 14.04, etc.)
B. Graphics Card(s) model (i.e. GTX 580 - 3GB, TITAN, etc.)
C. RAM Capacity (i.e. 6 GB)
D. Nvidia driver version (i.e. 7.50, 7.5.22)
E. OctaneRender Standalone version, if installed (i.e. 2.24.2, 2.23, etc.)
F. OctaneRender plugin version (i.e. v2.25 - 2.21)
G. Host application version, including build number if available (i.e. 3ds Max 2016 Build 18.0)
- brandonsavoy
- Posts: 3
- Joined: Wed Nov 23, 2016 12:02 am
I'm having issues getting both Axiom and Octane to load. If I comment out the 3 lines of code that load Octane in the ENV file it will load. Octane works but it doesn't load axiom if enabled.
This is usually a problem in the houdini.env configuration file. You must define a single environment variable to include all the plugin paths separated by semicolons. The definition of the same variable twice or more doesn't work.
-Juanjo
-Juanjo
- Gregor.Zimmermann
- Posts: 50
- Joined: Mon Jul 16, 2018 8:18 pm
- Location: Cologne, Germany
Hey Juanjo,
would you mind posting a quick example of how to place several paths into the same houdini.env file?
Your help would be much appreciated!
Thank you,
Gregor
would you mind posting a quick example of how to place several paths into the same houdini.env file?
Your help would be much appreciated!
Thank you,
Gregor
- ricky_otoy
- Posts: 289
- Joined: Mon Jun 19, 2023 6:34 am
Hi Gregor,
are you trying to have multiple different octane plugin paths in the same env file? If so, then I am pretty sure that would try load all the plugins and give an API error.
are you trying to have multiple different octane plugin paths in the same env file? If so, then I am pretty sure that would try load all the plugins and give an API error.
- Gregor.Zimmermann
- Posts: 50
- Joined: Mon Jul 16, 2018 8:18 pm
- Location: Cologne, Germany
Hey Ricky,
thank you for getting back to me!
No, I wasn't trying to have multiple version of Octane installed.
Even though it would be a fun experiment having Octane and Octane for Solaris installed simultaneously.
I was more so referring to what the OP asked - if I add the two lines to the Houdini.env, everything works as expected.
However, once I insert another line for a different plugin in there, I get an error.
Could you post an example of what Juanjo was getting at? Like, putting multiple lines in one and use semicolons as divider?
Thank you!
thank you for getting back to me!
No, I wasn't trying to have multiple version of Octane installed.
Even though it would be a fun experiment having Octane and Octane for Solaris installed simultaneously.
I was more so referring to what the OP asked - if I add the two lines to the Houdini.env, everything works as expected.
However, once I insert another line for a different plugin in there, I get an error.
Could you post an example of what Juanjo was getting at? Like, putting multiple lines in one and use semicolons as divider?
Thank you!
- ricky_otoy
- Posts: 289
- Joined: Mon Jun 19, 2023 6:34 am
Hi Gregor, I think he meant something like this:Gregor.Zimmermann wrote:Hey Ricky,
thank you for getting back to me!
No, I wasn't trying to have multiple version of Octane installed.
Even though it would be a fun experiment having Octane and Octane for Solaris installed simultaneously.
I was more so referring to what the OP asked - if I add the two lines to the Houdini.env, everything works as expected.
However, once I insert another line for a different plugin in there, I get an error.
Could you post an example of what Juanjo was getting at? Like, putting multiple lines in one and use semicolons as divider?
Thank you!
Code: Select all
HOUDINI_PATH = "C:/path/to/a/plugin1;C:/path/to/a/plugin2;&"