I have strange problem with my houdini apprentice, running under Fedora 8 Linux x64
Houdini starts fine, but UI has no icons, and there are some bugs when I'm trying to click on menus etc.
It seems that the problem is in my video card, or drivers perhaps?…
GUI problem, Linux x64
23733 24 2- Lamb
- Member
- 5 posts
- Joined: 5月 2008
- Offline
- JColdrick
- Member
- 4140 posts
- Joined: 7月 2005
- Offline
- uniqueloginname
- Member
- 330 posts
- Joined: 7月 2005
- Offline
- afecelis
- Member
- 37 posts
- Joined: 4月 2008
- Offline
- rofthorax
- Member
- 38 posts
- Joined: 5月 2008
- Offline
Lamb
I have strange problem with my houdini apprentice, running under Fedora 8 Linux x64
Houdini starts fine, but UI has no icons, and there are some bugs when I'm trying to click on menus etc.
It seems that the problem is in my video card, or drivers perhaps?…
Check the permissions on the “.houdini” in your home directory.. I had root
ownership on mine and had the same problem.. Deleting it and creating it
again, fixed my problem.
I kidd you not, someone facing this problem elsewhere in the forums, suggested reinstalling the operating system, in this case Ubuntu.. Yikes! Not like that's hard, but a bit extreme..
I donated the DEC Alpha Ton made his first 64-bit port of blender to.
Okay if I survive, SideFX has to be pretty cool. Otherwise this is a totalitarian regime.
Okay if I survive, SideFX has to be pretty cool. Otherwise this is a totalitarian regime.
- Chrizto
- Member
- 66 posts
- Joined: 9月 2008
- Offline
Had the same missing icons problem myself, running on Ubuntu 8.10.
Seems that if you install Houdini to a “root owner” directory with sudo, your ~/Houdini9.5 dir gets root ownership as well. (not strange, but should be changed in the installer).
Changing the ownership back, makes everything dandy. Hey, you can even save your preferences! ;-)
sudo chmod -R “your_username” ~/Houdini9.5
Takes care of that…
Seems that if you install Houdini to a “root owner” directory with sudo, your ~/Houdini9.5 dir gets root ownership as well. (not strange, but should be changed in the installer).
Changing the ownership back, makes everything dandy. Hey, you can even save your preferences! ;-)
sudo chmod -R “your_username” ~/Houdini9.5
Takes care of that…
“If your life is not NOW, you're already dead…”
From Chrizto's book of truths
From Chrizto's book of truths
- Alanw
- Member
- 320 posts
- Joined: 8月 2007
- Offline
Chrizto
Had the same missing icons problem myself, running on Ubuntu 8.10.
Seems that if you install Houdini to a “root owner” directory with sudo, your ~/Houdini9.5 dir gets root ownership as well. (not strange, but should be changed in the installer).
Changing the ownership back, makes everything dandy. Hey, you can even save your preferences! ;-)
sudo chmod -R “your_username” ~/Houdini9.5
Takes care of that…
The “houdini9.5” folder located in your $HOME directory isn't touched by the install script as far as I know. It sounds like Houdini may have accidentally been started by a root user, or with the sudo command.
- Chrizto
- Member
- 66 posts
- Joined: 9月 2008
- Offline
- JColdrick
- Member
- 4140 posts
- Joined: 7月 2005
- Offline
The installer does *not* touch files in $HOME/houdini9.5, unless you installed into that directory. You can read the script if you don't believe me, there's nothing secretive going on.
What you're describing sounds like a common mistake - some combination of not installing as root, or running as root, etc.
J.C.
What you're describing sounds like a common mistake - some combination of not installing as root, or running as root, etc.
J.C.
John Coldrick
- edward
- Member
- 7868 posts
- Joined: 7月 2005
- Offline
What version of 9.5 are we talking about here? There used to be a problem with the Linux installer before but I think it was fixed a long time ago? Are we talking about a beta version of Houdini 9.5?
The bug before was that if you chose to install the HDK during installation time, houdini.install would run hdkinstall to install the executables. But hdkinstall would create $HOME/houdiniX.X as root because houdini.install was started up as root.
The bug before was that if you chose to install the HDK during installation time, houdini.install would run hdkinstall to install the executables. But hdkinstall would create $HOME/houdiniX.X as root because houdini.install was started up as root.
- Chrizto
- Member
- 66 posts
- Joined: 9月 2008
- Offline
- edward
- Member
- 7868 posts
- Joined: 7月 2005
- Offline
Ah, ok, I see it now. Thanks for revealing this to us, Chrizto! The permissions bug was re-introduced when Apprentice Licensing was added.
The installer is now fixed for tomorrow's 9.5.393 build. In the mean time, the workaround is what Chrizto mentioned. You can copy and paste the following command to a shell.
sudo chown -R `stat –printf=%U:%G $HOME` $HOME/houdini9.5
The installer is now fixed for tomorrow's 9.5.393 build. In the mean time, the workaround is what Chrizto mentioned. You can copy and paste the following command to a shell.
sudo chown -R `stat –printf=%U:%G $HOME` $HOME/houdini9.5
- Chrizto
- Member
- 66 posts
- Joined: 9月 2008
- Offline
- edward
- Member
- 7868 posts
- Joined: 7月 2005
- Offline
- Chrizto
- Member
- 66 posts
- Joined: 9月 2008
- Offline
- edward
- Member
- 7868 posts
- Joined: 7月 2005
- Offline
- Chrizto
- Member
- 66 posts
- Joined: 9月 2008
- Offline
- LoneDeranger
- Member
- 3 posts
- Joined: 3月 2009
- Offline
Hi guys,
I'm experiencing this exact problem. No GUI icons and extremely slow performance up to the point where it's unusable. The only difference is that I'm trying to run this under OSX 10.5.6 on a 2.5Ghz MacBook Pro with 4GB of Ram.
I'm running the 379 build and that appears to be the only build available to Apprentice users.
I tried the chmod workaround to no avail.
This kinda puts a full stop to my first Houdini experience before I even had a chance to do anything.. :?
Any ideas?
I'm experiencing this exact problem. No GUI icons and extremely slow performance up to the point where it's unusable. The only difference is that I'm trying to run this under OSX 10.5.6 on a 2.5Ghz MacBook Pro with 4GB of Ram.
I'm running the 379 build and that appears to be the only build available to Apprentice users.
I tried the chmod workaround to no avail.
This kinda puts a full stop to my first Houdini experience before I even had a chance to do anything.. :?
Any ideas?
- stevenong
- Member
- 1634 posts
- Joined: 7月 2005
- Offline
- LoneDeranger
- Member
- 3 posts
- Joined: 3月 2009
- Offline
-
- Quick Links