http://bugs.winehq.org/show_bug.cgi?id=3992
winebugzilla(a)sun.consumer.org.il changed:
What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn| |7150
--
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=609
winebugzilla(a)sun.consumer.org.il changed:
What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn| |7150
--
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=7150
Summary: Implement Arabic shaping
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugzilla(a)sun.consumer.org.il
OtherBugsDependingO 609,3992
nThis:
In arabic, the actual shape of the letter depends on the context of the letter
in the word. Wine needs to account for this context and render the letter
accordingly.
--
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=3992
winebugzilla(a)sun.consumer.org.il changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |1425
nThis| |
------- Additional Comments From winebugzilla(a)sun.consumer.org.il 2007-11-01 15:45 -------
The shaping part of this bug has a (temporary) patch waiting commit. The rest of
the bug is tightly related to bug #1425, but I'm not sure if it's tightly enough
to declare this a duplicate of 1425 or not.
The core problem is related to an optimization done to the edit control that
causes it to only redraw the parts it think were affected. As the edit contol is
unaware of BiDi, it always redraws the rightmost part, which is the wrong part
to redraw in case of RTL languages.
The Windows Edit control redraws the entire affected line. This used to be the
case for Wine several years ago, but was "optimized" to the current behaviour
due to the flicker that the original approach caused, posibly due to our drawing
code not being as opimized as the Windows part at the time.
As a quick solution to this problem we can restore the "repaint whole line"
behaviour if the line has any RTL sequences in it.
I'm looking for a sponsor who will help me commit time to BiDi on Wine, and a
rewritten Edit control is, probably, the biggest job on that task list.
Shachar
--
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=6722
zyrom(a)itr.no changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|FIXED |
------- Additional Comments From zyrom(a)itr.no 2007-11-01 15:36 -------
The patch by Eric Pouech does fix copy but not move, the exact same 2 line
patch has to be done in WCMD_move.
--
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=7149
ben(a)atomnet.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From ben(a)atomnet.co.uk 2007-11-01 15:10 -------
This is an issue with the nVidia 8778 drivers. Forgot I was using them.
--
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=7149
Summary: Morrowind is "unstable"
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ben(a)atomnet.co.uk
Not sure how else to put this. Patches lately seem to have made it really
unstable. First time it crashed the moment I left the ship interior (the moment
I should have appeared outside). Second time it crashed after a few seconds of
walking around outside. Third time it crashed outside when I brought up the
options and selected "Video".
Page fault numbers seen so far have been 5, 9 and 15.
No idea where to start with this one.
--
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=3236
------- Additional Comments From warrenhead(a)gmail.com 2007-11-01 14:41 -------
If only it were that easy :-)
Warhammer Dawn of War officially supports: win98,win2000.winxp,win2003
As wine defaults to win2000, there should be no problem. I still tried all
versions though, with the aid of winecfg and also by adding AutoPlay.exe to the
known app list (within winecfg).
But, I read in another thread here that the windowmanager should be off, and
that cured something. I now see a window welcoming me to the installation, on
which I can press 'Next'. When I do so I get a big list of debug output,
starting with: (total info in new attachment)
fixme:msi:ACTION_CustomAction UNHANDLED ACTION TYPE 6 (L"WiseDlgSequence"
L"WiseNextDlg")
wine: Unhandled page fault on read access to 0x00000b14 at address 0x7ee27080
(thread 0010), starting debugger...
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image C:\windows\system32\msiexec.exe
Unhandled exception: page fault on read access to 0x00000b14 in 32-bit code
(0x7ee27080).
--
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.