Package Details: multimc5 0.6.16-3

Git Clone URL: https://aur.archlinux.org/multimc5.git (read-only, click to copy)
Package Base: multimc5
Description: Minecraft launcher with ability to manage multiple instances.
Upstream URL: https://multimc.org/
Keywords: launcher minecraft
Licenses: Apache
Conflicts: multimc
Provides: multimc
Submitter: vorpalblade
Maintainer: None
Last Packager: g3tchoo
Votes: 127
Popularity: 0.016161
First Submitted: 2015-06-06 11:37 (UTC)
Last Updated: 2023-02-06 06:15 (UTC)

Dependencies (9)

Required by (1)

Sources (8)

Pinned Comments

g3tchoo commented on 2023-02-06 04:26 (UTC) (edited on 2023-02-06 04:45 (UTC) by g3tchoo)

multimc is no longer using stable releases, which obsoletes this package (see this commit)

please consider switching to prismlauncher for continued support. you can find a migration guide here

edit: multimc-git was previously recommended, but has not been updated for more than a year and does not build off develop currently, so it has been removed. multimc-bin may also not be viable for the same reasons as this package, so the only alternative i am comfortable recommending is prismlauncher.

g3tchoo commented on 2021-12-18 18:53 (UTC) (edited on 2021-12-18 18:53 (UTC) by g3tchoo)

Leaving this as a permanent disclaimer:

It is illegal to redistribute any binaries created with this script because of the upstream project's licensing.

Latest Comments

« First ‹ Previous 1 .. 10 11 12 13 14 15 16 17 18 19 20 Next › Last »

Nature commented on 2019-04-12 01:12 (UTC)

@radiomike: Thanks for the heads up! Literally spent half an hour looking at the log file trying to find what happened.

cobaltspace commented on 2019-04-09 20:45 (UTC)

I think the java dependency should be java-runtime=8 instead of just java-runtime. Also java-environment=8 instead of just java-environment

radiomike commented on 2019-04-08 09:08 (UTC)

Currently broken with latest qt5 and icu updates. Fixed upstream already.

nametable commented on 2019-03-11 03:36 (UTC) (edited on 2019-03-11 03:39 (UTC) by nametable)

@ShayBox: I found at least a temporary solution as I was having the same problem. I used archlinux-java to change my Java environment back to a JDK. In my case I was using java-8-jre/jre instead of java-8-openjdk or java-8-jdk.

Here's what I did since I had jdk8 (http://aur.archlinux.org/packages/jdk8) installed. jdk8-openjdk would also probably work:

$ archlinux-java status
Available Java environments:
  java-8-jdk
  java-8-jre/jre (default)
  java-8-openjdk
$ sudo archlinux-java set java-8-jdk

This solved the problem for me.

xiretza commented on 2019-03-06 10:58 (UTC)

@ShayBox: it builds in a clean chroot, and I honestly can't be bothered to try adding special support for multiple java versions to the PKGBUILD, sorry. Feel free to post a good, working patch though.

Reden commented on 2019-03-02 05:15 (UTC) (edited on 2019-03-02 05:16 (UTC) by Reden)

Why is the java-environment package necessary? The runtime alone seems to work well enough.

@CodingKoopa, you need Java 8. Vanilla Minecraft can run with an older version, but modded specifically demands 8.

ninja edited for formatting

CodingKoopa commented on 2019-02-24 01:50 (UTC)

I'm getting this when building this package: "The dependency jdk-openjdk demands version <10, but the most recent version is 11.0.2.u7-1.". I have both the "jdk-openjdk" and "jdk10-openjdk" packages installed, with the Java 11 runtime set as the default with the "archlinux-java" script.

Monkeyfume commented on 2018-09-06 20:46 (UTC)

@xiretza well, you were right... I forgot the backslash and now that I have placed it correctly, I realize I have not "fixed" the issue and I am back to square one.

xiretza commented on 2018-09-06 18:01 (UTC)

@Monkeyfume: this is why I asked for a diff, you probably messed up the cmake command while "fixing" your broken java path. The last argument to cmake has to be .., you probably forgot a backslash to escape the newline at the end of your variable definition.