Java Problem on one Bluray Disk

Please post here for issues related to Blu-ray discs
Post Reply
Message
Author
Janus
Posts: 2
Joined: Sun Feb 20, 2022 4:01 pm

Java Problem on one Bluray Disk

#1 Post by Janus » Sun Feb 20, 2022 4:19 pm

Hey dear Developers,

I got a problem with one Bluray disk which I cannot fix.

Reading the menu stops always with "Fatal error occured, program will exit now" while reading a file called /BDMV/JAR/04518/menu_p1.1.prop

I'm on Linux and tried a recent Ubuntu and a recent Debian. I switched to a few available Java Versions (Openjdk 9,10,11 and Sun/Oracle Java 7,8). All stop with the same error. The Bluray is new and every Bluray before worked quite well.

Contents of the file mentioned above:

Code: Select all

########################### SPECIAL FEATURES ###############################

inmovie_on.image=radio_IME_on_png,radio_IME_on_f_png,radio_IME_on_on_png,radio_IME_on_f_on_png

############################################################################

imePodMenu.name=IMEPodMenu
imePodMenu.zIndex=-1
imePodMenu.position=70,75
imePodMenu.size=126,63
imePodMenu.image=PIP_POD_pod_png
imePodMenu.children=imePodLeftArrow,imePodRightArrow

imePodLeftArrow.name=imePodLeftArrow
imePodLeftArrow.type=Button
imePodLeftArrow.position=0,27
imePodLeftArrow.image=,PIP_POD_lfArrow_png,PIP_POD_lfArrow_a_png

imePodRightArrow.name=imePodRightArrow
imePodRightArrow.type=Button
imePodRightArrow.position=91,27
imePodRightArrow.image=,PIP_POD_rtArrow_png,PIP_POD_rtArrow_a_png
Is there a possibility to skip this file, or to avoid the java error?

Thanks for your kind answer!

dcoke22
Posts: 3066
Joined: Wed Jul 22, 2020 11:25 pm

Re: Java Problem on one Bluray Disk

#2 Post by dcoke22 » Tue Feb 22, 2022 3:24 pm

viewtopic.php?f=3&t=17268&start=15

Some folks have had luck setting the custom java executable to /bin/true as outlined in the thread above.

Janus
Posts: 2
Joined: Sun Feb 20, 2022 4:01 pm

Re: Java Problem on one Bluray Disk

#3 Post by Janus » Fri Feb 25, 2022 11:40 am

Setting the Java Executable to "/bin/true" did the trick.

So all what is left, is asking for an option "Ignore all Java Errors". As I understand it's only a problem that java gives back a none zero Return Value, but the Java Menu isn't needed to access the files. Now I know how to fix it, but others should have these without knowledge of this forum ;)

Thanks for the help!

Post Reply