http://bugs.winehq.org/show_bug.cgi?id=5246
Summary: It is missing Specular Lighting in ddraw.
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
A lot of old game using DIRECTX7 or below need specular lighting (see bug 3879
or bug 4554 or The Longest Journey game.
I see that Specular lighting is implemented in WINED3D code. Does someone forsee
to implement it for ddraw?
A lot of game could be very playable, then.
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=5145
------- Additional Comments From realill(a)gmail.com 2006-15-05 11:33 -------
Ok
Value of (Default) parameter is "XML Dom Document"
And there is InProcServer32 subfolder with msxml3.dll (Default) value.
--
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=5220
b.buschinski(a)web.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From b.buschinski(a)web.de 2006-15-05 11:01 -------
hm...
I dont know where the problem was
I have already wine 0.9.13 and it crash
but after I compiled and installed wine 0.9.13 again
the problem disappeared
--
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=5133
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2006-15-05 10:55 -------
* Jon Rosen writes:
| err:msvcrt:MSVCRTD_operator_new_dbg Not allowed nBlockUse value: 2
This is about allocation of _CRT_BLOCK type of a block on a heap:
$ grep -i block.*2 include/msvcrt/crtdbg.h
| #define _CRT_BLOCK 2
And this is written by [1]:
| An allocation must never allocate, reallocate, or free any block of CRT type.
I guess this is a typo and MSDN guys meant "An application" here. So it would
be nice to see, what is calling this operator.
Can anyone, please, try running app with
WINEDLLOVERRIDS="msvcrtd=b;dinput=n" WINEDEBUG=+msvcrt,+relay
set and attaching tail of the log to this bug report? (lets say ~1000 lines
before the crash)
If this is called from the app, we'll need to make some tests on Windows and to
implement missing functionality to conform new tests, IMO.
[1] http://msdn2.microsoft.com/en-us/library/xk1akxc4.aspx
--
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=3687
------- Additional Comments From jeremielapuree(a)yahoo.fr 2006-15-05 09:39 -------
With cvs dated of 2006-05-15 no progress. But a ew output console.
Joaopa
--
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=5233
------- Additional Comments From killertux(a)suomi24.fi 2006-15-05 09:36 -------
I just checked latest Wine from GIT.
Regressions seem to be gone at lest next installers but I do not know if there
is any new regressions.
Empire Earth
Star Wars: Jedi Knight II - Jedi Outcast
--
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=5233
------- Additional Comments From huw(a)codeweavers.com 2006-15-05 08:47 -------
Patch committed. If you could track down the patch responsible for the other
regressions that would be very useful.
--
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.