Replies: 1 comment 1 reply
-
I think I've got it. It's in a blurb on the documentation page, that I've read dozens of times, and yet I only spot this right after posting.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've got this situation:
Now if I make a minimal example of this, it seems to do fine all the time. However in my real app, whenever I run this, very often after picking the file, I get:
With this stacktrace:
Note that the exception seems to occur on a thread that seems unrelated to my code, and I have found no way of catching it. It's always a fatal error that crashes the app. Sometimes, I manage to hit a breakpoint beyond the file picker in the debugger, but then debugging almost immediately gets interrupted by the crash.
Does anyone have a clue what I'm doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions