We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The haptic example causes the application to crash with 0xc0000005 (STATUS_ACCESS_VIOLATION) after event_loop is completed.
event_loop
To Reproduce Steps to reproduce the behavior:
main
fn main() { pasts::block_on(event_loop()); loop { println!("hello world"); std::thread::sleep(std::time::Duration::from_millis(500)); } }
cargo run
MenuR
Expected behavior No crash. It should print "hello world" forever after triggering MenuR.
Desktop:
The text was updated successfully, but these errors were encountered:
@terrybrash Thank you for reporting, I will look into it when I have a chance.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
The haptic example causes the application to crash with 0xc0000005 (STATUS_ACCESS_VIOLATION) after
event_loop
is completed.To Reproduce
Steps to reproduce the behavior:
main
to the following:cargo run
and then trigger theMenuR
event on a connected controller.Expected behavior
No crash. It should print "hello world" forever after triggering
MenuR
.Desktop:
The text was updated successfully, but these errors were encountered: