-
Notifications
You must be signed in to change notification settings - Fork 12
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
Panic at startup #47
Comments
same issue, did you figure it out? |
No, I gave up, the project seems to be abandoned, though. |
yeah I haven't touched anything here in ages. The wgpu version used is beyond ancient and there's too many things I'd do differently nowadays |
@Wumpf just watched your awesome presentation on the rust game dev youtube channel https://youtu.be/Yzr9va5UtiE?si=q_XSB5LV_G1fawa7 Really curious about how you would approach this nowadays! Cheers :) |
@jmatsushita thank you :) Hmm where to start.... it's been so long ago, but here's a few things off the top of my head:
|
Software version:
3f5be1e
Issue:
Panic at startup (executing in release mode) with the following error:
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Decoding(DecodingError { format: Exact(Hdr), underlying: Some(RadianceHdrSignatureInvalid) })', src/renderer/background.rs:110:68
In debug mode I have this different error:
System details:
OS: Arch Linux 64 bit (Kernel 5.18.16)
GCC: 12.1.1
Windows manager: i3
Hardware: NUC8I5BEH2
Rust: 1.62.1
The text was updated successfully, but these errors were encountered: