[Bug 23382] New: NVIDIA Demo: Cascades requires d3dx10_40.dll
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(a)winehq.org ReportedBy: the.ideals(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23382 the.ideals(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23382 --- Comment #1 from the.ideals(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23382 the.ideals(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23382 --- Comment #2 from the.ideals(a)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? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23382 --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2011-02-07 20:03:46 CST --- Also affects Battle for Freedom: http://www.demonews.de/download.php?id=2039&st=19600 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23382 Xavier Vachon <xvachon(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xvachon(a)gmail.com --- Comment #4 from Xavier Vachon <xvachon(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23382 Jay <jaynobyl(a)gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jaynobyl(a)gmx.de -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23382 --- Comment #5 from Austin English <austinenglish(a)gmail.com> 2013-07-09 21:01:23 CDT --- *** Bug 23929 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23382 Frédéric Delanoy <frederic.delanoy(a)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(a)gmail.com -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23382 --- Comment #6 from Frédéric Delanoy <frederic.delanoy(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=23382 Teras <teras(a)luukku.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |teras(a)luukku.com --- Comment #7 from Teras <teras(a)luukku.com> --- Unchanged code 1.7.36 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=23382 Andrey Gusev <andrey.goosev(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #8 from Andrey Gusev <andrey.goosev(a)gmail.com> --- Confirming. wine-1.7.55-38-g19eaed6 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=23382 --- Comment #9 from Frédéric Delanoy <frederic.delanoy(a)gmail.com> --- Still in wine-1.9.0 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=23382 Sergey Isakov <isakov-sl(a)bk.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |isakov-sl(a)bk.ru --- Comment #10 from Sergey Isakov <isakov-sl(a)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... ~~~ -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=23382 --- Comment #11 from Frédéric Delanoy <frederic.delanoy(a)gmail.com> --- Still in wine-2.5-52-g8b1737c0fd -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=23382 Zhiyi Zhang <zzhang(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zzhang(a)codeweavers.com --- Comment #12 from Zhiyi Zhang <zzhang(a)codeweavers.com> --- Still in wine-3.3-88-g813ab925ab -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=23382 Sveinar Søpler <cybermax(a)dexter.no> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cybermax(a)dexter.no --- Comment #13 from Sveinar Søpler <cybermax(a)dexter.no> --- Still present with wine-3.6 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=23382 tokktokk <fdsfgs(a)krutt.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fdsfgs(a)krutt.org -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=23382 Anya <animegirl(a)stronzi.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |animegirl(a)stronzi.org -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=23382 Zebediah Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|directx-d3dx10 |directx-d3d-util -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=23382 Andrey Gusev <andrey.goosev(a)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(a)gmail.com -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=23382 Gijs Vermeulen <gijsvrm(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=23382 Andrey Gusev <andrey.goosev(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED Fixed by SHA1| |6177af8b1e137150d9f3d7d99f6 | |18c50c4015403 --- Comment #14 from Andrey Gusev <andrey.goosev(a)gmail.com> --- Fixed by https://source.winehq.org/git/wine.git/commit/6177af8b1e137150d9f3d7d99f618c... -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=23382 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #15 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 6.16. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla