http://bugs.winehq.org/show_bug.cgi?id=6577
------- Additional Comments From stefandoesinger(a)gmx.at 2007-09-02 04:57 -------
You can test if the secound regression is caused by incorrect dirtification of
the state, or by (accidental) changes to the loading code. You can tell that
by simply forcing an update of shader constants before each draw, as described
here:
http://wiki.winehq.com/D3DStateManagement, chapter "Debugging".
So basically add the following line dlls/wined3d/drawprim.c, function
drawPrimitive(), after the applying loop after ENTER_GL():
StateTable[STATE_VERTEXSHADERCONSTANT].apply(STATSTATE_VERTEXSHADERCONSTANT,
This->stateBlock);
If you are using the latest git code, and my patches from yesterday are in,
the location changed slightly, from drawprim.c to context.c, and the line
would be
StateTable[STATE_VERTEXSHADERCONSTANT].apply(STATE_VERTEXSHADERCONSTANT,
This->stateBlock, context); . Search for "case CTXUSAGE_DRAWPRIM", and insert
that line after the for loop.
If that fixes the problem, the state is not dirtified correctly. Otherwise,
the code applying the state has a bug.
--
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=7379
------- Additional Comments From formanro(a)ukr.net 2007-09-02 04:45 -------
>> Do you realize that specifying a locale with $LANG=UTF-8 is wrong?
In en_US.UTF-8 it works correctly, but not in ru_RU.UTF-8
--
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=7379
formanro(a)ukr.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform|Other |PC
Version|unspecified |0.9.30.
------- Additional Comments From formanro(a)ukr.net 2007-09-02 04:42 -------
My current Wine version is 0.9.30. I update my wine each two weeks hoping this
bug will solved since ~~ 0.9.10. My distro is Gentoo.
If wine is running in western environment, all music characters and letters,
except of Cyrillic, show correctly. In Cyrillic, russian letters show properly,
but music font symbols after ~~ character #190 show as squares.
This is TrueType fonts (Maestro, Petrucci, EngraverFontSet) from wine dir
c:\windows\fonts. Font-encoding is microsoft-symbol.
--
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=7380
Summary: FoxIT pdf reader does not run, wine crashes
Product: Wine
Version: CVS
Platform: Other
URL: http://www.foxitsoftware.com/pdf/rd_intro.php
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lich(a)math.spbu.ru
Wine crashes while running Foxit PDF reader.
--
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=5040
------- Additional Comments From damjan.jov(a)gmail.com 2007-09-02 04:26 -------
I sent in some patches to get Java 1.4.x working properly, and in the latest
GIT, SimpleDateFormatDemo.java now works with wine's own (builtin) msvcrt.dll.
So try MATLAB on the latest GIT (or wine 0.9.31, when it comes out) without an
override for msvcrt.
--
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=6577
ns03ja(a)brocku.ca changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |stefandoesinger(a)gmx.at,
| |ns03ja(a)brocku.ca
------- Additional Comments From ns03ja(a)brocku.ca 2007-09-02 03:53 -------
As for the second (minor) regression, which is still present in today's git:
8e37fcd266ad0bfd445f09be74b176dc32e72d6e is first bad commit
commit 8e37fcd266ad0bfd445f09be74b176dc32e72d6e
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Sat Jan 6 18:17:27 2007 +0100
wined3d: Move applying shader constants to the state table.
--
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=1598
------- Additional Comments From dmitry(a)codeweavers.com 2007-09-02 03:46 -------
Since the proposed patch has been committed long time ago the bug should be
fixed.
--
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=7105
------- Additional Comments From mikolaj.zalewski(a)gmail.com 2007-09-02 03:35 -------
The dividion by 0 seems to happen in create_cursor in winex11.drv/mouse.c and
the only possible reason is that ptr->bBitsPerPixel is zero. I have no idea why
- this is a standard cursor (hCursorWait = LoadCursorA(0, (LPSTR)IDC_WAIT);
SetCursor(hCursorWait) in comdlg32/filedlg31.c). Could you provide a
WINEDEBUG=+cursor debug trace? It this program available for download?
--
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=5012
fgouget(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |patch
--
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.