Cant install any windows dll's via winetricks

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
jjonny996
Level 1
Level 1
Posts: 8
Joined: Sat Feb 18, 2012 1:40 pm

Cant install any windows dll's via winetricks

Post by jjonny996 »

I cant install any window dll's it comes up with 'note :command 'mkdir -p/home/jonny/.cache/winetricks vcrun2005' returned. Status aborting.

any helpp????/
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

What version of winetricks?

What does
mkdir -p ~/.cache/winetricks/foobar
say?
jjonny996
Level 1
Level 1
Posts: 8
Joined: Sat Feb 18, 2012 1:40 pm

Post by jjonny996 »

i have version 1.3 wine ,that i installed on software centre. Im not sure what you mean about mkdir -p and that stuff.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

jjonny996 wrote:i have version 1.3 wine ,that i installed on software centre.
That is not a valid Wine version; it's simply your distro's name for it's package. To get the real version, open a terminal and type

Code: Select all

wine --version
then hit enter.

To find out the version of winetricks, type

Code: Select all

winetricks --version
then hit enter.
Im not sure what you mean about mkdir -p and that stuff.
Copy and paste

Code: Select all

mkdir -p ~/.cache/winetricks/foobar
and hit enter.

Report back here the results of all three commands.
jjonny996
Level 1
Level 1
Posts: 8
Joined: Sat Feb 18, 2012 1:40 pm

yes

Post by jjonny996 »

Yes my version is 1.3.28 of wine

winetricks version is 20110629



mkdir -p ~/.cache/winetricks/foobar
doesnt show up with anything on terminal :/
Martin Gregorie

Cant install any windows dll's via winetricks

Post by Martin Gregorie »

On Sun, 2012-02-19 at 12:17 -0600, jjonny996 wrote:
Yes my version is 1.3.28 of wine

winetricks version is 20110629



mkdir -p ~/.cache/winetricks/foobar
doesnt show up with anything on terminal :/
Linux design principle #1: successful commands are silent.

Only errors are reported unless the command accepts a 'verbose' option
and you supplied one.


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

Re: yes

Post by dimesio »

jjonny996 wrote:Yes my version is 1.3.28 of wine

winetricks version is 20110629
Both are old. Upgrade.
jjonny996
Level 1
Level 1
Posts: 8
Joined: Sat Feb 18, 2012 1:40 pm

i have upgraded to the latest wine...

Post by jjonny996 »

and still get that same error
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: i have upgraded to the latest wine...

Post by dimesio »

jjonny996 wrote:and still get that same error
Try a clean wineprefix. If you still have problems, report it to http://code.google.com/p/winetricks/issues/list
jjonny996
Level 1
Level 1
Posts: 8
Joined: Sat Feb 18, 2012 1:40 pm

yes

Post by jjonny996 »

Thanks i cleared wine prefix and it works now
Locked