Skip to content
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

does not start #2049

Open
2 tasks done
vzaliva opened this issue Feb 20, 2025 · 3 comments
Open
2 tasks done

does not start #2049

vzaliva opened this issue Feb 20, 2025 · 3 comments
Labels
bug 🪲 Something isn't working

Comments

@vzaliva
Copy link

vzaliva commented Feb 20, 2025

Avoid duplicates

  • I agree to follow the Code of Conduct that this project adheres to.
  • I have searched the issues tracker for a bug report similar to mine, in vain

Ferdium Version

7.0.0

What Operating System are you using?

Ubuntu

Operating System Version

Ubuntu 24.04.2 LTS

What arch are you using?

x64

Last Known Working Ferdium version

6.11.0-17-generic

Expected Behavior

App should start.

Actual Behavior

No longer starts. When I run from command line I got the following output:

$ ferdium
Checking for beta autoupdate feature for deb/rpm distributions
Found package-type: deb
[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
[24871:0220/122051.286717:ERROR:nss_util.cc(345)] After loading Root Certs, loaded==false: NSS error code: -8018
[24871:0220/122051.410697:ERROR:interface_endpoint_client.cc(725)] Message 6 rejected by interface blink.mojom.WidgetHost
[24871:0220/122051.410768:ERROR:interface_endpoint_client.cc(725)] Message 7 rejected by interface blink.mojom.WidgetHost
[24871:0220/122051.410894:ERROR:interface_endpoint_client.cc(725)] Message 2 rejected by interface blink.mojom.Widget
Checking for update
Update for version 7.0.0 is not available (latest version: 7.0.0, downgrade is disallowed).

the it just hangs there without showing UI.

ps show multiple processes like this:

5544 pts/1    Sl+    0:00 /opt/Ferdium/ferdium --type=renderer --enable-crash-reporter=bb7aefa0-e46c-4906-b0b7-9f24823e88ea,no_channel --user-data-dir=/home/lord/.config/Ferdium --app-path=/opt/Ferdium/resources/app.asar --enable-sandbox --enable-blink-features --disable-blink-features --lang=en-US --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=34 --time-ticks-at-unix-epoch=-1740078607335270 --launch-time-ticks=4253676706 --shared-files=v8_context_snapshot_data:100 --field-trial-handle=3,i,4774297159239088965,1536033689741463504,262144 --disable-features=CrossOriginOpenerPolicy,SpareRendererForSitePerProcess --variations-seed-version

Steps to reproduce

  1. open shell
  2. type ferdium and press enter

Debug link

No response

Screenshots

No response

Additional information

No response

@vzaliva vzaliva added the bug 🪲 Something isn't working label Feb 20, 2025
@vzaliva
Copy link
Author

vzaliva commented Feb 20, 2025

My previous install was using .deb package. I tried app image:

./Ferdium-linux-Portable-7.0.0-x86_64.AppImage --no-sandbox

[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
[33205:0220/130636.127482:ERROR:nss_util.cc(345)] After loading Root Certs, loaded==false: NSS error code: -8018

@vzaliva
Copy link
Author

vzaliva commented Feb 21, 2025

For people affected by the same bug who are left without working app: I've switched to Station: https://getstation.com/

@laur89
Copy link
Contributor

laur89 commented Feb 23, 2025

Sound like maybe libnss3-nssdb package wasn't installed on your system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🪲 Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants