2025-02-13 05:36 AM
I was having this problem https://community.st.com/t5/stm32cubeide-mcus/stm32cubeide-user-interface-freezing-in-ubuntu-22-04-wayland/td-p/656993 so I tried the solution and it fixed the freezing, but now the IOC editor doesn't render, such as with https://community.st.com/t5/stm32cubeide-mcus/stm32cubeide-user-interface-freezing-in-ubuntu-22-04-wayland/td-p/656993 . It's very weird because it only started after a recent restart, which tells me there was something I updated that did this but I don't know what.
So, I either get the IOC not rendering, or the IDE freezing. Not really sure how to fix this. Please advise.
2025-02-13 06:36 AM
2025-02-13 06:49 AM
Hi @Souhaib MAZHOUD ,
Yes.
The weird thing is that all the controls seem to still work. For example, if I switch the active file I can see the status bar at the top update. And if I detach an editor, that still works. It's just the panes on the main window. I could even use the top bar to get that screenshot in the frozen state.
Running `/opt/st/stm32cubeide_1.10.1/stm32cubeide_wayland` (I guess because I'd updated it it's still in the old folder) I saw a bunch of "1 : Invalid condition id : UX_CORESTACK_Condition cause : null" on startup but nothing else after that.
Thank you
2025-02-13 07:32 AM
Hi @DShekter
Let's try to reinstall a fresh version of Stm32CubeIDE 1.17.0 and check if the issue persists.
2025-02-13 08:09 AM
Hi @Souhaib MAZHOUD ,
Turns out I had installed 1.10 from a deb. I purged that and reinstalled from the website. So far so good, but it's probably too soon to tell. If I don't see it for a while I'll mark that as the answer.
Thank you