Package Details: alcom 1.1.5-1

Git Clone URL: https://aur.archlinux.org/alcom.git (read-only, click to copy)
Package Base: alcom
Description: A fast open-source alternative of VRChat Creator Companion (VCC)
Upstream URL: https://github.com/vrc-get/vrc-get
Licenses: MIT
Submitter: YTJVDCM
Maintainer: YTJVDCM
Last Packager: YTJVDCM
Votes: 6
Popularity: 0.69
First Submitted: 2025-01-02 07:30 (UTC)
Last Updated: 2025-11-17 00:36 (UTC)

Dependencies (7)

Required by (0)

Sources (2)

Latest Comments

YTJVDCM commented on 2026-01-09 10:01 (UTC)

Is the rustc version higher than 1.91.0?

TipsyTheCat commented on 2026-01-09 03:31 (UTC) (edited on 2026-01-09 03:32 (UTC) by TipsyTheCat)

fails to build with 5 of these:

error[E0658]: use of unstable library feature `path_add_extension`
   --> vrc-get-gui/src/commands/project.rs:704:26
    |
704 |                         .with_added_extension("zip");
    |                          ^^^^^^^^^^^^^^^^^^^^
    |
    = note: see issue #127292 <https://github.com/rust-lang/rust/issues/127292> for more information

rustc --explain E0658 says it's an "unstable feature" and that it can't be used outside of nightly builds of rustc. im honestly out of my depth here.

YTJVDCM commented on 2025-11-22 06:17 (UTC) (edited on 2025-11-22 06:18 (UTC) by YTJVDCM)

When using the nvidia open driver to start ALCOM, it crashes after displaying a white window, and the console shows Gdk-Message: 18:28:36.299: Error 71 (协议错误) dispatching to Wayland display.

It's an upstream issue with Tauri.
https://github.com/tauri-apps/tauri/issues/10702

A temporary solution is to add the environment variable :
WEBKIT_DISABLE_DMABUF_RENDERER=1.

fcrubv commented on 2025-11-21 10:31 (UTC) (edited on 2025-11-21 10:32 (UTC) by fcrubv)

When using the nvidia open driver to start ALCOM, it crashes after displaying a white window, and the console shows Gdk-Message: 18:28:36.299: Error 71 (协议错误) dispatching to Wayland display.

OzzyHelix commented on 2025-11-18 05:38 (UTC)

after trying again with rust instead of rustup it worked. it appears it might have been an issue with rustup

OzzyHelix commented on 2025-11-18 05:29 (UTC)

I am running into build issues with yay and nodejs I will post an output of my console via github gist

https://gist.github.com/OzzyHelix/44fa40dfb1cf9c1fd31faa192a128a1a

YTJVDCM commented on 2025-04-22 06:35 (UTC)

ALCOM only supports the LTS version of Node.js. So in the next update, I plan to change the dependencies nodejs-lts-iron to nodejs-lts, not nodejs.

FishBoneEK commented on 2025-04-22 03:31 (UTC)

make dep nodejs-lts-iron conflicts with nodejs, the latter one is a commonly installed package. Is it possible to come around this issue?