Help Winetricks Corefonts And others!

Questions about Wine on Linux
Locked
zouthe
Newbie
Newbie
Posts: 3
Joined: Mon May 20, 2013 2:16 pm

Help Winetricks Corefonts And others!

Post by zouthe »

Hey, iv recently decided to get back into gaming via wine! I am having some issues installing some software to play the game Eve Online.. iv followed alot of eve online in wine guides and keep coming to the same brick wall everytime. The problem is i try to install winetricks corefonts i keep getting errors and the launcher for the game is not working right.. iv come to the conclusion that i need the glxinfo to say something is there, although i have amd catalyst installed in my ubuntu 12.10. Iv tried the following commands and this is where im at so far.

- sudo add-apt-repository ppa:ubuntu-wine/ppa

- sudo apt-get update

- sudo apt-get install wine
(the above command gives me wine 1.4, iv also tried 1.5 and 1.2)

- winetricks allfonts
(when i try to get winetricks allfonts.. or when i open the winetricks actual client and try to download corefonts after selecting default wine prefix i get the following)

Executing w_do_call allfonts
Executing load_allfonts
Executing w_do_call baekmuk
Executing load_baekmuk
Executing mkdir -p /home/hhdda/.cache/winetricks/baekmuk
Executing mv baekmuk-ttf-2.2/ttf/batang.ttf baekmuk-ttf-2.2/ttf/dotum.ttf baekmuk-ttf-2.2/ttf/gulim.ttf baekmuk-ttf-2.2/ttf/hline.ttf /home/hhdda/.wine/dosdevices/c:/windows/Fonts
mv: cannot move `baekmuk-ttf-2.2/ttf/batang.ttf' to `/home/hhdda/.wine/dosdevices/c:/windows/Fonts/batang.ttf': Permission denied
mv: cannot move `baekmuk-ttf-2.2/ttf/dotum.ttf' to `/home/hhdda/.wine/dosdevices/c:/windows/Fonts/dotum.ttf': Permission denied
mv: cannot move `baekmuk-ttf-2.2/ttf/gulim.ttf' to `/home/hhdda/.wine/dosdevices/c:/windows/Fonts/gulim.ttf': Permission denied
mv: cannot move `baekmuk-ttf-2.2/ttf/hline.ttf' to `/home/hhdda/.wine/dosdevices/c:/windows/Fonts/hline.ttf': Permission denied
------------------------------------------------------
Note: command 'mv baekmuk-ttf-2.2/ttf/batang.ttf baekmuk-ttf-2.2/ttf/dotum.ttf baekmuk-ttf-2.2/ttf/gulim.ttf baekmuk-ttf-2.2/ttf/hline.ttf /home/hhdda/.wine/dosdevices/c:/windows/Fonts' returned status 1. Aborting.
------------------------------------------------------

im almost positive this is what i need to fix, after that ill need to get direct x.. make it where my glxinfo works, install-
winetricks directx9
winetricks vcrun2005sp1
winetricks vcrun2010

also here is a webpage that describes eve online with wine

http://wiki.eveonline.com/en/wiki/Insta ... _with_Wine

help please! 8)
zouthe
Newbie
Newbie
Posts: 3
Joined: Mon May 20, 2013 2:16 pm

Re: Help Winetricks Corefonts And others!

Post by zouthe »

Could post a step by step guide on how to compile and configure wine correctly from start to finish in order to be able to run this, thanks!
ischou
Level 4
Level 4
Posts: 109
Joined: Sun Nov 28, 2010 7:22 pm

Re: Help Winetricks Corefonts And others!

Post by ischou »

In your steps between here:
zouthe wrote:- sudo apt-get install wine
and here:
zouthe wrote:- winetricks allfonts
You're missing the part where you run wine once and it actually creates this directory:
zouthe wrote:/home/hhdda/.wine/dosdevices/c:/windows/Fonts
Before you call winetricks for the first time you need to have run wine once with any program. I like to use notepad.exe:

wine notepad.exe.
ischou
Level 4
Level 4
Posts: 109
Joined: Sun Nov 28, 2010 7:22 pm

Re: Help Winetricks Corefonts And others!

Post by ischou »

oops I put an extra period at the end of notepad.exe

wine notepad.exe
zouthe
Newbie
Newbie
Posts: 3
Joined: Mon May 20, 2013 2:16 pm

Re: Help Winetricks Corefonts And others!

Post by zouthe »

i tried that im still getting -

$ winetricks allfonts
Executing w_do_call allfonts
Executing load_allfonts
Executing w_do_call baekmuk
Executing load_baekmuk
Executing mkdir -p /home/hhdda/.cache/winetricks/baekmuk
Executing mv baekmuk-ttf-2.2/ttf/batang.ttf baekmuk-ttf-2.2/ttf/dotum.ttf baekmuk-ttf-2.2/ttf/gulim.ttf baekmuk-ttf-2.2/ttf/hline.ttf /home/hhdda/.wine/dosdevices/c:/windows/Fonts
mv: cannot move `baekmuk-ttf-2.2/ttf/batang.ttf' to `/home/hhdda/.wine/dosdevices/c:/windows/Fonts/batang.ttf': Permission denied
mv: cannot move `baekmuk-ttf-2.2/ttf/dotum.ttf' to `/home/hhdda/.wine/dosdevices/c:/windows/Fonts/dotum.ttf': Permission denied
mv: cannot move `baekmuk-ttf-2.2/ttf/gulim.ttf' to `/home/hhdda/.wine/dosdevices/c:/windows/Fonts/gulim.ttf': Permission denied
mv: cannot move `baekmuk-ttf-2.2/ttf/hline.ttf' to `/home/hhdda/.wine/dosdevices/c:/windows/Fonts/hline.ttf': Permission denied
------------------------------------------------------
Note: command 'mv baekmuk-ttf-2.2/ttf/batang.ttf baekmuk-ttf-2.2/ttf/dotum.ttf baekmuk-ttf-2.2/ttf/gulim.ttf baekmuk-ttf-2.2/ttf/hline.ttf /home/hhdda/.wine/dosdevices/c:/windows/Fonts' returned status 1. Aborting.
------------------------------------------------------


is there a way someone can give a step by step.. iv even tried opening winetricks application and doing it from there and cannot get it to work!
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Help Winetricks Corefonts And others!

Post by dimesio »

zouthe wrote:mv: cannot move `baekmuk-ttf-2.2/ttf/batang.ttf' to `/home/hhdda/.wine/dosdevices/c:/windows/Fonts/batang.ttf': Permission denied
Make sure you have write permission for that directory.
Locked