https://bugs.winehq.org/show_bug.cgi?id=52622
Bug ID: 52622 Summary: Crash of `lib` test from `windows-rs` due missing implementation of `d3dcompiler_47.dll.D3DCreateLinker` Product: Wine Version: 7.2 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: mikrutrafal@protonmail.com Distribution: ---
This test pass on Windows 10
Failures ``` running 1 test test test ... FAILED
failures:
---- test stdout ---- wine: Call from 000000007B0123DE to unimplemented function d3dcompiler_47.dll.D3DCreateLinker, aborting wine: Unimplemented function d3dcompiler_47.dll.D3DCreateLinker called at address 000000007B0123DE (thread 0130), starting debugger... ```
Rust for Windows can be installed via https://forge.rust-lang.org/infra/other-installation-methods.html or directly https://static.rust-lang.org/dist/rust-1.59.0-x86_64-pc-windows-gnu.msi
https://raw.githubusercontent.com/microsoft/windows-rs/master/crates/tests/l... Steps to reproduce
git clone https://github.com/microsoft/windows-rs.git cd windows-rs git checkout 9965e3c44829d0c86b2d9d2b3c5338376f158bde cd crates/tests/lib/ wine cargo test
https://bugs.winehq.org/show_bug.cgi?id=52622
Neko-san nekoNexus@protonmail.ch changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nekoNexus@protonmail.ch
https://bugs.winehq.org/show_bug.cgi?id=52622
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |d3d-util
https://bugs.winehq.org/show_bug.cgi?id=52622
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://static.rust-lang.or | |g/dist/rust-1.59.0-x86_64-p | |c-windows-gnu.msi Summary|Crash of `lib` test from |windows-rs 'lib' test |`windows-rs` due missing |crashes on unimplemented |implementation of |function |`d3dcompiler_47.dll.D3DCrea |d3dcompiler_47.dll.D3DCreat |teLinker` |eLinker Keywords| |download, source
https://bugs.winehq.org/show_bug.cgi?id=52622
Vijay Kamuju infyquest@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |infyquest@gmail.com Fixed by SHA1| |3719aed1f95570aaed26a4bdc5b | |57939c9fb9d39 Status|UNCONFIRMED |RESOLVED
--- Comment #1 from Vijay Kamuju infyquest@gmail.com --- A stub implemented, the test should not crash now.
https://source.winehq.org/git/wine.git/commit/3719aed1f95570aaed26a4bdc5b579...
https://bugs.winehq.org/show_bug.cgi?id=52622
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 9.5.
https://bugs.winehq.org/show_bug.cgi?id=52622
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |9.0.x