Package Details: beatoraja-modernchic 0.8.5-1

Git Clone URL: https://aur.archlinux.org/beatoraja-modernchic.git (read-only, click to copy)
Package Base: beatoraja-modernchic
Description: Cross-platform rhythm game based on Java and libGDX.
Upstream URL: https://github.com/exch-bms2/beatoraja
Licenses: GPL3, unknown
Submitter: nullobsi
Maintainer: nullobsi
Last Packager: nullobsi
Votes: 5
Popularity: 0.000547
First Submitted: 2021-08-09 03:03 (UTC)
Last Updated: 2023-06-27 05:07 (UTC)

Dependencies (2)

Required by (0)

Sources (2)

Latest Comments

ungeskriptet commented on 2024-10-15 07:31 (UTC)

Please add the xorg-xrandr package to depends. Before installing it I was getting this error and beatoraja wasn't launching:

Exception in thread "LWJGL Application" java.lang.ExceptionInInitializerError
        at com.badlogic.gdx.backends.lwjgl.LwjglGraphics.setVSync(LwjglGraphics.java:591)
        at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:124)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 0
        at org.lwjgl.opengl.LinuxDisplay.getAvailableDisplayModes(LinuxDisplay.java:954)
        at org.lwjgl.opengl.LinuxDisplay.init(LinuxDisplay.java:738)
        at org.lwjgl.opengl.Display.<clinit>(Display.java:138)
        ... 2 more

nullobsi commented on 2022-02-21 05:31 (UTC)

a wrapper script would be nice but I feel like that would break when using the official non-openJDK version

K1t3AB commented on 2022-02-20 09:40 (UTC)

a suggestion: beatoraja.sh

exec /lib/jvm/java-8-openjdk/bin/java -Xms1g -Xmx4g -jar beatoraja.jar

to start beatoraja with the correct java version (1.8 / 8)