-
v0.4.3 — fix install guide: missing javacpp native jar
StableSome checks failedbuild / build (push) Has been cancelledreleased this
2026-05-15 21:22:02 +09:00 | 28 commits to main since this releaseDocs-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 loadjnijavacppJNI bridge → FFmpeg natives fail to link → black panel +JavaCV decode error: UnsatisfiedLinkError ... jnijavacppinlatest.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
- Delete
video_player-0.4.2.jarfrom.minecraft/mods/and drop invideo_player-0.4.3.jar. - Add
javacpp-1.5.13-<os>-<arch>.jarfromjavacv-platform-1.5.13-bin.zipnext to your existing 4 JavaCV jars. - Update the
-Xbootclasspath/a:JVM arg in the official launcher to list the new 5th jar.
Downloads
- Delete