Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash with Optifine 1.10.2 #101

Open
xRock60 opened this issue Jul 1, 2016 · 1 comment
Open

Crash with Optifine 1.10.2 #101

xRock60 opened this issue Jul 1, 2016 · 1 comment

Comments

@xRock60
Copy link

xRock60 commented Jul 1, 2016

[info] Amidst v4.2-beta2
[info] Current system time: 2016-07-01 13:09:48.298
[info] System.getProperty("os.name") == 'Windows 10'
[info] System.getProperty("os.version") == '10.0'
[info] System.getProperty("os.arch") == 'amd64'
[info] System.getProperty("java.version") == '1.8.0_91'
[info] System.getProperty("java.vendor") == 'Oracle Corporation'
[info] System.getProperty("sun.arch.data.model") == '64'
[info] Not using OpenGL.
[info] Biome profile activated: default
[info] using '.minecraft' directory at: 'C:\Users\Saïd\AppData\Roaming.minecraft', libraries: 'C:\Users\Saïd\AppData\Roaming.minecraft\libraries'
[info] using biome profiles at: 'biome'
[info] Scanning for profiles.
[info] Successfully loaded profile list.
[info] Beginning latest version list load.
[info] Attempting to download remote version list...
[info] Successfully loaded version list. URL: https://launchermeta.mojang.com/mc/game/version_manifest.json
[warning] cannot find valid version directory for launcher profile 'Forge'
[warning] cannot find valid version directory for launcher profile 'forge'
[info] using minecraft launcher profile 'OptiFine' with versionId '1.10.2-OptiFine_HD_U_C1'
[info] Loading libraries.
[info] Found library: C:\Users\Saïd\AppData\Roaming.minecraft\libraries\optifine\OptiFine\1.10.2_HD_U_C1\OptiFine-1.10.2_HD_U_C1.jar
[info] Found library: C:\Users\Saïd\AppData\Roaming.minecraft\libraries\net\minecraft\launchwrapper\1.7\launchwrapper-1.7.jar
[crash] Amidst has encounted an uncaught exception on the thread Thread[Thread-4,1,main]
[crash] java.lang.NoClassDefFoundError: io/netty/buffer/ByteBufOutputStream
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Unknown Source)
at java.lang.Class.getDeclaredFields(Unknown Source)
at amidst.mojangapi.minecraftinterface.RecognisedVersion.getMainClassFields(RecognisedVersion.java:132)
at amidst.mojangapi.minecraftinterface.RecognisedVersion.generateMagicString(RecognisedVersion.java:124)
at amidst.mojangapi.minecraftinterface.RecognisedVersion.from(RecognisedVersion.java:119)
at amidst.mojangapi.minecraftinterface.local.LocalMinecraftInterfaceBuilder.create(LocalMinecraftInterfaceBuilder.java:32)
at amidst.mojangapi.file.directory.VersionDirectory.createLocalMinecraftInterface(VersionDirectory.java:99)
at amidst.mojangapi.MojangApi.set(MojangApi.java:71)
at amidst.gui.profileselect.LocalProfileComponent.tryLoad(LocalProfileComponent.java:84)
at amidst.threading.WorkerExecutor.lambda$run$11(WorkerExecutor.java:71)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: io.netty.buffer.ByteBufOutputStream
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 14 more

@stefandollase
Copy link

This repository is no longer maintained. You can find the new repository here.

Also, Amidst does not support modded Minecraft.

You can still use Amidst with an unmodded Minecraft profile. To do so, please create a new profile with the Minecraft launcher. Call it something like "Amidst" and use that when Amidst asks you for a profile. Make sure to select the correct Minecraft version when creating the new profile.

minecraft launcher

For more information, please read the FAQ: Can I use Amidst with a modded Minecraft version?

Optifine might be supported in a future version, see toolbox4minecraft/amidst#110

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants