-
Notifications
You must be signed in to change notification settings - Fork 53
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
program crashes on Windows #220
Comments
Hi @tigregalis, thanks for taking the time to report this issue. Could you try the steps in this comment and see if they help solve the issue? #202 (comment) |
turtle = {git = "https://github.com/sunjay/turtle", rev = "bf64b8333a2be1914378d8a22a4788947711182b"} that didn't fix it, but latest revision does: turtle = {git = "https://github.com/sunjay/turtle"} however, now I have a crash on exit
|
Glad the latest revision solves that for you. We're running into a bunch of platform specific issues with the libraries we use and that's stopped us from cutting a new release (#183). It looks like the crash you're getting is related to one of those platform specific issues. It's been reported to the pathfinder dependency here: servo/pathfinder#344 It's definitely inconvenient, but it shouldn't actually cause any issues on your computer or with your program. Let me know if you run into anything else! I'm happy to help you get things running. Thanks again for taking the time to report the issue. :) |
My (very simple) program crashes. I'm using Windows 10 version 1909.
Appears to start here: https://docs.piston.rs/piston_window/src/piston_window/lib.rs.html#286
Full backtrace below:
The text was updated successfully, but these errors were encountered: