-
Notifications
You must be signed in to change notification settings - Fork 176
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
Unusable - 6.4.1 and 6.5.0-nightly.1 #1317
Comments
Can you please tell us through which means this has been installed? And also, can you give us what appears in the console (a |
Definitely, I can do all that. This template of issue I used did not ask me anything like that.
It was installed manually using de nightly AppImage, and it was updated after Ferdium issued a new nightly version, manually by clicking the blue button that appears at the bottom of the window. Using the Alright, launching it from the terminal gave us a better hint of the issue. Thanks for the suggestion. ~/Applications …
➜ ./Ferdium-linux-Portable-6.5.0-nightly.1-x86_64.AppImage
libva error: dlopen of /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so failed: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so: undefined symbol: _ZN6GmmLib16GmmClientContext27CreateCustomResInfoObject_2EP33GMM_RESCREATE_CUSTOM_PARAMS_2_REC
libva error: /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so init failed |
Found this https://askubuntu.com/questions/1395620/chrome-libva-error-usr-lib-x86-64-linux-gnu-dri-ihd-drv-video-so-init-failed, And then tried this... sudo apt-get install --reinstall $(dpkg -l | grep ^ii | grep -i intel | awk '{print $2}') Then now, I got something more detailed but the same blank screen happens. Text mode here ~/Applications …
➜ ./Ferdium-linux-Portable-6.5.0-nightly.1-x86_64.AppImage
libva error: dlopen of /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so failed: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so: undefined symbol: _ZN6GmmLib16GmmClientContext27CreateCustomResInfoObject_2EP33GMM_RESCREATE_CUSTOM_PARAMS_2_REC
libva error: /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so init failed
[MobX] Since strict-mode is enabled, changing (observed) observable values without using an action is not allowed. Tried to modify: Settings@13.store
Ferdium Migration: 🧙 Running database migration wizard
info: serving app on http://localhost:46569
Ferdium Migration: 🔧 Nothing to migrate, already on the newest version
Error sending from webFrameMain: Error: Render frame was disposed before WebFrameMain could be accessed
at WebFrameMain.send (node:electron/js2c/browser_init:2:94361)
at WebContents.send (node:electron/js2c/browser_init:2:79721)
at BrowserWindow.<anonymous> (/tmp/.mount_FerdiuCRQA44/resources/app.asar/electron/ipc-api/focusState.js:1:692)
at BrowserWindow.emit (node:events:525:35)
sendToFrame() failed: Error: Render frame was disposed before WebFrameMain could be accessed
Attempting to call a function in a renderer window that has been closed or released.
Function provided here: SettingsStore.js:1:2117
Remote event names: blur
sendToFrame() failed: Error: Render frame was disposed before WebFrameMain could be accessed
sendToFrame() failed: Error: Render frame was disposed before WebFrameMain could be accessed |
Identical issue here. Ubuntu 22.04.3 LTS - Ferdium 6.5.0-nightly.1 (installed and used via the AppImage). Nothing but a blank screen when opening the app (after 1s of normal screen and service loading). |
The same issue happens with |
@TJonCooper After installing this
Console log
|
Thanks for the report details, I will try to fire up some VMs to see where does this happen, because there has been no problems on my debian, fedora or ubuntu 20.04, which makes me think this might be coming from an update on your end. The fact that
The "Portable" keyword in the name is simply there to make it easier for the users to differentiate between a version which will work directly after downloading compared to a |
@Alphrag I can confirm that on my system (Ubuntu 22.04.3 LTS) - 6.4.1 works fine and as expected. I reverted from 6.5.0-nightly.1 back to this version. 6.5.0-nightly.1 does not work on any of my linux devices. |
@Alphrag this makes me question the usability of the AppImage, then. It was created to run away from system dependencies. Now you are telling me the system has something missing. This doesn't make sense. The AppImage has to contain everything needed otherwise it is not portable as you are calling it. |
Another annoying thing. After putting this Stable Ferdium should advertise only stable versions. |
@leoheck I haven't had the time to look into it yet (been working to submit my thesis today) but yes, I want to understand what is wrong and where because |
This is user control, ok. |
Oh, great, what is the subject?
Sure, when you have time, we can continue on this, I don't like to use the stable version. I want the bleeding edged haha. |
I have the same problem on Ubuntu 22.04.3 with the same nightly. I installed it using the .deb file downloaded directly from the Github releases. I do not have this problem with 6.4.1 via Ubuntu software store. Full console output
Gets spammed a few times after a delay of 5-10 seconds after the screen turns purple.
Gets logged when focusing and unfocusing the window. |
For me the same thing on Ubuntu: 6.4.1 works fine but all the releases after which use electron 26.0.0 are breaking, so I am suspecting we should downgrade. cc @vraravam |
ok - am downgrading that version of electron now |
Electron 26 includes a fix for screen sharing in Linux using Wayland. electron/electron#39264 According to my understanding this fix is not backported to older versions of electron. |
Alright, this latest nightly is working again, thank you, guys.
|
Avoid duplicates
Ferdium Version
6.5.0-nightly.1 Pre-release (from the github since nothing works anymore)
What Operating System are you using?
Ubuntu
Operating System Version
Ubuntu 23.04
What arch are you using?
x64
Last Known Working Ferdium version
One before of this one.
Expected Behavior
Launch Ferdium to normal use.
Actual Behavior
This window, with the menus that do not work either.
6.5.0-nightly.1 Pre-release
Steps to reproduce
Launch Ferdium, wait until it loads, and then, the blank screen happens
Debug link
This does not work for this version
Screenshots
The only screenshot of the interface was added above.
Additional information
nope.
The text was updated successfully, but these errors were encountered: