Mint 22.1 Cinnamon based on Ubuntu 24.04.
.deb installs fine but client does not launch.
I also attempted to run the Appimage on the command line and got this:
genericuser@BadBoy:~/Downloads$ ./ZimaOS.Client-0.9.23.AppImage
07:09:23 info: Logger initialized
07:09:24 info: Found production bundled binaries:
07:09:24 info: ZeroTier Manager initialized
07:09:24 info: CLI path:
07:09:24 info: Home directory:
07:09:24 info: Using bundled binaries:
07:09:24.235 › Checking for updates...
07:09:24.237 › Checking for update
07:09:24.238 › Periodic update check started (every 24 hours)
07:09:24 info: ✓ Initialized 0 scheduled backup jobs
07:09:24 info: [BackupManager] Initialized with secure credentials
07:09:24 info: ✓ ZeroTier daemon already running and ready
07:09:24 info: Systemd user service already installed and up to date
[13554:0505/070924.512816:ERROR:platform_shared_memory_region_posix.cc(214)] Creating shared memory in /dev/shm/.org.chromium.Chromium.6jZdfR failed: No such process (3)
[13554:0505/070924.512967:ERROR:platform_shared_memory_region_posix.cc(217)] Unable to access(W_OK|X_OK) /dev/shm: No such process (3)
[13554:0505/070924.513039:FATAL:platform_shared_memory_region_posix.cc(219)] This is frequently caused by incorrect permissions on /dev/shm. Try 'sudo chmod 1777 /dev/shm' to fix.
07:09:24.795 › Update for version 0.9.23 is not available (latest version: 0.9.23, downgrade is disallowed).
07:09:24.796 › Update not available: 0.9.23
Then is just hangs. No window opens.
I am also trying to build the latest version and got the following:
> build@0.9.23 dev
> concurrently "npm run dev:renderer" "npm run dev:main" "npm run dev:preload" "npm run dev:electron"
[1]
[1] > build@0.9.23 dev:main
[1] > webpack --config webpack.main.config.js --mode development --watch
[1]
[0]
[0] > build@0.9.23 dev:renderer
[0] > webpack --config webpack.renderer.config.js --mode development --watch
[0]
[3]
[3] > build@0.9.23 dev:electron
[3] > sleep 5 && NODE_ENV=production electron .
[3]
[2]
[2] > build@0.9.23 dev:preload
[2] > webpack --config webpack.preload.config.js --mode development --watch
[2]
[2] asset preload.js 7.88 KiB [emitted] (name: main)
[2] ./src/main/preload.ts 5.15 KiB [built] [code generated]
[2] external "electron" 42 bytes [built] [code generated]
[2] webpack 5.106.2 compiled successfully in 5319 ms
[1] asset index.js 1.51 MiB [emitted] (name: main)
[1] runtime modules 793 bytes 4 modules
[1] modules by path ./node_modules/ 1.08 MiB 319 modules
[1] modules by path ./src/ 188 KiB
[1] modules by path ./src/main/*.ts 28.6 KiB 3 modules
[1] modules by path ./src/main/utils/*.ts 11.2 KiB
[1] ./src/main/utils/logger.ts 7.66 KiB [built] [code generated]
[1] ./src/main/utils/sanitize.ts 3.54 KiB [built] [code generated]
[1] modules by path ./src/main/zerotier/*.ts 44 KiB
[1] ./src/main/zerotier/manager.ts 27.6 KiB [built] [code generated]
[1] ./src/main/zerotier/network.ts 16.4 KiB [built] [code generated]
[1] modules by path ./src/main/smb/*.ts 17.9 KiB
[1] ./src/main/smb/manager.ts 6.45 KiB [built] [code generated]
[1] ./src/main/smb/places.ts 11.4 KiB [built] [code generated]
[1] + 5 modules
[1] + 23 modules
[1] webpack 5.106.2 compiled successfully in 6446 ms
[0] [webpack-cli] Error: Conflict: Multiple chunks emit assets to the same filename renderer.js (chunks main and runtime)
[0] at /home/genericuser/Downloads/zima-linux-client/node_modules/webpack/lib/Compilation.js:5294:12
[0] at /home/genericuser/Downloads/zima-linux-client/node_modules/webpack/lib/Cache.js:115:34
[0] at Array.<anonymous> (/home/genericuser/Downloads/zima-linux-client/node_modules/webpack/lib/cache/MemoryCachePlugin.js:44:13)
[0] at /home/genericuser/Downloads/zima-linux-client/node_modules/webpack/lib/Cache.js:115:19
[0] at Hook.eval [as callAsync] (eval at create (/home/genericuser/Downloads/zima-linux-client/node_modules/tapable/lib/HookCodeFactory.js:31:10), <anonymous>:19:1)
[0] at Cache.get (/home/genericuser/Downloads/zima-linux-client/node_modules/webpack/lib/Cache.js:99:18)
[0] at ItemCacheFacade.get (/home/genericuser/Downloads/zima-linux-client/node_modules/webpack/lib/CacheFacade.js:125:15)
[0] at /home/genericuser/Downloads/zima-linux-client/node_modules/webpack/lib/Compilation.js:5235:22
[0] at arrayEach (/home/genericuser/Downloads/zima-linux-client/node_modules/neo-async/async.js:2405:9)
[0] at Object.each (/home/genericuser/Downloads/zima-linux-client/node_modules/neo-async/async.js:2846:9)
[0] npm run dev:renderer exited with code 2
[3] Warning: loader_get_json: Failed to open JSON file intel_icd.json
[3] Warning: loader_get_json: Failed to open JSON file lvp_icd.json
[3] Warning: loader_get_json: Failed to open JSON file radeon_icd.json
[3] Warning: loader_get_json: Failed to open JSON file intel_hasvk_icd.json
[3] Warning: loader_get_json: Failed to open JSON file virtio_icd.json
[3] Warning: loader_get_json: Failed to open JSON file nouveau_icd.json
[3] Warning: loader_get_json: Failed to open JSON file gfxstream_vk_icd.json
[3] Warning: loader_get_json: Failed to open JSON file asahi_icd.json
[3] Warning: loader_scanned_icd_add: Could not get 'vkCreateInstance' via 'vk_icdGetInstanceProcAddr' for ICD libGLX_nvidia.so.0
[3] Warning: vkCreateInstance: Found no drivers!
[3] Warning: vkCreateInstance failed with VK_ERROR_INCOMPATIBLE_DRIVER
[3] at CheckVkSuccessImpl (../../third_party/dawn/src/dawn/native/vulkan/VulkanError.cpp:101)
[3] at CreateVkInstance (../../third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:493)
[3] at Initialize (../../third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:379)
[3] at Create (../../third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:301)
[3] at operator() (../../third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:556)
[3]
It's been hanging there for a while. I'll update if anything moves.
Mint 22.1 Cinnamon based on Ubuntu 24.04.
.deb installs fine but client does not launch.
I also attempted to run the Appimage on the command line and got this:
Then is just hangs. No window opens.
I am also trying to build the latest version and got the following:
It's been hanging there for a while. I'll update if anything moves.