-
-
Notifications
You must be signed in to change notification settings - Fork 558
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
thread 'main' panicked on launch (macOS) #109
Comments
It seems a problem related with your graphical adapter. |
same for me. Macbook Pro 16" m2Max. ` /--------------------------------------------------------- |
May I ask how did you guys install the app? Cargo, disk image, or Homebrew? @toffaletti @exomaniac |
@GyulyVGC of course. Installed via homebrew. Thank you for your work! |
I just noticed you already mentioned it in the previous message, sorry for having asked again. |
I just did a build myself. This runs fine. ill try the other options also |
Oh, that's nice to know. I guess it's a problem related with the brew package then. |
No Problem. The .dmg from the github release also works fine |
This issue looks similar to this one, gfx-rs/wgpu#3556 If you run release build against the latest artifact, you can see the same thing
|
Also looks like iced is not using latest wgpu dependency, not quite sure why. |
I just tried to run in the most naive way possible -
... and I got the little ascii art intro followed by an instant segfault. I didn't really expect it to work but I didn't expect that. Runing: macOS Monterey v12.6.3, commit: d383aa8 |
yeah, that happened to me as well. I believe that is a wgpu issue. |
Hopefully this problem will be solved with the next release of iced (see here) |
Could you guys kindly try if the main branch now works? |
Working for me now 👍 |
Amazing. |
Ayy glad its working! Love the sniffnet |
Hello! FYI I installed just now with $ RUST_BACKTRACE=full sniffnet
/---------------------------------------------------------\
| _____ _ __ __ _ |
| / ____| (_) / _| / _| | | |
| | (___ _ __ _ | |_ | |_ _ __ ___ | |_ |
| \___ \ | '_ \ | | | _| | _| | '_ \ / _ \ | __| |
| ____) | | | | | | | | | | | | | | | | __/ | |_ |
| |_____/ |_| |_| |_| |_| |_| |_| |_| \___| \__| |
| |
| ___________ |
| /___________\ |
| | ___________ | |
| | | | | |
| | | v1.1.3 | | |
| | |_________| |________________________ |
| \_____________/ by Giuliano Bellini ) |
| / ''''''''''' \ / |
| / ::::::::::::: \ =D-' |
| (_________________) |
\_________________________________________________________/
thread 'main' panicked at '', /Users/igor/.cargo/registry/src/github.com-1ecc6299db9ec823/wgpu-hal-0.14.1/src/metal/adapter.rs:485:13
stack backtrace:
0: 0x102a52c80 - __mh_execute_header
1: 0x1026e4e60 - __mh_execute_header
2: 0x102a38c44 - __mh_execute_header
3: 0x102a529d8 - __mh_execute_header
4: 0x102a432a0 - __mh_execute_header
5: 0x102a42f80 - __mh_execute_header
6: 0x102a2c4f0 - __mh_execute_header
7: 0x102a43a20 - __mh_execute_header
8: 0x102a53350 - __mh_execute_header
9: 0x102a532c0 - __mh_execute_header
10: 0x102a43670 - __mh_execute_header
11: 0x102b666e8 - __mh_execute_header
12: 0x102b3732c - __mh_execute_header
13: 0x102b446dc - __mh_execute_header
14: 0x102b41410 - __mh_execute_header
15: 0x102995b1c - __mh_execute_header
16: 0x102998d38 - __mh_execute_header
17: 0x102a2aee8 - __mh_execute_header
18: 0x1026a6d54 - __mh_execute_header
19: 0x102a27b44 - __mh_execute_header |
Hi @igorclark. cargo run --release |
Ah, yep, that works great! Thanks, sorry for the noise 😬 |
Don't worry at all man! And thanks for the further confirmation that the issue has been fixed. |
A new release has just been published. |
I will help out with some linkage test failures with this formula upgrade PR, and we should be good to go from there. :) |
Describe the bug
sniffnet panics immediately on launch on MacBook Pro w/ M1 Pro
To Reproduce
Describe steps to reproduce the bug, e.g.:
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: