[Bug 52623] New: Crash of `not_dll` test from `windows-rs` due missing implementation of `winspool.drv.GetSpoolFileHandle`
WineHQ Bugzilla
wine-bugs at winehq.org
Thu Mar 3 13:54:58 CST 2022
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 at winehq.org
Reporter: mikrutrafal at 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/tests/sys.rs
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
--
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.
More information about the wine-bugs
mailing list