how to install zbrush 3.1 ??

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
bambanx
Level 2
Level 2
Posts: 24
Joined: Wed Jul 02, 2008 5:42 pm

how to install zbrush 3.1 ??

Post by bambanx »

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
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

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
bambanx
Level 2
Level 2
Posts: 24
Joined: Wed Jul 02, 2008 5:42 pm

Post by bambanx »

Hi waht version of wine you recomend me? i try whit 059 but , when i run give me this error

Z:\HOME\GATITO\ZResouces\Images\OpenFIleLogo2 i try copy this folder o path Z:\HOME\GATITO\ but give same error with other path , i new in ubuntu pls help :D
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

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.
bambanx
Level 2
Level 2
Posts: 24
Joined: Wed Jul 02, 2008 5:42 pm

Post by bambanx »

when i try install vcrun2005 on wine 9 59 give this error :

fixme:advapi:DecryptFileA "C:\\windows\\temp\\IXP015.TMP\\" 00000000
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 240, std (d/m/y): 30/03/2008, dlt (d/m/y): 12/10/2008
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

Start from a clean wineprefix.

Code: Select all

rm -rf ~/.wine
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

Code: Select all

cd '.wine/drive_c/Program Files/Pixologic/ZBrush3'
If you installed to a different location, cd to that directory.

Then run the program.
bambanx
Level 2
Level 2
Posts: 24
Joined: Wed Jul 02, 2008 5:42 pm

Post by bambanx »

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)
bambanx
Level 2
Level 2
Posts: 24
Joined: Wed Jul 02, 2008 5:42 pm

Post by bambanx »

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:~$

?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

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:~$
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.
http://wiki.winehq.org/FAQ#head-96bebfa ... 78b0d41014
bambanx
Level 2
Level 2
Posts: 24
Joined: Wed Jul 02, 2008 5:42 pm

Post by bambanx »

Firts dimesio thanks for the post men :D , i install zbrush follow the instruction my only problem i when i run this , crash the screen and show mesagge of wintab service .
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

The demo gives me the message about Wintab Services at startup too, but it doesn't crash on my system. Are you using Compiz? If so, disable it; it's known to conflict with Wine.
bambanx
Level 2
Level 2
Posts: 24
Joined: Wed Jul 02, 2008 5:42 pm

Post by bambanx »

HI , you can give a link for download the same zbrush what you have please
?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

Locked