-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Immediate crash on opening #78
Comments
Hello, It comes from Please paste full log here. So I will dig it. |
2024-12-25T14:19:33.239943Z INFO winit::platform_impl::linux::x11::window: Guessed window scale factor: 1 Here is everything that was in that terminal, lmk if there is something else I should grab you. And good to know on building it |
Thanks! Are you using |
That is a good question! I don't know what that is. I don't think so. Checking online it doesn't seem to be built in to Pop Edit: tried to run a fcitx command in my terminal, says I need to install it first. So no |
I'm asking cuz found this: rust-windowing/winit#3761 |
Thank you! I will make a VM with this version of PopOS and try to reproduce it on my own. Also, if it's possible, please try on Wayland. It's simple to enable on PopOS. |
Will give that a Google and try that. I was just looking into it, I had heard that Wayland wasn't friendly with Nvidia but that seems to not be so true anymore? Shows what I know. I will see about doing that real quick :) Thanks for your help btw! |
It was not that good before. Now it kind of better. It's basically for test to make sure this issue happens only on X11. Later you can disable it again :) Thank you again for your testing. Tomorrow I will fire up a VM and do something else :) |
Working on Wayland. I'll try some other stuff and see what happens lol. If worst comes to worst, could I potentially make PWAs in Wayland and then hop back over to X11? And no rush for my sake :) and no problem. If there is anything I can help with I am more than happy to! |
Yes, it should works. But we will manage to make it working on X11 also :) |
Yeah I have been using that for a while because Pop Shop was giving me a ton of trouble. Good catch, I didn't even think about that. Not that that should be surprising to anyone ;) |
I played with Wayland for a while and didn't find any weirdness with other stuff yet, so I will probably stick with that for now, but let me know when you are working on this issue cause I'm happy to do some testing on X11 |
Hello again @MicahN44 , So I did some testing on virtual machine, Pop OS 22.04 and X11. Everything seems to works as expected. However, I did it on default settings. After some digging, I found from where this error comes: https://github.com/pop-os/winit/blob/iced-0.13/src/platform_impl/linux/x11/event_processor.rs#L1210 It's basically something related to your |
I don't use any of that, but I may have had KDE Plasma on this install at some point in the past (not sure if I've reinstalled since then). That thread says KDE uses fcitx5 so maybe that is still around somewhere and causing issues? I am at work rn so I can't try anything but I'll poke at it this evening and see what I find |
I guess so :)
Sure, no rush! I appreciate your help :) |
OK so I am back on X11 this morning, I am still having issues. It looks like I have IBus from that Archwiki thread (Makes since because I use Gnome) But I think that would have been in your VM as well. I didn't find any commands or running processes for anything else there. I apologize for my newbiness but what do you mean by my input settings? I have a second drive with a Windows install I want to nuke anyways, I was gonna put 24.04 Cosmic on it but I may quickly do a fresh Pop 22.04 install on there and see if I still have issues. Will let you know what happens with that as well |
OK so I am on a fresh Pop install and I am still having this issue. Not sure what would be different between your VM and this. Both of my installs are encrypted but I don't think that should matter? Edit: It appears to be the same problem (error code 8, request code 149, minor code 4) |
Hello,
Basically your language, keyboard settings etc. I'm using Polish, and pl keyboard layout.
Ok, that one is weird. For me it worked. Also, many people using this app and nobody reported anything similar before. I'm not really sure what is going on, but will dig it. |
Keyboard is English US, Language is English US, at least on this second machine. I would assume that's what I did on my actual install as well lol. LMK If you want me to try anything else :) idk where to go from here myself. I don't think it would be a hardware issue especially since it works on Wayland. |
nothing fancy then.
Thanks. You did good. I will test it to reproduce and try to fix it. But not sure how if it's works ^^ Yeah, it's X11 issue for sure. |
Well, if you are brave enough ^^ You can try to build it yourself. From source. Follow the readme instructions. Then you can try with updated dependencies. |
I will give that a shot, that is something I would like to know how to do anyways. Thanks for your help! |
Awesome. If you need assistance feel free to ask. |
Ah right. It might be old version of rustc I guess. I was suggesting in README to install rustc with cargo from PopOS repo. It can be problematic. It better for this purpose use rustup to install latest toolchain. Please remove first 2 dependencies as README suggest, so Later, restart your shell and try to build again :) Sorry, my bad. I will correct README :) |
That worked perfectly, thank you! And this is working on X11 as well now. If you want me to do more testing on the Flatpak let me know but I will stick with this for the moment :) |
Oh, well. That's interesting. So there is something on flatpak side. Thanks! |
The title kind of sums it up, but with the flatpak version it crashes immediately no matter how I launch it. The window flashes up, and the icon appears on the dock, and then they both disappear. Does the same no matter how I launch it.
This could totally be something I have broken to be clear, I am new to this space, but if it is something I have done I am not sure what it is lol
I am using Pop 22.04 with the normal Gnome DE. I may try building it later when I have more time (especially because I should probably know how to do that anyways). thanks
Screencast.from.12-24-2024.07.59.29.PM.webm
The text was updated successfully, but these errors were encountered: