http://bugs.winehq.org/show_bug.cgi?id=23382
Summary: NVIDIA Demo: Cascades requires d3dx10_40.dll Product: Wine Version: 1.2-rc5 Platform: x86-64 URL: http://www.nzone.com/object/nzone_cascades_downloads.h tml OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: directx-d3dx10 AssignedTo: wine-bugs@winehq.org ReportedBy: the.ideals@gmail.com
err:module:import_dll Library d3dx10_40.dll (which is needed by L"C:\Program Files\NVIDIA Corporation\NVIDIA Demos\Cascades\bin\cascades.exe") not found
http://bugs.winehq.org/show_bug.cgi?id=23382
the.ideals@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=23382
--- Comment #1 from the.ideals@gmail.com 2010-08-23 05:43:19 --- With the stub that was committed in 1.3.1, the program now needs D3DX10CreateFontA.
NB: this is not using the accompanying DirectX setup provided with this program.
wine: Call from 0x7b836af2 to unimplemented function d3dx10_43.dll.D3DX10CreateFontA, aborting
http://bugs.winehq.org/show_bug.cgi?id=23382
the.ideals@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|NVIDIA Demo: Cascades |NVIDIA Demo: Cascades needs |requires d3dx10_40.dll |unimplemented function | |d3dx10_43.dll.D3DX10CreateF | |ontA
http://bugs.winehq.org/show_bug.cgi?id=23382
--- Comment #2 from the.ideals@gmail.com 2010-09-10 01:14:03 CDT --- D3DX10CreateFont Function http://msdn.microsoft.com/en-us/library/bb172664%28VS.85%29.aspx D3DXCreateFont Function http://msdn.microsoft.com/en-us/library/bb172773%28VS.85%29.aspx
The only thing that should need to be done is use the d3dx9_36 implementation of D3DXCreateFont and change the syntax names to implement the function in d3dx10_43?
Can this method be done for other functions where the only change is the syntax names?
http://bugs.winehq.org/show_bug.cgi?id=23382
--- Comment #3 from Austin English austinenglish@gmail.com 2011-02-07 20:03:46 CST --- Also affects Battle for Freedom: http://www.demonews.de/download.php?id=2039&st=19600
http://bugs.winehq.org/show_bug.cgi?id=23382
Xavier Vachon xvachon@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xvachon@gmail.com
--- Comment #4 from Xavier Vachon xvachon@gmail.com 2011-05-14 15:20:04 CDT --- In git the function is still a stub (1.3.20)
/dlls/d3dx10_40/d3dx10_40.spec, line 33 -- @ stdcall D3DX10CreateFontA(ptr long long long long long long long long long str ptr) d3dx10_43.D3DX10CreateFontA /dlls/d3dx10_33/d3dx10_33.spec, line 31 -- @ stdcall D3DX10CreateFontA(ptr long long long long long long long long long str ptr) d3dx10_43.D3DX10CreateFontA /dlls/d3dx10_36/d3dx10_36.spec, line 33 -- @ stdcall D3DX10CreateFontA(ptr long long long long long long long long long str ptr) d3dx10_43.D3DX10CreateFontA /dlls/d3dx10_41/d3dx10_41.spec, line 33 -- @ stdcall D3DX10CreateFontA(ptr long long long long long long long long long str ptr) d3dx10_43.D3DX10CreateFontA /dlls/d3dx10_34/d3dx10_34.spec, line 31 -- @ stdcall D3DX10CreateFontA(ptr long long long long long long long long long str ptr) d3dx10_43.D3DX10CreateFontA /dlls/d3dx10_39/d3dx10_39.spec, line 34 -- @ stdcall D3DX10CreateFontA(ptr long long long long long long long long long str ptr) d3dx10_43.D3DX10CreateFontA /dlls/d3dx10_37/d3dx10_37.spec, line 35 -- @ stdcall D3DX10CreateFontA(ptr long long long long long long long long long str ptr) d3dx10_43.D3DX10CreateFontA /dlls/d3dx10_42/d3dx10_42.spec, line 33 -- @ stdcall D3DX10CreateFontA(ptr long long long long long long long long long str ptr) d3dx10_43.D3DX10CreateFontA /dlls/d3dx10_35/d3dx10_35.spec, line 33 -- @ stdcall D3DX10CreateFontA(ptr long long long long long long long long long str ptr) d3dx10_43.D3DX10CreateFontA /dlls/d3dx10_43/d3dx10_43.spec, line 33 -- @ stub D3DX10CreateFontA(ptr long long long long long long long long long str ptr) /dlls/d3dx10_38/d3dx10_38.spec, line 34 -- @ stdcall D3DX10CreateFontA(ptr long long long long long long long long long str ptr) d3dx10_43.D3DX10CreateFontA
http://bugs.winehq.org/show_bug.cgi?id=23382
Jay jaynobyl@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jaynobyl@gmx.de
http://bugs.winehq.org/show_bug.cgi?id=23382
--- Comment #5 from Austin English austinenglish@gmail.com 2013-07-09 21:01:23 CDT --- *** Bug 23929 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=23382
Frédéric Delanoy frederic.delanoy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.nzone.com/object |http://international.downlo |/nzone_cascades_downloads.h |ad.nvidia.com/downloads/coo |tml |l_stuff/demos/nzd_CascadesS | |etup_1.2.exe CC| |frederic.delanoy@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=23382
--- Comment #6 from Frédéric Delanoy frederic.delanoy@gmail.com --- Still in wine-1.7.16.
As a general rule though, seeing comment 1, please do not recycle bugs. New issues deserve new bugs.
https://bugs.winehq.org/show_bug.cgi?id=23382
Teras teras@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |teras@luukku.com
--- Comment #7 from Teras teras@luukku.com --- Unchanged code 1.7.36
https://bugs.winehq.org/show_bug.cgi?id=23382
Andrey Gusev andrey.goosev@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1
--- Comment #8 from Andrey Gusev andrey.goosev@gmail.com --- Confirming.
wine-1.7.55-38-g19eaed6
https://bugs.winehq.org/show_bug.cgi?id=23382
--- Comment #9 from Frédéric Delanoy frederic.delanoy@gmail.com --- Still in wine-1.9.0
https://bugs.winehq.org/show_bug.cgi?id=23382
Sergey Isakov isakov-sl@bk.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |isakov-sl@bk.ru
--- Comment #10 from Sergey Isakov isakov-sl@bk.ru --- Tested NVIDIA Demo: Cascades. I have no messages about CreateFont but I have more complex trouble ~~~~ fixme:d3d10:D3D10ReflectShader data 0x9d3b10, data_size 988, reflector 0x33e2a8 stub! fixme:d3d10:d3d10_shader_reflection_GetDesc iface 0x2c91a50, desc 0x33e234 stub! fixme:d3d10:d3d10_shader_reflection_GetConstantBufferByIndex iface 0x2c91a50, index 0 stub! wine: Unhandled page fault on read access to 0x00000000 at address 0x4b24e2 (thread 003d), starting debugger... ~~~
https://bugs.winehq.org/show_bug.cgi?id=23382
--- Comment #11 from Frédéric Delanoy frederic.delanoy@gmail.com --- Still in wine-2.5-52-g8b1737c0fd
https://bugs.winehq.org/show_bug.cgi?id=23382
Zhiyi Zhang zzhang@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |zzhang@codeweavers.com
--- Comment #12 from Zhiyi Zhang zzhang@codeweavers.com --- Still in wine-3.3-88-g813ab925ab
https://bugs.winehq.org/show_bug.cgi?id=23382
Sveinar Søpler cybermax@dexter.no changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |cybermax@dexter.no
--- Comment #13 from Sveinar Søpler cybermax@dexter.no --- Still present with wine-3.6
https://bugs.winehq.org/show_bug.cgi?id=23382
tokktokk fdsfgs@krutt.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fdsfgs@krutt.org
https://bugs.winehq.org/show_bug.cgi?id=23382
Anya animegirl@stronzi.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |animegirl@stronzi.org
https://bugs.winehq.org/show_bug.cgi?id=23382
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|directx-d3dx10 |directx-d3d-util
https://bugs.winehq.org/show_bug.cgi?id=23382
Andrey Gusev andrey.goosev@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://international.downlo |https://international.downl |ad.nvidia.com/downloads/coo |oad.nvidia.com/downloads/co |l_stuff/demos/nzd_CascadesS |ol_stuff/demos/nzd_Cascades |etup_1.2.exe |Setup_1.2.exe CC| |andrey.goosev@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=23382
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|NVIDIA Demo: Cascades needs |NVIDIA Demo: Cascades |unimplemented function |crashes on unimplemented |d3dx10_43.dll.D3DX10CreateF |function |ontA |d3dx10_43.dll.D3DX10CreateF | |ontA
https://bugs.winehq.org/show_bug.cgi?id=23382
Andrey Gusev andrey.goosev@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED Fixed by SHA1| |6177af8b1e137150d9f3d7d99f6 | |18c50c4015403
--- Comment #14 from Andrey Gusev andrey.goosev@gmail.com --- Fixed by https://source.winehq.org/git/wine.git/commit/6177af8b1e137150d9f3d7d99f618c...
https://bugs.winehq.org/show_bug.cgi?id=23382
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #15 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 6.16.