One file did not pass validity check
==> Validating source files with sha256sums...
osu-installer-20230401.exe ... FAILED
Git Clone URL: | https://aur.archlinux.org/osu.git (read-only, click to copy) |
---|---|
Package Base: | osu |
Description: | A free-to-win rhythm game |
Upstream URL: | https://osu.ppy.sh |
Keywords: | catch circle ctb game mania osu peppy ppy rhythm stable taiko |
Licenses: | custom |
Submitter: | ValdikSS |
Maintainer: | fossdd |
Last Packager: | fossdd |
Votes: | 64 |
Popularity: | 0.000547 |
First Submitted: | 2012-11-07 13:27 (UTC) |
Last Updated: | 2025-04-28 11:25 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 .. 16 Next › Last »
One file did not pass validity check
==> Validating source files with sha256sums...
osu-installer-20230401.exe ... FAILED
The new versioning scheme is a super bad idea. Suppose the next update happens on 1 February. Then pacman will think it’s a downgrade because 20230102 < 20230401. With the old versioning scheme, it would (correctly) be recognised as an upgrade because 20230201 > 20230104.
I have disowned the package since I don't have interest in stable anymore and have switched to lazer. Feel free to adopt it if you have the time and ability to maintain it.
EDIT: Fixed by reinstalling all lib32 libraries
Running osu-stable
from the console fails with:
Executing cd /home/jedel/.cache/winetricks/dotnet40
Executing wine dotNetFx40_Full_x86_x64.exe /q /c:install.exe /q
Inconsistency detected by ld.so: dl-open.c: 581: dl_open_worker_begin: Assertion `_dl_debug_update (args->nsid)->r_state == RT_CONSISTENT' failed!
------------------------------------------------------
warning: Note: command wine dotNetFx40_Full_x86_x64.exe /q /c:install.exe /q returned status 127. Aborting.
how do I use a custom wine header or edit the wine header it installed it?
Just got this error.
==> ERROR: One or more files did not pass the validity check! error: failed to download sources for 'osu-20210821-2': error: packages failed to buid: osu-20210821-2
@amingirl I'm using one of gonX's wine builds for osu, seems to work fine. https://drive.google.com/drive/folders/17MVlyXixv7uS3JW4B-H8oS4qgLn7eBw5
It installs in /opt/wine-osu/ so I replaced export PATH="${HOME}/build/wine:${PATH}"
in huupoke's osu-stable file with export PATH="/opt/wine-osu/bin:${PATH}"
Here is mine:
export vblank_mode=0
export PATH="/opt/wine-osu/bin:${PATH}"
export OSU_STABLE_DATA_DIRECTORY="${HOME}/osuStableDir"
setsid osu-stable "$@" &
@That1Calculator It doesn't happen for me. Are you using a custom Wine build? If that's the case, you might want to try the vanilla Wine.
This just happened after the latest update -- no matter what I do, I get this error:
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 151 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Value in failed request: 0x0
Serial number of failed request: 423
Current serial number in output stream: 424
Please help!
@Ketchup901 I have updated the hash. Seems like peppy posted the changelog before pushing the new build.
Pinned Comments
huupoke12 commented on 2021-06-09 03:04 (UTC) (edited on 2022-03-31 13:24 (UTC) by huupoke12)
@amingirl If you want to use a custom Wine build, you can just prepend the PATH environment variable with the custom Wine's path.
But I have written this script with the idea of not to directly edit
/usr/bin/osu-stable
, but to create your own script if you want to override any of the value.This is my
~/bin/osu-stable
file (/usr/bin/osu-stable
is unmodified, and~/bin
is added to myPATH
)