http://bugs.winehq.org/show_bug.cgi?id=2697
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From fenix(a)club-internet.fr 2005-10-03 17:43 -------
*** This bug has been marked as a duplicate of 2680 ***
--
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=176
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |enhancement
Priority|P1 |P3
------- Additional Comments From fenix(a)club-internet.fr 2005-10-03 17:33 -------
Set as enhancement, P3
Regards,
Raphael
--
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=2096
us(a)the-edmeades.demon.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |us(a)the-edmeades.demon.co.uk
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-10-03 17:23 -------
Try grabbing a WINEDEBUG=+bitmap wine programname.exe >log.out 2>&1 log and
see what it shows. The best bet would be to compile from cvs and put a
DebugBreak(); just after the fixme, compile it, wait for it to hit, and it
will drop into the debugger - Then do a bt to see who called who. If its
directly from the application we are stuffed, but if its a wine dll, we can
work backwards as to where this value came from
If size isnt a problem (!) then a +relay,+bitmap trace would be ideal, and
grab the 1000 lines up to and including the fixme, but be warned it will be
massive and slow to get to the fixme.
I dont mind trying to help look into this problem if you are happy to try
various things. I dont have the software to test with so its all guessing :-)
--
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=2095
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-10-03 17:15 -------
I think the deal is to set LDFLAGS="-s -z combreloc" in make.rules (top level,
or hack it directly into eg. dlls/ddraw/tests/Makefile under LDFLAGS for test
purposes). The problem still occurs because winegcc ignores the -z parm and
assumes it doesnt take any parms.
WineGCC would need updating to support -z and an arg, which I think isnt too
bad because -z isnt a valid flag to the compiler, but you would need to check
mingw as well doesnt support a -z on the compile.
--
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=2039
us(a)the-edmeades.demon.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-10-03 16:40 -------
Test pgm appears to work on wine using builtin msvcrt
Before: r = 0.000000, g = 0.000000, b = 0.000000
After : r = 0.000000, g = 0.700000, b = 0.000000
BackgroundColorString is: `0 .7 0`, Return is: 3
--
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=2365
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From fenix(a)club-internet.fr 2005-10-03 16:32 -------
this problems is fixed since d3d9 works begins
if your problems remains, reopen
Regards,
Raphael
--
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=1792
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Component|wine-kernel |wine-directx
Resolution| |FIXED
------- Additional Comments From fenix(a)club-internet.fr 2005-10-03 16:29 -------
I have already corrected that bug
(MaxPayne is a game i used to test for nay of my d3d8 patches)
I you have specifics problems, reopen this report
Regards,
Raphael
--
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=1485
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |lionel.ulmer(a)free.fr
------- Additional Comments From fenix(a)club-internet.fr 2005-10-03 16:22 -------
For you Lionel,
you forgot to handle some render states (d3d8 code can help you)
Regards,
Raphael
--
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=1361
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ivanleo(a)gmail.com
------- Additional Comments From fenix(a)club-internet.fr 2005-10-03 16:12 -------
*** Bug 1670 has been marked as a duplicate of this 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=1670
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From fenix(a)club-internet.fr 2005-10-03 16:12 -------
*** This bug has been marked as a duplicate of 1361 ***
--
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.