Search found 64 matches

by MakOwner
Tue Apr 04, 2023 4:42 pm
Forum: MakeMKV for Linux
Topic: Errors
Replies: 3
Views: 4008

Errors

Desktop Linux Mint 21.1 MATE installing 1.17.3.

running configure on the OSS package throws a lot of errors -- some samples follow.
Is this just normal, or should I be concerned?


gcc -c -g -O2 -D_linux_ -D_GNU_SOURCE -D_REENTRANT -otmp/libffabi/src/ffabi.c.o -I./libabi/inc -I./libffabi/inc \
-DHAVE_BUILDINFO_H -Itmp -I/usr/include/x86_64-linux-gnu -fPIC libffabi/src/ffabi.c
libffabi/src/ffabi.c: In function ‘ffm_audio_decode_put_data’:
libffabi/src/ffabi.c:334:9: warning: ‘av_init_packet’ is deprecated [-Wdeprecated-declarations]
334 | av_init_packet(&avpkt);
| ^~~~~~~~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/libavcodec/bsf.h:30,
from /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:44,
from libffabi/src/ffabi.c:22:
/usr/include/x86_64-linux-gnu/libavcodec/packet.h:488:6: note: declared here
488 | void av_init_packet(AVPacket *pkt);
| ^~~~~~~~~~~~~~
libffabi/src/ffabi.c: In function ‘ffm_audio_encode_init’:
libffabi/src/ffabi.c:427:5: warning: ‘av_init_packet’ is deprecated [-Wdeprecated-declarations]
427 | av_init_packet(&ctx->pck);
| ^~~~~~~~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/libavcodec/bsf.h:30,
from /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:44,
from libffabi/src/ffabi.c:22:
/usr/include/x86_64-linux-gnu/libavcodec/packet.h:488:6: note: declared here
488 | void av_init_packet(AVPacket *pkt);
| ^~~~~~~~~~~~~~


and later, this:

makemkvgui/src/mainwnd.cpp:38:5: warning: ‘constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; QFlags<T>::Zero = int QFlags<Qt::WindowType>::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
38 | 0;
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:1299,
from makemkvgui/src/qtgui.h:18,
from makemkvgui/src/mainwnd.cpp:15:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qflags.h:123:80: note: declared here
123 | QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
| ^~~~~~


And

gcc -g -O2 -D_linux_ -I./mmgpl -I./mmgpl/dvdnav -I./mmgpl/dvdread -I./makemkvgui/inc -I./libmakemkv/inc \
-I./libdriveio/inc -I./libabi/inc -DLOG_DEBUG=1 -DTRACE=1 -DDVDNAV_NO_CACHE=1 -DDVDNAV_NO_LOCKING=1 -DDVDNAV_NO_TXTDT=1 -DDVDNAV_NO_ERRSTR=1 -D_GNU_SOURCE -Dstl=std -oout/mmgplsrv.full mmgpl/mmgpl.cpp mmgpl/dvdnavsrv.cpp mmgpl/dvdread.cpp mmgpl/navapi.cpp makemkvgui/src/clt_pipe.cpp mmgpl/dvdread/bitreader.c mmgpl/dvdread/ifo_read.c mmgpl/dvdread/logger.c mmgpl/dvdread/nav_read.c mmgpl/dvdnav/dvdnav.c mmgpl/dvdnav/highlight.c mmgpl/dvdnav/logger.c mmgpl/dvdnav/navigation.c mmgpl/dvdnav/settings.c mmgpl/dvdnav/vm/decoder.c mmgpl/dvdnav/vm/getset.c mmgpl/dvdnav/vm/play.c mmgpl/dvdnav/vm/rand.cpp mmgpl/dvdnav/vm/vm.c mmgpl/dvdnav/vm/vmcmd.c mmgpl/dvdnav/vm/vmget.c makemkvgui/src/api_posix.cpp makemkvgui/src/api_linux.cpp -lc -lstdc++ \
-ffunction-sections -Wl,--gc-sections -Wl,-z,defs
mmgpl/dvdread/ifo_read.c: In function ‘ifoRead_PGCIT_internal’:
mmgpl/dvdread/ifo_read.c:1943:21: warning: taking address of packed member of ‘struct <anonymous>’ may result in an unaligned pointer value [-Waddress-of-packed-member]
1943 | ifoFree_PGC(&pgcit->pgci_srp[j].pgc);
| ^~~~~~~~~~~~~~~~~~~~~~~
mmgpl/dvdread/ifo_read.c: In function ‘ifoFree_PGCIT_internal’:
mmgpl/dvdread/ifo_read.c:1969:19: warning: taking address of packed member of ‘struct <anonymous>’ may result in an unaligned pointer value [-Waddress-of-packed-member]
1969 | ifoFree_PGC(&(*pgcit)->pgci_srp.pgc);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
mmgpl/dvdread/ifo_read.c: In function ‘ifoRead_PGCI_UT’:
mmgpl/dvdread/ifo_read.c:2101:32: warning: taking address of packed member of ‘struct <anonymous>’ may result in an unaligned pointer value [-Waddress-of-packed-member]
2101 | ifoFree_PGCIT_internal(&pgci_ut->lu[j].pgcit);
| ^~~~~~~~~~~~~~~~~~~~~
mmgpl/dvdread/ifo_read.c:2114:32: warning: taking address of packed member of ‘struct <anonymous>’ may result in an unaligned pointer value [-Waddress-of-packed-member]
2114 | ifoFree_PGCIT_internal(&pgci_ut->lu[j].pgcit);
| ^~~~~~~~~~~~~~~~~~~~~
mmgpl/dvdread/ifo_read.c: In function ‘ifoFree_PGCI_UT’:
mmgpl/dvdread/ifo_read.c:2137:30: warning: taking address of packed member of ‘struct <anonymous>’ may result in an unaligned pointer value [-Waddress-of-packed-member]
2137 | ifoFree_PGCIT_internal(&ifofile->pgci_ut->lu.pgcit);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
by MakOwner
Tue Apr 04, 2023 4:32 pm
Forum: MakeMKV for Linux
Topic: Does makemkv call home on each invocation?
Replies: 2
Views: 2918

Does makemkv call home on each invocation?

Or just an unfortunate choice of error code? Tried to start it up on my Mint desktop today and I got a popup with this message: "NO_ANSWER_FROM_MAKEMKVCON" If I start it from the cli, I also see it failing to open /usr/bin/makemkvcon: error while loading shared libraries: libcrypto.so.1.1 ...
by MakOwner
Sat Apr 30, 2022 2:33 pm
Forum: MakeMKV for Linux
Topic: Really dumb question about MakeMKV icons
Replies: 1
Views: 2797

Re: Really dumb question about MakeMKV icons

Replying to my own post, but while I have not _solved_ this, I do have a work around.

I mounted the drive from my previous install and copied the icon from the hicolor/128x128/app directory over to the new icons folder, and it works.

Maybe the icons from the 1.16.7 install are corrupted?

Dunno.
by MakOwner
Sat Apr 30, 2022 2:27 pm
Forum: MakeMKV for Linux
Topic: Really dumb question about MakeMKV icons
Replies: 1
Views: 2797

Really dumb question about MakeMKV icons

I run MakeMKV in Linux (Thank you _everyone_ that makes this possible!!). Edit: MakeMKV ver 1.16.7 I just updated to Mint 20.3 with a MATE desktop. MakeMKV is all installed, registered and working fine - no complaints there. But for the life of me I can't get any of the makemkv icons to work in eith...
by MakOwner
Thu Mar 30, 2017 11:53 am
Forum: DVD discs
Topic: manchester by the sea
Replies: 3
Views: 9994

Re: manchester by the sea

I have the US commercial BD+DVD package and the DVD gives these errors on opening and Title #5 fails to rip, but the movie is title #6. MakeMKV v1.10.5 linux(x64-release) started Debug logging enabled, log will be saved as /home/~/MakeMKV_log.txt Using direct disc access mode Title #1 has length of ...
by MakOwner
Sat Mar 25, 2017 11:16 pm
Forum: Blu-ray discs
Topic: Allied - - on Linux
Replies: 0
Views: 9712

Allied - - on Linux

Mint MATE desktop: 4.4.0-67-generic #88-Ubuntu SMP Wed Mar 8 16:34:45 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux 1.10.4 of MakeMKV. Rip hasn't finished yet, but I don't anticipate good things. Any fix for this? Saving 12 titles into directory /home/dale/Videos/Allied DEBUG: Code 2147483647 at "!?m...
by MakOwner
Sun Feb 05, 2017 11:12 pm
Forum: Blu-ray discs
Topic: Mechanic: Resurrection-Correct playlist?
Replies: 31
Views: 72753

Re: Mechanic: Resurrection-Correct playlist?

I have a Blu-Ray + DVD combo from The Movie Trading Company.
UPC 31398 25290 0 80

Not a single one of the 405 potential output files has a segment map that begins with 510.

Anyone have a hint as to which one may correct?
by MakOwner
Sat Dec 03, 2016 4:04 am
Forum: Blu-ray discs
Topic: Nerve -- and the selection/deselction process
Replies: 1
Views: 1344068

Nerve -- and the selection/deselction process

in the MakeMKV GUI. I just unselected everyone of the options for the movie Nerve. Any chance the MakeMKV user interface might get some basic mass selection/deselection functions? "Select All" or "Deslect All"? I saw elsewhere someone had luck with 887.mpls. I'm trying that now a...
by MakOwner
Sat Sep 17, 2016 7:08 pm
Forum: MakeMKV for Linux
Topic: makemkvcon and headless operation
Replies: 6
Views: 35259

makemkvcon and headless operation

I have been digging around and can't find any good information on building or moving makemkvcon on a headless, CLI only system for scripted only operation. I'm looking to use makemkvcon an a minimal server installation of Ubuntu LTS (currently 14 but it will eventually move to 16, whcih means a kern...
by MakOwner
Thu Aug 11, 2016 1:34 am
Forum: MakeMKV for Linux
Topic: How to extract keys for use in VLC?
Replies: 1
Views: 7730

How to extract keys for use in VLC?

Is there a way to extract the information needed to add to the KEYDB.cfg file for VLC?
by MakOwner
Sun Aug 07, 2016 8:55 pm
Forum: MakeMKV for Linux
Topic: Selecting a "Playlist" in Linux
Replies: 1
Views: 9315

Selecting a "Playlist" in Linux

I am trying to extract "Dirty Grandpa" and it is one of the LionsGate titles that presents many multiple of 31.5GB movie titles. I find reference on the board here to selecting "Playlist 573", however there is nothing in the interface that even distinguishes one track from anothe...
by MakOwner
Sun Aug 07, 2016 8:25 pm
Forum: Blu-ray discs
Topic: Dirty Grandpa - Which is the right mpls?
Replies: 22
Views: 49833

Re: Dirty Grandpa - Which is the right mpls?

SeaLight wrote:573 worked for me too for the unrated version. Thanks!
How do you determine which title is "Playlist 573"?
When opening the BD in 1.1.10, I see in debug mode 307 titles opened, but nothing in the display for title selection has any sort of name other than "Title".
by MakOwner
Sat Aug 06, 2016 1:44 pm
Forum: Blu-ray discs
Topic: "Fake playlist" protection - help needed
Replies: 118
Views: 382094

Re: "Fake playlist" protection - help needed

Update: MakeMKV v 1.10.0 has limited support for BD-Java discs. Please make sure you are making disc backup with 1.10.0 or newer, as earlier versions skip important BD-Java files during backup. The next version of MakeMKV should include support for the "fake playlist" protection, also kno...
by MakOwner
Sun May 15, 2016 2:24 pm
Forum: Blu-ray discs
Topic: Independence Day 20th Anniversary Edition
Replies: 15
Views: 28469

Re: Independence Day 20th Anniversary Edition

No fix for this yet?
I'm using 1.99 and 1.910 on linux (licensed) and I get the no FUTs found -- it rips, but the output is corrupted.
by MakOwner
Sun Apr 10, 2016 8:12 pm
Forum: DVD discs
Topic: Star Wars - II and III
Replies: 1
Views: 6623

Star Wars - II and III

I'm trying again to make copies of my Star Wars disks so I can add them to the media server. With DVDs I usually use dvdbackup on Linux because it preserves the menu and chaptering. This time around when ripping Star Wars Episode II Attack of the Clones I get a libdvd "no VTS_TMAPT" error....