Daily build won't launch
7761 17 3- BrianHanke
- Member
- 447 posts
- Joined: 4月 2018
- Online
I want to use the latest daily build with the Karma license fix, but it won't launch for me. I get a “Couldn't open file: FUSE_ColorOptions.ui” error. Production build works fine. Any ideas how to fix this? Thanks! (Windows 10 by the way.)
Edited by BrianHanke - 2020年10月24日 13:51:57
Subscribe to my Patreon for the best CG tips, tricks and tutorials! https://patreon.com/bhgc [patreon.com]
Twitter: https://twitter.com/brianhanke [twitter.com]
Behance: https://www.behance.net/brianhanke/projects [www.behance.net]
Twitter: https://twitter.com/brianhanke [twitter.com]
Behance: https://www.behance.net/brianhanke/projects [www.behance.net]
- jsmack
- Member
- 8038 posts
- Joined: 9月 2011
- Offline
BrianHanke
I want to use the latest daily build with the Karma license fix, but it won't launch for me. I get a “Couldn't open file: FUSE_ColorOptions.ui” error. Production build works fine. Any ideas how to fix this? Thanks! (Windows 10 by the way.)
Disable all third party renderers. I got this error until I disabled 3Delight.
- BrianHanke
- Member
- 447 posts
- Joined: 4月 2018
- Online
jsmack
Disable all third party renderers. I got this error until I disabled 3Delight.
Thanks, I tried but that wasn't it. I did figure it out though, so here's the solution for anybody who might be looking. For some reason the two most recent daily builds look for the Houdini files in C:\Program Files\Side Effects Software\Houdini 18.5.375\packages\viewer_handle_demo, but they're all actually in C:\Program Files\Side Effects Software\Houdini 18.5.375\houdini. There's probably some config file thing to fix this, but I just copied all the files to the viewer_handle_demo folder. Working so far!
Subscribe to my Patreon for the best CG tips, tricks and tutorials! https://patreon.com/bhgc [patreon.com]
Twitter: https://twitter.com/brianhanke [twitter.com]
Behance: https://www.behance.net/brianhanke/projects [www.behance.net]
Twitter: https://twitter.com/brianhanke [twitter.com]
Behance: https://www.behance.net/brianhanke/projects [www.behance.net]
- tamte
- Member
- 8780 posts
- Joined: 7月 2007
- Online
it looks like the main houdini path is not being added to $PATH variable
and sicne every package attaches it's path to $PATH variable it tries to find config files in there
I created new package json and named it something that hopefully executes first (if that matters), like $HPS/packages/_.json
with this in it:
which works as a workaround, I'm pretty sure this will be fixed soon though
and sicne every package attaches it's path to $PATH variable it tries to find config files in there
I created new package json and named it something that hopefully executes first (if that matters), like $HPS/packages/_.json
with this in it:
{ "path" : "$HFS/houdini" }
which works as a workaround, I'm pretty sure this will be fixed soon though
Edited by tamte - 2020年10月25日 00:27:08
Tomas Slancik
FX Supervisor
Method Studios, NY
FX Supervisor
Method Studios, NY
- BrianHanke
- Member
- 447 posts
- Joined: 4月 2018
- Online
tamte
it looks like the main houdini path is not being added to $PATH variable
and sicne every package attaches it's path to $PATH variable it tries to find config files in there
I created new package json and named it something that hopefully executes first (if that matters), like $HPS/packages/_.json
with this in it:{ "path" : "$HFS/houdini" }
which works as a workaround, I'm pretty sure this will be fixed soon though
Nice, that works perfectly. Thanks!
Subscribe to my Patreon for the best CG tips, tricks and tutorials! https://patreon.com/bhgc [patreon.com]
Twitter: https://twitter.com/brianhanke [twitter.com]
Behance: https://www.behance.net/brianhanke/projects [www.behance.net]
Twitter: https://twitter.com/brianhanke [twitter.com]
Behance: https://www.behance.net/brianhanke/projects [www.behance.net]
- mabelzile
- スタッフ
- 445 posts
- Joined: 2月 2018
- Offline
- TwinSnakes007
- Member
- 639 posts
- Joined: 7月 2013
- Offline
mabelzile
I just installed `18.5.376` and it starts fine. How can I reproduce the problem ?
It seems that the root Houdini folder is not automatically being added to the Houdini_Path with packages (only packages it seems).
If you configure your 3rd party engine with the Houdini.env, all works fine.
Edited by TwinSnakes007 - 2020年10月26日 10:41:34
Houdini Indie
Karma/Redshift 3D
Karma/Redshift 3D
- BrianHanke
- Member
- 447 posts
- Joined: 4月 2018
- Online
mabelzile
I just installed 18.5.376 and it starts fine. How can I reproduce the problem ?
I don't understand how your workaround can add the houdini path to $PATH as path is just a shortcut for $HOUDINI_PATH.
I just checked 377 and it has the same problem. I don't have any other renderers or addons installed. The current production build works fine. All I know is that the most recent daily builds look for the Houdini files in the packages/viewer_handle_demo/ folder, but they're not there. I can fix the problem by either copying all the /houdini/ files and folders to /viewer_handle_demo/ or by using the fix posted above.
Subscribe to my Patreon for the best CG tips, tricks and tutorials! https://patreon.com/bhgc [patreon.com]
Twitter: https://twitter.com/brianhanke [twitter.com]
Behance: https://www.behance.net/brianhanke/projects [www.behance.net]
Twitter: https://twitter.com/brianhanke [twitter.com]
Behance: https://www.behance.net/brianhanke/projects [www.behance.net]
- chrism
- スタッフ
- 2540 posts
- Joined: 9月 2007
- Offline
Hi Brian! You may want to a) log a bug and b) clear out your prefs or move them aside.
In the bug, you can include your prefs and system info and let us know if you installed with the regular installer or the launcher.
Thanks! I just installed and ran 18.5.377 on windows with the regular installer and it's working fine for me, but I don't have your prefs. We'd like to figure out why it's not working for you.
https://www.sidefx.com/forum/topic/25347/ [www.sidefx.com]
In the bug, you can include your prefs and system info and let us know if you installed with the regular installer or the launcher.
Thanks! I just installed and ran 18.5.377 on windows with the regular installer and it's working fine for me, but I don't have your prefs. We'd like to figure out why it's not working for you.
https://www.sidefx.com/forum/topic/25347/ [www.sidefx.com]
Edited by chrism - 2020年10月26日 11:59:46
Chris McSpurren
Senior Quality Assurance Specialist
SideFX
Senior Quality Assurance Specialist
SideFX
- BrianHanke
- Member
- 447 posts
- Joined: 4月 2018
- Online
chrism
Hi Brian! You may want to a) log a bug and b) clear out your prefs or move them aside.
In the bug, you can include your prefs and system info and let us know if you installed with the regular installer or the launcher.
Thanks! I just installed and ran 18.5.377 on windows with the regular installer and it's working fine for me, but I don't have your prefs. We'd like to figure out why it's not working for you.
https://www.sidefx.com/forum/topic/25347/ [www.sidefx.com]
Ah, that was it. I deleted everything in the houdini18.5 folder and restarted 377. Launched just fine. I'll send an email to support with the info anyway. Maybe there was an incompatibility with whatever was in my 18.5 production build prefs.
Subscribe to my Patreon for the best CG tips, tricks and tutorials! https://patreon.com/bhgc [patreon.com]
Twitter: https://twitter.com/brianhanke [twitter.com]
Behance: https://www.behance.net/brianhanke/projects [www.behance.net]
Twitter: https://twitter.com/brianhanke [twitter.com]
Behance: https://www.behance.net/brianhanke/projects [www.behance.net]
- tamte
- Member
- 8780 posts
- Joined: 7月 2007
- Online
mabelzileit's just that main $HFS/houdini was not in $HOUDINI_PATH as it should have been, but on a second look, I also had 3delight package in my user prefs and that was directly changing the $HOUDINI_PATH environment variable instead of using the “path” approach to append to it
I don't understand how your workaround can add the houdini path to $PATH as path is just a shortcut for $HOUDINI_PATH.
so editing 3delight package fixed it more properly without the need to remove it or delete user prefs
Edited by tamte - 2020年10月26日 13:44:39
Tomas Slancik
FX Supervisor
Method Studios, NY
FX Supervisor
Method Studios, NY
- jsmack
- Member
- 8038 posts
- Joined: 9月 2011
- Offline
tamtemabelzileit's just that main $HFS/houdini was not in $HOUDINI_PATH as it should have been, but on a second look, I also had 3delight package in my user prefs and that was directly changing the $HOUDINI_PATH environment variable instead of using the “path” approach to append to it
I don't understand how your workaround can add the houdini path to $PATH as path is just a shortcut for $HOUDINI_PATH.
so editing 3delight package fixed it more properly without the need to remove it or delete user prefs
So is this a bug with handling setting HOUDINI_PATH directly in packages? The same package file is working fine for me with 18.5.351.
- BrianHanke
- Member
- 447 posts
- Joined: 4月 2018
- Online
I emailed support and included pics of my houdini18.5 folder comparing the production build and after I purged it and let 377 repopulate. Can confirm that I had a 3Delight item in there even though I uninstalled the renderer. Looking like that's the culprit here.
Subscribe to my Patreon for the best CG tips, tricks and tutorials! https://patreon.com/bhgc [patreon.com]
Twitter: https://twitter.com/brianhanke [twitter.com]
Behance: https://www.behance.net/brianhanke/projects [www.behance.net]
Twitter: https://twitter.com/brianhanke [twitter.com]
Behance: https://www.behance.net/brianhanke/projects [www.behance.net]
- chrism
- スタッフ
- 2540 posts
- Joined: 9月 2007
- Offline
- mabelzile
- スタッフ
- 445 posts
- Joined: 2月 2018
- Offline
- mabelzile
- スタッフ
- 445 posts
- Joined: 2月 2018
- Offline
- TwinSnakes007
- Member
- 639 posts
- Joined: 7月 2013
- Offline
- turbolinea
- Member
- 4 posts
- Joined: 10月 2010
- Offline
Hello just checking as I downloaded latest Houdini 20.5.410 on Windows 11 (clean machine, no older install ) and trying to start Houdini via my own .bat setup file ( which used to work with Houdini 19, but no longer works.
I was able to figure out a lot of the missing variables I need to setup in my .bat, but am still getting the error ...
ERROR: Couldn't open resource file "resources" (No such file or directory)
ERROR: Couldn't find 'FUSE_ColorOptions.ui' for reading. Looked in:
C:/Program Files/Side Effects Software/sidefx_packages/SideFXLabs20.5/config/Applications
C:/Program Files/Side Effects Software/Houdini 20.5.410/packages/sculpt/config/Applications
C:/Program Files/Side Effects Software/Houdini 20.5.410/packages/kinefx/config/Applications
C:/Program Files/Side Effects Software/Houdini 20.5.410/packages/apex_cop/config/Applications
C:/Program Files/Side Effects Software/Houdini 20.5.410/packages/apex/config/Applications
C:/Program Files/Side Effects Software/Houdini 20.5.410/sidefx_packages/SideFXLabs20.5/config/Applications
I tried looking for this file, but cannot find it ???
And not sure where I can find it ???
The splash screen does start, but then app shuts down.
Any work around I can setup in my .bat pre-processing (trying to KISS) or hint to bupass this problem would be greatly appreciated.
I was able to figure out a lot of the missing variables I need to setup in my .bat, but am still getting the error ...
ERROR: Couldn't open resource file "resources" (No such file or directory)
ERROR: Couldn't find 'FUSE_ColorOptions.ui' for reading. Looked in:
C:/Program Files/Side Effects Software/sidefx_packages/SideFXLabs20.5/config/Applications
C:/Program Files/Side Effects Software/Houdini 20.5.410/packages/sculpt/config/Applications
C:/Program Files/Side Effects Software/Houdini 20.5.410/packages/kinefx/config/Applications
C:/Program Files/Side Effects Software/Houdini 20.5.410/packages/apex_cop/config/Applications
C:/Program Files/Side Effects Software/Houdini 20.5.410/packages/apex/config/Applications
C:/Program Files/Side Effects Software/Houdini 20.5.410/sidefx_packages/SideFXLabs20.5/config/Applications
I tried looking for this file, but cannot find it ???
And not sure where I can find it ???
The splash screen does start, but then app shuts down.
Any work around I can setup in my .bat pre-processing (trying to KISS) or hint to bupass this problem would be greatly appreciated.
Raffaele Scaduto-Mendola
-
- Quick Links