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 .. 13 14 15 16 17 18 19 20 Next › Last »

JuniorJPDJ commented on 2018-02-01 19:57 (UTC)

There is no tag for 0.6.2, only 0.6.1

thayne commented on 2017-10-30 04:39 (UTC)

I was able to compile it with openjdk-9 installed by changing the cmake line of the install script to include "-DJAVA_HOME=/usr/lib/jvm/java-8-openjdk"

vorpalblade commented on 2017-10-01 01:48 (UTC)

@luso58: Try this: archlinux-java set java-8-openjdk/jre from https://wiki.archlinux.org/index.php/Java#Change_default_Java_environment (you may need to do "archlinux-java status" first to see available environments)

luso58 commented on 2017-09-30 20:02 (UTC)

I have openJDK 7, 8 and 9 installed on my system, and multimc refuses to build, because of incompatibility with java 9. log ----------------------------------------------------------- ==> Starting build()... libnbtplusplus has data rmdir: failed to remove '/tmp/yaourt-tmp-luso/aur-multimc5/src/MultiMC5-0.5.1/libraries/libnbtplusplus': Directory not empty Using override nbt++ name: MultiMC_nbt++ /tmp/yaourt-tmp-luso/aur-multimc5/src/MultiMC5-0.5.1/cmake CMake Warning at /usr/share/cmake-3.9/Modules/FindJava.cmake:157 (message): regex not supported: openjdk version "9" OpenJDK Runtime Environment (build 9+181) OpenJDK 64-Bit Server VM (build 9+181, mixed mode). Please report Call Stack (most recent call first): libraries/launcher/CMakeLists.txt:3 (find_package) CMake Error at /usr/share/cmake-3.9/Modules/FindPackageHandleStandardArgs.cmake:137 (message): Could NOT find Java: Found unsuitable version "..", but required is at least "1.6" (found /usr/bin/java) Call Stack (most recent call first): /usr/share/cmake-3.9/Modules/FindPackageHandleStandardArgs.cmake:375 (_FPHSA_FAILURE_MESSAGE) /usr/share/cmake-3.9/Modules/FindJava.cmake:243 (find_package_handle_standard_args) libraries/launcher/CMakeLists.txt:3 (find_package) -- Configuring incomplete, errors occurred! See also "/tmp/yaourt-tmp-luso/aur-multimc5/src/MultiMC5-0.5.1/build/CMakeFiles/CMakeOutput.log". ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build multimc5.

vorpalblade commented on 2017-08-18 00:20 (UTC)

BREAKING CHANGE: I was running Ubuntu for awhile, and the official client appears to drop data into ~/.local/share/multimc instead of ~/.local/share/multimc5 The 0.5.1-4 version ONLY has this change. Everything else remains the same. For those using Ubuntu and the official multimc client this will (hopefully) reduce the duplication in their home directories. For those that want to run multimc with the previous default directory, use: multimc5.sh [PREVIOUS_DATA_DIR]

ainola commented on 2017-05-30 00:14 (UTC)

I had the following installed: java-environment-common 2-2 java-runtime-common 2-2 jdk7-openjdk 7.u131_2.6.9-1 jre7-openjdk 7.u131_2.6.9-1 jre7-openjdk-headless 7.u131_2.6.9-1 jre8-openjdk 8.u121-1 jre8-openjdk-headless 8.u121-1 Thanks for including the patch! That was damn fast.

vorpalblade commented on 2017-05-29 23:50 (UTC)

@ainola I have now updated this package with the upstream patch. As far as jdk8-openjdk goes for building, did you have another version installed, and if so, what was it? I have attempted to force jdk8 or later with java-environment>=8, so jdk8-openjdk should be installed for the build phase.

ainola commented on 2017-05-29 23:23 (UTC)

Apparently this doesn't compile with GCC 7. This has been fixed upstream in their develop branch. Consider adding this patch: https://github.com/MultiMC/MultiMC5/commit/88041783e6a8c8f4b1e9bda55e6defe9feb7d93b.patch Relevant bug report: https://github.com/MultiMC/MultiMC5/issues/1836

ainola commented on 2017-05-29 23:18 (UTC)

jdk8-openjdk was not pulled in as a hard dep, so I got the same Cmake errors as Aurelio until I installed the package manually.

vorpalblade commented on 2017-02-12 23:29 (UTC) (edited on 2017-02-12 23:30 (UTC) by vorpalblade)

I have just updated this package to version 0.5.1. There was NOT a bump to the version in the MultiMC repository even though there was a release. The version number is under application/CMakeLists.txt for those who are wondering. https://github.com/MultiMC/MultiMC5/blob/develop/application/CMakeLists.txt