Problem with japanese programs

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
User avatar
kaeza
Level 2
Level 2
Posts: 14
Joined: Fri Dec 02, 2011 12:11 am

Problem with japanese programs

Post by kaeza »

Hello.
I have a tiny problem.
I am running Character Maker (a japanese painting program aimed mainly for RPG Maker and the like).
Now on Windows, it used the default system font, but when I run it under Wine it uses an ugly handwriting font.
Is there a way to fix this problem?
It also happens with several programs which were originally in japanese (such as Melody Raiser [from the same author] and PSX Multi Converter [A program to play music videos and view images from Playstation CDs]).
perryh

Problem with japanese programs

Post by perryh »

"kaeza" <[email protected]> wrote:
I am running Character Maker (a japanese painting program aimed
mainly for RPG Maker and the like).
Now on Windows, it used the default system font, but when I run
it under Wine it uses an ugly handwriting font.
Is there a way to fix this problem?
It also happens with several programs which were originally in
japanese (such as Melody Raiser [from the same author] and PSX
Multi Converter [A program to play music videos and view images
from Playstation CDs]).
"winetricks allfonts" might help.
Cloudef
Level 4
Level 4
Posts: 138
Joined: Wed Mar 18, 2009 3:10 pm

Post by Cloudef »

LC_LANG=ja_JP.utf8 wine program.exe
or LC_ALL=ja_JP.utf8 wine program.exe

Make sure you have the locale installed.
You might also need some Japanese fonts installed in wine.
User avatar
kaeza
Level 2
Level 2
Posts: 14
Joined: Fri Dec 02, 2011 12:11 am

Post by kaeza »

What I really want is to make Wine have the Windows behavior of using the System font for the program. How can I do that?
User avatar
kaeza
Level 2
Level 2
Posts: 14
Joined: Fri Dec 02, 2011 12:11 am

Post by kaeza »

ok now trying "winetricks allfonts"... hope it works
User avatar
kaeza
Level 2
Level 2
Posts: 14
Joined: Fri Dec 02, 2011 12:11 am

Post by kaeza »

uhhh... I forgot to specify, but the programs that I'm talking about were translated unofficially (by a hacker) and are in english, but it seems it still searchs for the jap fonts for the dialogs/windows.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

kaeza wrote:What I really want is to make Wine have the Windows behavior of using the System font for the program. How can I do that?
You really don't want to do that. Wine's system fonts doesn't have all glyphs in it.

What you need is a set of Japanese fonts installed in your system. And tel Wine to use those font's as font replacements. Google for how exactly do font substitutes in Wine for Japanese fonts.
User avatar
kaeza
Level 2
Level 2
Posts: 14
Joined: Fri Dec 02, 2011 12:11 am

Post by kaeza »

Ok, I got a workaround (I think).
I just symlinked all the fonts from my windows installation to the Wine fonts dir and now it works.
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

Problem with japanese programs

Post by jjmckenzie »

On Mon, Dec 5, 2011 at 10:24 PM, kaeza <[email protected]> wrote:
Ok, I got a workaround (I think).
I just symlinked all the fonts from my windows installation to the Wine fonts dir and now it works.
Might be better to copy them. Do not overwrite the font files
installed by winetricks.

James
User avatar
kaeza
Level 2
Level 2
Posts: 14
Joined: Fri Dec 02, 2011 12:11 am

Post by kaeza »

Okay. Now that I got Wine working, I think I'll just ditch my Windows install and use Linux for everything.
For the few programs that can't/don't want to find a Linux alternative, I'll just use Wine.
Locked