Skip to content

Unable to read the settings files on Windows 11 #1188

@Alinush22

Description

@Alinush22

What happened?

I've installed dangerzone 0.9.0 on a new Windows 11 machine. When i try to start it, i receive the bellow error.

Image

On the same machine, I did some tests and noticed that previous dangerzone version is working fine. Any idea what can I do to fix this?
Best regards,
Alin

operating system version

Windows 11, version 23H2

Image

Dangerzone version

0.9.0

Docker info

docker version
Client:
 Version:           28.2.2
 API version:       1.50
 Go version:        go1.24.3
 Git commit:        e6534b4
 Built:             Fri May 30 12:07:16 2025
 OS/Arch:           windows/amd64
 Context:           desktop-linux

Server: Docker Desktop 4.42.1 (196648)
 Engine:
  Version:          28.2.2
  API version:      1.50 (minimum version 1.24)
  Go version:       go1.24.3
  Git commit:       45873be
  Built:            Fri May 30 12:07:26 2025
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          1.7.27
  GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
 runc:
  Version:          1.2.5
  GitCommit:        v1.2.5-0-g59923ef
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0

docker info -f 'json'
'json'

C:\Windows\System32>
C:\Windows\System32>docker images
REPOSITORY                    TAG                         IMAGE ID       CREATED        SIZE
dangerzone.rocks/dangerzone   20250331-0.9.0-0-gc99c424   8e6e2ec400d1   3 months ago   1.56GB


C:\Windows\System32>docker run hello-world
Unable to find image 'hello-world:latest' locally
latest: Pulling from library/hello-world
e6590344b1a5: Pull complete
Digest: sha256:940c619fbd418f9b2b1b63e25d8861f9cc1b46e3fc8b018ccfe8b78f19b8cc4f
Status: Downloaded newer image for hello-world:latest

Hello from Docker!
This message shows that your installation appears to be working correctly.

To generate this message, Docker took the following steps:
 1. The Docker client contacted the Docker daemon.
 2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
    (amd64)
 3. The Docker daemon created a new container from that image which runs the
    executable that produces the output you are currently reading.
 4. The Docker daemon streamed that output to the Docker client, which sent it
    to your terminal.

To try something more ambitious, you can run an Ubuntu container with:
 $ docker run -it ubuntu bash

Share images, automate workflows, and more with a free Docker ID:
 https://hub.docker.com/

For more examples and ideas, visit:
 https://docs.docker.com/get-started/

Document conversion logs

"C:\Program Files\Dangerzone\dangerzone-cli.exe" d:\dangerzone\input\1.pdf
←[40m←[33m←[2m╭──────────────────────────╮
←[40m←[33m←[2m│←[93m←[22m           ▄██▄           ←[33m←[2m│
←[40m←[33m←[2m│←[93m←[22m          ██████          ←[33m←[2m│
←[40m←[33m←[2m│←[93m←[22m         ███▀▀▀██         ←[33m←[2m│
←[40m←[33m←[2m│←[93m←[22m        ███   ████        ←[33m←[2m│
←[40m←[33m←[2m│←[93m←[22m       ███   ██████       ←[33m←[2m│
←[40m←[33m←[2m│←[93m←[22m      ███   ▀▀▀▀████      ←[33m←[2m│
←[40m←[33m←[2m│←[93m←[22m     ███████  ▄██████     ←[33m←[2m│
←[40m←[33m←[2m│←[93m←[22m    ███████ ▄█████████    ←[33m←[2m│
←[40m←[33m←[2m│←[93m←[22m   ████████████████████   ←[33m←[2m│
←[40m←[33m←[2m│←[93m←[22m    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀    ←[33m←[2m│
←[40m←[33m←[2m│                          │
←[40m←[33m←[2m│←[0m←[40m←[97m←[1m    Dangerzone v0.9.0     ←[33m←[2m│
←[40m←[33m←[2m│←[0m←[40m←[97m https://dangerzone.rocks ←[33m←[2m│
←[40m←[33m←[2m╰──────────────────────────╯←[0m
ERROR Error loading settings, falling back to default
Assigning ID 'QR9auc' to doc 'd:\dangerzone\input\1.pdf'
Could not find a Dangerzone container image with tag '20250331-0.9.0-0-gc99c424'
WARNING Deleting old container image: dangerzone.rocks/dangerzone:latest
Installing Dangerzone container image...
Successfully installed container image

Converting document to safe PDF
> 'C:\Program Files\Docker\Docker\resources\bin\docker.EXE' run --security-opt=no-new-privileges:true --cap-drop all --cap-add SYS_CHROOT --security-opt label=type:container_engine_t --network=none -u dangerzone --rm -i --name dangerzone-doc-to-pixels-QR9auc dangerzone.rocks/dangerzone:20250331-0.9.0-0-gc99c424 /usr/bin/python3 -m dangerzone.conversion.doc_to_pixels
ERROR [doc QR9auc] 0% Unspecified error

Failed to convert document(s)
d:\dangerzone\input\1.pdf

Additional info

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

Status

Todo

Relationships

None yet

Development

No branches or pull requests

Issue actions