https://bugs.winehq.org/show_bug.cgi?id=52623
Bug ID: 52623 Summary: Crash of `not_dll` test from `windows-rs` due missing implementation of `winspool.drv.GetSpoolFileHandle` 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 ``` wine: Call from 000000017002D6A8 to unimplemented function winspool.drv.GetSpoolFileHandle, aborting wine: Unimplemented function winspool.drv.GetSpoolFileHandle called at address 000000017002D6A8 (thread 0340), 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://github.com/microsoft/windows-rs/blob/master/crates/tests/not_dll/tes... Steps to reproduce
git clone https://github.com/microsoft/windows-rs.git cd windows-rs git checkout 9965e3c44829d0c86b2d9d2b3c5338376f158bde cd crates/tests/not_dll/ wine cargo test