#✅ | Watermedia crashes the game
1 messages · Page 1 of 1 (latest)
The file message.txt appears to be a partial log or snippet!
⚠️ Partial logs often don't contain enough context to diagnose problems. Please share your complete log file located at <MC instance directory>/logs/latest.log for better assistance!
6 error(s), 7 warning(s), 6 exception(s)
I’m gonna check the log and see if this matches any known FancyMenu/Watermedia issues first 👀🛠️
The file message.txt is a Minecraft log file.
1.20.1
Fabric 0.19.2
429
23 error(s), 332 warning(s), 63 exception(s)
17
Clumps, Dynamic FPS, Entity Culling, FerriteCore, Indium, Iris Shaders, Lithium, ModernFix, Sodium
FancyMenu v3.9.0
Drippy Loading Screen v3.1.2
SpiffyHUD v3.1.2
Konkrete v1.8.1
Melody v1.0.3
I’ve got the first doc hint already , now I’m checking the log itself and looking for a matching GitHub issue 🔎📄
I found the likely culprit in the log: FancyMenu is trying to build the Watermedia player during startup, and the docs say videos do not work in loading screens 😕🎬
Yep, this looks like a Watermedia/video playback problem during startup, not a normal FancyMenu layout issue 😕🎬
From your log, the important part is:
[FANCYMENU] Failed to create Watermedia player via beta15+ engine API- then:
java.lang.IllegalStateException: No ALCapabilities instance has been set
So FancyMenu is trying to create the MP4 player, but Watermedia/OpenAL isn’t in a valid audio state yet. That lines up with the FancyMenu docs for videos: video support does not work in loading screens. For loading screens, the docs recommend using simple FMA/AFMA animations instead.
A few things to try:
-
Remove the video background temporarily
- If the game starts again, the MP4 is the trigger.
-
Don’t use the video on any loading screen
- If it’s assigned to a loading screen or something shown before the game is fully ready, that’s unsupported.
- Docs: Videos (MP4)
-
Make sure Watermedia API + Watermedia Binaries are both installed and match each other
- If one of them is outdated, video playback can break.
-
If you can’t get into the game, disable the MP4 manually
- Rename or move
config/fancymenu/assets/glek.mp4 - Or temporarily move the whole
config/fancymenufolder out of the way
- Rename or move
There are also similar existing reports already:
So my current guess is: your video background is hitting a known Watermedia/FancyMenu startup limitation or bug.
If you want, send me:
- whether the video is set as a main menu background, intro video, or loading screen video
- and your Watermedia version
and I can help you narrow down the safest setup 🙂
✅ | Watermedia crashes the game