• v0.4.3 0d1f802555

    v0.4.3 — fix install guide: missing javacpp native jar
    Some checks failed
    build / build (push) Has been cancelled
    Stable

    claude-bot released this 2026-05-15 21:22:02 +09:00 | 28 commits to main since this release

    Docs-only patch. v0.4.2 mod code is unchanged.

    What changed

    Install guide previously listed 4 JavaCV jars; the 5th (the platform-specific javacpp-<os>-<arch>.jar) was silently missing. Without it, JavaCPP Loader cannot load jnijavacpp JNI bridge → FFmpeg natives fail to link → black panel + JavaCV decode error: UnsatisfiedLinkError ... jnijavacpp in latest.log.

    Now required: 5 jars (javacv.jar, javacpp.jar, javacpp-<os>-<arch>.jar, ffmpeg.jar, ffmpeg-<os>-<arch>.jar). README updated with new -Xbootclasspath/a: examples on Windows / macOS / Linux and a diagnostic note.

    Upgrading from 0.4.2

    1. Delete video_player-0.4.2.jar from .minecraft/mods/ and drop in video_player-0.4.3.jar.
    2. Add javacpp-1.5.13-<os>-<arch>.jar from javacv-platform-1.5.13-bin.zip next to your existing 4 JavaCV jars.
    3. Update the -Xbootclasspath/a: JVM arg in the official launcher to list the new 5th jar.
    Downloads