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

Example canvas_moire fails on Windows #345

Open
myrrlyn opened this issue May 22, 2020 · 0 comments
Open

Example canvas_moire fails on Windows #345

myrrlyn opened this issue May 22, 2020 · 0 comments
Labels

Comments

@myrrlyn
Copy link

myrrlyn commented May 22, 2020

Platform

Windows 10 x64, build 19631.mn_release-200514-1410

Steps

cd examples/canvas_moire
cargo run --release

Behavior

The window appears, with the orbiting circular patterns, as expected. Upon closing the window, it stops moving, and hangs.

This persists until the terminal program is killed with ^c, at which point the following message appears:

surfman: Could not find the NVIDIA and/or AMD GPU selection symbols. Your application may end up using the wrong GPU (discrete vs. integrated). To fix this issue, ensure that you are using the MSVC version of Rust and invoke the `declare_surfman!()` macro at the root of your crate.
error: process didn't exit successfully: `M:\Projects\Rust\pathfinder\target\release\canvas_moire.exe` (exit code: 0xc000013a, STATUS_CONTROL_C_EXIT)

No backtrace is provided, even with the environment set to request it.

I encountered this error while attempting to pursue the fault described in #344.

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

No branches or pull requests

2 participants