how to install zbrush 3.1 ??
how to install zbrush 3.1 ??
What version of wine is good to install zbrush 3.1 in hardy heron 64 bits ? i try with version 1.1 but not run , pls give a information of how to install it .
thanks
PD: my english is bad xD
thanks
PD: my english is bad xD
I tried the demo, and it needs MS Visual C++ 2005. The easiest way to install it is with winetricks:
Code: Select all
wget http://www.kegel.com/wine/winetricks
sh winetricks vcrun2005
Tests in the AppDB show it working in 0.9.59 and 1.0-rc4. Based on my own test, the demo works fine in 1.1.0.
But if you don't install vcrun2005, it won't work in any of these versions.
This program also needs to be run from the directory in which it is located--in the terminal, cd to the directory where the executable is before trying to run it.
But if you don't install vcrun2005, it won't work in any of these versions.
This program also needs to be run from the directory in which it is located--in the terminal, cd to the directory where the executable is before trying to run it.
Start from a clean wineprefix.
This will delete your old ~/.wine directory.
Install the program. A new ~/.wine directory should be created automatically when you run the setup program.
Install vcrun2005 following the directions I gave you earlier.
To run the program, first cd to the directory where the executable is located. If you installed to the default location, it should be something like
If you installed to a different location, cd to that directory.
Then run the program.
Code: Select all
rm -rf ~/.wine
Install the program. A new ~/.wine directory should be created automatically when you run the setup program.
Install vcrun2005 following the directions I gave you earlier.
To run the program, first cd to the directory where the executable is located. If you installed to the default location, it should be something like
Code: Select all
cd '.wine/drive_c/Program Files/Pixologic/ZBrush3'
Then run the program.
i follow your instructions and when i try install vcrun 2005 give me the next error:
root@gatito:/home/gatito# sh winetricks vcrun2005
Warning: the specified Windows directory L"C:\\windows" is not accessible.
Warning: the specified System directory L"C:\\windows\\system32" is not accessible.
Warning: could not find DOS drive for current working directory '/home/gatito', starting in the Windows directory.
Warning: the specified Windows directory L"C:\\windows" is not accessible.
Warning: the specified System directory L"C:\\windows\\system32" is not accessible.
Warning: could not find DOS drive for current working directory '/', starting in the Windows directory.
err:wineboot:main Cannot set the dir to L"C:\\windows" (2)
root@gatito:/home/gatito# sh winetricks vcrun2005
Warning: the specified Windows directory L"C:\\windows" is not accessible.
Warning: the specified System directory L"C:\\windows\\system32" is not accessible.
Warning: could not find DOS drive for current working directory '/home/gatito', starting in the Windows directory.
Warning: the specified Windows directory L"C:\\windows" is not accessible.
Warning: the specified System directory L"C:\\windows\\system32" is not accessible.
Warning: could not find DOS drive for current working directory '/', starting in the Windows directory.
err:wineboot:main Cannot set the dir to L"C:\\windows" (2)
I could install vcrun 2005 this error give when i try has root , but when apply cd /home/gatito/.wine/drive_c/Archivos de programa/Pixologic/ZBrush3 on terminal , says this:
gatito@gatito:~$ cd /home/gatito/.wine/drive_c/Archivos de programa/Pixologic/ZBrush3
bash: cd: /home/gatito/.wine/drive_c/Archivos: No existe el fichero ó directorio
gatito@gatito:~$
?
gatito@gatito:~$ cd /home/gatito/.wine/drive_c/Archivos de programa/Pixologic/ZBrush3
bash: cd: /home/gatito/.wine/drive_c/Archivos: No existe el fichero ó directorio
gatito@gatito:~$
?
Never run Wine as root. You have messed up the permissions in your .wine directory and will have to delete it again and start over.bambanx wrote:I could install vcrun 2005 this error give when i try has root , but when apply cd /home/gatito/.wine/drive_c/Archivos de programa/Pixologic/ZBrush3 on terminal , says this:
gatito@gatito:~$ cd /home/gatito/.wine/drive_c/Archivos de programa/Pixologic/ZBrush3
bash: cd: /home/gatito/.wine/drive_c/Archivos: No existe el fichero ó directorio
gatito@gatito:~$
http://wiki.winehq.org/FAQ#head-96bebfa ... 78b0d41014