-
Notifications
You must be signed in to change notification settings - Fork 120
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
panicked at 'called xilem: Option::unwrap()
on a None
value
#134
Comments
mclelz
changed the title
panicked at 'called
panicked at 'called Aug 31, 2023
Option::unwrap()
on a None
valuexilem: Option::unwrap()
on a None
value
@isaacmclellan Did you end up finding a solution to this? I have the same problem on Windows 11.
|
Well, this is a bug, and I think it's a race condition (haven't investigated this in detail though). Anyway, could you try this fix: #138 |
#138 works on my machine. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got this error when I tried to run the hello example, I am on Windows 11.
`thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', C:\Users\isaac\Documents\xilem\src\app.rs:202:47 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace error: process didn't exit successfully: `target\debug\examples\hello.exe` (exit code: 0xc0000409, STATUS_STACK_BUFFER_OVERRUN)`
The text was updated successfully, but these errors were encountered: