http://bugs.winehq.org/show_bug.cgi?id=3452
--- Comment #11 from Flo <CaptainSifff(a)gmx.de> 2008-06-14 07:00:06 ---
Yepp, it still crashes with a cvs-wine of today(14.06.08). It crashes in Win95,
Win98 and WinXP Mode.
The Last Output of Wine before winedbg starts is:
fixme:win:EnumDisplayDevicesW ((null),0,0x32f6fc,0x00000000), stub!
fixme:d3d:test_pbo_functionality >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502)
from Loading the PBO test texture
@ directx.c / 3554
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=4065
--- Comment #21 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-06-14 05:37:04 ---
(In reply to comment #20)
> So if apps create Arial font with ANSI_CHARSET, I guess Japanese glyphs will
> display incorrect on Japanese Windows, just like wine; but on Chinese/Korean
> Windows, Chinese/Korean glyphs sure display correct.
Please submit your test (with failing tests commented out) to wine-patches,
then we can decide whether to make them pass under Wine as is, or ignore
(probably broken) behaviour for japanese locale.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=4065
--- Comment #20 from Zhangrong Huang <hzhrong(a)gmail.com> 2008-06-14 05:14:16 ---
(In reply to comment #19)
>
> Probably font linking works differently (or just broken?) when Windows
> is in japanese locale.
>
So if apps create Arial font with ANSI_CHARSET, I guess Japanese glyphs will
display incorrect on Japanese Windows, just like wine; but on Chinese/Korean
Windows, Chinese/Korean glyphs sure display correct.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8025
--- Comment #21 from SeeSharp <nico925(a)hotmail.fr> 2008-06-14 04:59:49 ---
I thought replacing the Power Unit like suggest in Comment #17 would fix the
problem, but you're right it was still there.
However with RC4 + latest ATI driver release (8.5) I managed to play a couple
of at least 1 hour sessions (windowed mode - 1024x768 in Steam, default Windows
XP in wincfg) without crashing. Actually it's the first time I've been able to
run the game more than a couple of minutes, having trying every release of wine
and ATI driver for months (RC3 + fglrx 8.4 was crashing too).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=4065
--- Comment #19 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-06-14 04:58:24 ---
(In reply to comment #18)
> No, Arial doesn't contain any Chinese/Korean glyphs either, but the tests
> passed on Chinese/Korean locale.
Probably font linking works differently (or just broken?) when Windows
is in japanese locale.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=4065
--- Comment #18 from Zhangrong Huang <hzhrong(a)gmail.com> 2008-06-14 04:54:45 ---
(In reply to comment #17)
> /* CP932 Japanese, test on LANG=ja_JP.UTF-8 */
> {932, "Arial", ANSI_CHARSET, 1252, 1252}, /* weird, I'd thought it's 932,
> differs from others asian locale */
> {932, "Arial", DEFAULT_CHARSET, 1252, 1252},
>
> That's because Arial doesn't contain japanese glyphs, once I change Arial
> to "MS UI Gothic" the test above returns 932 (in japanese locale).
>
> That's under XP SP3.
>
No, Arial doesn't contain any Chinese/Korean glyphs either, but the tests
passed on Chinese/Korean locale.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3898
Dmitry Timoshkov <dmitry(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #14 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-06-14 04:52:12 ---
Reported fixed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3898
--- Comment #13 from haarp <liquitsnake(a)gmx.net> 2008-06-14 04:49:12 ---
Yes. It appears to be fixed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5031
--- Comment #17 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2008-06-14 04:46:40 ---
Sergei posted a few times a try to fix this bug here
http://www.winehq.org/pipermail/wine-patches/2008-June/055462.html but
according to julliar it was wrong:
the right way is to make the code deal properly with both formats, not to
allocate and copy the whole cursor just to add a POINT16 to it
Hope that helps anyone to write a proper fix
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=4065
--- Comment #17 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-06-14 04:38:56 ---
/* CP932 Japanese, test on LANG=ja_JP.UTF-8 */
{932, "Arial", ANSI_CHARSET, 1252, 1252}, /* weird, I'd thought it's 932,
differs from others asian locale */
{932, "Arial", DEFAULT_CHARSET, 1252, 1252},
That's because Arial doesn't contain japanese glyphs, once I change Arial
to "MS UI Gothic" the test above returns 932 (in japanese locale).
That's under XP SP3.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.