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

Loading stuck #7

Open
martin-t opened this issue Oct 7, 2021 · 0 comments
Open

Loading stuck #7

martin-t opened this issue Oct 7, 2021 · 0 comments

Comments

@martin-t
Copy link
Contributor

martin-t commented Oct 7, 2021

It's the same bug as in rusty-shooter - linux paths are case sensitive. BTW, it's recommended to use panic = "abort" if you don't wanna deal with threads panicking: https://vorner.github.io/2018/07/22/dont_panic.html

[ERROR]: Unable to load model from "data/models/plasma_rifle/plasma_rifle_item.FBX"! Reason Fbx(FileLoadError(Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })))
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: Some(Fbx(FileLoadError(Io(Os { code: 2, kind: NotFound, message: "No such file or directory" }))))', src/item.rs:134:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant