wine set locale
Tony Pursell
ajp at princeswalk.fsnet.co.uk
Thu Jun 2 17:49:33 UTC 2011
On Thu, 2011-06-02 at 17:42 +0200, Franz Waldmüller wrote:
> hi,
>
> I want to run a windows application "dvdstyler" with wine.
> Reason is that I am on ubuntu 10.04 and the dvd styler version has a bug
> when creating 16:9 DVDs. Upgrading to a new ubuntu version, and
> installing the package from maverick will cause problems with a long
> list of dependencies.
>
> I installed the dvdstyler package with wine without any problems. But
> when launching wine I cannot use german umlaut charcters.
> The following output is shown on the terminal when launching dvdstyler:
>
> $ wine .wine/drive_c/Programme/DVDStyler/bin/DVDStyler.exe
> fixme:msvcrt:MSVCRT__wsetlocale 0 L"German_Germany.1252"
> fixme:msvcrt:MSVCRT__wsetlocale 0 L"English_United States.1252"
> fixme:gdi:ExtCreatePen Hatches not implemented
>
> Has anybody an idea how I can instruct to launch this application with a
> correct locale? Germany in the above output looks ok but why is
> "English_United States.1252" displayes as well?
>
> Thanks for your help!
> Franz
>
'fixme's are just stubs in the code for uncoded features. I.e. they
don't work in wine. They might be coded in a later wine version. Where
did you get your version? From the Ubuntu repositories or the PPA. The
PPA has more up to date versions. Alternatively, you can use the MS
msvcrt.dll and tell Wine to use it for this app.
But are you sure that this is the cause of your problem?
You may get some better advice from the Wine site
http://www.winehq.org/
They have been very helpful to me in the past.
Tony
More information about the ubuntu-users
mailing list