http://bugs.winehq.org/show_bug.cgi?id=5280
jeremielapuree(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.gamershell.com/do
| |wnload_6784.shtml
--
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=5280
Summary: vertex shader problem in ROME demo
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
The demo of ROME TOTAL WAR fails to start because of a lot of vertex shaders
erreurs. I attached a output console
I use the wine cvs dated of 2006-05-23.
Joaopa
--
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=5278
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2006-23-05 07:59 -------
Created an attachment (id=2505)
--> (http://bugs.winehq.org/attachment.cgi?id=2505&action=view)
Screenshot from windows XP
While running in windows env, "Clipboard" box is drawn with white background,
as it is in Wine _before_ the patch [*] applied.
And in windows env "Explanation" box has a grey background, as it in Wine
_after_ the patch [*] applied.
Though this flip-flop difference may be a different 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=5278
saulius.krasuckas(a)elst.vtu.lt changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hallo(a)michael-kaufmann.ch
Keywords| |regression
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2006-23-05 07:48 -------
Inserting some old code works around the regression:
--- a/dlls/user/edit.c
+++ b/dlls/user/edit.c
@@ -4847,6 +4847,8 @@ static void EDIT_WM_Paint(EDITSTATE *es,
if(es->style & WS_HSCROLL) rc.bottom+=bh;
if(es->style & WS_VSCROLL) rc.right+=bw;
}
+ SelectObject(dc, brush);
+ Rectangle(dc, rc.left, rc.top, rc.right, rc.bottom);
/* Draw the frame. Same code as in nonclient.c */
old_brush = SelectObject(dc, GetSysColorBrush(COLOR_WINDOWFRAME));
--
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=5279
Summary: Wine and OS hang completely when trying to close program
Product: Wine
Version: 0.9.12.
Platform: PC
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ykirill(a)yahoo.com
I downloaded a MCHPStackv2.20.04.01.exe file from Microchip
(http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1489…)
and tried to install it. Everything went fine until i pressed "Done" button.
Computer hang and i wasn't able to do anything. When i restart computer the
files were not copied. I tried several times with the same result.
OS:
FreeBSD mysrv.faberlic.com 6.1-STABLE FreeBSD 6.1-STABLE #0: Mon May 22 15:15:32
MSD 2006 root@mysrv.faberlic.com:/usr/src/sys/i386/compile/MYSRV i386
--
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.