Simple Voice Chat

Simple Voice Chat

31M Downloads

Crashing on launch

BrekiTomasson opened this issue ยท 25 comments

commented

Minecraft 1.17.1 running on MacOS, using Voicechat Fabric 1.17.1-1.0.3. Everything else is updated and up to date, and disabling the voice chat mod fixes all issues. It might still be a conflict with another mod, as I haven't tried running only the voice chat mod, however.

Here's the crash log:

Time: 7/11/21, 5:54 PM
Description: Unexpected error

java.lang.LinkageError: loading constraint violation when resolving method "ca/weblite/objc/NSObject.<init>(Lcom/sun/jna/Pointer;)V" : loader "net/fabricmc/loader/launch/knot/KnotClassLoader@8a74a51d" of class "net/minecraft/class_6417" and loader "jdk/internal/loader/ClassLoaders$AppClassLoader@366817f3" of class "ca/weblite/objc/NSObject" have different types for the method signature
	at Not Enough Crashes deobfuscated stack trace.(1.17.1+build.10)
	at net.minecraft.client.util.MacWindowUtil.getCocoaWindow(MacWindowUtil:21)
	at net.minecraft.client.util.MacWindowUtil.toggleFullscreen(MacWindowUtil:15)
	at net.minecraft.client.util.Window.updateWindowRegion(Window:349)
	at net.minecraft.client.util.Window.updateFullscreen(Window:387)
	at net.minecraft.client.util.Window.swapBuffers(Window:313)
	at net.minecraft.client.MinecraftClient.render(MinecraftClient:1137)
	at net.minecraft.client.MinecraftClient.run(MinecraftClient:728)
	at net.minecraft.client.main.Main.main(Main:217)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:234)
	at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:153)
	at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28)
commented

Can you try if this also happens with the 1.16.5 version of the mod?

It was working fine back in 1.17 and - I believe - also in 1.16.5. The problems began after upgrading to 1.17.1.

commented

Can you try if it happens with fabric loader 0.11.3?

commented

Not really, Could not find required mod: voicechat requires {fabricloader @ [>=0.11.6]}

commented

Ah, right... You need to try the latest 1.16.5 version for that

commented

Yup; fabric 0.11.3, minecraft 1.16.5, fabric-api 0.36.0+1.16.5 and voicechat 1.16.5-1.8.7 works fine. Again; I was using the mod just fine with all the latest versions of everything under Minecraft 1.17, but it started crashing after the update to 1.17.1.

commented

Alright, it seems that the new fabric loader version somehow messes with jna...

commented

Could be .. but that would mean that none of the other 100+ mods in my modpack use JNA, and that voicechat is the only mod affected by changes in the new fabric loader?

commented

Why would they use JNA?

commented

@BrekiTomasson can you please test this version:

voicechat-fabric-1.17.1-1.0.4.zip

Don't forget to unzip the jar.

commented

That seems to have fixed it, even running with all the other mods in my modpack under fabric 0.11.6 and fabric-api 0.36.1. Interesting that the JAR is about 1.5 megabytes smaller than the previous release, v1.17.1-1.0.3.

commented

Please fill out the full bug template.

Are you using an ARM based mac?

commented

Bug description
See above.

Steps to reproduce the issue

  1. Launch the game.
  2. Wait for it to finish loading.
  3. See it crash before being presented with the main menu.

Expected behavior
I expect it not to crash...

Log files
Here's the log file: https://gist.githubusercontent.com/natanfudge/58a9ba247a838bc3fbfb1d86a54d3d43/raw/33d71381aafdb9afe0d8946a6c15d977587c3f5c/crash.txt

Versions

  • Minecraft version: 1.17.1
  • Forge version: Not applicable.
  • Mod version: 1.17.1-1.0.3

Other mods
See log file.

Screenshots (Optional)
Not applicable.

commented

Can you also please try if this happens without any other mods installed?

commented

And you obviously did not read the crashlog.

Operating System: Mac OS X (x86_64) version 10.16
Processor Name: Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz
Identifier: Intel64 Family 6 Model 158 Stepping 9

And yes, the problem remains even if voicechat and fabric-api are the only things being loaded:

[18:58:40] [Render thread/FATAL]: Unreported exception thrown!
java.lang.LinkageError: loading constraint violation when resolving method "ca/weblite/objc/NSObject.<init>(Lcom/sun/jna/Pointer;)V" : loader "net/fabricmc/loader/launch/knot/KnotClassLoader@47f1e1c5" of class "net/minecraft/class_6417" and loader "jdk/internal/loader/ClassLoaders$AppClassLoader@bcf07679" of class "ca/weblite/objc/NSObject" have different types for the method signature
	at net.minecraft.class_6417.method_37463(class_6417.java:21) ~[intermediary-1.17.1.jar:?]
	at net.minecraft.class_6417.method_37461(class_6417.java:15) ~[intermediary-1.17.1.jar:?]
	at net.minecraft.class_1041.method_4479(class_1041.java:349) ~[intermediary-1.17.1.jar:?]
	at net.minecraft.class_1041.method_4485(class_1041.java:387) ~[intermediary-1.17.1.jar:?]
	at net.minecraft.class_1041.method_15998(class_1041.java:313) ~[intermediary-1.17.1.jar:?]
	at net.minecraft.class_310.method_1523(class_310.java:1137) ~[intermediary-1.17.1.jar:?]
	at net.minecraft.class_310.method_1514(class_310.java:728) [intermediary-1.17.1.jar:?]
	at net.minecraft.client.main.Main.main(Main.java:217) [intermediary-1.17.1.jar:?]
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:?]
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:?]
	at java.lang.reflect.Method.invoke(Unknown Source) ~[?:?]
	at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:234) [fabric-loader-0.11.6.jar:?]
	at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:153) [fabric-loader-0.11.6.jar:?]
	at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28) [fabric-loader-0.11.6.jar:?]
commented

Can you send me the full log of the crash when no other mods are loaded?
And please send the actual log and not the crash report.

Can you also try just loading Minecraft with just fabric API and without the voice chat mod.

commented

Here's the log with just Fabric API and the voice chat mod: latest.log

And there are no problem with any combinations of mods, whether that be only fabric-api or fabric-api and any combination of all the other mods in the modpack. It's only when I add voicechat when it crashes.

commented

Can you try if this also happens with the 1.16.5 version of the mod?

commented

i have the same problem...

commented

i have the same problem...

Just saying that you have the same problem is not helpful at all.

commented
[12/07/2021 09:28:20 AM] Console Cleared
[12/07/2021 09:28:22 AM] Preparing for launch!
[12/07/2021 09:28:23 AM] Launching pack Minecraft 1.17.1 for Minecraft 1.17.1
[12/07/2021 09:28:23 AM] Logging into Minecraft!
[12/07/2021 09:28:23 AM] Launching Minecraft with the following arguments (user related stuff has been removed): [USERSDIR/runtimes/minecraft/java-runtime-alpha/mac-os/java-runtime-alpha/jre.bundle/Contents/Home/bin/java, -XX:-OmitStackTraceInFastThrow, -Xms512M, -Xmx8192M, -XX:MetaspaceSize=256M, -Duser.language=en, -Duser.country=US, -Dfml.log.level=INFO, -Dapple.laf.useScreenMenuBar=true, -Xdock:name="Fabric 1.17", -XX:+UnlockExperimentalVMOptions, -XX:+UseG1GC, -XX:G1NewSizePercent=20, -XX:G1ReservePercent=20, -XX:MaxGCPauseMillis=50, -XX:G1HeapRegionSize=32M, -XstartOnFirstThread, -Xss1M, -Djava.library.path=USERSDIR/temp/natives-091b4d162d5041b0a7ff9f2cef8d79a8, -Dminecraft.launcher.brand=ATLauncher, -Dminecraft.launcher.version=3.4.4.6, -Djava.library.path=USERSDIR/temp/natives-091b4d162d5041b0a7ff9f2cef8d79a8, -cp, USERSDIR/libraries/net/minecraft/client/1.17.1/client-1.17.1.jar:USERSDIR/libraries/net/fabricmc/fabric-loader/0.11.6/fabric-loader-0.11.6.jar:USERSDIR/libraries/net/fabricmc/intermediary/1.17.1/intermediary-1.17.1.jar:USERSDIR/libraries/net/fabricmc/tiny-mappings-parser/0.2.2.14/tiny-mappings-parser-0.2.2.14.jar:USERSDIR/libraries/net/fabricmc/sponge-mixin/0.9.4+mixin.0.8.2/sponge-mixin-0.9.4+mixin.0.8.2.jar:USERSDIR/libraries/net/fabricmc/tiny-remapper/0.4.2/tiny-remapper-0.4.2.jar:USERSDIR/libraries/net/fabricmc/access-widener/1.0.0/access-widener-1.0.0.jar:USERSDIR/libraries/net/fabricmc/fabric-loader-sat4j/2.3.5.4/fabric-loader-sat4j-2.3.5.4.jar:USERSDIR/libraries/com/google/jimfs/jimfs/1.2-fabric/jimfs-1.2-fabric.jar:USERSDIR/libraries/org/ow2/asm/asm/9.1/asm-9.1.jar:USERSDIR/libraries/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.jar:USERSDIR/libraries/org/ow2/asm/asm-commons/9.1/asm-commons-9.1.jar:USERSDIR/libraries/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.jar:USERSDIR/libraries/org/ow2/asm/asm-util/9.1/asm-util-9.1.jar:USERSDIR/libraries/com/mojang/blocklist/1.0.5/blocklist-1.0.5.jar:USERSDIR/libraries/com/mojang/patchy/2.1.6/patchy-2.1.6.jar:USERSDIR/libraries/com/github/oshi/oshi-core/5.7.5/oshi-core-5.7.5.jar:USERSDIR/libraries/net/java/dev/jna/jna/5.8.0/jna-5.8.0.jar:USERSDIR/libraries/net/java/dev/jna/jna-platform/5.8.0/jna-platform-5.8.0.jar:USERSDIR/libraries/org/slf4j/slf4j-api/1.8.0-beta4/slf4j-api-1.8.0-beta4.jar:USERSDIR/libraries/org/apache/logging/log4j/log4j-slf4j18-impl/2.14.1/log4j-slf4j18-impl-2.14.1.jar:USERSDIR/libraries/com/ibm/icu/icu4j/66.1/icu4j-66.1.jar:USERSDIR/libraries/com/mojang/javabridge/1.1.23/javabridge-1.1.23.jar:USERSDIR/libraries/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar:USERSDIR/libraries/io/netty/netty-all/4.1.25.Final/netty-all-4.1.25.Final.jar:USERSDIR/libraries/com/google/guava/guava/21.0/guava-21.0.jar:USERSDIR/libraries/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar:USERSDIR/libraries/commons-io/commons-io/2.5/commons-io-2.5.jar:USERSDIR/libraries/commons-codec/commons-codec/1.10/commons-codec-1.10.jar:USERSDIR/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar:USERSDIR/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar:USERSDIR/libraries/com/mojang/brigadier/1.0.18/brigadier-1.0.18.jar:USERSDIR/libraries/com/mojang/datafixerupper/4.0.26/datafixerupper-4.0.26.jar:USERSDIR/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar:USERSDIR/libraries/com/mojang/authlib/2.3.31/authlib-2.3.31.jar:USERSDIR/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar:USERSDIR/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar:USERSDIR/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar:USERSDIR/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar:USERSDIR/libraries/it/unimi/dsi/fastutil/8.2.1/fastutil-8.2.1.jar:USERSDIR/libraries/org/apache/logging/log4j/log4j-api/2.14.1/log4j-api-2.14.1.jar:USERSDIR/libraries/org/apache/logging/log4j/log4j-core/2.14.1/log4j-core-2.14.1.jar:USERSDIR/libraries/org/lwjgl/lwjgl/3.2.1/lwjgl-3.2.1.jar:USERSDIR/libraries/org/lwjgl/lwjgl-jemalloc/3.2.1/lwjgl-jemalloc-3.2.1.jar:USERSDIR/libraries/org/lwjgl/lwjgl-openal/3.2.1/lwjgl-openal-3.2.1.jar:USERSDIR/libraries/org/lwjgl/lwjgl-opengl/3.2.1/lwjgl-opengl-3.2.1.jar:USERSDIR/libraries/org/lwjgl/lwjgl-glfw/3.2.1/lwjgl-glfw-3.2.1.jar:USERSDIR/libraries/org/lwjgl/lwjgl-stb/3.2.1/lwjgl-stb-3.2.1.jar:USERSDIR/libraries/org/lwjgl/lwjgl-tinyfd/3.2.1/lwjgl-tinyfd-3.2.1.jar:USERSDIR/libraries/com/mojang/text2speech/1.11.3/text2speech-1.11.3.jar:USERSDIR/libraries/com/mojang/text2speech/1.11.3/text2speech-1.11.3.jar:USERSDIR/libraries/ca/weblite/java-objc-bridge/1.0.0/java-objc-bridge-1.0.0.jar:USERSDIR/libraries/org/lwjgl/lwjgl/3.2.1/lwjgl-3.2.1-natives-macos.jar:USERSDIR/libraries/org/lwjgl/lwjgl-jemalloc/3.2.1/lwjgl-jemalloc-3.2.1-natives-macos.jar:USERSDIR/libraries/org/lwjgl/lwjgl-openal/3.2.1/lwjgl-openal-3.2.1-natives-macos.jar:USERSDIR/libraries/org/lwjgl/lwjgl-opengl/3.2.1/lwjgl-opengl-3.2.1-natives-macos.jar:USERSDIR/libraries/org/lwjgl/lwjgl-glfw/3.2.1/lwjgl-glfw-3.2.1-natives-macos.jar:USERSDIR/libraries/org/lwjgl/lwjgl-stb/3.2.1/lwjgl-stb-3.2.1-natives-macos.jar:USERSDIR/libraries/org/lwjgl/lwjgl-tinyfd/3.2.1/lwjgl-tinyfd-3.2.1-natives-macos.jar:USERSDIR/libraries/ca/weblite/java-objc-bridge/1.0.0/java-objc-bridge-1.0.0-natives-osx.jar, net.fabricmc.loader.launch.knot.KnotClient, --username, REDACTED, --version, 1.17.1, --gameDir, USERSDIR/instances/Fabric117, --assetsDir, USERSDIR/assets, --assetIndex, 1.17, --uuid, REDACTED, --accessToken, REDACTED, --userType, Xbox, --versionType, release, --width=1680, --height=1050]
[12/07/2021 09:28:24 AM] [main/INFO]: Loading for game Minecraft 1.17.1
[12/07/2021 09:28:24 AM] [main/INFO]: [FabricLoader] Loading 48 mods:
[12/07/2021 09:28:24 AM] 	- [email protected]+1.17
[12/07/2021 09:28:24 AM] 	- [email protected]+a02b446313
[12/07/2021 09:28:24 AM] 	- [email protected]+2b5c62d013
[12/07/2021 09:28:24 AM] 	- [email protected]+c345aea813
[12/07/2021 09:28:24 AM] 	- [email protected]+a02b446313
[12/07/2021 09:28:24 AM] 	- [email protected]+6cefd57713
[12/07/2021 09:28:24 AM] 	- [email protected]+92519afa13
[12/07/2021 09:28:24 AM] 	- [email protected]+a02b446313
[12/07/2021 09:28:24 AM] 	- [email protected]+a02b446313
[12/07/2021 09:28:24 AM] 	- [email protected]+be9da31013
[12/07/2021 09:28:24 AM] 	- [email protected]+6cefd57713
[12/07/2021 09:28:24 AM] 	- [email protected]+a02b446313
[12/07/2021 09:28:24 AM] 	- [email protected]+a722d8c013
[12/07/2021 09:28:24 AM] 	- [email protected]+92519afa13
[12/07/2021 09:28:24 AM] 	- [email protected]+6cefd57713
[12/07/2021 09:28:24 AM] 	- [email protected]+a02b446313
[12/07/2021 09:28:24 AM] 	- [email protected]+b7ab612113
[12/07/2021 09:28:24 AM] 	- [email protected]+a02b446313
[12/07/2021 09:28:24 AM] 	- [email protected]+36b77c3e13
[12/07/2021 09:28:24 AM] 	- [email protected]+a02b446313
[12/07/2021 09:28:24 AM] 	- [email protected]+a02b446313
[12/07/2021 09:28:24 AM] 	- [email protected]+92519afa13
[12/07/2021 09:28:24 AM] 	- [email protected]+a02b446313
[12/07/2021 09:28:24 AM] 	- [email protected]+6cefd57713
[12/07/2021 09:28:24 AM] 	- [email protected]+a02b446313
[12/07/2021 09:28:24 AM] 	- [email protected]+92519afa13
[12/07/2021 09:28:24 AM] 	- [email protected]+b7ab612113
[12/07/2021 09:28:24 AM] 	- [email protected]+a02b446313
[12/07/2021 09:28:24 AM] 	- [email protected]+a02b446313
[12/07/2021 09:28:24 AM] 	- [email protected]+e2961fee13
[12/07/2021 09:28:24 AM] 	- [email protected]+5f02c96913
[12/07/2021 09:28:24 AM] 	- [email protected]+a02b446313
[12/07/2021 09:28:24 AM] 	- [email protected]+a02b446313
[12/07/2021 09:28:24 AM] 	- [email protected]+a02b446313
[12/07/2021 09:28:24 AM] 	- [email protected]+a02b446313
[12/07/2021 09:28:24 AM] 	- [email protected]+92519afa13
[12/07/2021 09:28:24 AM] 	- [email protected]+a02b446313
[12/07/2021 09:28:24 AM] 	- [email protected]+b7ab612113
[12/07/2021 09:28:24 AM] 	- [email protected]+155f865c13
[12/07/2021 09:28:24 AM] 	- [email protected]+a02b446313
[12/07/2021 09:28:24 AM] 	- [email protected]+6cefd57713
[12/07/2021 09:28:24 AM] 	- [email protected]+a02b446313
[12/07/2021 09:28:24 AM] 	- [email protected]+a02b446313
[12/07/2021 09:28:24 AM] 	- [email protected]+b7ab612113
[12/07/2021 09:28:24 AM] 	- [email protected]
[12/07/2021 09:28:24 AM] 	- java@16
[12/07/2021 09:28:24 AM] 	- [email protected]
[12/07/2021 09:28:24 AM] 	- [email protected]
[12/07/2021 09:28:25 AM] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.2 Source=file:**USERSDIR**/libraries/net/fabricmc/sponge-mixin/0.9.4+mixin.0.8.2/sponge-mixin-0.9.4+mixin.0.8.2.jar Service=Knot/Fabric Env=CLIENT
[12/07/2021 09:28:25 AM] [main/INFO]: Compatibility level set to JAVA_16
[12/07/2021 09:28:25 AM] [main/WARN]: @Mixin target net/minecraft/class_2474$class_5124 is public in fabric-tag-extensions-v0.mixins.json:MixinObjectBuilder and should be specified in value
[12/07/2021 09:28:31 AM] [09:28:31] [Render thread/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[12/07/2021 09:28:33 AM] [09:28:33] [Render thread/INFO]: Setting user: **MINECRAFTUSERNAME**
[12/07/2021 09:28:33 AM] [09:28:33] [Render thread/INFO]: Compatibility version 8
[12/07/2021 09:28:33 AM] [09:28:33] [Render thread/WARN]: @Inject(@At("INVOKE")) Shift.BY=3 on fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin::handler$zzn000$onLoadBlockEntity exceeds the maximum allowed value: 0. Increase the value of maxShiftBy to suppress this warning.
[12/07/2021 09:28:33 AM] [09:28:33] [Render thread/INFO]: [Indigo] Registering Indigo renderer!
[12/07/2021 09:28:34 AM] [09:28:34] [Render thread/INFO]: Backend library: LWJGL version 3.2.1 build 12
[12/07/2021 09:28:35 AM] [09:28:35] [Render thread/INFO]: Reloading ResourceManager: Default, Fabric Mods (Fabric Networking Block Entity (v0), Fabric Screen Handler API (v1), Fabric Renderer API (v1), Fabric Key Bindings (v0), Simple Voice Chat, Fabric Command API (v1), Fabric Loader, Fabric Screen API (v1), Fabric Tool Attribute API (v1), Fabric Renderer - Indigo, Fabric Structure API (v1), Fabric Containers (v0), Fabric Dimensions API (v1), Fabric Object Builder API (v1), Fabric Crash Report Info (v1), Fabric Events Interaction (v0), Fabric Item API (v1), Fabric Game Rule API (v1), Fabric Entity Events (v1), Fabric API Base, Fabric Rendering (v0), Fabric Key Binding API (v1), Fabric Rendering (v1), Fabric Rendering Data Attachment (v1), Fabric Resource Loader (v0), Fabric Textures (v0), Fabric Content Registries (v0), Fabric Tag Extensions (v0), Fabric Biome API (v1), Fabric Rendering Fluids (v1), Fabric Commands (v0), Fabric Registry Sync (v0), Fabric BlockRenderLayer Registration (v1), Fabric Lifecycle Events (v1), Fabric Mining Levels (v0), Fabric Renderer Registries (v1), Fabric Networking API (v1), Fabric Events Lifecycle (v0), Fabric Loot Tables (v1), Fabric API, Fabric Item Groups (v0), Fabric Models (v0), Fabric Particles (v1), Fabric Object Builders (v0), Fabric Networking (v0), Fabric API Lookup API (v1)), VanillaTweaks_r578609.zip
[12/07/2021 09:28:37 AM] [09:28:37] [Render thread/FATAL]: Unreported exception thrown!
[12/07/2021 09:28:37 AM] java.lang.LinkageError: loader constraint violation: when resolving method 'void ca.weblite.objc.NSObject.<init>(com.sun.jna.Pointer)' the class loader net.fabricmc.loader.launch.knot.KnotClassLoader @550a1967 of the current class, net/minecraft/class_6417, and the class loader 'app' for the method's defining class, ca/weblite/objc/NSObject, have different Class objects for the type com/sun/jna/Pointer used in the signature (net.minecraft.class_6417 is in unnamed module of loader net.fabricmc.loader.launch.knot.KnotClassLoader @550a1967, parent loader net.fabricmc.loader.launch.knot.KnotClassLoader$DynamicURLClassLoader @57abad67; ca.weblite.objc.NSObject is in unnamed module of loader 'app')
[12/07/2021 09:28:37 AM] 	at net.minecraft.class_6417.method_37463(class_6417.java:21) ~[intermediary-client-1.17.1.jar:?]
[12/07/2021 09:28:37 AM] 	at net.minecraft.class_6417.method_37461(class_6417.java:15) ~[intermediary-client-1.17.1.jar:?]
[12/07/2021 09:28:37 AM] 	at net.minecraft.class_1041.method_4479(class_1041.java:349) ~[intermediary-client-1.17.1.jar:?]
[12/07/2021 09:28:37 AM] 	at net.minecraft.class_1041.method_4485(class_1041.java:387) ~[intermediary-client-1.17.1.jar:?]
[12/07/2021 09:28:37 AM] 	at net.minecraft.class_1041.method_15998(class_1041.java:313) ~[intermediary-client-1.17.1.jar:?]
[12/07/2021 09:28:37 AM] 	at net.minecraft.class_310.method_1523(class_310.java:1137) ~[intermediary-client-1.17.1.jar:?]
[12/07/2021 09:28:37 AM] 	at net.minecraft.class_310.method_1514(class_310.java:728) [intermediary-client-1.17.1.jar:?]
[12/07/2021 09:28:37 AM] 	at net.minecraft.client.main.Main.main(Main.java:217) [intermediary-client-1.17.1.jar:?]
[12/07/2021 09:28:37 AM] 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
[12/07/2021 09:28:37 AM] 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) ~[?:?]
[12/07/2021 09:28:37 AM] 	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
[12/07/2021 09:28:37 AM] 	at java.lang.reflect.Method.invoke(Method.java:567) ~[?:?]
[12/07/2021 09:28:37 AM] 	at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:234) [fabric-loader-0.11.6.jar:?]
[12/07/2021 09:28:37 AM] 	at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:153) [fabric-loader-0.11.6.jar:?]
[12/07/2021 09:28:37 AM] 	at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28) [fabric-loader-0.11.6.jar:?]
[12/07/2021 09:28:38 AM] ---- Minecraft Crash Report ----
[12/07/2021 09:28:38 AM] // This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
[12/07/2021 09:28:38 AM] 
[12/07/2021 09:28:38 AM] Time: 7/12/21, 9:28 AM
[12/07/2021 09:28:38 AM] Description: Unexpected error
[12/07/2021 09:28:38 AM] 
[12/07/2021 09:28:38 AM] java.lang.LinkageError: loader constraint violation: when resolving method 'void ca.weblite.objc.NSObject.<init>(com.sun.jna.Pointer)' the class loader net.fabricmc.loader.launch.knot.KnotClassLoader @550a1967 of the current class, net/minecraft/class_6417, and the class loader 'app' for the method's defining class, ca/weblite/objc/NSObject, have different Class objects for the type com/sun/jna/Pointer used in the signature (net.minecraft.class_6417 is in unnamed module of loader net.fabricmc.loader.launch.knot.KnotClassLoader @550a1967, parent loader net.fabricmc.loader.launch.knot.KnotClassLoader$DynamicURLClassLoader @57abad67; ca.weblite.objc.NSObject is in unnamed module of loader 'app')
[12/07/2021 09:28:38 AM] 	at net.minecraft.class_6417.method_37463(class_6417.java:21)
[12/07/2021 09:28:38 AM] 	at net.minecraft.class_6417.method_37461(class_6417.java:15)
[12/07/2021 09:28:38 AM] 	at net.minecraft.class_1041.method_4479(class_1041.java:349)
[12/07/2021 09:28:38 AM] 	at net.minecraft.class_1041.method_4485(class_1041.java:387)
[12/07/2021 09:28:38 AM] 	at net.minecraft.class_1041.method_15998(class_1041.java:313)
[12/07/2021 09:28:38 AM] 	at net.minecraft.class_310.method_1523(class_310.java:1137)
[12/07/2021 09:28:38 AM] 	at net.minecraft.class_310.method_1514(class_310.java:728)
[12/07/2021 09:28:38 AM] 	at net.minecraft.client.main.Main.main(Main.java:217)
[12/07/2021 09:28:38 AM] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[12/07/2021 09:28:38 AM] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
[12/07/2021 09:28:38 AM] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12/07/2021 09:28:38 AM] 	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
[12/07/2021 09:28:38 AM] 	at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:234)
[12/07/2021 09:28:38 AM] 	at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:153)
[12/07/2021 09:28:38 AM] 	at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28)
[12/07/2021 09:28:38 AM] 
[12/07/2021 09:28:38 AM] 
[12/07/2021 09:28:38 AM] A detailed walkthrough of the error, its code path and all known details is as follows:
[12/07/2021 09:28:38 AM] ---------------------------------------------------------------------------------------
[12/07/2021 09:28:38 AM] 
[12/07/2021 09:28:38 AM] -- Head --
[12/07/2021 09:28:38 AM] Thread: Render thread
[12/07/2021 09:28:38 AM] Stacktrace:
[12/07/2021 09:28:38 AM] 	at net.minecraft.class_6417.method_37463(class_6417.java:21)
[12/07/2021 09:28:38 AM] 	at net.minecraft.class_6417.method_37461(class_6417.java:15)
[12/07/2021 09:28:38 AM] 	at net.minecraft.class_1041.method_4479(class_1041.java:349)
[12/07/2021 09:28:38 AM] 	at net.minecraft.class_1041.method_4485(class_1041.java:387)
[12/07/2021 09:28:38 AM] 
[12/07/2021 09:28:38 AM] -- Last reload --
[12/07/2021 09:28:38 AM] Details:
[12/07/2021 09:28:38 AM] 	Reload number: 1
[12/07/2021 09:28:38 AM] 	Reload reason: initial
[12/07/2021 09:28:38 AM] 	Finished: No
[12/07/2021 09:28:38 AM] 	Packs: Default, Fabric Mods, VanillaTweaks_r578609.zip
[12/07/2021 09:28:38 AM] Stacktrace:
[12/07/2021 09:28:38 AM] 	at net.minecraft.class_6360.method_36565(class_6360.java:49)
[12/07/2021 09:28:38 AM] 	at net.minecraft.class_310.method_1587(class_310.java:2406)
[12/07/2021 09:28:38 AM] 	at net.minecraft.class_310.method_1514(class_310.java:752)
[12/07/2021 09:28:38 AM] 	at net.minecraft.client.main.Main.main(Main.java:217)
[12/07/2021 09:28:38 AM] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[12/07/2021 09:28:38 AM] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
[12/07/2021 09:28:38 AM] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[12/07/2021 09:28:38 AM] 	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
[12/07/2021 09:28:38 AM] 	at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:234)
[12/07/2021 09:28:38 AM] 	at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:153)
[12/07/2021 09:28:38 AM] 	at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28)
[12/07/2021 09:28:38 AM] 
[12/07/2021 09:28:38 AM] -- System Details --
[12/07/2021 09:28:38 AM] Details:
[12/07/2021 09:28:38 AM] 	Minecraft Version: 1.17.1
[12/07/2021 09:28:38 AM] 	Minecraft Version ID: 1.17.1
[12/07/2021 09:28:38 AM] 	Operating System: Mac OS X (x86_64) version 11.4
[12/07/2021 09:28:38 AM] 	Java Version: 16.0.1, Microsoft
[12/07/2021 09:28:38 AM] 	Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
[12/07/2021 09:28:38 AM] 	Memory: 1658453936 bytes (1581 MiB) / 3355443200 bytes (3200 MiB) up to 8589934592 bytes (8192 MiB)
[12/07/2021 09:28:38 AM] 	CPUs: 8
[12/07/2021 09:28:38 AM] 	Processor Vendor: GenuineIntel
[12/07/2021 09:28:38 AM] 	Processor Name: Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz
[12/07/2021 09:28:38 AM] 	Identifier: Intel64 Family 6 Model 94 Stepping 3
[12/07/2021 09:28:38 AM] 	Microarchitecture: Skylake (Client)
[12/07/2021 09:28:38 AM] 	Frequency (GHz): 2.60
[12/07/2021 09:28:38 AM] 	Number of physical packages: 1
[12/07/2021 09:28:38 AM] 	Number of physical CPUs: 4
[12/07/2021 09:28:38 AM] 	Number of logical CPUs: 8
[12/07/2021 09:28:38 AM] 	Graphics card #0 name: Intel HD Graphics 530
[12/07/2021 09:28:38 AM] 	Graphics card #0 vendor: Intel
[12/07/2021 09:28:38 AM] 	Graphics card #0 VRAM (MB): 1536.00
[12/07/2021 09:28:38 AM] 	Graphics card #0 deviceId: 0x191b
[12/07/2021 09:28:38 AM] 	Graphics card #0 versionInfo: Revision ID: 0x0006, gMux Version: 4.0.29 [3.2.8]
[12/07/2021 09:28:38 AM] 	Graphics card #1 name: AMD Radeon Pro 450
[12/07/2021 09:28:38 AM] 	Graphics card #1 vendor: AMD (0x1002)
[12/07/2021 09:28:38 AM] 	Graphics card #1 VRAM (MB): 2048.00
[12/07/2021 09:28:38 AM] 	Graphics card #1 deviceId: 0x67ef
[12/07/2021 09:28:38 AM] 	Graphics card #1 versionInfo: Revision ID: 0x00ef, ROM Revision: 113-C980AF-908, VBIOS Version: 113-C9801AL-028, EFI Driver Version: 01.A0.908, gMux Version: 4.0.29 [3.2.8]
[12/07/2021 09:28:38 AM] 	Memory slot #0 capacity (MB): 8192.00
[12/07/2021 09:28:38 AM] 	Memory slot #0 clockSpeed (GHz): 2.13
[12/07/2021 09:28:38 AM] 	Memory slot #0 type: LPDDR3
[12/07/2021 09:28:38 AM] 	Memory slot #1 capacity (MB): 8192.00
[12/07/2021 09:28:38 AM] 	Memory slot #1 clockSpeed (GHz): 2.13
[12/07/2021 09:28:38 AM] 	Memory slot #1 type: LPDDR3
[12/07/2021 09:28:38 AM] 	Virtual memory max (MB): 16384.00
[12/07/2021 09:28:38 AM] 	Virtual memory used (MB): 8547.12
[12/07/2021 09:28:38 AM] 	Swap memory total (MB): 0.00
[12/07/2021 09:28:38 AM] 	Swap memory used (MB): 0.00
[12/07/2021 09:28:38 AM] 	JVM Flags: 11 total; -XX:-OmitStackTraceInFastThrow -Xms512M -Xmx8192M -XX:MetaspaceSize=256M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -Xss1M
[12/07/2021 09:28:38 AM] 	Fabric Mods: 
[12/07/2021 09:28:38 AM] 		fabric: Fabric API 0.36.1+1.17
[12/07/2021 09:28:38 AM] 		fabric-api-base: Fabric API Base 0.3.0+a02b446313
[12/07/2021 09:28:38 AM] 		fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.2.0+2b5c62d013
[12/07/2021 09:28:38 AM] 		fabric-biome-api-v1: Fabric Biome API (v1) 3.1.11+c345aea813
[12/07/2021 09:28:38 AM] 		fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.5+a02b446313
[12/07/2021 09:28:38 AM] 		fabric-command-api-v1: Fabric Command API (v1) 1.1.2+6cefd57713
[12/07/2021 09:28:38 AM] 		fabric-commands-v0: Fabric Commands (v0) 0.2.2+92519afa13
[12/07/2021 09:28:38 AM] 		fabric-containers-v0: Fabric Containers (v0) 0.1.12+a02b446313
[12/07/2021 09:28:38 AM] 		fabric-content-registries-v0: Fabric Content Registries (v0) 0.2.2+a02b446313
[12/07/2021 09:28:38 AM] 		fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.5+be9da31013
[12/07/2021 09:28:38 AM] 		fabric-dimensions-v1: Fabric Dimensions API (v1) 2.0.11+6cefd57713
[12/07/2021 09:28:38 AM] 		fabric-entity-events-v1: Fabric Entity Events (v1) 1.1.0+a02b446313
[12/07/2021 09:28:38 AM] 		fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.9+a722d8c013
[12/07/2021 09:28:38 AM] 		fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.1+92519afa13
[12/07/2021 09:28:38 AM] 		fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.7+6cefd57713
[12/07/2021 09:28:38 AM] 		fabric-item-api-v1: Fabric Item API (v1) 1.2.4+a02b446313
[12/07/2021 09:28:38 AM] 		fabric-item-groups-v0: Fabric Item Groups (v0) 0.2.10+b7ab612113
[12/07/2021 09:28:38 AM] 		fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.4+a02b446313
[12/07/2021 09:28:38 AM] 		fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.2+36b77c3e13
[12/07/2021 09:28:38 AM] 		fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.4.4+a02b446313
[12/07/2021 09:28:38 AM] 		fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.4+a02b446313
[12/07/2021 09:28:38 AM] 		fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.3+92519afa13
[12/07/2021 09:28:38 AM] 		fabric-models-v0: Fabric Models (v0) 0.3.0+a02b446313
[12/07/2021 09:28:38 AM] 		fabric-networking-api-v1: Fabric Networking API (v1) 1.0.12+6cefd57713
[12/07/2021 09:28:38 AM] 		fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.11+a02b446313
[12/07/2021 09:28:38 AM] 		fabric-networking-v0: Fabric Networking (v0) 0.3.2+92519afa13
[12/07/2021 09:28:38 AM] 		fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.10.9+b7ab612113
[12/07/2021 09:28:38 AM] 		fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.3+a02b446313
[12/07/2021 09:28:38 AM] 		fabric-particles-v1: Fabric Particles (v1) 0.2.4+a02b446313
[12/07/2021 09:28:38 AM] 		fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.7.10+e2961fee13
[12/07/2021 09:28:38 AM] 		fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.4+5f02c96913
[12/07/2021 09:28:38 AM] 		fabric-renderer-indigo: Fabric Renderer - Indigo 0.4.8+a02b446313
[12/07/2021 09:28:38 AM] 		fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.0+a02b446313
[12/07/2021 09:28:38 AM] 		fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.5+a02b446313
[12/07/2021 09:28:38 AM] 		fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.13+a02b446313
[12/07/2021 09:28:38 AM] Oh no. Minecraft crashed. Please check the logs for any errors and provide these logs when asking for support.
[12/07/2021 09:28:38 AM] Checking for updated files!
[12/07/2021 09:28:38 AM] Checking for updates to CurseForge instances
[12/07/2021 09:28:41 AM] Copied Log to clipboard

commented

Works fine using the jar you attached earlier.

commented

That seems to have fixed it, even running with all the other mods in my modpack under fabric 0.11.6 and fabric-api 0.36.1. Interesting that the JAR is about 1.5 megabytes smaller than the previous release, v1.17.1-1.0.3.

Yeah, I removed the shaded JNA version, since it seems to be included in the latest fabric loader versions.

commented

However, I am unable to do voice chat even though the launcher is not crashing on restart. I am unable to listen to others/speak

commented

This is completely unrelated. Take a look at #24

commented

The fix is now up on CurseForge.