Hi,
I am using apprentice 11 atm, and was doing things in program trying to export via geometry format, and something caused a crash, and then when I restarted and tried to insert simple sphere from panel, I got the error as below. Repeated attempts to insert other geometry objects , such as torus etc, give same error.
How do I resolve this
Windows 7 64bit
Thx
nl
================================================
Traceback (most recent call last):
File “sop_sphere”, line 8, in <module>
File “CPROGRA~1/3D/SIDEEF~1/HOUDIN~1.733/houdini/python2.6libs\toolutils.py”, line 759, in new_func
“Failed to modify node or parameter because of a permission ”
Error: Failed to modify node or parameter because of a permission error. Possible causes include locked assets, takes, product permissions or user-specified permission "
Failed to modify node or parameter because of a permission e
11081 8 3- neighborlee
- Member
- 18 posts
- Joined: May 2011
- Offline
- Erik_JE
- Member
- 299 posts
- Joined: Jan. 2010
- Offline
- neighborlee
- Member
- 18 posts
- Joined: May 2011
- Offline
Erik_JE
Try removing your settings folder for houdini11.0. Should be somewhere in Documents and Settings if running Windows (best guess).
I tried going into C:\Users\neighborlee\Documents < houdini dir there, and renamed one of the dirs , to no avail. I then backed up one level and renamed houdini81 to *bak, and restarted houdini,and voila instant fix
Thanks to you for your help,and Ill try be more keenly aware of what Im doing, though I'm not entirely sure what caused this
cheers
nl
- Erik_JE
- Member
- 299 posts
- Joined: Jan. 2010
- Offline
- Арсений Попов
- Member
- 1 posts
- Joined: June 2014
- Offline
- edward
- Member
- 7868 posts
- Joined: July 2005
- Offline
- Igor Backstrom
- Member
- 26 posts
- Joined: Aug. 2014
- Offline
1) Close Houdini and Make all files in system visible
In Terminal:
defaults write com.apple.finder AppleShowAllFiles -bool true
killall Finder
2) Find folder
/Users/USER_NAME/Library/Preferences/houdini/13.0
Exactly through “/Users/USER_NAME (usually it is closed)/Library/Preferences/houdini/13.0”
3) Rename or delete folder “13.0”
4) Make files invisible
defaults write com.apple.finder AppleShowAllFiles -bool false
killall Finder
5) Launch Houdini
In Terminal:
defaults write com.apple.finder AppleShowAllFiles -bool true
killall Finder
2) Find folder
/Users/USER_NAME/Library/Preferences/houdini/13.0
Exactly through “/Users/USER_NAME (usually it is closed)/Library/Preferences/houdini/13.0”
3) Rename or delete folder “13.0”
4) Make files invisible
defaults write com.apple.finder AppleShowAllFiles -bool false
killall Finder
5) Launch Houdini
- anon_user_37409885
- Member
- 4189 posts
- Joined: June 2012
- Offline
- Scribling
- Member
- 2 posts
- Joined: Oct. 2017
- Offline
-
- Quick Links