http://bugs.winehq.org/show_bug.cgi?id=5226
------- Additional Comments From davem(a)mich.com 2007-06-03 15:00 -------
I forgot to note that Eudora Pro v4.2 was working with wine v0.9.9
I upgraded to v0.9.32 and started having this problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5226
------- Additional Comments From davem(a)mich.com 2007-06-03 14:58 -------
Created an attachment (id=5259)
--> (http://bugs.winehq.org/attachment.cgi?id=5259&action=view)
Errors when running Eudora v4.2 and v5.1
"mswmsg" not supported
looks like I am getting:
fixme:rpc:alloc_serverprotoseq protseq "mswmsg" not supported
each time I try to open a mailbox.
Maybe caused by bug 5226?
Same problem using Eudora Pro v4.2 and v5.1
winecfg, app set to run under Win-ME and using built-in libs
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7235
------- Additional Comments From bdonlan(a)gmail.com 2007-06-03 14:57 -------
Note also the different behavior when the locale does not exist:
bd@shion:~$ LC_ALL=ja_JP.SJIS ./testlocale
LC_ALL(6) = (null)
LC_CTYPE(0) = (null)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7235
------- Additional Comments From bdonlan(a)gmail.com 2007-06-03 14:50 -------
Created an attachment (id=5258)
--> (http://bugs.winehq.org/attachment.cgi?id=5258&action=view)
setlocale() test program
I have used the attached test program to verify my C library supports ja_JP:
bd@shion:~$ gcc -o testlocale testlocale.c
bd@shion:~$ ./testlocale
LC_ALL(6) = en_US.UTF-8
LC_CTYPE(0) = en_US.UTF-8
bd@shion:~$ LC_ALL=ja_JP ./testlocale
LC_ALL(6) = ja_JP
LC_CTYPE(0) = ja_JP
Somehow wine is not using setlocale() properly, or clobbering the environment
variables before calling it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7235
------- Additional Comments From bdonlan(a)gmail.com 2007-06-03 14:45 -------
However the locale in question is one which I manually generated. Indeed.
running LC_ALL=ja_JP.UTF-8 vim gets me japanese UI text; as does
LC_ALL=ja_JP.UTF-8 wine notepad in wine 0.9.24. However this is apparently not
supported in wine 0.9.32.
Indeed, running locale -a (Write names of available locales) prints:
bd@shion:~$ locale -a
C
en_AU.utf8
en_BW.utf8
en_CA.utf8
en_DK.utf8
en_GB.utf8
en_HK.utf8
en_IE.utf8
en_IN
en_NZ.utf8
en_PH.utf8
en_SG.utf8
en_US.utf8
en_ZA.utf8
en_ZW.utf8
ja_JP.eucjp
ja_JP.utf8
POSIX
However even matching case exactly with LC_ALL=ja_JP.utf8 wine notepad does not
work in wine 0.9.32.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7651
Summary: Graphics Gale [ Pen/Drawing Tools Draw Larger Area ]
Product: Wine
Version: 0.9.29.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: daniel(a)dattrix.com
Version 1.83. The pen tool selection is just a bunch of white boxes and when you
go to draw anything it uses a ~25x25 box pen no matter what. If somebody can
resolve this I think GraphicsGale is ready for Platinum, and that would be great!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7235
------- Additional Comments From julliard(a)winehq.com 2007-06-03 14:34 -------
It's not really a regression, just a different behavior. Wine used to accept any
random locale string that you threw at it, but it now requires the locale to be
supported by the C library. That's the only way to ensure proper
interoperability between Wine and other Unix libraries.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7235
------- Additional Comments From bdonlan(a)gmail.com 2007-06-03 14:29 -------
ja_JP is supported by my system. Compare:
bd@shion:~$ LC_ALL=ja_JP locale
LANG=en_US.UTF-8
LC_CTYPE="ja_JP"
LC_NUMERIC="ja_JP"
LC_TIME="ja_JP"
LC_COLLATE="ja_JP"
LC_MONETARY="ja_JP"
LC_MESSAGES="ja_JP"
LC_PAPER="ja_JP"
LC_NAME="ja_JP"
LC_ADDRESS="ja_JP"
LC_TELEPHONE="ja_JP"
LC_MEASUREMENT="ja_JP"
LC_IDENTIFICATION="ja_JP"
LC_ALL=ja_JP
bd@shion:~$ LC_ALL=cn_TW locale
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=en_US.UTF-8
LC_CTYPE="cn_TW"
LC_NUMERIC="cn_TW"
LC_TIME="cn_TW"
LC_COLLATE="cn_TW"
LC_MONETARY="cn_TW"
LC_MESSAGES="cn_TW"
LC_PAPER="cn_TW"
LC_NAME="cn_TW"
LC_ADDRESS="cn_TW"
LC_TELEPHONE="cn_TW"
LC_MEASUREMENT="cn_TW"
LC_IDENTIFICATION="cn_TW"
LC_ALL=cn_TW
I will post a log with ja_JP.UTF-8, however please note that this is a
/regression/, and I have narrowed it to a specific patch above.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7620
------- Additional Comments From jcgarbage(a)comcast.net 2007-06-03 14:20 -------
When I repeated the same test with the wine Linux binaries removed from the
path, notepad started up in debug mode with no problem.
I will try to repeat this with the slackware 11 installation used in my first
comment.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.