You are not logged in.

#1 2025-06-18 17:00:38

wyattb
Member
Registered: 2025-06-18
Posts: 2

[SOLVED] F3D gives error message when reading configuration file

Running latest kubuntu (KDE/Ubuntu) F3D 2.2.1

Any thoughts. Here is the command and output:

~$ f3d --config ~/config.json

options must be a string, a boolean or a number

Here is my config.json without any indentations in case there are hidden bad characters.

[
{
"options": {
"light-intensity": 2.0
}
}
]

Last edited by wyattb (2025-06-18 17:19:44)

Offline

#2 2025-06-18 17:09:09

gromit
Package Maintainer (PM)
From: Germany
Registered: 2024-02-10
Posts: 1,154
Website

Re: [SOLVED] F3D gives error message when reading configuration file

Did you try to quote the two already?

[
    {
        "options": {
            "light-intensity": "2.0"
        }
    }
]

Offline

#3 2025-06-18 17:19:21

wyattb
Member
Registered: 2025-06-18
Posts: 2

Re: [SOLVED] F3D gives error message when reading configuration file

I did not, because I got everything off their website. But I did something better. I installed the  3.x version and works fine. Thanks!

Offline

#4 2025-06-19 06:37:57

GloW_on_dub
Member
Registered: 2013-03-13
Posts: 391
Website

Re: [SOLVED] F3D gives error message when reading configuration file

F3D dev here. The doc on the website is for the last release 3.1 (well, technically for master, but that another story), not 2.2.1, which uses another format for config file.

Offline

#5 2025-06-19 09:05:14

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 13,870

Re: [SOLVED] F3D gives error message when reading configuration file

Moderator Note

OP doesn't appear to be using archlinux, but arch does have an F3D package and this thread has useful info.
Moving to GNU/Linux Discussion .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

Board footer

Powered by FluxBB