http://bugs.winehq.org/show_bug.cgi?id=5469
------- Additional Comments From juan_lang(a)yahoo.com 2006-30-06 09:31 -------
The strings are concatenated, so you end up with strings L"\0001\0002" and
L"\0002\0001". They look different, so I'd expect VarBstrCmp to say so too.
Rob claimed CompareStringW returns that the two strings are equal; I'm unable to
verify that. So it looks (to me) like a difference between unicode.org's tables
for certain characters, and Microsoft's, and I'm not sure what to do about it,
since we autogenerate our code page tables from the unicode.org data.
That being said, using VB strings to store abitrary binary data looks a little
unusual to me; certain non-identical byte sequences will end up comparing as
equal in certain locales.
--
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=5568
Summary: toolbar is too wide in js latvija mapping application
Product: Wine
Version: 0.9.16.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P4
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rich(a)hq.vsaa.lv
toolbar has large empty area at the right side
see screenshot here :
http://appdb.winehq.org/appimage.php?id=2846
see console output at bug 5567
--
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=4794
------- Additional Comments From rob(a)codeweavers.com 2006-30-06 08:50 -------
It looks like you're mixing native oleaut32 and builtin oleaut32 somewhere.
Using WINEDLLOVERRIDES="oleaut32=n" wine ./swgbg.exe should fix this.
--
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=5567
Summary: garbled display in js latvija mapping application
Product: Wine
Version: 0.9.16.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rich(a)hq.vsaa.lv
running js latvija gps3 application it's main window contains garbled data.
see screenshot here :
http://appdb.winehq.org/appimage.php?id=2846
attached is console output while application is running - maybe it could give
at least some hints.
--
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=5469
------- Additional Comments From dank(a)kegel.com 2006-30-06 08:42 -------
That's really strange to an outsider... Why don't the strings match in windows?
--
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=5252
------- Additional Comments From rob(a)codeweavers.com 2006-30-06 08:33 -------
This bug should be fixed now. Please retry with latest GIT or CVS
--
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=5451
stefandoesinger(a)gmx.at changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2665 is|0 |1
obsolete| |
------- Additional Comments From stefandoesinger(a)gmx.at 2006-30-06 06:48 -------
Created an attachment (id=2796)
--> (http://bugs.winehq.org/attachment.cgi?id=2796&action=view)
Another updated patch
This patch replaced the 4 byte dib hack, it is the solution I've agreed uppon
with Alexandre. It checks against the systems page size to make sure to have at
least 4 extra bytes available in the last page by adding an extra line if
necessary.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=3692
------- Additional Comments From stefandoesinger(a)gmx.at 2006-30-06 06:43 -------
That is because or dmusic implementation is more or less a stub. You can
either use native dmusic.dll, or disable the music by editing
system/gothic2.ini in the gothic 2 install directory and set MusicEnabled to 0
--
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.