does not start
Avoid duplicates
- [x] I agree to follow the Code of Conduct that this project adheres to.
- [x] 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: [email protected]
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
- open shell
- type
ferdiumand press enter
Debug link
No response
Screenshots
No response
Additional information
No response
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: [email protected]
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
For people affected by the same bug who are left without working app: I've switched to Station: https://getstation.com/
Sound like maybe libnss3-nssdb package wasn't installed on your system.
Can confirm, doesn't start after today's update
Running debian testing & installed ferdium via deb package - 7.0.1 runs fine on my end.