Vivecraft / VivecraftMod

An experimental port of Vivecraft to Forge/Fabric
Other
169 stars 40 forks source link

Doesn't support Apple Silicon (aarch64) Mac #236

Closed caoimhebyrne closed 7 months ago

caoimhebyrne commented 7 months ago

[LWJGL] Platform/architecture mismatch detected for module: org.lwjgl.openvr
    JVM platform:       macOS aarch64 17.0.9
        OpenJDK 64-Bit Server VM v17.0.9+8-LTS by Azul Systems, Inc.
    Platforms available on classpath:
        linux/x64
        macos/x64
        windows/x64
[LWJGL] Failed to load a library. Possible solutions:
    a) Add the directory that contains the shared library to -Djava.library.path or -Dorg.lwjgl.librarypath.
    b) Add the JAR that contains the shared library to the classpath.
[LWJGL] Enable debug mode with -Dorg.lwjgl.util.Debug=true for better diagnostics.
[LWJGL] Enable the SharedLibraryLoader debug mode with -Dorg.lwjgl.util.DebugLoader=true for better diagnostics.
[13:50:20] [Render thread/INFO]: [STDERR]: java.lang.UnsatisfiedLinkError: Failed to locate library: libopenvr_api.dylib```
fayer3 commented 7 months ago

expected, lwjgl openvr doesn't support arm. you might have luck with rosetta

fayer3 commented 7 months ago

also steamvr on mac is very outdated