Package Details: osu-lazer-git latest-1

Git Clone URL: https://aur.archlinux.org/osu-lazer-git.git (read-only, click to copy)
Package Base: osu-lazer-git
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
Conflicts: osu-lazer
Provides: osu-lazer
Submitter: emmieaur
Maintainer: neeshy
Last Packager: neeshy
Votes: 41
Popularity: 0.039637
First Submitted: 2017-03-25 04:24 (UTC)
Last Updated: 2024-04-15 19:08 (UTC)

Latest Comments

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

Leeo97one commented on 2018-09-15 18:06 (UTC)

Why not apply Roliga's patch (http://ix.io/1k9H)?

morguldir commented on 2018-09-15 16:25 (UTC)

You should pass "$@" instead.

esauvisky commented on 2018-09-15 15:41 (UTC) (edited on 2018-09-15 17:27 (UTC) by esauvisky)

~Can't open nor import beatmaps with this dotnet version.~

Edit: Ok, I got it by running on a terminal:

export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/lib/osu-lazer"
dotnet osu\!.dll /tmp/name.osz

The name of the osz cannot contain spaces.

I also managed to make the beatmap files directly importable via mimetypes by editing /usr/bin/osu-lazer and passing $@ to dotnet:

#!/bin/sh
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/lib/osu-lazer"
exec dotnet '/usr/lib/osu-lazer/osu!.dll' $@

xiretza commented on 2018-08-24 13:41 (UTC)

This should depends=('shared-mime-info') and install the license file to /usr/share/licenses/osu-lazer-git/ (since MIT licenses are different for every software).

I found this out by running namcap on the compiled package file.

Roliga commented on 2018-08-14 13:00 (UTC) (edited on 2018-08-14 13:25 (UTC) by Roliga)

msbuild-stable is no longer a dependency it seems, and the osu-framework source isn't needed anymore. This patch removes that and also fixes opening beatmaps via mime types: http://ix.io/1k9H

Sesese9 commented on 2018-07-13 04:56 (UTC) (edited on 2018-07-13 04:56 (UTC) by Sesese9)

realpath(): Permission denied

realpath(): Permission denied

realpath(): Permission denied

Error: An assembly specified in the application dependencies manifest (osu!.deps.json) was not found: package: 'Cyotek.Drawing.BitmapFont', version: '1.3.4-beta1' path: 'lib/netstandard1.3/Cyotek.Drawing.BitmapFont.dll'

When running as non-root user.

gksu osu-lazer allows game to run.

fobekyo commented on 2018-07-11 13:15 (UTC)

osu-launcher.desktop should execute dotnet. Currently it executes mono.

emmieaur commented on 2018-07-08 20:52 (UTC)

Sorry about that, fixed.

fobekyo commented on 2018-07-08 17:07 (UTC)

sha256 for osu-launcher is wrong

emmieaur commented on 2018-07-08 08:49 (UTC)

I've replaced the mono binaries and invocation with the dotnet ones, and it seems to fix the missing fonts/text thing. However, seeing as it's a different environment than before, please let me know if you're having issues with building or execution.