-
Notifications
You must be signed in to change notification settings - Fork 86
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
Bug: blank screen on database connect after OS update #424
Comments
Sorry, my English isn’t very good. Describe the bugsurrealist runs normally till i try to connect to my server. Steps to reproduceI’m ubuntu on wsl2 Surrealist Environmentsurrealist v2.1.5 Additional infothis bug started to occur after What I tried to do to solve itUpdated from ver2.1.5 to ver2.1.6 |
@simeonnv @shadowInvert Could you check if the developer console contains any errors or other hints as to what could be causing this? |
the developer console also freezes up |
I am having similar issue with 2.16 and 3.0 beta on Pop_OS. For 2.16 when I run surrealist at the command line or launch through the app it give the white screen of doom. but when I click on Create Connection or Open the Sandbox it's back to the white screen after closed out the non responding windows. |
Just for confirmation here, the latest stable release (2.1.6) was working correctly, however it suddenly stopped working after an operating system update? |
I don't know about the others, but yes that's what happened to me, had an update on Ubuntu 24.04 yesterday, and now it doesn't work. (Same issues as stated by the others) |
no it doesn't. I tried it |
Is this happening with the If deb or rpm was used, would it be possible to try the AppImage instead? |
For me it's with the .deb files. I'll try the AppImage. |
For 2.16 the AppImage runs fine on Pop_OS/Ubuntu but not the .deb. |
appimage 2.1.6 works fine on mint |
I think I was using version 2.1.5.But it may have been downloaded automatically For me it's with the .deb files. This is the state of the system when Surrealist was launched. Expand``` journalctl -xe9月 11 19:24:08 SHADOW kernel: Code: 41 89 c5 41 f7 dd eb 80 66 0f 1f 44 00 00 b8 ba 00 00 00 0f 0>
|
Appimage 3.0 beta 1 works fine on ubuntu 24.04 (haven't tried others) |
Appimage 3.0 beta 1 works fine on ubuntu 22.04 with SurrealDB 2.0 but appimage 3.0 beta 2 shows blank screen when I try to connect to the database. |
I am on Ubuntu 24.04.1, and can confirm this same issue. After updating from 24.04, surrealist stopped working. The App opens but just goes blank. I uninstalled Surrealist & reinstalled but still experiencing the issue. |
all versions of surrealist after 2.1.6 has this issue even with the appimages. |
Hey everyone, we certainly noticed the significance of this issue and are continuing to look for a solution. We cannot reproduce this issue internally with the devices to our disposal, which has not made it trivial to debug. Additionally the circumstances causing this issue appear to vary greatly, making it additionally difficult to pin down. What we do know is that it only affects Linux devices. To move things forward I have some additional questions I would like to gather feedback on.
Hopefully additional insight might lead us closer to the root cause so we can fix this. Thank you all for your help and patience! |
@macjuul
|
I'm also getting a blank screen on my Linux desktop app after the upgrade from 2.1.5 to 3.0.2 I deleted the
No errors in |
I use WSL2 cat /etc/os-release What I did before it happenedI ran the following query in Surrealist: What I did after it happened
What I noticedShortcuts not working properly after re-downloading the Surrealist_2.1.6_amd64.deb nowappimage 2.1.6 works fine |
nothing is happening
only desktop versions. all PWA and Web solutions work fine.
nope
Try fresh install on Linux Mint 22 Cinnamon WEBKIT_DISABLE_DMABUF_RENDERER=1 Using this allows me to display the first screen, but after filling in the details in the new connection and trying to create it (or open the sandbox, or explore surreal cloud), the application hangs with an empty window The only version that works for me is PWA. DEB (white window) and AppImage (the first window displays but hangs when trying to create a connection) don't work for me. Latest checked version |
I also get this in Surrealist desktop, first the white screen and afterwards this crash: OS: Ubuntu 24.04.1 LTS Version: 3.0.3 P.S. I have updated the distribution like it recommends at the bottom, but still, same error
|
On Surrealist 3.0.3, the most recent version, this issue still exists. I have tried both the *.deb & AppImage, same! I'm running GNOME 46 on Ubuntu 24.04.1 LTS. Issue: Upon opening the app, the screen becomes completely blank or stops working. |
I have the same problem on Fedora 40 with GNOME 46. With both AppImage and rpm, the whole Surrealist interface gets very slow, or shows a blank screen. |
Same issue on Linux mint with any version past 3.0.0. To put salt in the wound, rolling back to older releases stopped working after I opened the new version once. The versions that worked before now do not work even after clearing cache and reinstall (I did not update the OS in the meantime). Related: #492, but then I got stuck here too. |
If some people here can't get it to work with different versions try AppImage "Surrealist v3.0.0-beta.1", it works for me right now as a workaround. I'm on Ubuntu 24.04.1 LTS , Gnome 46. It works both on X11 and Wayland. |
I can confirm that the only Linux Mint 22, RTX on board (I saw somewhere that this might be a factor) |
Might be worth noting i'm on RTX (2080) aswell, and if relevant AMD Ryzen 7 7700X |
I confirm that beta1 also works for me (AppImage on Fedora 40). |
The solution from the thread #276 helps me only partially. Thanks to the method described there, instead of a white window I see the UI, but then when I try to create a connection it ends with the application hanging. |
I have been able to reproduce this error down to version 2.1.0 (I guess that's the first version that updated to webkit2gtk-4.1?)
Platform: Desktop |
Hello everyone! I know this has been a frustrating problem for all of you, and while I do not bring a solution yet, I do have some findings to report. After extensive testing on Windows through WSL 2 Running Ubuntu 22.04 I have been able to successfully reproduce the crash. I was able to narrow down the cause of this issue to the WebAssembly used by Surrealist, which includes the surrealdb runtime (@surrealdb/wasm) and the SurrealQL support package (@surrealdb/ql-wasm). Executing this WebAssembly code causes the browser process used by Surrealist (webkit2gtk) to freeze and crash entirely. This is caused by a recent issue in libwebkit2gtk-4.1 which made it to the live package. Unfortunately at this time it does not appear a solution is available yet. I hope this gives some context and perspective on the issue at hand, and while we cannot solve it at this time as it is technically caused by an issue external to Surrealist, I will continue to closely monitor and report back on any updates. Thank you all for your patience! |
I found it always visit
tail
|
I confirm that this problem don't exists in version Surrealist_3.0.0-beta.1_amd64.appimage on NixOS |
This is the same problem over and over again, and it is unlikely that anyone will be able to solve it because: #424 (comment) |
Surrealist seems to be working as expected now, after I installed an update in the libwebkit2gtk-4.1-0 library for Ubuntu 24.04. Can somebody else confirm if |
Seems like it works for me aswell (after i update and upgrade), will do more testing of it tomorrow, but if i don't edit this comment by tomorrow it works again |
I confirm that updating the 🥳 |
After testing myself I can indeed confirm the latest version of For those looking to resolve this issue, simply upgrade your packages and the current installed version of Surrealist should work again.
|
Describe the bug
surrealist runs normally till i try to connect to my server.
the screen goes blank and the console stops outputing
Steps to reproduce
im on linux mint fresh out of the box
im using
WEBKIT_DISABLE_DMABUF_RENDERER=1 surrealist
to run itExpected behaviour
i connect to my database and surrealist stops responding to my mouse and clicks
and after some time it goes blank
the console output is
https://pastebin.com/BUSEv10T
Surrealist Environment
surrealist v3.0.0-beta.2 or v2.1.6 (these are the ones i tried)
Additional info
this bug started to occur after a linux mint update
The text was updated successfully, but these errors were encountered: