http://bugs.winehq.org/show_bug.cgi?id=34118
Bug #: 34118 Summary: Need for Speed: Carbon demo wrong rendering without native d3dx9_36 Product: Wine Version: 1.6 Platform: x86 URL: http://www.fileplanet.com/169683/160000/fileinfo/Need- for-Speed-Carbon-Demo OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: directx-d3dx9 AssignedTo: wine-bugs@winehq.org ReportedBy: andrey.goosev@gmail.com CC: andrey.goosev@gmail.com, wine-bugs@winehq.org Classification: Unclassified
Created attachment 45367 --> http://bugs.winehq.org/attachment.cgi?id=45367 +d3dx
Without it, I'm got a squares instead of text and graphics in menus.
http://bugs.winehq.org/show_bug.cgi?id=34118
Andrey Gusev andrey.goosev@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=34118
Christian Costa titan.costa@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |titan.costa@gmail.com
--- Comment #1 from Christian Costa titan.costa@gmail.com 2013-07-23 12:21:23 CDT --- Could attach the log without +d3dx to see the fixme? Could you also attach a screenshot too?
http://bugs.winehq.org/show_bug.cgi?id=34118
--- Comment #2 from Andrey Gusev andrey.goosev@gmail.com 2013-07-23 14:27:56 CDT --- Created attachment 45369 --> http://bugs.winehq.org/attachment.cgi?id=45369 log
http://bugs.winehq.org/show_bug.cgi?id=34118
--- Comment #3 from Andrey Gusev andrey.goosev@gmail.com 2013-07-23 14:28:34 CDT --- Created attachment 45370 --> http://bugs.winehq.org/attachment.cgi?id=45370 screenshot
http://bugs.winehq.org/show_bug.cgi?id=34118
--- Comment #4 from Andrey Gusev andrey.goosev@gmail.com 2013-07-23 14:28:55 CDT --- Created attachment 45371 --> http://bugs.winehq.org/attachment.cgi?id=45371 screenshot 2
http://bugs.winehq.org/show_bug.cgi?id=34118
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|wine-bugs@winehq.org |
http://bugs.winehq.org/show_bug.cgi?id=34118
--- Comment #5 from Rico kgbricola@web.de 2013-09-14 13:14:58 CDT --- Created attachment 45956 --> http://bugs.winehq.org/attachment.cgi?id=45956 clamp regcount for D3DXPC_MATRIX_COLUMNS.
After some discussion and debugging, the result is the following:
The issue is that currently the regcount in the ID3DXConstantTable is not clamped for D3DXPC_MATRIX_COLUMNS. Thus some values for the next shader variable may be overwritten in some cases.
The patch as is works, but it needs a nice test case...
http://bugs.winehq.org/show_bug.cgi?id=34118
--- Comment #6 from Rico kgbricola@web.de 2013-09-14 13:16:19 CDT --- No no no, this was the wrong bug, sorry ....
http://bugs.winehq.org/show_bug.cgi?id=34118
Rico kgbricola@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #45956|0 |1 is obsolete| |
http://bugs.winehq.org/show_bug.cgi?id=34118
--- Comment #7 from Andrey Gusev andrey.goosev@gmail.com 2013-10-16 12:03:34 CDT --- Still in 1.7.4
http://bugs.winehq.org/show_bug.cgi?id=34118
--- Comment #8 from Andrey Gusev andrey.goosev@gmail.com --- Still in 1.7.13
fixme:d3dx:ID3DXEffectImpl_CommitChanges (0x1a21e0)->(): stub
http://bugs.winehq.org/show_bug.cgi?id=34118
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW URL|http://www.fileplanet.com/1 |http://megagames.com/downlo |69683/160000/fileinfo/Need- |ad/252604/0 |for-Speed-Carbon-Demo | CC| |focht@gmx.net Summary|Need for Speed: Carbon demo |Need for Speed: Carbon demo |wrong rendering without |renders text and graphics |native d3dx9_36 |wrong without native | |d3dx9_36 (needs | |ID3DXEffect::CommitChanges | |method implementation) Ever confirmed|0 |1
--- Comment #9 from Anastasius Focht focht@gmx.net --- Hello folks,
confirming, still present. Refining summary to target the noisy ID3DXEffect::CommitChanges stub.
Source: http://source.winehq.org/git/wine.git/blob/e1a845c2139064f0b8bf7cd5e78e2ccd6...
--- snip --- 3196 static HRESULT WINAPI ID3DXEffectImpl_CommitChanges(ID3DXEffect* iface) 3197 { 3198 struct ID3DXEffectImpl *This = impl_from_ID3DXEffect(iface); 3199 3200 FIXME("(%p)->(): stub\n", This); 3201 3202 return E_NOTIMPL; 3203 } --- snip ---
$ sha1sum nfs_carbon_demo_eu.exe 76b1aafbe913dcf7a9130d87b24febed44fed632 nfs_carbon_demo_eu.exe
$ du -sh nfs_carbon_demo_eu.exe 651M nfs_carbon_demo_eu.exe
$ wine --version wine-1.7.13-27-ge610713
Regards
http://bugs.winehq.org/show_bug.cgi?id=34118
Jarkko K jarkko_korpi@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jarkko_korpi@hotmail.com
--- Comment #10 from Jarkko K jarkko_korpi@hotmail.com --- The code is still unchanged in wine 1.7.15
But this might not be so hard to make.
http://msdn.microsoft.com/en-us/library/windows/desktop/bb206299%28v=vs.85%2...
http://msdn.microsoft.com/en-us/library/windows/desktop/bb205788%28v=vs.85%2...
http://bugs.winehq.org/show_bug.cgi?id=34118
hanska2@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hanska2@luukku.com
--- Comment #11 from hanska2@luukku.com --- I just installed the demo and I don't have such issue. Those fonts are fine for me.
But the game is missing some textures. Also it spams a lot force feedback errors.
wine 1.7.22
https://bugs.winehq.org/show_bug.cgi?id=34118
Andrey Gusev andrey.goosev@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://megagames.com/downlo |http://download.chip.eu/en/ |ad/252604/0 |Demo-Need-for-Speed-Carbon_ | |103234.html
--- Comment #12 from Andrey Gusev andrey.goosev@gmail.com --- Still in 1.7.35 Added a new fastest download mirror.
https://bugs.winehq.org/show_bug.cgi?id=34118
mrdeathjr28@yahoo.es changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mrdeathjr28@yahoo.es
--- Comment #13 from mrdeathjr28@yahoo.es --- In my case works without overrides
https://www.youtube.com/watch?v=3Qut0KjF48E
specs machine stay on video comments
https://bugs.winehq.org/show_bug.cgi?id=34118
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |andrew.millington@gmail.com
--- Comment #14 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- *** Bug 32219 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=34118
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |leslie_alistair@hotmail.com Summary|Need for Speed: Carbon demo |Multiples games require |renders text and graphics |ID3DXEffect::CommitChanges |wrong without native |method to be implementation |d3dx9_36 (needs |for rendering of text and |ID3DXEffect::CommitChanges |graphics (Need for Speed: |method implementation) |Carbon demo, Purge)
https://bugs.winehq.org/show_bug.cgi?id=34118
Matteo Bruni matteo.mystral@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Multiples games require |Multiple games require |ID3DXEffect::CommitChanges |ID3DXEffect BeginPass / |method to be implementation |CommitChanges (Need for |for rendering of text and |Speed: Carbon demo, Purge) |graphics (Need for Speed: | |Carbon demo, Purge) |
https://bugs.winehq.org/show_bug.cgi?id=34118
Matteo Bruni matteo.mystral@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE
--- Comment #15 from Matteo Bruni matteo.mystral@gmail.com --- Actually, let's resolve this one as duplicate.
*** This bug has been marked as a duplicate of bug 25857 ***
https://bugs.winehq.org/show_bug.cgi?id=34118
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #16 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Closing Duplicate