-
Notifications
You must be signed in to change notification settings - Fork 39
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
App crashes on IFP devices with Option::unwrap() error in wgpu-core #339
Comments
Hey, I'm looking into this now - it looks like a bug in wgpu, you're right. As for IFP - we don't have anything specific for it, our primary audience right now is just handhelds, but we're more than happy to help with debugging and figuring out anything that's needed to make that work! I'll let you know when I've figured out the wgpu bug. |
I've opened gfx-rs/wgpu#6676 for the panic here, but if I'm correct, you should only really experience it when the application is closing down. If you're not intentionally closing the application, it's likely this is masking the real crash :( |
Hi @Dinnerbone , Thanks for looking into this. Just to clarify, I’m not shutting down the application—I’m simply launching the Activity to load the .swf file. I’ll check the logs for any other events leading up to this issue and let you know if anything unusual pops up. However, Attached the recent log for the error. MainActivity D SWF_FILE_PATH : https://samples.mplayerhq.hu/SWF/test.swf Here is my device detals: Looking forward to hearing back about the wgpu bug. Thanks again for your support! |
We have developed an app that runs successfully on mobile and tablet devices.
However, when we install the APK on Interactive Flat Panel (IFP) devices, the app stops working and crashes.
The error logs indicate a panic in the wgpu-core library.
Environment Details:
Device: Interactive Flat Panel (IFP)
Working Platforms: Mobile, Tablet
wgpu-core Version: 23.0.1
Rust Version: (if applicable)
APK Details:
Target SDK: (e.g., 33)
Minimum SDK: (e.g., 21)
Development Tools: Android Studio Ladybug 2024.2.1 Patch 2
The app crashes on IFP devices with the following error:
ruffle E Handling panic: thread '' panicked at 'called
Option::unwrap()
on aNone
value': /Users/achlesh/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wgpu-core-23.0.1/src/device/resource.rs:185Could someone guide us on resolving this issue?
Thank you for your time and support!
The text was updated successfully, but these errors were encountered: