Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

windows->event_loop->subclass_event_target_window throws exception on Windows 7 x86 #990

Open
kingyang opened this issue Oct 21, 2024 · 0 comments

Comments

@kingyang
Copy link

Describe the bug
windows->event_loop->subclass_event_target_window throws exception on Windows 7 x86

Steps To Reproduce
cargo build --release --example window
run window.exe on Windows 7 x86
Expected behavior
A clear and concise description of what you expected to happen.

Platform and Versions (please complete the following information):
OS: Windows 7 sp1 x86
Rustc: 1.77.2-i686-pc-windows-msvc

RUST_BACKTRACE=1 ./window.exe
thread 'main' panicked at ...\tao-dev\src\platform_impl\windows\event_loop.rs:721:5:
assertion failed: subclass_result.as_bool()
stack backtrace:
note: Some details are omitted, run with RUST_BACKTRACE=full for a verbose backtrace.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant