Package Details: boosteroid 1.10.4-1

Git Clone URL: https://aur.archlinux.org/boosteroid.git (read-only, click to copy)
Package Base: boosteroid
Description: Boosteroid client desktop
Upstream URL: https://boosteroid.com/downloads
Keywords: boosteroid cloud game gaming
Licenses: custom
Submitter: Emily
Maintainer: envolution
Last Packager: envolution
Votes: 9
Popularity: 0.69
First Submitted: 2022-03-10 18:07 (UTC)
Last Updated: 2025-11-06 21:32 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

ldechnik commented on 2025-11-06 14:45 (UTC) (edited on 2025-11-06 14:46 (UTC) by ldechnik)

==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with md5sums...
    Boosteroid-1.10.3-x86_64.deb ... FAILED
    Boosteroid-1.10.3-x86_64.md5 ... Passed
    boosteroid.sh ... Passed
==> ERROR: One or more files did not pass the validity check!
 -> error downloading sources: /home/lukasz/.cache/yay/boosteroid
         context: exit status 1


:: (1/1) Parsing SRCINFO: boosteroid
==> Making package: boosteroid 1.10.3-1 (Thu 06 Nov 2025 03:44:12 PM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found Boosteroid-1.10.3-x86_64.deb
  -> Found Boosteroid-1.10.3-x86_64.md5
  -> Found boosteroid.sh
==> Validating source files with md5sums...
    Boosteroid-1.10.3-x86_64.deb ... FAILED
    Boosteroid-1.10.3-x86_64.md5 ... Passed
    boosteroid.sh ... Passed
==> ERROR: One or more files did not pass the validity check!
 -> error making: boosteroid-exit status 1
 -> Failed to install the following packages. Manual intervention is required:
boosteroid - exit status 1

envolution commented on 2025-06-06 19:10 (UTC)

It seems the (new) 1.9.27 release and supplied checksum do not currently match. I've reached out to the company to let them know.

omgitsdango commented on 2024-12-26 23:21 (UTC)

@envolution thanks for the information!

envolution commented on 2024-12-26 22:59 (UTC)

@omgitsdango yeah they just updated, there's a 12 hour lag between the automated update checker. I bumped it manually so it should be okay now

omgitsdango commented on 2024-12-26 22:09 (UTC)

The md5 check fails on my machine

envolution commented on 2024-11-22 08:25 (UTC)

@chmercesmoreira thanks for the follow-up solution

if anyone using intel/amd is having this issue please add logs

chmercesmoreira commented on 2024-11-21 19:48 (UTC) (edited on 2024-11-22 00:42 (UTC) by chmercesmoreira)

Hello, I'm getting a crash after logging in into my account, here is the beginning of the core dump:

            Process 43328 (boosteroid.bin) of user 1000 dumped core.

            Stack trace of thread 43470:
            #0  0x000071244de03514 XDisplayString (libX11.so.6 + 0x27514)
            #1  0x0000712441920d00 __vaDriverInit_1_21 (nvidia_drv_video.so + 0xdd00)
            #2  0x000071244e19f064 vaInitialize (libva.so.2 + 0x8064)
            #3  0x00005cc1765f3350 n/a (boosteroid.bin + 0x27f3350)
            #4  0x00005cc1765f10a3 n/a (boosteroid.bin + 0x27f10a3)
            #5  0x00005cc17435a844 n/a (boosteroid.bin + 0x55a844)
            #6  0x00005cc17435d411 n/a (boosteroid.bin + 0x55d411)
            #7  0x00005cc174361ae9 n/a (boosteroid.bin + 0x561ae9)
            #8  0x00005cc17436352b n/a (boosteroid.bin + 0x56352b)
            #9  0x00005cc17426d7ae n/a (boosteroid.bin + 0x46d7ae)
            #10 0x00005cc17564940b n/a (boosteroid.bin + 0x184940b)
            #11 0x00005cc175644cdc n/a (boosteroid.bin + 0x1844cdc)
            #12 0x000071244d7b239d n/a (libc.so.6 + 0x9439d)
            #13 0x000071244d83749c n/a (libc.so.6 + 0x11949c)

Got it fixed following this: https://bbs.archlinux.org/viewtopic.php?pid=2164892#p2164892

            $ pacman -F nvidia_drv_video.so
            extra/libva-nvidia-driver 0.0.11-1 [instalado: 0.0.12-1]
                usr/lib/dri/nvidia_drv_video.so
            extra/libva-vdpau-driver 0.7.4-6
                usr/lib/dri/nvidia_drv_video.so
            multilib/lib32-libva-vdpau-driver 0.7.4-7 [instalado: 0.7.4-8]
                usr/lib32/dri/nvidia_drv_video.so

In my case libva-vdpau-driver was installed, I uninstalled it and replaced it by libva-nvidia-driver

envolution commented on 2024-11-17 10:28 (UTC)

@binarydepth I'm reluctant to add multilib requirements when I haven't found the need for lib32-libnuma in my testing.

Can you please let me know what prompted you to consider it a requirement? Do things break if you remove libnuma?

binarydepth commented on 2024-11-16 19:15 (UTC)

@envolution a simlink might work better, that's true. I had the issue on a new installl jsut days ago.What about lib32-libnuma ? Is this what you mean that is solved also

envolution commented on 2024-11-15 20:57 (UTC) (edited on 2024-11-15 20:57 (UTC) by envolution)

@binarydepth - that's a new issue I seem to have created a couple of days ago due to a badly targetted symlink.

`sudo ln -s Boosteroid /usr/bin/boosteroid

this is fixed in pkgrel-4 which should be up in a few minutes