Package Details: atlauncher 3.4.38.0-1

Git Clone URL: https://aur.archlinux.org/atlauncher.git (read-only, click to copy)
Package Base: atlauncher
Description: A launcher for Minecraft which integrates multiple different modpacks to allow you to download and install modpacks easily and quickly.
Upstream URL: https://github.com/ATLauncher/ATLauncher
Licenses: GPL3
Conflicts: atlauncher-bin
Provides: atlauncher
Submitter: demon012
Maintainer: demon012 (RyanTheAllmighty)
Last Packager: RyanTheAllmighty
Votes: 21
Popularity: 0.191675
First Submitted: 2013-09-25 21:53 (UTC)
Last Updated: 2024-11-15 12:57 (UTC)

Dependencies (3)

Required by (0)

Sources (5)

Pinned Comments

RyanTheAllmighty commented on 2021-01-30 05:18 (UTC)

Hi all.

I'm the developer of ATLauncher, and just leaving a comment to say that I'm starting to automate the updates to this package (as well as atlauncher-bin) so that they align with our official releases.

As part of this process I've made some changes which shouldn't cause any issues.

If there's any issues with this, or going forward, best to reach out in Discord (https://atl.pw/discord) or pop an issue/PR in GitHub (https://github.com/ATLauncher/ATLauncher).

Latest Comments

1 2 3 4 Next › Last »

RyanTheAllmighty commented on 2024-05-25 08:50 (UTC)

@TheRealA77 yes this is a known issue currently when you're using Java 22. You need to use a lower Java version or switch to atlauncher-bin package. I aim to have this fixed with the next version soon.

TheRealA77 commented on 2024-05-25 08:47 (UTC) (edited on 2024-05-25 08:49 (UTC) by TheRealA77)

i get this error when i try to build the package:

FAILURE: Build failed with an exception.

* What went wrong:
Could not open settings generic class cache for settings file '/home/thereala77/atlauncher/src/ATLauncher-3.4.36.4/settings.gradle' (/home/thereala77/.gradle/caches/8.2/scripts/9l64mo2czsvejb9qljs0eyu74).
> BUG! exception in phase 'semantic analysis' in source unit '_BuildScript_' Unsupported class file major version 66

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.

BUILD FAILED in 8s

teawrecks commented on 2023-04-28 07:14 (UTC)

Can confirm, installing jdk8-openjdk resolves the build issue. Thanks.

spokr commented on 2023-04-28 00:29 (UTC)

@asterane fixed the issue for me as well, thank you! the dependency for jdk8-openjdk might be a good idea

Neko-san commented on 2023-04-25 23:27 (UTC)

@asterane that fixed it, thanks

Maybe that should be reflected in the dependencies? Thought I already had it installed and that apparently wasn't the case

asterane commented on 2023-04-25 22:33 (UTC)

@Neko-san I had the same issue and fixed it by installing jdk8-openjdk

RyanTheAllmighty commented on 2023-04-25 00:42 (UTC) (edited on 2023-04-25 00:42 (UTC) by RyanTheAllmighty)

@Neko-san looks like an issue with your JDK home path:

Could not find tools.jar. Please check that /usr/lib/jvm/java-8-openjdk/jre contains a valid JDK installation.

It's pointing to "/usr/lib/jvm/java-8-openjdk/jre" which is a JRE and not a JDK by the sounds of the path.

Neko-san commented on 2023-04-25 00:36 (UTC)

An error occurs with the build:

Downloading https://services.gradle.org/distributions/gradle-7.6-milestone-1-bin.zip
...........10%............20%...........30%............40%............50%...........60%............70%............80%...........90%............100%

Welcome to Gradle 7.6-milestone-1!

Here are the highlights of this release:
 - Support for Java 19

For more details see https://docs.gradle.org/7.6-milestone-1/release-notes.html

Starting a Gradle Daemon (subsequent builds will be faster)
ATLauncher has been built. Distribution files are located in the dist directory.

> Task :generateMainServiceApolloSources
ANTLR Tool version 4.5.3 used for code generation does not match the current runtime version 4.9.2
ANTLR Runtime version 4.5.3 used for parser compilation does not match the current runtime version 4.9.2
ANTLR Tool version 4.5.3 used for code generation does not match the current runtime version 4.9.2
ANTLR Runtime version 4.5.3 used for parser compilation does not match the current runtime version 4.9.2

> Task :compileJava FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileJava'.
> Could not find tools.jar. Please check that /usr/lib/jvm/java-8-openjdk/jre contains a valid JDK installation.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See https://docs.gradle.org/7.6-milestone-1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 57s
6 actionable tasks: 6 executed

xz-dev commented on 2021-10-06 09:12 (UTC) (edited on 2021-10-07 04:51 (UTC) by xz-dev)

ATLauncher is not must dependency java8, It also can running in java16, the AUR PKGBUILD can be changed as that.

depends=('java-runtime>=8' 'openal')
makedepends=('java-environment>=8')

RyanTheAllmighty commented on 2021-01-30 05:18 (UTC)

Hi all.

I'm the developer of ATLauncher, and just leaving a comment to say that I'm starting to automate the updates to this package (as well as atlauncher-bin) so that they align with our official releases.

As part of this process I've made some changes which shouldn't cause any issues.

If there's any issues with this, or going forward, best to reach out in Discord (https://atl.pw/discord) or pop an issue/PR in GitHub (https://github.com/ATLauncher/ATLauncher).