-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Incompatibility on MacOS Arm64/x64 by JNI/VLC #29
Comments
tested with 1.3.43 same thing |
working on 1.20.1 with same version |
i receive A LOT of reports about it, someone suggest to use a optimized JVM for Apple Silicon. |
@TheBastosBob can you open a command-line and type |
Hi! I'm also experiencing this problem, on an M2 mac. When I try to launch the game, it errors with "WaterMedia failed to load correctly." I am using temurin17.0.9 with x86_64 architechture. I am not using aarch/arm architecture because minecraft won't load with it. I am on Minecraft version 1.19.2 and I have tried WaterMedia 1.3.42 and 2.0.10. I hope this helps! |
@GhostIsBeHere can you join to my discord and send me a DM? i need your help to fix + enhance |
or @TheBastosBob |
the link not working |
I daily drive GraalVM |
@TheBastosBob and @GhostIsBeHere can you test with the new VLC versión (3.0.20)??? |
When I try to load, Watermedia claims that I do not have VLC installed on my system. I do have VLC installed on my system. Could it be perhaps getting confused because VLC is installed using homebrew? |
@GhostIsBeHere your issue was you install the wrong VLC version... again |
@GhostIsBeHere be careful you are using a x86_64 version of Java, maybe use arm version to have a lot of performance boost |
As I stated before, minecraft won't launch on my computer with temurin17 arm builds. |
Ah, thank you! I'll test this when I get back to my computer. |
@GhostIsBeHere for curiosity why temurin ? |
@GhostIsBeHere exists a universal binaries version, try using it |
Most places i've seen recommend temurin/adoptium, both minecraft and non-minecraft java. I've been meaning to look into other providers, but haven't gotten around to it. |
Still crashing vlc 3.0.20 |
/Users/********/Library/Application Support/PrismLauncher/instances/1.19.2(6)/.minecraft/hs_err_pid15934.log |
https://mclo.gs/7Kc7Tuj |
I think JNA refuses to load (when you have ARM binaries) because it checks what arch is the JVM instead of what arch is the OS. i am pretty sure problem was the weird conversion between ARM to x86_64 to ARM. @GhostIsBeHere @TheBastosBob i cannot fix this |
STATUS OF THE ISSUEIssue was originated on macOS (Intel or M1 or M2), jni crashes on POSSIBLE CAUSES/FIXES
WORKARROUND FOR MAC USERSDisable all usage of VLC on mod config, waterframes includes a client-side config option to disable VLC at all located in JAVA 8 concerningWATERMeDIA on MacOS was officially unsupported using JAVA 8 or Minecraft below 1.16.5, main reason was Microsoft or LWJGL wasn't interested on fix it officially on Minecraft, so i can't fix nothing. |
i close this issue because
if someone with the same problem and is a developer want to become into a contributor, please go to my Discord to make proper testing and (if is wanted) add you as an MacOS tester |
aparently someone fixes it using VLC 3.0.18. so... here is |
Hello, i have a problem on my mac arm.
I installed the latest version of VLC (3.0.19).
When i place a water frame (waterframe mod) that use your api, i crash
I'm using watermedia 1.3.35
A solution ?
The text was updated successfully, but these errors were encountered: