Package Details: osu-lazer 2024.412.1-2

Git Clone URL: https://aur.archlinux.org/osu-lazer.git (read-only, click to copy)
Package Base: osu-lazer
Description: A free-to-win rhythm game. Rhythm is just a *click* away!
Upstream URL: https://osu.ppy.sh/
Licenses: MIT AND CC-BY-NC-4.0
Submitter: morguldir
Maintainer: neeshy
Last Packager: neeshy
Votes: 66
Popularity: 0.39
First Submitted: 2018-06-21 12:34 (UTC)
Last Updated: 2024-04-15 19:08 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 10 Next › Last »

DJXJD commented on 2023-09-09 00:18 (UTC) (edited on 2023-09-09 00:25 (UTC) by DJXJD)

I'm getting this error when attempting to update to the latest version:

==> Validating source files with sha256sums...
    2023.908.2.tar.gz ... Passed
    LICENCE.md ... Passed
    osu-lazer.sh ... Passed
    osu-lazer.desktop ... Passed
    osu-lazer.xml ... Passed
    osu-lazer-online.patch ... FAILED
==> ERROR: One or more files did not pass the validity check!
error: failed to download sources for 'osu-lazer-2023.908.2-1':
error: packages failed to build: osu-lazer-2023.908.2-1

Sandwich commented on 2023-07-15 21:53 (UTC)

This also compiles and works on aarch64

naritanara commented on 2023-06-14 09:38 (UTC)

I'm having trouble building this with paru (chroot mode). In my case depending on dotnet-runtime-6.0-bin instead of dotnet-runtime-6.0 fixed it.

neeshy commented on 2023-06-11 00:08 (UTC)

I've reverted an earlier commit which changed the dotnet-sdk-6.0-bin dependency to dotnet-sdk. It should build now.

utanerime commented on 2023-06-09 18:29 (UTC) (edited on 2023-06-10 14:37 (UTC) by utanerime)

When building this package on my machine, after it displayed All projects are up-to-date for restore., the build() error came out with:

/home/utane/.nuget/packages/polysharp/1.10.0/buildTransitive/PolySharp.targets(45,5): error : The PolySharp source generators have been disabled on the current configuration, as they need Roslyn 4.3 in order to work. PolySharp requires the source generators to run in order to process shaders, so the library cannot be used without a more up to date IDE (eg. VS 2022 17.3 or greater) or .NET SDK version (.NET 6.0.400 SDK or greater). [/home/utane/.cache/paru/clone/osu-lazer/src/osu-2023.605.0/osu.Desktop/osu.Desktop.csproj]

Before running makepkg I have

> paru -Q | grep dotnet
dotnet-host 7.0.5.sdk105-1
dotnet-runtime 7.0.5.sdk105-1
dotnet-runtime-6.0 6.0.16.sdk116-1
dotnet-sdk 7.0.5.sdk105-1
dotnet-sdk-6.0 6.0.16.sdk116-1
dotnet-targeting-pack 7.0.5.sdk105-1
dotnet-targeting-pack-6.0 6.0.16.sdk116-1 

installed in my machine.

Update: use the dotnet-sdk-6.0-bin, dotnet-runtime-6.0-bin and dotnet-targeting-pack-6.0-bin in AUR to build this package before the update of Extra repository.

Henry-ZHR commented on 2023-04-14 05:17 (UTC) (edited on 2023-04-14 05:17 (UTC) by Henry-ZHR)

> yay -Q | grep dotnet
dotnet-host 7.0.3.sdk103-1
dotnet-runtime 7.0.3.sdk103-1
dotnet-sdk 7.0.3.sdk103-1
dotnet-targeting-pack 7.0.3.sdk103-1

No .NET 6.0. But it does build. Just like magic.

However, running does require dotnet-runtime-6.0.

neeshy commented on 2023-04-13 19:35 (UTC)

I thought the runtime and sdk packages needed to be consistent (-bin for both), but it seems that isn't the case. The sdk packages does need to be dotnet-sdk-6.0-bin though, since one of the packages that osu depends on requires an SDK with version >=6.0.400 ( the non bin version is 6.0.114, not sure why the SDK versions are split but w/e, see: https://dotnet.microsoft.com/en-us/download/dotnet/6.0 )

Henry-ZHR commented on 2023-04-13 04:52 (UTC)

Why aur/dotnet-runtime-6.0-bin instead of community/dotnet-runtime-6.0?

ZhangHua commented on 2022-11-14 02:02 (UTC)

dotnet has been upgraded to 7.0, while this game can only run on dotnet 6.0. Please consider using dotnet-runtime-6.0 and dotnet-sdk-6.0 for running and building.