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