[Bug]: Crash on Startup @ linux-x86_64-0.8.11.AppImage @ Ubuntu 24.04.1
xbais opened this issue · 1 comments
Current Behavior
The app worked fine the first day, but on the second day of usage when I opened the app, it opened showing the usual GUI, but it didn't allow me to type anything within the app window. Checking the terminal where from I had executed the AppImage, I found the following IBUS warning which seemed to make some sense...
Checking for update
(waveterm:16209): IBUS-WARNING **: 13:06:44.447: Unable to connect to ibus: Could not connect: No such file or directory
[16257:1017/130646.071329:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times!
Update for version 0.8.11 is not available (latest version: 0.8.11, downgrade is allowed).
[16257:1017/130652.890788:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 2 times!
[16257:1017/130652.892013:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 3 times!
(waveterm:16209): IBUS-WARNING **: 13:06:57.706: Events queue growing too big, will start to drop.
(waveterm:16209): IBUS-WARNING **: 13:06:57.714: Events queue growing too big, will start to drop.
(waveterm:16209): IBUS-WARNING **: 13:06:57.758: Events queue growing too big, will start to drop.
(waveterm:16209): IBUS-WARNING **: 13:06:57.766: Events queue growing too big, will start to drop.
(waveterm:16209): IBUS-WARNING **: 13:06:57.782: Events queue growing too big, will start to drop.
(waveterm:16209): IBUS-WARNING **: 13:06:57.798: Events queue growing too big, will start to drop.
(waveterm:16209): IBUS-WARNING **: 13:06:57.814: Events queue growing too big, will start to drop.
(waveterm:16209): IBUS-WARNING **: 13:06:57.842: Events queue growing too big, will start to drop.
(waveterm:16209): IBUS-WARNING **: 13:06:57.850: Events queue growing too big, will start to drop.
(waveterm:16209): IBUS-WARNING **: 13:06:57.867: Events queue growing too big, will start to drop.
(waveterm:16209): IBUS-WARNING **: 13:06:57.867: Events queue growing too big, will start to drop.
(waveterm:16209): IBUS-WARNING **: 13:06:57.878: Events queue growing too big, will start to drop.
Please see the attached log file:
waveapp.log
Expected Behavior
The app should open normally and allow me to interact with and type into the various widgets like the terminal and the search box in the "Files" panel.
Steps To Reproduce
- On an Ubuntu 24.04.1 machine
- Download the AppImage :
linux-x86_64-0.8.11.AppImage
- Open a terminal and execute the AppImage using the command :
./waveterm-linux-x86_64-0.8.11.AppImage --no-sandbox
Wave Version
0.8.11
OS
Ubuntu 24.04.1
Architecture
x64
Anything else?
No response
Questionnaire
- I'm interested in fixing this myself but don't know where to start
- I would like to fix and I have a solution
- I don't have time to fix this right now, but maybe later
Seems like this was a transient issue on my system which affected both Visual Studio Code and Waveterm. I could reboot my system and get it to work again. Closing this issue.