Package Details: osu-lazer 2024.1208.0-1

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/
Keywords: arcade game
Licenses: MIT AND CC-BY-NC-4.0
Submitter: morguldir
Maintainer: Zentino
Last Packager: Zentino
Votes: 71
Popularity: 1.62
First Submitted: 2018-06-21 12:34 (UTC)
Last Updated: 2024-12-09 08:42 (UTC)

Latest Comments

1 2 3 4 5 6 .. 11 Next › Last »

ChenyHsu commented on 2024-11-12 10:08 (UTC)

build failed

You must install or update .NET to run this application.

App: /usr/share/dotnet/sdk/8.0.110/dotnet.dll
Architecture: x64
Framework: 'Microsoft.NETCore.App', version '8.0.10' (x64)
.NET location: /usr/share/dotnet/

The following frameworks were found:
  6.0.35 at [/usr/share/dotnet/shared/Microsoft.NETCore.App]

Learn more:
https://aka.ms/dotnet/app-launch-failed

To install missing framework, download:
https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=8.0.10&arch=x64&rid=arch-x64&os=arch
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'osu-lazer-2024.1009.1-1': 
error: packages failed to build: osu-lazer-2024.1009.1-1

roarba commented on 2024-06-14 18:46 (UTC)

As ccicnce113424 said, you have to create a symlink in order to use Vulkan renderer. However, for me, the command he provided didn't work. I created a symlink in the same directory as libdl.so.2

ln -s /usr/lib/libdl.so.2 /usr/lib/libdl.so

And it worked for me!

Animainmilol commented on 2024-05-28 10:51 (UTC)

Osu-lazer has updated to 2024.521.2, can you update repository?

ccicnce113424 commented on 2024-04-14 06:59 (UTC)

I can't use the experimental Vulkan renderer and the log shows that libdl.so cannot be found. The problem was solved by creating a symlink.

ln -s /usr/lib/libdl.so.2 /opt/osu-lazer/libdl.so

Zentino commented on 2024-02-20 07:26 (UTC)

According to the release log https://github.com/ppy/osu/releases/tag/2024.219.0 the dotnet* dependencies should be version 8.x, and the latest release can't compile on dotnet-sdk-6.0

xiota commented on 2024-02-09 12:04 (UTC)

What would be required to set up an alternate score server?

Sandwich commented on 2024-01-30 22:38 (UTC)

This is unfortunate, I suspect this is a countermeasure against unauthorized/modded clients since the PP submission is out now?

dadino06 commented on 2024-01-30 18:05 (UTC)

Alright, understandable, thanks peppy!

ppy commented on 2024-01-30 17:26 (UTC)

Yes, sorry but source builds will no longer submit scores. You will need to use our binaries.

dadino06 commented on 2024-01-30 17:25 (UTC)

Score submission to the leaderboards from this particular package is not working as of the 2024.130.2 update. Is this because it's building from source? Doesn't look like it's an upstream issue with the Linux build as score submission works from the official AppImage.