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: g3tchoo
Last Packager: g3tchoo
Votes: 129
Popularity: 0.065858
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 2 3 4 5 6 7 .. 20 Next › Last »

g3tchoo commented on 2022-05-18 02:48 (UTC)

melvyn2, sorry about the wait! i've been busy with finals and hadn't got a notification for the Launcher repo updating, so i thought the package was good :/

should build now though!

g3tchoo commented on 2022-05-18 02:46 (UTC)

Arisa, i haven't been able to reproduce this :( maybe try to clean the $srcdir before the build by running this: paru -Sau --clean

or you can just build without an aur helper for a sanity check:

git clone https://aur.archlinux.org/multimc5.git
cd multimc5/
makepkg -siCcr

Arisa commented on 2022-05-17 21:25 (UTC)

Couldn't compile it because of a combination of warning and -Werror

Used clang as compiler and mold as linker

/home/user/.cache/paru/clone/multimc5/src/multimc5/launcher/ui/instanceview/InstanceView.cpp:839:9: error: variable 'beginning_row' set but not used [-Werror,-Wunused-but-set-variable] int beginning_row = 0; ^ 1 error generated.

melvyn2 commented on 2022-05-10 22:49 (UTC)

Please fix your hashes...

diff --git a/PKGBUILD b/PKGBUILD
index 2af89ca..d759c99 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -36,7 +36,7 @@ source=("${pkgname}::git+https://github.com/MultiMC/Launcher#tag=${pkgver}"
 sha512sums=('SKIP'
             'SKIP'
             'SKIP'
-            'df53f8b13ceeddc7922b6553730f29fdf92662277d20c9fc97d56965df1fe2349dd724ad8f911b105b02653fad112785e72ffadbf5571458fa23a45daf473e11'
+            '333cf8f504385d9e24a06cec12f3eb944b27773900595e6116cdd8e372d9ce564d53e4cf88f99b5d935345d2cf2a46309ea2431d86da6869236be17acd035b87'
             'ede87db7e1ce67184409123720b48f65d35884bac5dfff34cc099c5d7520fd9173be00997df82ad29da4640928134a7199ffdd1cbaa83a72101dbed72736508b'
             'd0e3152b885ec73b019dc0269d46e1ce0c43211bbcf05776a1e97f10fdc29f442930cc2d5144c0f979133e6aec68bf68474b924c746d1fa6b8c7f604af6eb83f'
             'df077c24a235117cc391ac515dd1e28c10b2082093c80aac5dcf3d6d8feaf07acacc79bfd5f111e389e7972e6f0a3b6eb217202d13e362219ed22a5437cd49c7'

menaechmi commented on 2022-01-12 01:55 (UTC)

@Anaeijon

I encountered the same problem. It did not end up being a problem with the package (modern-java.patch ensures it works). You need to be sure that archlinux-java is set to a version you have a jdk for. To test if this is your issue, try running file /usr/bin/javac. If it gives an error, you either have nothing or a JRE set in archlinux-java.

Anaeijon commented on 2022-01-07 19:49 (UTC) (edited on 2022-01-07 19:53 (UTC) by Anaeijon)

Building this with jdk-openjdk and jdk11-openjdk installed produced following error:

CMake Error at libraries/launcher/CMakeLists.txt:2 (project):
  No CMAKE_Java_COMPILER could be found.

  Tell CMake where to find the compiler by setting either the environment
  variable "JAVA_COMPILER" or the CMake cache entry CMAKE_Java_COMPILER to
  the full path to the compiler, or to the compiler name if it is in the
  PATH.

Installing jdk8-openjdk fixed the problem and this AUR built and installed just fine.

I don't have much insight into JDK and don't know why using JDK >8 was a problem here, but maybe someone needs this advice.

Maybe the java-environment dependency should be more specific?

tonitch commented on 2021-12-22 23:51 (UTC)

On multimc 0.6.14-3 I get an error

❯ multimc multimc: error while loading shared libraries: libLauncher_quazip.so: cannot >>open >shared object file: No such file or directory I assume it's related to https://github.com/MultiMC/Launcher/issues/4371

had the same issue... I just did multimc-bin and it worked... not a solution but a workaround !

smowtenshi commented on 2021-12-22 21:40 (UTC)

On multimc 0.6.14-3 I get an error

❯ multimc
multimc: error while loading shared libraries: libLauncher_quazip.so: cannot open shared object file: No such file or directory

I assume it's related to https://github.com/MultiMC/Launcher/issues/4371

vpzomtrrfrt commented on 2021-12-19 02:05 (UTC)

I had to remove the LIBRARY_DEST_DIR line from the PKGBUILD to get this to run