htr at htr:~$ winetricks directx9 Executing wget -O directx_feb2010_redist.exe -nd -c --read-timeout=300 --retry-connrefused --header Accept-Encoding: gzip,deflate http://download.microsoft.com/download/E/E/1/EE17FF74-6C45-4575-9CF4-7FC2597ACD18/directx_feb2010_redist.exe directx_feb2010_redist.exe: Access denied ------------------------------------------------------ Note: command 'wget -O directx_feb2010_redist.exe -nd -c --read-timeout=300 --retry-connrefused --header Accept-Encoding: gzip,deflate http://download.microsoft.com/download/E/E/1/EE17FF74-6C45-4575-9CF4-7FC2597ACD18/directx_feb2010_redist.exe' returned status 1. Aborting. ------------------------------------------------------ Help please. Tell me what to do.
On Sun, Dec 5, 2010 at 11:22, htr <wineforum-user at winehq.org> wrote:> htr at htr:~$ winetricks directx9 > Executing wget -O directx_feb2010_redist.exe -nd -c --read-timeout=300 --retry-connrefused --header Accept-Encoding: gzip,deflate http://download.microsoft.com/download/E/E/1/EE17FF74-6C45-4575-9CF4-7FC2597ACD18/directx_feb2010_redist.exe > directx_feb2010_redist.exe: Access denied > ------------------------------------------------------ > Note: command 'wget -O directx_feb2010_redist.exe -nd -c --read-timeout=300 --retry-connrefused --header Accept-Encoding: gzip,deflate http://download.microsoft.com/download/E/E/1/EE17FF74-6C45-4575-9CF4-7FC2597ACD18/directx_feb2010_redist.exe' returned status 1. ?Aborting. > ------------------------------------------------------ > > Help please. > Tell me what to do.Run the following command and post the output: (Assuming bash / zsh as shell) ls -lad ~/.winetrickscache ls -la ~/.winetrickscache If you do not own it, ask whoever instructed you to use sudo with winetricks how to fix it. (winetricks, like Wine, shouldn't be run as root, especially not with su (if you need to run something as root for some reason (the lazy way to use IPX for example), do at least a "su -" or preferably a proper login as root)) The one quick fix that should work is: (Run this as your user, otherwise the "~" won't be expanded properly) sudo rm -rf ~/.winetrickscache Other possible cases can include not having write persmissions on your own home directory, which should normally not happen.
Please make sure you are using the latest wine tricks and try the application without installing directx9 first anyhow.
oiaohm wrote:> Please make sure you are using the latest wine tricksCode: htr at htr:~$ winetricks -V Winetricks version 20101106. (C) 2007-2010 Dan Kegel et al. LGPL. Sorry, I do not understand oiaohm wrote:> and try the application without installing directx9 first anyhow.Code: htr at htr:~$ winetricks htr at htr:~$ It starts, a window appears where you can choose what to install. But you can not establish, an error is "Access Denied"[/code]
htr wrote:> > oiaohm wrote: > > Please make sure you are using the latest wine tricks > > > > Code: > htr at htr:~$ winetricks -V > Winetricks version 20101106. (C) 2007-2010 Dan Kegel et al. LGPL. > > > > > Sorry, I do not understand > > > oiaohm wrote: > > and try the application without installing directx9 first anyhow. > > > > Code: > htr at htr:~$ winetricks > htr at htr:~$ > > > > It starts, a window appears where you can choose what to install. But you can not establish, an error is "Access Denied"[/code]you need to run first: sudo chmod +x winetricks to make it executable then install what you need
din99 wrote:> > htr wrote: > > > > oiaohm wrote: > > > Please make sure you are using the latest wine tricks > > > > > > > > Code: > > htr at htr:~$ winetricks -V > > Winetricks version 20101106. (C) 2007-2010 Dan Kegel et al. LGPL. > > > > > > > > > > Sorry, I do not understand > > > > > > oiaohm wrote: > > > and try the application without installing directx9 first anyhow. > > > > > > > > Code: > > htr at htr:~$ winetricks > > htr at htr:~$ > > > > > > > > It starts, a window appears where you can choose what to install. But you can not establish, an error is "Access Denied"[/code] > > > you need to run first: > > sudo chmod +x winetricks > > to make it executable > > then install what you needSorry! My English is bad. winetricks run ok. but after i check what i need and press OK I have error (see top)
On Sun, Dec 5, 2010 at 20:49, htr <wineforum-user at winehq.org> wrote:> Sorry! My English is bad. > winetricks run ok. but after i check what i need ?and press OK I have error (see top)See my post above: I suspect that you have permissions issues on the ~/.winetrickscache directory