Giter Site home page Giter Site logo

minecraftmachina / manymc Goto Github PK

View Code? Open in Web Editor NEW
504.0 8.0 19.0 20.25 MB

πŸ“¦ A familiar Minecraft Launcher with native support for macOS arm64 (M1)

License: GNU General Public License v3.0

CMake 2.19% C++ 85.50% C 11.11% Shell 0.17% Java 0.90% Nix 0.14%
unofficial multimc macos arm64 m1 optimized minecraft

manymc's Introduction

ManyMC

A familiar Minecraft Launcher with native support for macOS arm64 (M1)


⚠️ The ManyMC launcher is no longer being updated.

Prism Launcher is the official continuation of ManyMC. It is actively developed by numerous maintainers, and directly inherits all of ManyMC's ARM patches. Migrating is super easy:

  1. Close all launchers

  2. Run the following commands from a Terminal:

    cd ~/Library/Application\ Support
    mv ManyMC PrismLauncher
    cd PrismLauncher
    mv manymc.cfg prismlauncher.cfg
    rm -r meta metacache cache libraries

Find Prism here:
https://github.com/PrismLauncher/PrismLauncher
https://discord.gg/prismlauncher

The ManyMC Discord guild is not going away, and it continues to be a place to reach me. Feel free to join:
https://discord.gg/CcFxPaDnjv


Supported versions

All stable versions of Minecraft from 1.6.4 to the latest have been tested and work great. Fabric, Forge, and OptiFine also work across all versions. Even huge modpacks like All the Mods 6 run perfectly!

Community

You are welcome to join the official Discord where you can get faster support and discuss the future of ManyMC. Link is here: https://discord.gg/CcFxPaDnjv

More fixes

Can't sprint and attack at the same time? Or sneak and scroll? These are all old and unfixed Minecraft bugs on macOS. Get rid of them now using our mod McMouser (CurseForge).

Install

There are two ways to install ManyMC, please choose one:

Homebrew (recommended)

  1. Install brew if you haven't already

  2. In a Terminal, run the following commands one by one. This will install the correct versions of Java 8, Java 17, and ManyMC:

    brew tap homebrew/cask-versions
    brew install zulu8 zulu17
    brew install --no-quarantine ManyMC
  3. Run ManyMC as normal (it's in /Applications/ManyMC)

  4. Depending on which version of Minecraft you want to play, you will need to use a different version of Java. Use the table below to find the correct Java path for your Minecraft version, and select it when ManyMC prompts you:

    Minecraft Version Java Version Architecture Path
    1.16 and below 1.8.0_X aarch64 /Library/Java/JavaVirtualMachines/zulu-8.jdk/Contents/Home/bin/java
    1.17 and above 17.X.X aarch64 /Library/Java/JavaVirtualMachines/zulu-17.jdk/Contents/Home/bin/java

    ℹ️ NOTE: You can always change the Java version individually by selecting a Minecraft instance and clicking on Edit instance > Settings > Java installation.

  5. To update ManyMC in the future, simply run the following command in a Terminal, your data will not be affected:

    brew upgrade --no-quarantine ManyMC

Manual

  1. Make sure you have the correct arm64 native Java installed for the version of Minecraft you want to play. Check step 4 in the section above if you don't know. For example, you can use Azul OpenJDK 17 arm64 or Azul OpenJDK 8 arm64.

  2. Download the latest release of ManyMC and extract it. You can move the app to your "Applications" folder if you like.

  3. Start ManyMC. If it gives an error about "developer cannot be verified", one time only, do not double-click on the app, but instead right-click on it and press Open, then Open again.

  4. As you go through the initial setup, make sure to select the correct arm64 native Java for the version of Minecraft you want to play. For example, for Minecraft 1.17, you will need Java 17, like so:

    ℹ️ NOTE: You can always change the Java version individually by selecting a Minecraft instance and clicking on Edit instance > Settings > Java installation.

  5. To update ManyMC in the future, simply delete the app and replace it with the new version from this GitHub page. Your data will not be affected.

If you had trouble with this guide, check the following unofficial video tutorial or reach out on Discord for help.

Troubleshooting

  • Minecraft/MultiMC released an update, but I can't see it in ManyMC
    • Changes are pulled approximately every 2 hours. If after that long the update is still missing, raise an issue.
  • OptiFine doesn't work
    • To fix, install one of the two combinations below:
    • Use the latest preview version of OptiFine
  • Minecraft 1.16 and before crash on boot
    • Make sure you have installed and selected Java 8 in ManyMC, not a newer version. Read the installation section for more information.
  • Forge/modpack for Minecraft 1.16 and before crashes on boot
    • Either update Forge to the latest version, or downgrade Java to build 320 or before
  • Minecraft 1.5.2 and before has inverted colors and stuttering
    • On Minecraft 1.4.7-1.5.2, enable Fullscreen mode from the game's Options > Video Settings.
    • On older versions, press F11 to enable fullscreen.
      • You may have to press Fn+F11 or rebind your Show Desktop keybind in System Preferences > Mission Control > Show Desktop for F11 to be sent to Minecraft

How does it work

Minecraft is mostly written in Java, which means that as long as you have a native arm64 Java installed, you can almost run the game natively. The only exception are some libraries like LWJGL, which have platform-specific binaries. Fortunately, all of them are open-source, so they can be re-built to work.

This launcher is a fork of PolyMC, since the latter does not yet natively support arm64. To comply with PolyMC's licensing, this launcher was rebranded to ManyMC. To use the custom native libraries, a dedicated meta package has been created.

Building

⚠️ This will only work on macOS. Tested on macOS 12.1 arm64.

  1. Install dependencies:

    brew tap homebrew/cask-versions
    brew install zulu8 qt@5 cmake
  2. Install XCode and make sure the command line tools are set up:

    xcode-select -p
  3. Run a build:

    ./build.sh
    • You will need your own secrets if you want login with Microsoft account to work. Copy notsecrets to a new directory called secrets and follow the README inside.
    • If you get weird Java errors, you may have to manually set your JAVA_HOME to the zulu8 you just installed.

manymc's People

Contributors

02jandal avatar bexnoss avatar binex-dsk avatar cidkidnix avatar dioegizio avatar dschemp avatar flowln avatar forkk avatar glowiak avatar icelimetea avatar jamierocks avatar janrupf avatar joshua-stone avatar kb-1000 avatar khitiara avatar kilobyte22 avatar kthchew avatar lennymclennington avatar muscaln avatar orochimarufan avatar oynqr avatar peterix avatar phit avatar ryanccn avatar scrumplex avatar staticrocket avatar timoreo22 avatar txtsd avatar virb3 avatar zekezdev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

manymc's Issues

No sound for minecraft versions that use LWJGL 2

I noticed that whenever I use minecraft versions that use LWJGL 2 not 3(Like 1.8 and 1.12), there is no sound. This isn't specific to ManyMC(This is happening on Lunar Client too), but I thought that this was the only suitable place where people talk about these kinds of things.
I think this is an issue OpenAL, not sure though

Modpack Not Working at all with ManyMC

I tried launching a modpack, Botany's Blemished to be exact, and it launched fine. The problem arose when I tried to create a world. The loading screen got stuck like shown below:
(https://user-images.githubusercontent.com/99699682/153975362-49570623-ab5e-4225-8754-af9fb3945b92.png)
When I force quit java, since it wasn't responding, and then reopened it, it showed that a world was already created. (Though I hadn't created a world yet minus that failed attempt.) When i tried to load the world shown there it did the same thing, not going past 0% loaded, and the small square of colors in the center.

Please help, I really want to be able to run this modpack this way.

XBox user authentication failed.

I am not able to log in to my Microsoft account. I follow the instructions on screen and I verify my account in the browser tab, but when I come back to the program I find the message "XBox user authentication failed."
I've tried to reinstall ManyMC but the issue persists; I hope I'm doing something wrong.
Schermata 2022-02-10 alle 16 26 50

Update the icon

Apple arm64 architecture supported only on MacOS >= BigSur, so it makes sense to have an icon that uses MacOS icon guides.

I have this two variants:
IMG_258A9CF773CE-1

I'll prepare one or both of them after approval.

Also, pleas add a label, because I only found how to add a "bug"

Support other ARM platforms

I was just wondering if you were open to supporting builds for other ARM platforms, like the Raspberry Pi or Nintendo Switch. There is currently a build in pi-apps, but the maintainers of MultiMC don't seem to like it very much. You could ask @theofficialgman for more details about it.

Pixelmon mudpack does not open : Error

I got this error when i tried to launch the pixelmon modpack with ATL launcher, and also i was able to launch 1.18.2 with no issues. Please help

ManyMC version: 0.0.7-custom

Launched instance in online mode

authserver.mojang.com resolves to:
[54.192.152.51, 54.192.152.53, 54.192.152.50, 54.192.152.49]

session.minecraft.net resolves to:
[3.224.239.34, 3.211.39.224, 52.205.99.166]

textures.minecraft.net resolves to:
[65.9.103.34, 65.9.103.92, 65.9.103.79, 65.9.103.8]

api.mojang.com resolves to:
[54.192.171.51, 54.192.171.32, 54.192.171.70, 54.192.171.56]

Minecraft folder is:
/Users/johancedaniel/Library/Application Support/ManyMC/instances/Pixelmon Mod Pixelmon-8.3.8/minecraft

Java path is:
/Library/Java/JavaVirtualMachines/zulu-17.jdk/Contents/Home/bin/java

Checking Java version...
Java is version 17.0.2, using aarch64 architecture, from Azul Systems, Inc..

Main Class:
net.minecraft.launchwrapper.Launch

Native path:
/Users/johancedaniel/Library/Application Support/ManyMC/instances/Pixelmon Mod Pixelmon-8.3.8/natives

Libraries:
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/com/mojang/text2speech/1.11.3/text2speech-1.11.3.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/ca/weblite/java-objc-bridge/1.1.0-mmachina.1/java-objc-bridge-1.1.0-mmachina.1.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/org/lwjgl/lwjgl/lwjgl/2.9.4-nightly-20150209/lwjgl-2.9.4-nightly-20150209.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.4-nightly-20150209/lwjgl_util-2.9.4-nightly-20150209.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/com/mojang/patchy/1.3.9/patchy-1.3.9.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/io/netty/netty-all/4.1.9.Final/netty-all-4.1.9.Final.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/com/google/guava/guava/21.0/guava-21.0.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/commons-io/commons-io/2.5/commons-io-2.5.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/commons-codec/commons-codec/1.10/commons-codec-1.10.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/com/mojang/realms/1.10.22/realms-1.10.22.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/it/unimi/dsi/fastutil/7.1.0/fastutil-7.1.0.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/org/apache/logging/log4j/log4j-api/2.16.0/log4j-api-2.16.0.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/org/apache/logging/log4j/log4j-core/2.16.0/log4j-core-2.16.0.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/net/minecraftforge/forge/1.12.2-14.23.5.2860/forge-1.12.2-14.23.5.2860-universal.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/org/jline/jline/3.5.1/jline-3.5.1.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/com/typesafe/config/1.2.1/config-1.2.1.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/org/scala-lang/scala-actors-migration_2.11/1.1.0/scala-actors-migration_2.11-1.1.0.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/org/scala-lang/scala-compiler/2.11.1/scala-compiler-2.11.1.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/org/scala-lang/plugins/scala-continuations-library_2.11/1.0.2_mc/scala-continuations-library_2.11-1.0.2_mc.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/org/scala-lang/plugins/scala-continuations-plugin_2.11.1/1.0.2_mc/scala-continuations-plugin_2.11.1-1.0.2_mc.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/org/scala-lang/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/org/scala-lang/scala-swing_2.11/1.0.1/scala-swing_2.11-1.0.1.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/org/scala-lang/scala-xml_2.11/1.0.2/scala-xml_2.11-1.0.2.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/lzma/lzma/0.0.1/lzma-0.0.1.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/java3d/vecmath/1.5.2/vecmath-1.5.2.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/com/mojang/minecraft/1.12.2/minecraft-1.12.2-client.jar

Native libraries:
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/net/java/jinput/jinput-platform/2.0.5/jinput-platform-2.0.5-natives-osx.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/org/lwjgl/lwjgl/lwjgl-platform/2.9.4-nightly-20150209-mmachina.2/lwjgl-platform-2.9.4-nightly-20150209-mmachina.2-natives-osx.jar
/Users/johancedaniel/Library/Application Support/ManyMC/libraries/ca/weblite/java-objc-bridge/1.0.0/java-objc-bridge-1.0.0-natives-osx.jar

Mods:
[βœ”οΈ] BiomesOPlenty-1.12.2-7.0.1.2444-universal
[βœ”οΈ] BOP-Patch-1.0
[βœ”οΈ] fancymenu_1.5.2_MC_1.12-1.12.2
[βœ”οΈ] Gameshark-1.12.2-6.0.6-universal
[βœ”οΈ] journeymap-1.12.2-5.7.1
[βœ”οΈ] konkrete_1.0.3_MC_1.12-1.12.2
[βœ”οΈ] NaturesCompass-1.12.2-1.8.5
[βœ”οΈ] OptiFine_1.12.2_HD_U_F5
[βœ”οΈ] PixelExtras-1.12.2-2.5.17-universal
[βœ”οΈ] Pixelmon-1.12.2-8.3.8-universal

Params:
--username --version MultiMC5 --gameDir /Users/johancedaniel/Library/Application Support/ManyMC/instances/Pixelmon Mod Pixelmon-8.3.8/minecraft --assetsDir /Users/johancedaniel/Library/Application Support/ManyMC/assets --assetIndex 1.12 --uuid --accessToken --userType --versionType release --tweakClass net.minecraftforge.fml.common.launcher.FMLTweaker

Window size: 854 x 480

Java Arguments:
[-Xdock:icon=icon.png, -Xdock:name="ManyMC: Pixelmon Mod Pixelmon-8.3.8", -Xms512m, -Xmx1024m, -Duser.language=en]

Minecraft process ID: 8763

Using onesix launcher.

Failed to start Minecraft:
java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:210)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:245)
at org.multimc.EntryPoint.listen(EntryPoint.java:143)
at org.multimc.EntryPoint.main(EntryPoint.java:34)
Caused by: java.lang.ClassCastException: class jdk.internal.loader.ClassLoaders$AppClassLoader cannot be cast to class java.net.URLClassLoader (jdk.internal.loader.ClassLoaders$AppClassLoader and java.net.URLClassLoader are in module java.base of loader 'bootstrap')
at net.minecraft.launchwrapper.Launch.(Launch.java:34)
Exiting with -1
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
... 8 more
Process exited with code 255.
Clipboard copy at: 28 Mar 2022 06:56:37 +0530

Simple Voice Chat mod support on 1.16.5 (permissions issue)

So on this page from SVC mod creator it says the launcher needs NSMicrophoneUsageDescription in it's Info.plist and signed with microphone entitlement. For me on 1.16.5 the mod doesn't ask for microphone permission, and I can't hear anyone.
New versions of SVC have a workaround, but on 1.16.5 the mod wasn't updated for a few months, missing permission workaround

Crash on start

!! Please fill in this template, DO NOT ignore or delete it. !!

I tried basic troubleshooting first

Describe the bug

Minecraft crashes on start when using forge.

To reproduce

Steps to reproduce the behavior:

Install Forge 35.1.37 in ManyMC with Minecraft 1.16.4 and Java 8.

Expected behavior

I expected Minecraft to start normally with Forge.

Logs

ManyMC version: 0.0.7-custom

Launched instance in online mode

authserver.mojang.com resolves to:
[18.66.119.42, 18.66.119.38, 18.66.119.37, 18.66.119.35]

session.minecraft.net resolves to:
[3.211.39.224, 3.224.239.34, 52.205.99.166]

textures.minecraft.net resolves to:
[99.86.7.107, 99.86.7.90, 99.86.7.25, 99.86.7.19]

api.mojang.com resolves to:
[143.204.215.118, 143.204.215.18, 143.204.215.65, 143.204.215.116]

Minecraft folder is:
/Users/emily/Library/Application Support/ManyMC/instances/1.16.4/.minecraft

Java path is:
/Users/emily/zulu-8.jdk/Contents/Home/bin/java

Checking Java version...
Java is version 1.8.0_322, using aarch64 architecture, from Azul Systems, Inc..

Main Class:
io.github.zekerzhayard.forgewrapper.installer.Main

Native path:
/Users/emily/Library/Application Support/ManyMC/instances/1.16.4/natives

Traits:
traits XR:Initial
traits FirstThreadOnMacOS

Libraries:
/Users/emily/Library/Application Support/ManyMC/libraries/com/mojang/patchy/1.3.9/patchy-1.3.9.jar
/Users/emily/Library/Application Support/ManyMC/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar
/Users/emily/Library/Application Support/ManyMC/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar
/Users/emily/Library/Application Support/ManyMC/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar
/Users/emily/Library/Application Support/ManyMC/libraries/com/ibm/icu/icu4j/66.1/icu4j-66.1.jar
/Users/emily/Library/Application Support/ManyMC/libraries/com/mojang/javabridge/1.0.22/javabridge-1.0.22.jar
/Users/emily/Library/Application Support/ManyMC/libraries/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar
/Users/emily/Library/Application Support/ManyMC/libraries/io/netty/netty-all/4.1.25.Final/netty-all-4.1.25.Final.jar
/Users/emily/Library/Application Support/ManyMC/libraries/com/google/guava/guava/21.0/guava-21.0.jar
/Users/emily/Library/Application Support/ManyMC/libraries/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar
/Users/emily/Library/Application Support/ManyMC/libraries/commons-io/commons-io/2.5/commons-io-2.5.jar
/Users/emily/Library/Application Support/ManyMC/libraries/commons-codec/commons-codec/1.10/commons-codec-1.10.jar
/Users/emily/Library/Application Support/ManyMC/libraries/com/mojang/brigadier/1.0.17/brigadier-1.0.17.jar
/Users/emily/Library/Application Support/ManyMC/libraries/com/mojang/datafixerupper/4.0.26/datafixerupper-4.0.26.jar
/Users/emily/Library/Application Support/ManyMC/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar
/Users/emily/Library/Application Support/ManyMC/libraries/com/mojang/authlib/2.1.28/authlib-2.1.28.jar
/Users/emily/Library/Application Support/ManyMC/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar
/Users/emily/Library/Application Support/ManyMC/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar
/Users/emily/Library/Application Support/ManyMC/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar
/Users/emily/Library/Application Support/ManyMC/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar
/Users/emily/Library/Application Support/ManyMC/libraries/it/unimi/dsi/fastutil/8.2.1/fastutil-8.2.1.jar
/Users/emily/Library/Application Support/ManyMC/libraries/org/apache/logging/log4j/log4j-api/2.16.0/log4j-api-2.16.0.jar
/Users/emily/Library/Application Support/ManyMC/libraries/org/apache/logging/log4j/log4j-core/2.16.0/log4j-core-2.16.0.jar
/Users/emily/Library/Application Support/ManyMC/libraries/com/mojang/text2speech/1.11.3/text2speech-1.11.3.jar
/Users/emily/Library/Application Support/ManyMC/libraries/ca/weblite/java-objc-bridge/1.1.0-mmachina.1/java-objc-bridge-1.1.0-mmachina.1.jar
/Users/emily/Library/Application Support/ManyMC/libraries/org/lwjgl/lwjgl-glfw/3.3.1-mmachina.1/lwjgl-glfw-3.3.1-mmachina.1.jar
/Users/emily/Library/Application Support/ManyMC/libraries/org/lwjgl/lwjgl-jemalloc/3.3.1-mmachina.1/lwjgl-jemalloc-3.3.1-mmachina.1.jar
/Users/emily/Library/Application Support/ManyMC/libraries/org/lwjgl/lwjgl-openal/3.3.1-mmachina.1/lwjgl-openal-3.3.1-mmachina.1.jar
/Users/emily/Library/Application Support/ManyMC/libraries/org/lwjgl/lwjgl-opengl/3.3.1-mmachina.1/lwjgl-opengl-3.3.1-mmachina.1.jar
/Users/emily/Library/Application Support/ManyMC/libraries/org/lwjgl/lwjgl-stb/3.3.1-mmachina.1/lwjgl-stb-3.3.1-mmachina.1.jar
/Users/emily/Library/Application Support/ManyMC/libraries/org/lwjgl/lwjgl-tinyfd/3.3.1-mmachina.1/lwjgl-tinyfd-3.3.1-mmachina.1.jar
/Users/emily/Library/Application Support/ManyMC/libraries/org/lwjgl/lwjgl/3.3.1-mmachina.1/lwjgl-3.3.1-mmachina.1.jar
/Users/emily/Library/Application Support/ManyMC/libraries/io/github/zekerzhayard/ForgeWrapper/mmc3/ForgeWrapper-mmc3.jar
/Users/emily/Library/Application Support/ManyMC/libraries/net/minecraftforge/forge/1.16.4-35.1.37/forge-1.16.4-35.1.37-launcher.jar
/Users/emily/Library/Application Support/ManyMC/libraries/org/ow2/asm/asm/9.0/asm-9.0.jar
/Users/emily/Library/Application Support/ManyMC/libraries/org/ow2/asm/asm-commons/9.0/asm-commons-9.0.jar
/Users/emily/Library/Application Support/ManyMC/libraries/org/ow2/asm/asm-tree/9.0/asm-tree-9.0.jar
/Users/emily/Library/Application Support/ManyMC/libraries/org/ow2/asm/asm-util/9.0/asm-util-9.0.jar
/Users/emily/Library/Application Support/ManyMC/libraries/org/ow2/asm/asm-analysis/9.0/asm-analysis-9.0.jar
/Users/emily/Library/Application Support/ManyMC/libraries/cpw/mods/modlauncher/8.0.9/modlauncher-8.0.9.jar
/Users/emily/Library/Application Support/ManyMC/libraries/cpw/mods/grossjava9hacks/1.3.0/grossjava9hacks-1.3.0.jar
/Users/emily/Library/Application Support/ManyMC/libraries/net/minecraftforge/accesstransformers/3.0.1/accesstransformers-3.0.1.jar
/Users/emily/Library/Application Support/ManyMC/libraries/org/antlr/antlr4-runtime/4.9.1/antlr4-runtime-4.9.1.jar
/Users/emily/Library/Application Support/ManyMC/libraries/net/minecraftforge/eventbus/4.0.0/eventbus-4.0.0.jar
/Users/emily/Library/Application Support/ManyMC/libraries/net/minecraftforge/forgespi/3.2.0/forgespi-3.2.0.jar
/Users/emily/Library/Application Support/ManyMC/libraries/net/minecraftforge/coremods/4.0.3/coremods-4.0.3.jar
/Users/emily/Library/Application Support/ManyMC/libraries/net/minecraftforge/unsafe/0.2.0/unsafe-0.2.0.jar
/Users/emily/Library/Application Support/ManyMC/libraries/com/electronwill/night-config/core/3.6.2/core-3.6.2.jar
/Users/emily/Library/Application Support/ManyMC/libraries/com/electronwill/night-config/toml/3.6.2/toml-3.6.2.jar
/Users/emily/Library/Application Support/ManyMC/libraries/org/jline/jline/3.12.1/jline-3.12.1.jar
/Users/emily/Library/Application Support/ManyMC/libraries/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.jar
/Users/emily/Library/Application Support/ManyMC/libraries/net/jodah/typetools/0.8.3/typetools-0.8.3.jar
/Users/emily/Library/Application Support/ManyMC/libraries/net/minecrell/terminalconsoleappender/1.2.0/terminalconsoleappender-1.2.0.jar
/Users/emily/Library/Application Support/ManyMC/libraries/org/spongepowered/mixin/0.8.2/mixin-0.8.2.jar
/Users/emily/Library/Application Support/ManyMC/libraries/net/minecraftforge/nashorn-core-compat/15.1.1/nashorn-core-compat-15.1.1.jar
/Users/emily/Library/Application Support/ManyMC/libraries/com/mojang/minecraft/1.16.4/minecraft-1.16.4-client.jar

Native libraries:
/Users/emily/Library/Application Support/ManyMC/libraries/ca/weblite/java-objc-bridge/1.0.0/java-objc-bridge-1.0.0-natives-osx.jar
/Users/emily/Library/Application Support/ManyMC/libraries/org/lwjgl/lwjgl-glfw/3.3.1-mmachina.1/lwjgl-glfw-3.3.1-mmachina.1-natives-macos.jar
/Users/emily/Library/Application Support/ManyMC/libraries/org/lwjgl/lwjgl-jemalloc/3.3.1-mmachina.1/lwjgl-jemalloc-3.3.1-mmachina.1-natives-macos.jar
/Users/emily/Library/Application Support/ManyMC/libraries/org/lwjgl/lwjgl-openal/3.3.1-mmachina.1/lwjgl-openal-3.3.1-mmachina.1-natives-macos.jar
/Users/emily/Library/Application Support/ManyMC/libraries/org/lwjgl/lwjgl-opengl/3.3.1-mmachina.1/lwjgl-opengl-3.3.1-mmachina.1-natives-macos.jar
/Users/emily/Library/Application Support/ManyMC/libraries/org/lwjgl/lwjgl-stb/3.3.1-mmachina.1/lwjgl-stb-3.3.1-mmachina.1-natives-macos.jar
/Users/emily/Library/Application Support/ManyMC/libraries/org/lwjgl/lwjgl-tinyfd/3.3.1-mmachina.1/lwjgl-tinyfd-3.3.1-mmachina.1-natives-macos.jar
/Users/emily/Library/Application Support/ManyMC/libraries/org/lwjgl/lwjgl/3.3.1-mmachina.1/lwjgl-3.3.1-mmachina.1-natives-macos.jar

Mods:
[βœ”οΈ] [1.16.5] SecurityCraft v1.8.21.1
[βœ”οΈ] appliedenergistics2-8.2.0
[βœ”οΈ] car-1.16.4-1.0.5
[βœ”οΈ] cfm-7.0.0pre22-1.16.3
[βœ”οΈ] chiseled0.3.5
[βœ”οΈ] chiselsandbits-1.0.63
[βœ”οΈ] CodeChickenLib-1.16.4-3.5.1.408-universal
[βœ”οΈ] jei-1.16.4-7.6.1.74
[βœ”οΈ] MouseTweaks-2.14-mc1.16.2
[βœ”οΈ] movingelevators-1.3.4-mc1.16
[βœ”οΈ] OPF-1.16.X-v1
[βœ”οΈ] OptiFine_1.16.4_HD_U_G7
[βœ”οΈ] simpleplanes-1.16.4-4.1.2
[βœ”οΈ] smallships-1.16.5-1.10.1
[βœ”οΈ] supermartijn642configlib-1.0.9-mc1.16
[βœ”οΈ] supermartijn642corelib-1.0.16-mc1.16.5
[βœ”οΈ] worldedit-mod-7.2.5-dist

Params:
--username --version MultiMC5 --gameDir /Users/emily/Library/Application Support/ManyMC/instances/1.16.4/.minecraft --assetsDir /Users/emily/Library/Application Support/ManyMC/assets --assetIndex 1.16 --uuid --accessToken --userType --versionType release --launchTarget fmlclient --fml.forgeVersion 35.1.37 --fml.mcVersion 1.16.4 --fml.forgeGroup net.minecraftforge --fml.mcpVersion 20201102.104115

Window size: 854 x 480

Java Arguments:
[-Xdock:icon=icon.png, -Xdock:name="ManyMC: 1.16.4", -XstartOnFirstThread, -Xms4096m, -Xmx4096m, -Duser.language=en]

Minecraft process ID: 1686

Using onesix launcher.

Checking: MC_SLIM
Checking: MAPPINGS
Checking: MC_EXTRA
Checking: PATCHED
Checking: MC_SRG
2022-03-26 11:30:25,031 main WARN Advanced terminal features are not available in this environment
[11:30:25] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, theemuly, --version, MultiMC5, --gameDir, /Users/emily/Library/Application Support/ManyMC/instances/1.16.4/.minecraft, --assetsDir, /Users/emily/Library/Application Support/ManyMC/assets, --assetIndex, 1.16, --uuid, , --accessToken, ❄❄❄❄❄❄❄❄, --userType, msa, --versionType, release, --launchTarget, fmlclient, --fml.forgeVersion, 35.1.37, --fml.mcVersion, 1.16.4, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20201102.104115, --width, 854, --height, 480]
[11:30:25] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 8.0.9+86+master.3cf110c starting: java version 1.8.0_322 by Azul Systems, Inc.
[11:30:25] [main/INFO] [op.OptiFineTransformationService/]: OptiFineTransformationService.onLoad
[11:30:25] [main/INFO] [op.OptiFineTransformationService/]: OptiFine ZIP file: /Users/emily/Library/Application Support/ManyMC/instances/1.16.4/.minecraft/mods/OptiFine_1.16.4_HD_U_G7.jar
[11:30:25] [main/INFO] [op.OptiFineTransformer/]: Target.PRE_CLASS is available
[11:30:25] [main/INFO] [ne.mi.fm.lo.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
[11:30:25] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.2 Source=file:/Users/emily/Library/Application%20Support/ManyMC/libraries/org/spongepowered/mixin/0.8.2/mixin-0.8.2.jar Service=ModLauncher Env=CLIENT
[11:30:25] [main/INFO] [op.OptiFineTransformationService/]: OptiFineTransformationService.initialize
[11:30:25] [main/WARN] [ne.mi.fm.lo.FMLConfig/CORE]: Configuration file /Users/emily/Library/Application Support/ManyMC/instances/1.16.4/.minecraft/config/fml.toml is not correct. Correcting
[11:30:25] [main/WARN] [ne.mi.fm.lo.FMLConfig/CORE]: Incorrect key [defaultConfigPath] was corrected from null to defaultconfigs
[11:30:26] [main/INFO] [op.OptiFineTransformationService/]: OptiFineTransformationService.transformers
[11:30:26] [main/INFO] [op.OptiFineTransformer/]: Targets: 308
[11:30:26] [main/INFO] [op.OptiFineTransformationService/]: additionalClassesLocator: [optifine., net.optifine.]
[11:30:26] [main/INFO] [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlclient' with arguments [--version, MultiMC5, --gameDir, /Users/emily/Library/Application Support/ManyMC/instances/1.16.4/.minecraft, --assetsDir, /Users/emily/Library/Application Support/ManyMC/assets, --uuid, , --username, theemuly, --assetIndex, 1.16, --accessToken, ❄❄❄❄❄❄❄❄, --userType, msa, --versionType, release, --width, 854, --height, 480]
[11:30:27] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launchWithMainClass:213]: Failed to start Minecraft:
[11:30:27] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launch:245]: java.lang.reflect.InvocationTargetException
[11:30:27] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launch:245]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[11:30:27] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launch:245]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[11:30:27] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launch:245]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[11:30:27] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launch:245]: at java.lang.reflect.Method.invoke(Method.java:498)
[11:30:27] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launch:245]: at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:210)
[11:30:27] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launch:245]: at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:245)
[11:30:27] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launch:245]: at org.multimc.EntryPoint.listen(EntryPoint.java:143)
[11:30:27] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launch:245]: at org.multimc.EntryPoint.main(EntryPoint.java:34)
[11:30:27] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launchWithMainClass:214]: Caused by: java.lang.reflect.InvocationTargetException
[11:30:27] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launchWithMainClass:214]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[11:30:27] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launchWithMainClass:214]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[11:30:27] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launchWithMainClass:214]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[11:30:27] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launchWithMainClass:214]: at java.lang.reflect.Method.invoke(Method.java:498)
[11:30:27] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launchWithMainClass:214]: at io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:57)
[11:30:27] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launchWithMainClass:214]: ... 8 more
[11:30:27] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
[11:30:27] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:39)
[11:30:27] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
[11:30:27] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
[11:30:27] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at cpw.mods.modlauncher.Launcher.run(Launcher.java:82)
[11:30:27] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at cpw.mods.modlauncher.Launcher.main(Launcher.java:66)
[11:30:27] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: ... 13 more
[11:30:27] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:668]: Caused by: java.lang.reflect.InvocationTargetException
[11:30:27] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:668]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[11:30:27] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:668]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[11:30:27] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:668]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[11:30:27] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:668]: at java.lang.reflect.Method.invoke(Method.java:498)
[11:30:27] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:668]: at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51)
[11:30:27] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:668]: at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
[11:30:27] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:668]: ... 17 more
[11:30:27] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:710]: Caused by: java.lang.NoSuchMethodError: sun.security.util.ManifestEntryVerifier.(Ljava/util/jar/Manifest;)V
[11:30:27] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:710]: at cpw.mods.modlauncher.SecureJarHandler.createCodeSource(SecureJarHandler.java:66)
[11:30:27] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:710]: at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:275)
[11:30:27] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:710]: at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136)
[11:30:27] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:710]: at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98)
[11:30:27] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:710]: at java.lang.ClassLoader.loadClass(ClassLoader.java:352)
[11:30:27] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:710]: at net.minecraft.util.math.MathHelper.(MathHelper.java:20)
[11:30:27] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:710]: at net.minecraft.util.Util.func_240979_a_(Util.java:109)
[11:30:27] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:710]: at net.minecraft.util.Util.(Util.java:65)
[11:30:27] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:710]: at net.minecraft.client.main.Main.main(Main.java:63)
[11:30:27] [main/INFO] [STDERR/]: [java.lang.Throwable:printEnclosedStackTrace:710]: ... 23 more
[11:30:27] [main/INFO] [STDOUT/]: [org.multimc.EntryPoint:main:37]: Exiting with -1
Process exited with code 255.
Clipboard copy at: 26 Mar 2022 11:33:26 +0100

Screenshots

image

image

System configuration

  • ManyMC version: 0.0.7
  • Java version: Azul JDK 8

Cannot join Sky Factory 4 server due to missing mods

I have an issue with Sky Factory 4 on both CurseForge and ATlauncher. I am using forge 14.23.5.2860 and running MineCraft 1.12.2. When I click launch and then go to Multiplayer, the server is listed and shows users connected, but when I click join. I get a message "Failed to connect to the server This server has mods that require FML/Forge to be installed on the client. Contact your server admin for more details." The Sky Factory 4 install is a brand new SF4 install.

I am using an M1 Mac on Mac OS Monterey.

Edit Kind

Screen Shot 2022-03-14 at 12 46 57

change from iOS to Apple Silicon in next update

minecraft won't start

minecraft won't start and says error 255
[06:23:07] [Render thread/INFO]: [STDERR]: at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:245)
[06:23:07] [Render thread/INFO]: [STDERR]: at org.multimc.EntryPoint.listen(EntryPoint.java:143)
[06:23:07] [Render thread/INFO]: [STDERR]: at org.multimc.EntryPoint.main(EntryPoint.java:34)
[06:23:07] [Render thread/INFO]: [STDERR]: Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.mojang.blaze3d.systems.RenderSystem
[06:23:07] [Render thread/INFO]: [STDERR]: at ac.a(SourceFile:65)
[06:23:07] [Render thread/INFO]: [STDERR]: at dxo.a(SourceFile:2420)
[06:23:07] [Render thread/INFO]: [STDERR]: at dxo.a(SourceFile:2415)
[06:23:07] [Render thread/INFO]: [STDERR]: at net.minecraft.client.main.Main.main(SourceFile:208)
[06:23:07] [Render thread/INFO]: [STDERR]: ... 8 more
[06:23:07] [Render thread/INFO]: [STDOUT]: Exiting with -1

Save user data in Application Support instead inside of .app

Due to design choices inherited from upstream, user data like Minecraft instances are stored inside the ManyMC.app folder instead of the standard ~/Library/Application Support/ManyMC. This means that if you decide to update your app and replace it, you will also wipe all of your data. You currently need to backup your ManyMC.app/Data folder and put it back inside the new version. This is non-standard in the macOS world, adds complexity, and in my opinion, for no good reason.

Crashing When Using Mods

Failed to start Minecraft:
java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:210)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:245)
at org.multimc.EntryPoint.listen(EntryPoint.java:143)
at org.multimc.EntryPoint.main(EntryPoint.java:34)
Exiting with -1
Caused by: java.lang.ClassCastException: class jdk.internal.loader.ClassLoaders$AppClassLoader cannot be cast to class java.net.URLClassLoader (jdk.internal.loader.ClassLoaders$AppClassLoader and java.net.URLClassLoader are in module java.base of loader 'bootstrap')
at net.minecraft.launchwrapper.Launch.(Launch.java:34)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
... 8 more
Process exited with code 255.

Update button

How is manymc updated is it updated automatically or it has to be deleted and install the new version? Also, I don't see an update button like multimc which would be good to have

add offline mode without account

ik it sounds dumb but we should be able to play the game without an account
a lot of other launchers like sklauncher have this feature

Modpack fails with code 255

ManyMC will not launch any modpack. It always terminates with code 255.

OS Version:12.2.1
Java version: 1.8.0 (same problem occurs with 17.0.2)
Minecraft version: 1.16.5
Forge version: 36.2.22
LWJGL version: 3.2.2

Log attached:

`ManyMC version: 0.0.7-custom

Launched instance in online mode

authserver.mojang.com resolves to:
[65.8.160.71]

session.minecraft.net resolves to:
[34.205.120.138, 3.232.180.228, 34.198.17.226]

textures.minecraft.net resolves to:
[65.8.158.124, 65.8.158.121, 65.8.158.78, 65.8.158.108]

api.mojang.com resolves to:
[65.8.166.129]

Minecraft folder is:
/Users/dtemb/Library/Application Support/ManyMC/instances/Enigmatica 6 - E6 - 1.16.5/minecraft

Java path is:
/Library/Java/JavaVirtualMachines/zulu-8.jdk/Contents/Home/bin/java

Checking Java version...
Java is version 1.8.0_322, using aarch64 architecture, from Azul Systems, Inc..

Main Class:
io.github.zekerzhayard.forgewrapper.installer.Main

Native path:
/Users/dtemb/Library/Application Support/ManyMC/instances/Enigmatica 6 - E6 - 1.16.5/natives

Traits:
traits XR:Initial
traits FirstThreadOnMacOS

Libraries:
/Users/dtemb/Library/Application Support/ManyMC/libraries/com/mojang/text2speech/1.11.3/text2speech-1.11.3.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/ca/weblite/java-objc-bridge/1.1.0-mmachina/java-objc-bridge-1.1.0-mmachina.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/org/lwjgl/lwjgl-glfw/3.3.0-mmachina/lwjgl-glfw-3.3.0-mmachina.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/org/lwjgl/lwjgl-jemalloc/3.3.0/lwjgl-jemalloc-3.3.0.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/org/lwjgl/lwjgl-openal/3.3.0/lwjgl-openal-3.3.0.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/org/lwjgl/lwjgl-opengl/3.3.0/lwjgl-opengl-3.3.0.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/org/lwjgl/lwjgl-stb/3.3.0/lwjgl-stb-3.3.0.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/org/lwjgl/lwjgl-tinyfd/3.3.0/lwjgl-tinyfd-3.3.0.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/org/lwjgl/lwjgl/3.3.0/lwjgl-3.3.0.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/com/mojang/patchy/1.3.9/patchy-1.3.9.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/com/ibm/icu/icu4j/66.1/icu4j-66.1.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/com/mojang/javabridge/1.0.22/javabridge-1.0.22.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/io/netty/netty-all/4.1.25.Final/netty-all-4.1.25.Final.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/com/google/guava/guava/21.0/guava-21.0.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/commons-io/commons-io/2.5/commons-io-2.5.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/commons-codec/commons-codec/1.10/commons-codec-1.10.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/com/mojang/brigadier/1.0.17/brigadier-1.0.17.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/com/mojang/datafixerupper/4.0.26/datafixerupper-4.0.26.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/com/mojang/authlib/2.1.28/authlib-2.1.28.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/it/unimi/dsi/fastutil/8.2.1/fastutil-8.2.1.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/org/apache/logging/log4j/log4j-api/2.16.0/log4j-api-2.16.0.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/org/apache/logging/log4j/log4j-core/2.16.0/log4j-core-2.16.0.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/io/github/zekerzhayard/ForgeWrapper/mmc3/ForgeWrapper-mmc3.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/net/minecraftforge/forge/1.16.5-36.2.22/forge-1.16.5-36.2.22-launcher.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/org/ow2/asm/asm/9.1/asm-9.1.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/org/ow2/asm/asm-commons/9.1/asm-commons-9.1.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/org/ow2/asm/asm-util/9.1/asm-util-9.1.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/cpw/mods/modlauncher/8.0.9/modlauncher-8.0.9.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/cpw/mods/grossjava9hacks/1.3.3/grossjava9hacks-1.3.3.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/net/minecraftforge/accesstransformers/3.0.1/accesstransformers-3.0.1.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/org/antlr/antlr4-runtime/4.9.1/antlr4-runtime-4.9.1.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/net/minecraftforge/eventbus/4.0.0/eventbus-4.0.0.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/net/minecraftforge/forgespi/3.2.0/forgespi-3.2.0.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/net/minecraftforge/coremods/4.0.6/coremods-4.0.6.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/net/minecraftforge/unsafe/0.2.0/unsafe-0.2.0.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/com/electronwill/night-config/core/3.6.3/core-3.6.3.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/com/electronwill/night-config/toml/3.6.3/toml-3.6.3.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/org/jline/jline/3.12.1/jline-3.12.1.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/org/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/net/jodah/typetools/0.8.3/typetools-0.8.3.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/net/minecrell/terminalconsoleappender/1.2.0/terminalconsoleappender-1.2.0.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/org/spongepowered/mixin/0.8.4/mixin-0.8.4.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/net/minecraftforge/nashorn-core-compat/15.1.1.1/nashorn-core-compat-15.1.1.1.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/com/mojang/minecraft/1.16.5/minecraft-1.16.5-client.jar

Native libraries:
/Users/dtemb/Library/Application Support/ManyMC/libraries/org/lwjgl/lwjgl-glfw/3.3.0-mmachina/lwjgl-glfw-3.3.0-mmachina-natives-macos.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/org/lwjgl/lwjgl-jemalloc/3.3.0/lwjgl-jemalloc-3.3.0-natives-macos.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/org/lwjgl/lwjgl-openal/3.3.0/lwjgl-openal-3.3.0-natives-macos.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/org/lwjgl/lwjgl-opengl/3.3.0/lwjgl-opengl-3.3.0-natives-macos.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/org/lwjgl/lwjgl-stb/3.3.0/lwjgl-stb-3.3.0-natives-macos.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/org/lwjgl/lwjgl-tinyfd/3.3.0/lwjgl-tinyfd-3.3.0-natives-macos.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/org/lwjgl/lwjgl/3.3.0/lwjgl-3.3.0-natives-macos.jar
/Users/dtemb/Library/Application Support/ManyMC/libraries/ca/weblite/java-objc-bridge/1.0.0/java-objc-bridge-1.0.0-natives-osx.jar

Mods:
[βœ”οΈ] abnormals_core-1.16.5-3.3.1
[βœ”οΈ] abnormals_delight-1.16.5-1.2.1
[βœ”οΈ] actually-compatible-0.1.1
[βœ”οΈ] advancedperipherals-1.16.5-0.7.7.1r
[βœ”οΈ] AI-Improvements-1.16.5-0.4.0
[βœ”οΈ] aiotbotania-1.16.5-1.8.4
[βœ”οΈ] AkashicTome-1.4-16
[βœ”οΈ] alexsmobs-1.12.1
[βœ”οΈ] Apotheosis-1.16.5-4.8.4
[βœ”οΈ] appleskin-forge-mc1.16.x-2.2.0
[βœ”οΈ] Aquaculture-1.16.5-2.1.21
[βœ”οΈ] archers_paradox-1.16.5-1.4.0.1
[βœ”οΈ] Architects-Palette-1.16.4-1.1.4
[βœ”οΈ] architectury-1.28.48
[βœ”οΈ] ars_elemental-1.16.5-0.1.5.3
[βœ”οΈ] ars_nouveau-1.16.5-1.24.14
[βœ”οΈ] arsarsenal-0.1.2
[βœ”οΈ] ArsEnderStorage-1.16.5-1.1.0
[βœ”οΈ] Artifacts-1.16.5-2.10.4
[βœ”οΈ] astralsorcery-1.16-1.16.5-1.13.12
[βœ”οΈ] atmospheric-1.16.5-3.1.1
[βœ”οΈ] AttributeFix-1.16.5-10.1.3
[βœ”οΈ] Atum-1.16.5-2.2.9
[βœ”οΈ] AutoRegLib-1.6-49
[βœ”οΈ] Babel-1.0.5
[βœ”οΈ] badlightningnocookie-1.0.2
[βœ”οΈ] BedBenefits-1.16.5-5.0.4
[βœ”οΈ] BetterAdvancements-1.16.5-0.1.1.115
[βœ”οΈ] betterbiomeblend-1.16.4-1.2.9-forge
[βœ”οΈ] BetterBurning-1.16.5-6.0.7
[βœ”οΈ] betterendforge-1.16.5-1.6.3
[βœ”οΈ] BetterMineshafts-Forge-1.16.4-2.0.4
[βœ”οΈ] biomeidfixer-1.16.5-1.0.1.s5
[βœ”οΈ] BloodMagic-1.16.4-3.1.7-27
[βœ”οΈ] Bookshelf-Forge-1.16.5-10.4.31
[βœ”οΈ] Botania-1.16.5-420.2
[βœ”οΈ] BotaniaAdditionsMC1.16.4-1.0.4
[βœ”οΈ] BotanyPots-1.16.5-7.1.30
[βœ”οΈ] Bountiful-1.16.4-3.3.1
[βœ”οΈ] buildinggadgets-1.16.5-3.8.2
[βœ”οΈ] bwncr-1.16.5-3.10.16
[βœ”οΈ] byg-1.3.5
[βœ”οΈ] caelus-forge-1.16.5-2.1.3.2
[βœ”οΈ] cakechomps-forge-1.16.5-5.0.0.3
[βœ”οΈ] cant-sleep-clowns-will-eat-me-1.16.4-1.0.0.1
[βœ”οΈ] catalogue-1.5.0-1.16.5
[βœ”οΈ] catjammies-1.1.0
[βœ”οΈ] cc-tweaked-1.16.5-1.100.2
[βœ”οΈ] cfm-7.0.0pre22-1.16.3
[βœ”οΈ] cherishedworlds-forge-1.16.5-5.1.1.0
[βœ”οΈ] chipped-1.16.5-1.2.1-forge
[βœ”οΈ] Chisel-MC1.16.5-2.0.1-alpha.4
[βœ”οΈ] chiselsandbits-1.0.63
[βœ”οΈ] Chunk Pregenerator-V1.16-3.2.1
[βœ”οΈ] citadel-1.8.1-1.16.5
[βœ”οΈ] clickadv-2.0
[βœ”οΈ] ClientTweaks_1.16.3-5.3.0
[βœ”οΈ] clockout-1.16.4-2.0.0.1
[βœ”οΈ] cloth-config-4.13.49-forge
[βœ”οΈ] Clumps-6.0.0.27
[βœ”οΈ] cobblegenrandomizer-1.16-5.1.2
[βœ”οΈ] CodeChickenLib-1.16.5-4.0.6.443-universal
[βœ”οΈ] cofh_core-1.16.5-1.4.1.8
[βœ”οΈ] collective-1.16.5-3.8
[βœ”οΈ] comforts-forge-1.16.5-4.0.1.3
[βœ”οΈ] CommonCapabilities-1.16.5-2.8.0
[βœ”οΈ] compactcrafting-1.0.0
[βœ”οΈ] compactmachines-4.0.0-beta.2
[βœ”οΈ] Compote-1.0.2
[βœ”οΈ] configswapper-2.5
[βœ”οΈ] configured-1.5.1-1.16.5
[βœ”οΈ] connectedglass-1.1.1-mc1.16
[βœ”οΈ] connectivity-2.4-1.16.5
[βœ”οΈ] constructionwand-1.16.5-2.6
[βœ”οΈ] Controlling-7.0.0.28
[βœ”οΈ] cookiecore-1.16.5-3.3.1-9c789ef
[βœ”οΈ] CookingForBlockheads_1.16.5-9.3.4
[βœ”οΈ] CosmeticArmorReworked-1.16.5-v4a
[βœ”οΈ] CraftingTweaks_1.16.5-12.2.1
[βœ”οΈ] crashutilities-3.13
[βœ”οΈ] create-mc1.16.5_v0.3.2g
[βœ”οΈ] createplus-1.16.4_v0.3.2.1
[βœ”οΈ] CTM-MC1.16.1-1.1.2.6
[βœ”οΈ] Cucumber-1.16.5-4.1.12
[βœ”οΈ] curioofundying-forge-1.16.5-5.2.0.0
[βœ”οΈ] curios-forge-1.16.5-4.0.8.0
[βœ”οΈ] Curious Armor Stands-1.16.5-2.2.0
[βœ”οΈ] curiouselytra-forge-1.16.5-4.0.2.4
[βœ”οΈ] cyclepaintings_1.16.5-2.1
[βœ”οΈ] CyclopsCore-1.16.5-1.12.1
[βœ”οΈ] dankstorage-3.19
[βœ”οΈ] DarkPaintings-1.16.5-6.0.10
[βœ”οΈ] DarkUtilities-1.16.5-8.0.11
[βœ”οΈ] decorative_blocks_abnormals-1.2
[βœ”οΈ] decorative_blocks-1.16.4-1.7.2
[βœ”οΈ] DefaultOptions_1.16.5-12.2.1
[βœ”οΈ] demagnetize-forge-1.16.2-1.2.2
[βœ”οΈ] diet-forge-1.16.5-1.0.2.0
[βœ”οΈ] Ding-1.16.5-1.3.0
[βœ”οΈ] DrawersTooltip-1.16.2-2.1.1
[βœ”οΈ] DungeonCrawl-1.16.3-2.2.4
[βœ”οΈ] dungeons_plus-1.16.5-1.1.5
[βœ”οΈ] DustrialDecor-1.3.0
[βœ”οΈ] dynviewdist-2.0
[βœ”οΈ] eidolon-0.2.7
[βœ”οΈ] elevatorid-1.16.5-1.7.13
[βœ”οΈ] EmendatusEnigmatica-1.2.15-build.7+mc1.16.5
[βœ”οΈ] emojiful-1.16.4-2.1.6
[βœ”οΈ] EnderStorage-1.16.5-2.8.0.168-universal
[βœ”οΈ] energymeter-1.16.5-1.6.1
[βœ”οΈ] engineersdecor-1.16.5-1.1.16-b2
[βœ”οΈ] enigmatica-1.16.3-0.1.1
[βœ”οΈ] EnigmaticGraves-1.7.2
[βœ”οΈ] ensorcellation-1.16.5-1.4.1.2
[βœ”οΈ] entangled-1.3.10-mc1.16
[βœ”οΈ] EntityCulling-1.16.5-2.1.6
[βœ”οΈ] environmental-1.16.5-1.1.1
[βœ”οΈ] EquipmentCompare-1.16.5-1.2.7
[βœ”οΈ] expandability-2.0.1-forge
[βœ”οΈ] ExperienceBugFix-1.36.0.2
[βœ”οΈ] ExtraStorage-1.16.5-1.6.0
[βœ”οΈ] extremeSoundMuffler-3.17_1.16.5
[βœ”οΈ] FarmersDelight-1.16.5-0.5.4
[βœ”οΈ] FarmingForBlockheads_1.16.5-7.3.1
[βœ”οΈ] FastFurnace-1.16.5-4.5.0
[βœ”οΈ] FastLeafDecay-v25.2
[βœ”οΈ] FastWorkbench-1.16.5-4.6.1
[βœ”οΈ] ferritecore-2.1.0-forge
[βœ”οΈ] findme-1.16.3-2.2.1.0
[βœ”οΈ] FluxNetworks-1.16.5-6.2.1.14
[βœ”οΈ] flywheel-1.16-0.2.5
[βœ”οΈ] FpsReducer-forge-1.24-mc1.16.5
[βœ”οΈ] FramedBlocks-2.12.0
[βœ”οΈ] framedcompactdrawers-1.16-2.2.1
[βœ”οΈ] FriendlyFire-1.16.5-7.0.4
[βœ”οΈ] ftb-backups-2.1.2.2
[βœ”οΈ] ftb-chunks-forge-1605.3.2-build.115
[βœ”οΈ] ftb-essentials-1605.1.5-build.32
[βœ”οΈ] ftb-library-forge-1605.3.4-build.90
[βœ”οΈ] ftb-quests-forge-1605.3.6-build.76
[βœ”οΈ] ftb-ranks-forge-1605.1.5-build.16
[βœ”οΈ] ftb-teams-forge-1605.2.3-build.40
[βœ”οΈ] ftb-ultimine-forge-1605.3.1-build.45
[βœ”οΈ] GameStages-Forge-1.16.5-7.3.12
[βœ”οΈ] geckolib-forge-1.16.5-3.0.61
[βœ”οΈ] glassential-forge-1.16.5-1.1.7
[βœ”οΈ] gunswithoutroses-1.16.5-1.0.9
[βœ”οΈ] Iceberg-1.16.5-1.0.38
[βœ”οΈ] immersivecooking-1.0.1
[βœ”οΈ] ImmersiveEngineering-1.16.5-5.0.7-143
[βœ”οΈ] ImmersivePetroleum-1.16.5-3.3.0-11
[βœ”οΈ] immersiveposts-1.16.5-4.2.2
[βœ”οΈ] industrial-foregoing-1.16.5-3.2.14.7-16
[βœ”οΈ] integrated_proxy-1.16-1.0.19
[βœ”οΈ] integratedadditions-1.1.4
[βœ”οΈ] IntegratedCrafting-1.16.5-1.0.20
[βœ”οΈ] IntegratedDynamics-1.16.5-1.10.6
[βœ”οΈ] integratednbt-1.16.4-1.4.2
[βœ”οΈ] IntegratedTerminals-1.16.5-1.2.11
[βœ”οΈ] IntegratedTunnels-1.16.5-1.8.9
[βœ”οΈ] Interactio-1.16.4-3.1.1
[βœ”οΈ] InventoryEssentials_1.16.5-2.3.2
[βœ”οΈ] InventoryHud_[1.16.2-1.16.5].forge-3.4.1
[βœ”οΈ] invtweaks-1.16.4-1.0.1
[βœ”οΈ] ironchest-1.16.5-11.2.21
[βœ”οΈ] IronJetpacks-1.16.5-4.2.3
[βœ”οΈ] item-filters-forge-1605.2.5-build.9
[βœ”οΈ] jeed-1.16.5-1.6
[βœ”οΈ] jei-1.16.5-7.7.1.145
[βœ”οΈ] JEPB-1.0.0
[βœ”οΈ] jmi-1.16.5-0.6-34
[βœ”οΈ] journeymap-1.16.5-5.8.0beta10
[βœ”οΈ] justenoughbeacons-3.1-1.16.3
[βœ”οΈ] JustEnoughCalculation-1.16.5-3.8.6
[βœ”οΈ] JustEnoughProfessions-1.16.5-1.2.2
[βœ”οΈ] JustEnoughResources-1.16.5-0.12.1.133
[βœ”οΈ] KleeSlabs_1.16.5-9.2.1
[βœ”οΈ] kotlinforforge-1.16.0-obf
[βœ”οΈ] kubejs-blood-magic-1605.1.1-build.3
[βœ”οΈ] kubejs-create-1605.1.4-build.12
[βœ”οΈ] kubejs-forge-1605.3.19-build.258
[βœ”οΈ] kubejs-immersive-engineering-1605.1.2-build.28
[βœ”οΈ] kubejs-mekanism-1605.1.2-build.2
[βœ”οΈ] kubejs-thermal-1605.1.4-build.4
[βœ”οΈ] lazydfu-0.1.3
[βœ”οΈ] LibX-1.16.3-1.0.76
[βœ”οΈ] logprot-1.16-1.5
[βœ”οΈ] Lollipop-1.16.5-3.2.9
[βœ”οΈ] lootr-1.16.5-0.1.11.36
[βœ”οΈ] LostTrinkets-1.16.5-0.1.27
[βœ”οΈ] magicfeather-1.16.2-3.2.0
[βœ”οΈ] Mantle-1.16.5-1.6.152
[βœ”οΈ] masonry-1.16.3-0.3.6
[βœ”οΈ] MasterfulMachinery-1.16.5-0.1.60-B902
[βœ”οΈ] materialis-1.16.5-2.4.2
[βœ”οΈ] MaxHealthFix-Forge-1.16.5-1.0.4
[βœ”οΈ] mcjtylib-1.16-5.1.3
[βœ”οΈ] mcw-bridges-2.0.1-mc1.16.5
[βœ”οΈ] mcw-doors-1.0.5-mc1.16.5
[βœ”οΈ] mcw-fences-1.0.2-mc1.16.5
[βœ”οΈ] mcw-roofs-2.1.0-mc1.16.5
[βœ”οΈ] mcw-trapdoors-1.0.4-mc1.16.5
[βœ”οΈ] mcw-windows-2.0.2-mc1.16.5
[βœ”οΈ] meetyourfight-1.16.5-1.2.0
[βœ”οΈ] Mekanism-1.16.5-10.1.1.456
[βœ”οΈ] MekanismGenerators-1.16.5-10.1.1.456
[βœ”οΈ] MekanismTools-1.16.5-10.1.1.456
[βœ”οΈ] mgui-1.16.5-3.3.0
[βœ”οΈ] mightyarchitect-mc1.16.3_v0.5
[βœ”οΈ] mininggadgets-1.7.5
[βœ”οΈ] MmmMmmMmmMmm-1.16.5-1.3.1
[βœ”οΈ] modnametooltip_1.16.2-1.15.0
[βœ”οΈ] modular-routers-1.16.5-7.5.2-83
[βœ”οΈ] morecfm-1.3.1-1.16.3
[βœ”οΈ] MoreCraftingTables1.16.5
[βœ”οΈ] moredragoneggs-2.4
[βœ”οΈ] moremountedstorages-1.2.0
[βœ”οΈ] moreoverlays-1.18.17-mc1.16.5
[βœ”οΈ] Morph-o-Tool-1.4-27
[βœ”οΈ] MouseTweaks-2.14-mc1.16.2
[βœ”οΈ] MythicBotany-1.16.5-1.4.19
[βœ”οΈ] NaturesAura-34.3
[βœ”οΈ] NaturesCompass-1.16.5-1.9.1-forge
[βœ”οΈ] NaturesStarlight-1.1
[βœ”οΈ] NBT-Ingredient-Predicate-1.3
[βœ”οΈ] Neat 1.7-27
[βœ”οΈ] NetherPortalFix_1.16.3-7.2.1
[βœ”οΈ] nethers_delight-2.1
[βœ”οΈ] oauth-1.1.9-1.16
[βœ”οΈ] observerlib-1.16.5-1.5.3
[βœ”οΈ] occultism_kubejs-1.16.5-0.0.1
[βœ”οΈ] occultism-1.16.5-1.24.1
[βœ”οΈ] overloadedarmorbar-5.1.0
[βœ”οΈ] PackMenu-1.16.5-2.5.0
[βœ”οΈ] PassthroughSigns-1.16.4-2.3.7
[βœ”οΈ] Patchouli-1.16.4-53.2
[βœ”οΈ] pedestals-0.8s_hotfix_5
[βœ”οΈ] personality-1.16.5-1.0.3
[βœ”οΈ] Ping-1.16.4-1.6.9
[βœ”οΈ] pitg-1.16.5-2.0.1
[βœ”οΈ] Placebo-1.16.5-4.6.1
[βœ”οΈ] plonk-1.16.5-9.0.8
[βœ”οΈ] pneumaticcraft-repressurized-1.16.5-2.15.1-297
[βœ”οΈ] polymorph-forge-1.16.5-0.39
[βœ”οΈ] ponderjs-1.16.5-1.0.3d
[βœ”οΈ] portable_stonecutter-1.16.5-1.3.5
[βœ”οΈ] portality-1.16.5-3.2.5
[βœ”οΈ] Powah-1.16.5-2.3.16
[βœ”οΈ] PrettyPipes-1.9.5
[βœ”οΈ] PrettyPipesFluids-0.4.1
[βœ”οΈ] projectvibrantjourneys-1.16.5-3.2.10
[βœ”οΈ] PuzzlesLib-v1.0.15-1.16.5-Forge
[βœ”οΈ] Quark-r2.4-321
[βœ”οΈ] quickstack-4.0.1
[βœ”οΈ] randompatches-2.4.4-forge
[βœ”οΈ] rangedpumps-0.8.2
[βœ”οΈ] redstonepen-1.16.5-1.0.7-b1
[βœ”οΈ] refinedstorage-1.9.16
[βœ”οΈ] refinedstorageaddons-0.7.4
[βœ”οΈ] repurposed_structures_forge-3.4.7+1.16.5
[βœ”οΈ] ResourcefulBees-1.16.5-0.10.4
[βœ”οΈ] restriction-1.16.5-0.1.3
[βœ”οΈ] rftoolsbase-1.16-2.1.2
[βœ”οΈ] rftoolsbuilder-1.16-3.1.5
[βœ”οΈ] rftoolscontrol-1.16-4.0.14
[βœ”οΈ] rftoolspower-1.16-3.0.13
[βœ”οΈ] rftoolsstorage-1.16-2.0.17
[βœ”οΈ] rftoolsutility-1.16-3.1.9
[βœ”οΈ] rhino-forge-1605.1.5-build.75
[βœ”οΈ] RoadRunner-mc1.16.5-1.4.0
[βœ”οΈ] rsgauges-1.16.5-1.2.13
[βœ”οΈ] RSInfinityBooster-1.16.5-1.1+13
[βœ”οΈ] RSLargePatterns-1.16.5-2.1.0.3
[βœ”οΈ] rsrequestify-1.16.5-2.1.6
[βœ”οΈ] Runelic-1.16.5-7.0.2
[βœ”οΈ] SaveYourPets-1.16.2-1.0.0.6
[βœ”οΈ] scaffoldingpower-1.16.5-1.3.0
[βœ”οΈ] scannable-1.16.5-forge-1.7.6+00198b7
[βœ”οΈ] seals-1.16.3-2.1.2
[βœ”οΈ] selene-1.16.5-1.9.0
[βœ”οΈ] serverconfigupdater-1.3
[βœ”οΈ] shiftnscrollonmac-1.16.4-0.0.1.s1
[βœ”οΈ] Shrink-1.16.5-1.1.6
[βœ”οΈ] shutupexperimentalsettings-1.0.3
[βœ”οΈ] simpledelights-1.2
[βœ”οΈ] SimpleDiscordRichPresence-1.4.0-build.3+mc1.16.5
[βœ”οΈ] simplefarming-1.16.5-1.3.8
[βœ”οΈ] simplylight-1.16.5-1.4.0-build.24
[βœ”οΈ] smallships-1.16.5-1.10.3
[βœ”οΈ] smoothboot-forge-1.16.4-1.2.2
[βœ”οΈ] SoL-Carrot-1.16.5-1.10.1
[βœ”οΈ] sophisticatedbackpacks-1.16.5-3.15.1.503
[βœ”οΈ] sounddeviceoptions-1.4.3
[βœ”οΈ] spark-forge
[βœ”οΈ] SpawnerFix-1.16.2-1.0.0.2
[βœ”οΈ] StorageDrawers-1.16.3-8.5.1
[βœ”οΈ] structure_gel-1.16.5-1.7.8
[βœ”οΈ] supermartijn642configlib-1.0.9-mc1.16
[βœ”οΈ] supermartijn642corelib-1.0.16-mc1.16.5
[βœ”οΈ] supplementaries-1.16.5-0.18.0
[βœ”οΈ] sushigocrafting-1.16.5-0.2.1
[βœ”οΈ] swingthroughgrass-1.16.4-1.5.3
[βœ”οΈ] TacticalFishing-1.16.5-v1.0.2
[βœ”οΈ] tamedsummon-1.0.0
[βœ”οΈ] tanknull-2.3-1.16.4
[βœ”οΈ] tconplanner-1.16.5-1.1.1
[βœ”οΈ] TConstruct-1.16.5-3.3.2.324
[βœ”οΈ] TerraForged-1.16.5-0.2.16-BETA-2
[βœ”οΈ] tetra-1.16.5-3.20.0
[βœ”οΈ] tetranomicon-1.3
[βœ”οΈ] The_Undergarden-1.16.5-0.5.5
[βœ”οΈ] theoneprobe-1.16-3.1.4
[βœ”οΈ] thermal_expansion-1.16.5-1.4.2.4
[βœ”οΈ] thermal_foundation-1.16.5-1.4.2.9
[βœ”οΈ] thermal_innovation-1.16.5-1.4.1.3
[βœ”οΈ] thermal_locomotion-1.16.5-1.4.1.2
[βœ”οΈ] time-in-a-bottle-1.1.0
[βœ”οΈ] Tips-1.16.5-4.0.15
[βœ”οΈ] TipTheScales-1.16.5-3.0.0.15
[βœ”οΈ] titanium-1.16.5-3.2.8.7-22
[βœ”οΈ] ToastControl-1.16.5-4.4.0
[βœ”οΈ] tomeofblood-1.16.5-1.2.3
[βœ”οΈ] ToolStats-1.16.5-6.0.4
[βœ”οΈ] toomanyglyphs-snapshot-20220111
[βœ”οΈ] torchmaster-2.3.8
[βœ”οΈ] toughnessbar-6.1
[βœ”οΈ] towers_of_the_wild-1.16.3-2.1.0.1
[βœ”οΈ] TradingPost-v1.0.2-1.16.5
[βœ”οΈ] Transport-1.16.5-3.7.0
[βœ”οΈ] trashcans-1.0.12-mc1.16
[βœ”οΈ] TrashSlot_1.16.3-12.2.1
[βœ”οΈ] TravelAnchors-2.4
[βœ”οΈ] trofers-1.16.5-1.1.0
[βœ”οΈ] u_team_core-1.16.5-3.2.1.196
[βœ”οΈ] Undergarden-Tetra Patch-1.2.1
[βœ”οΈ] upgrade_aquatic-1.16.5-3.1.2
[βœ”οΈ] useful_railroads-1.16.5-1.4.6.38
[βœ”οΈ] valhelsia_core-16.0.15
[βœ”οΈ] valhelsia_structures-1.16.5-0.1.6
[βœ”οΈ] Waystones_1.16.5-7.6.4
[βœ”οΈ] WitherSkeletonTweaks-1.16.5-5.4.1
[βœ”οΈ] World Stripper-1.16.5-2.1.0
[βœ”οΈ] xnet-1.16-3.0.16
[βœ”οΈ] XNetGases-1.16.5-2.3.9
[βœ”οΈ] YungsApi-1.16.4-Forge-13

Params:
--username --version MultiMC5 --gameDir /Users/dtemb/Library/Application Support/ManyMC/instances/Enigmatica 6 - E6 - 1.16.5/minecraft --assetsDir /Users/dtemb/Library/Application Support/ManyMC/assets --assetIndex 1.16 --uuid --accessToken --userType --versionType release --launchTarget fmlclient --fml.forgeVersion 36.2.22 --fml.mcVersion 1.16.5 --fml.forgeGroup net.minecraftforge --fml.mcpVersion 20210115.111550

Window size: 854 x 480

Java Arguments:
[-Xdock:icon=icon.png, -Xdock:name="ManyMC: Enigmatica 6 - E6 - 1.16.5", -XstartOnFirstThread, -Xms2048m, -Xmx8192m, -Duser.language=en]

Minecraft process ID: 2023

Using onesix launcher.

Checking: MC_SLIM
Checking: MAPPINGS
Checking: MC_EXTRA
Checking: PATCHED
Checking: MC_SRG
2022-02-23 17:24:43,612 main WARN Advanced terminal features are not available in this environment
[17:24:43] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, dtembreull, --version, MultiMC5, --gameDir, /Users/dtemb/Library/Application Support/ManyMC/instances/Enigmatica 6 - E6 - 1.16.5/minecraft, --assetsDir, /Users/dtemb/Library/Application Support/ManyMC/assets, --assetIndex, 1.16, --uuid, , --accessToken, ❄❄❄❄❄❄❄❄, --userType, mojang, --versionType, release, --launchTarget, fmlclient, --fml.forgeVersion, 36.2.22, --fml.mcVersion, 1.16.5, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20210115.111550, --width, 854, --height, 480]
[17:24:43] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 8.0.9+86+master.3cf110c starting: java version 1.8.0_322 by Azul Systems, Inc.
[17:24:43] [main/INFO] [ne.mi.fm.lo.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
[17:24:43] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.4 Source=file:/Users/dtemb/Library/Application%20Support/ManyMC/libraries/org/spongepowered/mixin/0.8.4/mixin-0.8.4.jar Service=ModLauncher Env=CLIENT
[17:24:45] [main/INFO] [STDERR/]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 13:0 token recognition error at: '' [17:24:46] [main/INFO] [STDERR/]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 1:0 token recognition error at: '~' [17:24:46] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launchWithMainClass:213]: Failed to start Minecraft: [17:24:46] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launch:245]: java.lang.reflect.InvocationTargetException [17:24:46] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launch:245]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [17:24:46] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launch:245]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [17:24:46] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launch:245]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [17:24:46] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launch:245]: at java.lang.reflect.Method.invoke(Method.java:498) [17:24:46] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launch:245]: at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:210) [17:24:46] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launch:245]: at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:245) [17:24:46] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launch:245]: at org.multimc.EntryPoint.listen(EntryPoint.java:143) [17:24:46] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launch:245]: at org.multimc.EntryPoint.main(EntryPoint.java:34) [17:24:46] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launchWithMainClass:214]: Caused by: java.lang.reflect.InvocationTargetException [17:24:46] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launchWithMainClass:214]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [17:24:46] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launchWithMainClass:214]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [17:24:46] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launchWithMainClass:214]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [17:24:46] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launchWithMainClass:214]: at java.lang.reflect.Method.invoke(Method.java:498) [17:24:46] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launchWithMainClass:214]: at io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:57) [17:24:46] [main/INFO] [STDERR/]: [org.multimc.onesix.OneSixLauncher:launchWithMainClass:214]: ... 8 more [17:24:46] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: Caused by: java.lang.NoSuchMethodError: sun.security.util.ManifestEntryVerifier.<init>(Ljava/util/jar/Manifest;)V [17:24:46] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at cpw.mods.modlauncher.SecureJarHandler.createCodeSource(SecureJarHandler.java:66) [17:24:46] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:275) [17:24:46] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136) [17:24:46] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98) [17:24:46] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at java.lang.ClassLoader.loadClass(ClassLoader.java:352) [17:24:46] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at java.lang.Class.forName0(Native Method) [17:24:46] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at java.lang.Class.forName(Class.java:348) [17:24:46] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at org.spongepowered.asm.service.modlauncher.ModLauncherClassProvider.findClass(ModLauncherClassProvider.java:67) [17:24:46] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at org.spongepowered.asm.launch.platform.MixinConnectorManager.loadConnectors(MixinConnectorManager.java:70) [17:24:46] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at org.spongepowered.asm.launch.platform.MixinConnectorManager.inject(MixinConnectorManager.java:59) [17:24:46] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at org.spongepowered.asm.launch.platform.MixinPlatformManager.inject(MixinPlatformManager.java:196) [17:24:46] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at org.spongepowered.asm.launch.MixinBootstrap.inject(MixinBootstrap.java:202) [17:24:46] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.initializeLaunch(MixinLaunchPluginLegacy.java:201) [17:24:46] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.initializeLaunch(MixinLaunchPluginLegacy.java:195) [17:24:46] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at cpw.mods.modlauncher.LaunchPluginHandler.lambda$announceLaunch$9(LaunchPluginHandler.java:97) [17:24:46] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at java.util.HashMap.forEach(HashMap.java:1290) [17:24:46] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at cpw.mods.modlauncher.LaunchPluginHandler.announceLaunch(LaunchPluginHandler.java:97) [17:24:46] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:52) [17:24:46] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [17:24:46] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [17:24:46] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [17:24:46] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:644]: ... 13 more [17:24:46] [main/INFO] [STDOUT/]: [org.multimc.EntryPoint:main:37]: Exiting with -1 Process exited with code 255. Clipboard copy at: 23 Feb 2022 17:24:53 -0800

I can't get vault hunters mudpack to run

!! Please fill in this template, DO NOT ignore or delete it. !!

I tried basic troubleshooting first

Describe the bug

I installed the vault hunters modpack and tried both through curseforge and the zip file but it does the same thing both times

To reproduce

Steps to reproduce the behavior:

install vault hunters modpack and start it.

Expected behavior

it just runs

Logs

https://pastebin.com/KxhGX74C

If applicable, add screenshots to help explain your problem.

System configuration

  • ManyMC version: latest
  • Java version: Azul JDK 17 (17.0.2)
  • M1 iMac 16gb ram

Additional context

Add any other context about the problem here. when I tried using curseforge to launch it I had a similar problem and used the steps in this Reddit post to get the game running. https://www.reddit.com/r/VaultHuntersMinecraft/comments/so4rad/comment/hw6pqje/?utm_source=share&utm_medium=web2x&context=3

launcher seems to "forget" which java version it's using

I often get an error message when launching ManyMC regarding my java version "not working or went missing", even tho i never touch any of the java VMs i have. I just have to re-select java 17 as the default version and it works fine, until a couple hours after closing it or after a reboot. little bug, but still annoying

Possible to implement MacOS scroll wheel fix?

On MacOS, shift-scroll does a horizontal scroll which Minecraft ignores. The effect of this is to prevent scrolling through the hot bar while sneaking. This is a known issue in more recent versions of Minecraft. It appears there is a fix for this via an updated libglfw.dylib as found here. Is it possible to incorporate this fix within ManyMC?

Build failing due to CMakeList errors

The build script seems to find my zulu java 8 install just fine, but then throws some errors regarding CMakeLists.txt missing in two directories. Not sure if this is a general issue or if it something specific to my system. I'm not really experienced enough to say.
I've included a copy of the output below in case it helps.
buildsh.txt

Optifine HD U H3 1.18 doesn't work

Optifine 1.18 final version keeps crashing after loading the world.
Using the preview versions up to preview 7 "preview_OptiFine_1.18_HD_U_H3_pre7" works great but just to this version.
Crash report log: https://paste.ee/p/7PHtU

Since I'm not an expert on programming I'm not sure who to report this to, so I'm sorry if I'm at the wrong place!

Fullscreen mode does not change screen resolution

Hello,
I've recently found that changing the fullscreen resolution of the game in graphical options does change the calculated resolution but not the screen resolution.
For me, this signify that my screen resolution always remind 4K but the game resolution is calculated as defined.
The problem is that lowering the game resolution does not give the graphical boost it should give.
The game is always upscaled at 4K.
Seems to be the same process than in MacOS desktop resolutions.
I have a M1 Mac mini running 12.2.1 and java17.0.2 on Minecraft 1.18.1

OptiFine will not install

I tried to install OptiFine on 1.18 by clicking "Add to minecraft.jar" the "OptiFine_1.18_HD_U_H3_pre6_MOD.jar" file into the Version tab
Screen Shot 2021-12-04 at 15 21 42
.
If I launch Minecraft it shows up as modded, but OptiFine doesn't load for some reason.

Massive frame drop after first launch

hey guys, I've got sodium and iris shaders installed, running natively on m1. When I first launch the game (after configuring it) I get about 150 fps, running iris shaders. But after I close the game, every time I relaunch, I only get 50fps. I would have to create a new instance every time to get the full performance. Any ideas what might be causing this?

Microsoft game pass

Hello,
I'm trying to run ManyMC on M1 MBP and I'm using new Microsoft account with Game pass, which supposedely includes MC Java in it. ManyMC however says "The account does not own Minecraft. You need to purchase the game first to play it".

I googled and seems like this issue has been fixed in MultiMC already:
MultiMC/Launcher#4217

Is it possible to pull that request here as well? Cheers.

Add new icon

sorry for putting this as an issue but I don't know how to pull a request, so the thing was that I have been using manymc and its awesome but its icon does not fit with the perfectly rounded icons every macOS integrated app has, so, if it is possible, make the icon with like white circular background and the mamymc icon inside it like the image below
Manymc svg

Fullscreen

While the workaround listed allows me to re-open Minecraft, I am presently unsure of exactly how to get it to function in full screen? Is that just not supported? And if so, are there plans to support fullscreen? It feels like a pretty integral part of the game IMO.

1.12.2 only using quarter window after LWJGL update

Minecraft 1.12.2 is only using the bottom left quarter of the window after updating to macOS 12.3. It was fine before updating macOS. On the latest 1.18.2 update with Java 17 it's normal.

Computer details:

  • MacBook Pro 14 inch 2021
  • macOS 12.3
  • zulu8.60.0.21-ca-jdk8.0.322-macosx_aarch64
  • Vanilla Minecraft 1.12.2
  • ManyMC build 7

EDIT: I'm not sure if this is related to the macOS update or the LWJGL update.
EDIT 2: It's due to the LWJGL update, not the macOS update. See comment below.

Screen Shot 2022-03-16 at 11 12 46 PM

Fullscreen mode broken in 1.12.2

When I try to go into fullscreen mode in 1.12.2, instead of going into fullscreen mode normally it uses 1/4 of the screen and snaps to the bottom left corner, and the rest of the screen unused. I do have liteloader with no mods installed, but I can confirm that it also happens in vanilla. Works normally in 1.18.1. Screenshot attached below.
Screen Shot 2022-02-15 at 9 17 53 PM
.

Type "↑" (up key) cause crash.

Excellent Job. MC with forge work well on my machine. It really helps me a lot .
When I type the letter "↑" (up key),the game crashed, whether server or local. The crash-report is as follow, hope that you can fixed it ,or help me to find out why. Thanks!
MC version 1.16.5, forge; Java version 8 or 11, all by zulu jdk.
crash-2022-01-15_18.14.57-client.txt
.

Minecraft below 1.13 crashes with Java 8 installed

Hey there,

first off, thank you a lot for your work!

I'm getting this error message with all Versions below 1.13. Do you think you could help me resolve this?

ManyMC version: 0.0.7-custom

Launched instance in online mode

authserver.mojang.com resolves to:
[18.66.119.69]

session.minecraft.net resolves to:
[3.211.39.224, 52.205.99.166, 3.224.239.34]

textures.minecraft.net resolves to:
[18.66.112.77, 18.66.112.103, 18.66.112.79, 18.66.112.60]

api.mojang.com resolves to:
[108.138.21.89]

Minecraft folder is:
/Users/pablo/Library/Application Support/ManyMC/instances/1.7.10/.minecraft

Java path is:
/Library/Java/JavaVirtualMachines/zulu-8.jdk/Contents/Home/bin/java

Checking Java version...
Java is version 1.8.0_322, using aarch64 architecture, from Azul Systems, Inc..

Main Class:
net.minecraft.client.main.Main

Native path:
/Users/pablo/Library/Application Support/ManyMC/instances/1.7.10/natives

Libraries:
/Users/pablo/Library/Application Support/ManyMC/libraries/com/mojang/text2speech/1.11.3/text2speech-1.11.3.jar
/Users/pablo/Library/Application Support/ManyMC/libraries/ca/weblite/java-objc-bridge/1.1.0-mmachina/java-objc-bridge-1.1.0-mmachina.jar
/Users/pablo/Library/Application Support/ManyMC/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar
/Users/pablo/Library/Application Support/ManyMC/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar
/Users/pablo/Library/Application Support/ManyMC/libraries/org/lwjgl/lwjgl/lwjgl/2.9.4-nightly-20150209/lwjgl-2.9.4-nightly-20150209.jar
/Users/pablo/Library/Application Support/ManyMC/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.4-nightly-20150209/lwjgl_util-2.9.4-nightly-20150209.jar
/Users/pablo/Library/Application Support/ManyMC/libraries/com/mojang/netty/1.8.8/netty-1.8.8.jar
/Users/pablo/Library/Application Support/ManyMC/libraries/com/mojang/realms/1.3.5/realms-1.3.5.jar
/Users/pablo/Library/Application Support/ManyMC/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar
/Users/pablo/Library/Application Support/ManyMC/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar
/Users/pablo/Library/Application Support/ManyMC/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar
/Users/pablo/Library/Application Support/ManyMC/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar
/Users/pablo/Library/Application Support/ManyMC/libraries/java3d/vecmath/1.3.1/vecmath-1.3.1.jar
/Users/pablo/Library/Application Support/ManyMC/libraries/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar
/Users/pablo/Library/Application Support/ManyMC/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar
/Users/pablo/Library/Application Support/ManyMC/libraries/net/sf/jopt-simple/jopt-simple/4.5/jopt-simple-4.5.jar
/Users/pablo/Library/Application Support/ManyMC/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar
/Users/pablo/Library/Application Support/ManyMC/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar
/Users/pablo/Library/Application Support/ManyMC/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar
/Users/pablo/Library/Application Support/ManyMC/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar
/Users/pablo/Library/Application Support/ManyMC/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar
/Users/pablo/Library/Application Support/ManyMC/libraries/io/netty/netty-all/4.0.10.Final/netty-all-4.0.10.Final.jar
/Users/pablo/Library/Application Support/ManyMC/libraries/com/google/guava/guava/15.0/guava-15.0.jar
/Users/pablo/Library/Application Support/ManyMC/libraries/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
/Users/pablo/Library/Application Support/ManyMC/libraries/commons-io/commons-io/2.4/commons-io-2.4.jar
/Users/pablo/Library/Application Support/ManyMC/libraries/commons-codec/commons-codec/1.9/commons-codec-1.9.jar
/Users/pablo/Library/Application Support/ManyMC/libraries/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar
/Users/pablo/Library/Application Support/ManyMC/libraries/com/mojang/authlib/1.5.21/authlib-1.5.21.jar
/Users/pablo/Library/Application Support/ManyMC/libraries/org/apache/logging/log4j/log4j-api/2.0-beta9-fixed/log4j-api-2.0-beta9-fixed.jar
/Users/pablo/Library/Application Support/ManyMC/libraries/org/apache/logging/log4j/log4j-core/2.0-beta9-fixed/log4j-core-2.0-beta9-fixed.jar
/Users/pablo/Library/Application Support/ManyMC/libraries/tv/twitch/twitch/5.16/twitch-5.16.jar
/Users/pablo/Library/Application Support/ManyMC/libraries/com/mojang/minecraft/1.7.10/minecraft-1.7.10-client.jar

Native libraries:
/Users/pablo/Library/Application Support/ManyMC/libraries/net/java/jinput/jinput-platform/2.0.5/jinput-platform-2.0.5-natives-osx.jar
/Users/pablo/Library/Application Support/ManyMC/libraries/org/lwjgl/lwjgl/lwjgl-platform/2.9.4-nightly-20150209-mmachina/lwjgl-platform-2.9.4-nightly-20150209-mmachina-natives-osx.jar
/Users/pablo/Library/Application Support/ManyMC/libraries/tv/twitch/twitch-platform/5.16/twitch-platform-5.16-natives-osx.jar

Params:
--username --version MultiMC5 --gameDir /Users/pablo/Library/Application Support/ManyMC/instances/1.7.10/.minecraft --assetsDir /Users/pablo/Library/Application Support/ManyMC/assets --assetIndex 1.7.10 --uuid --accessToken --userProperties --userType

Window size: 854 x 480

Java Arguments:
[-Xdock:icon=icon.png, -Xdock:name="ManyMC: 1.7.10", -Xms163m, -Xmx16384m, -Duser.language=en]

Minecraft process ID: 18171

Using onesix launcher.

[12:55:09] [main/INFO]: Setting user: Thranduillion
[12:55:09] [main/INFO]: (Session ID is token::)
[12:55:09] [Client thread/INFO]: LWJGL Version: 2.9.4
Process crashed with exitcode 5.
Clipboard copy at: 14 Mar 2022 12:55:11 +0100

Fix fullscreen on Minecraft 1.11 and before

There appears to be a problem with LWJGL2's High DPI support on M1 Macs where the game is only rendered on half of the window. To work around this, I disabled High DPI support via this patch, but this also has the side effect of rendering at half resolution and stretching to cover the full screen. Also, for some reason this does not work in Minecraft Fullscreen mode on 1.11 and before.

Homebrew Install

Similar to mainstream MultiMC, could this application be packaged as a Homebrew Cask for streamlined installation?

Option to sign into Microsoft Account greyed out

I tried basic troubleshooting first

Describe the bug

When trying to add a new account in settings, the option to add a new Microsoft account is greyed out/disabled.

To reproduce

Steps to reproduce the behavior:

  1. build from latest source (For me from ba4e7a5 )
  2. Move built app into Applications Directory and Launch (in my case, having installed no prior version of ManyMC)
  3. Open settings > Accounts
  4. Notice the option to add a Microsoft Account is not available/disabled.

Expected behavior

Should be able to add a Microsoft account (especially since it's recently become mandatory to use them)

Logs

N/A (I think)

Screenshots
Observe
Screen Shot 2022-03-28 at 23 25 33

System configuration

  • ManyMC version: 0.6.14-custom
  • Java version: Azul JDK 1.8 (1.8.0_322)

Additional context

N/A

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.