The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
RE: Invalid parameters
by Kevin on Tuesday May 8th 2012, 12:12
Weird...really weird. Have you tried manually setting the permissions and ownership of the folders, creating the ~/.cache/winetricks/steam folder manually, and trying to install it again?
commands would be something like:
sudo mkdir "/home/darknuts/.cache/winetricks/steam"
sudo chmod 775 -R "/home/darknuts/.cache/winetricks/steam"
sudo chown -R darknuts:darknuts "/home/darknuts/.cache/winetricks/steam"