Cannot run AppImage without --no-sandbox #19

Closed
opened 2026-08-10 14:39:41 +00:00 by PonyLucky · 4 comments

What is my problem

I cannot run the latest AppImage (v1.0.119) normally.

if I go to the terminal to open it ./Toju.AppImage it will open the window with only the purple background and the console will spam insanely fast the same 2 lines of errors.

What I did exactly

This is the first time ever I'm using this application. so it's on a blank state :

  1. On this link, clicked Download for Linux.
  2. I renamed the downloaded file to Toju.AppImage.
  3. Changed the permissions to make the app executable with chmod +x Toju.AppImage.
  4. Runned it with ./Toju.AppImage and saw the blanck window and the errors on the terminal.

Workaround

If I run in the terminal ./Toju.AppImage --no-sandbox I see the login/signin view on the window.

For sure, I can create a desktop file myself with said argument in it. But I prefer to have the sandbox enabled as it should be.

Logs/Error messages

The logs are so fast that I cannot print all of it (500 lines max in my terminal). And even If I do ./Toju.AppImage > log.txt the file doesn't include the error messages (I guess it's in another thread).

Logs of log.txt :

[DB] Backed up database to /home/louis/.config/metoyou/metoyou/metoyou.sqlite.bak
[DB] Connection initialised at: /home/louis/.config/metoyou/metoyou/metoyou.sqlite
[DB] Migrations executed
Checking for update
Update for version 1.0.199 is not available (latest version: 1.0.199, downgrade is disallowed).
Checking for update
Update for version 1.0.199 is not available (latest version: 1.0.199, downgrade is disallowed).
Checking for update
Update for version 1.0.199 is not available (latest version: 1.0.199, downgrade is disallowed).
Checking for update

Error messages in the terminal (may be incomplete) :

...
[6008:0810/160850.553190:ERROR:base/memory/platform_shared_memory_region_posix.cc:217] Unable to access(W_OK|X_OK) /tmp: No such process (3)
[6008:0810/160850.553212:ERROR:base/memory/platform_shared_memory_region_posix.cc:214] Creating shared memory in /tmp/.org.chromium.Chromium.HGomqv failed: No such process (3)
[6008:0810/160850.553229:ERROR:base/memory/platform_shared_memory_region_posix.cc:217] Unable to access(W_OK|X_OK) /tmp: No such process (3)
[6008:0810/160850.553251:ERROR:base/memory/platform_shared_memory_region_posix.cc:214] Creating shared memory in /tmp/.org.chromium.Chromium.3OSbhQ failed: No such process (3)
[6008:0810/160850.553268:ERROR:base/memory/platform_shared_memory_region_posix.cc:217] Unable to access(W_OK|X_OK) /tmp: No such process (3)
[6008:0810/160850.553290:ERROR:base/memory/platform_shared_memory_region_posix.cc:214] Creating shared memory in /tmp/.org.chromium.Chromium.wCc3WB failed: No such process (3)
[6008:0810/160850.553307:ERROR:base/memory/platform_shared_memory_region_posix.cc:217] Unable to access(W_OK|X_OK) /tmp: No such process (3)
[6008:0810/160850.553329:ERROR:base/memory/platform_shared_memory_region_posix.cc:214] Creating shared memory in /tmp/.org.chromium.Chromium.CuPLTU failed: No such process (3)
[6008:0810/160850.553346:ERROR:base/memory/platform_shared_memory_region_posix.cc:217] Unable to access(W_OK|X_OK) /tmp: No such process (3)
Process stopped         ./Toju.AppImage > log.txt  (<-- After a Ctrl+C)

These errors are the two same lines over and over.

System

                  -`                     user@pc-name
                 .o+`                    ---------------
                `ooo/                    OS: Arch Linux x86_64
               `+oooo:                   Host: B850M GAMING X WIFI6E (-CF-WCP)
              `+oooooo:                  Kernel: Linux 7.1.6-zen1-1-zen
              -+oooooo+:                 Uptime: 43 mins
            `/:-:++oooo+:                Packages: 1 (appimage), 9 (flatpak), 1159 (pacman)
           `/++++/+++++++:               Shell: bash 5.3.15
          `/++++++++++++++:              Display (ASUS XG32VQR): 2560x1440 in 32", 144 Hz [External]
         `/+++ooooooooooooo/`            Display (Q27G3XMN): 1440x2560 @ 1.77x in 27", 60 Hz [External]
        ./ooosssso++osssssso+`           WM: Hyprland 0.56.2 (Wayland)
       .oossssso-````/ossssss+`          Theme: Breeze [Qt]
      -osssssso.      :ssssssso.         Icons: breeze-dark [Qt]
     :osssssss/        osssso+++.        Font: Adwaita Sans (12pt) [Qt]
    /ossssssss/        +ssssooo/-        Cursor: Adwaita
  `/ossssso+/:-        -:/+osssso+-      Terminal: kitty 0.48.2
 `+sso+:-`                 `.-/+oso:     Terminal Font: NotoSansMono-Regular (12pt)
`++:.                           `-/+/    CPU: AMD Ryzen 5 8600G (12) @ 5.08 GHz
.`                                 `/    GPU: AMD Phoenix1 [Integrated]
                                         Memory: 3.20 GiB / 30.46 GiB (11%)
                                         Swap: 0 B / 4.00 GiB (0%)
                                         Disk (/): 27.75 GiB / 1.82 TiB (1%) - btrfs
                                         Local IP (enp7s0): my-local-ip
                                         Locale: fr_FR.UTF-8
## What is my problem I cannot run the latest AppImage (v1.0.119) normally. if I go to the terminal to open it `./Toju.AppImage` it will open the window with only the purple background and the console will spam insanely fast the same 2 lines of errors. ## What I did exactly This is the first time ever I'm using this application. so it's on a blank state : 1. On [this link](https://toju.app/), clicked `Download for Linux`. 2. I renamed the downloaded file to `Toju.AppImage`. 3. Changed the permissions to make the app executable with `chmod +x Toju.AppImage`. 4. Runned it with `./Toju.AppImage` and saw the blanck window and the errors on the terminal. ## Workaround If I run in the terminal `./Toju.AppImage --no-sandbox` I see the login/signin view on the window. For sure, I can create a desktop file myself with said argument in it. But I prefer to have the sandbox enabled as it should be. ## Logs/Error messages The logs are so fast that I cannot print all of it (500 lines max in my terminal). And even If I do `./Toju.AppImage > log.txt` the file doesn't include the error messages (I guess it's in another thread). **Logs of `log.txt` :** ```plain [DB] Backed up database to /home/louis/.config/metoyou/metoyou/metoyou.sqlite.bak [DB] Connection initialised at: /home/louis/.config/metoyou/metoyou/metoyou.sqlite [DB] Migrations executed Checking for update Update for version 1.0.199 is not available (latest version: 1.0.199, downgrade is disallowed). Checking for update Update for version 1.0.199 is not available (latest version: 1.0.199, downgrade is disallowed). Checking for update Update for version 1.0.199 is not available (latest version: 1.0.199, downgrade is disallowed). Checking for update ``` Error messages in the terminal (may be incomplete) : ```plain ... [6008:0810/160850.553190:ERROR:base/memory/platform_shared_memory_region_posix.cc:217] Unable to access(W_OK|X_OK) /tmp: No such process (3) [6008:0810/160850.553212:ERROR:base/memory/platform_shared_memory_region_posix.cc:214] Creating shared memory in /tmp/.org.chromium.Chromium.HGomqv failed: No such process (3) [6008:0810/160850.553229:ERROR:base/memory/platform_shared_memory_region_posix.cc:217] Unable to access(W_OK|X_OK) /tmp: No such process (3) [6008:0810/160850.553251:ERROR:base/memory/platform_shared_memory_region_posix.cc:214] Creating shared memory in /tmp/.org.chromium.Chromium.3OSbhQ failed: No such process (3) [6008:0810/160850.553268:ERROR:base/memory/platform_shared_memory_region_posix.cc:217] Unable to access(W_OK|X_OK) /tmp: No such process (3) [6008:0810/160850.553290:ERROR:base/memory/platform_shared_memory_region_posix.cc:214] Creating shared memory in /tmp/.org.chromium.Chromium.wCc3WB failed: No such process (3) [6008:0810/160850.553307:ERROR:base/memory/platform_shared_memory_region_posix.cc:217] Unable to access(W_OK|X_OK) /tmp: No such process (3) [6008:0810/160850.553329:ERROR:base/memory/platform_shared_memory_region_posix.cc:214] Creating shared memory in /tmp/.org.chromium.Chromium.CuPLTU failed: No such process (3) [6008:0810/160850.553346:ERROR:base/memory/platform_shared_memory_region_posix.cc:217] Unable to access(W_OK|X_OK) /tmp: No such process (3) Process stopped ./Toju.AppImage > log.txt (<-- After a Ctrl+C) ``` These errors are the two same lines over and over. ## System ```plain -` user@pc-name .o+` --------------- `ooo/ OS: Arch Linux x86_64 `+oooo: Host: B850M GAMING X WIFI6E (-CF-WCP) `+oooooo: Kernel: Linux 7.1.6-zen1-1-zen -+oooooo+: Uptime: 43 mins `/:-:++oooo+: Packages: 1 (appimage), 9 (flatpak), 1159 (pacman) `/++++/+++++++: Shell: bash 5.3.15 `/++++++++++++++: Display (ASUS XG32VQR): 2560x1440 in 32", 144 Hz [External] `/+++ooooooooooooo/` Display (Q27G3XMN): 1440x2560 @ 1.77x in 27", 60 Hz [External] ./ooosssso++osssssso+` WM: Hyprland 0.56.2 (Wayland) .oossssso-````/ossssss+` Theme: Breeze [Qt] -osssssso. :ssssssso. Icons: breeze-dark [Qt] :osssssss/ osssso+++. Font: Adwaita Sans (12pt) [Qt] /ossssssss/ +ssssooo/- Cursor: Adwaita `/ossssso+/:- -:/+osssso+- Terminal: kitty 0.48.2 `+sso+:-` `.-/+oso: Terminal Font: NotoSansMono-Regular (12pt) `++:. `-/+/ CPU: AMD Ryzen 5 8600G (12) @ 5.08 GHz .` `/ GPU: AMD Phoenix1 [Integrated] Memory: 3.20 GiB / 30.46 GiB (11%) Swap: 0 B / 4.00 GiB (0%) Disk (/): 27.75 GiB / 1.82 TiB (1%) - btrfs Local IP (enp7s0): my-local-ip Locale: fr_FR.UTF-8
Owner

Will see what I can do, I'm currently fixing a bunch of critical bugs for voice and chats. Non appimage builds should work until i take a look at this. But at the current state the app is awful to use, i recommend waiting until i fix it

Will see what I can do, I'm currently fixing a bunch of critical bugs for voice and chats. Non appimage builds should work until i take a look at this. But at the current state the app is awful to use, i recommend waiting until i fix it
Author

Hi, I tried using the AppImage on my gaming PC and I do not have this issue. (v1.0.210).

image.png
Hi, I tried using the AppImage on my gaming PC and I do not have this issue. (v1.0.210). <img width="830" alt="image.png" src="attachments/e8324ba0-d505-405e-8936-2089b499cf59">
108 KiB
Author

Update: A friend on a Manjaro Linux (base Arch) just did the as me and it works for him too.

Update: A friend on a Manjaro Linux (base Arch) just did the as me and it works for him too.
Author

I updated the app on the computer that had the issue. I can confirm that updating from v1.0.119 to v1.0.210 fixed the issue.

Thank you.

I updated the app on the computer that had the issue. I can confirm that updating from v1.0.119 to v1.0.210 fixed the issue. Thank you.
Sign in to join this conversation.
No labels
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: myxelium/Toju#19