Search found 2 matches
- Fri Oct 25, 2024 11:00 am
- Forum: UHD discs
- Topic: Dump Submitted - Arcadian (2024)
- Replies: 0
- Views: 182
Dump Submitted - Arcadian (2024)
Submitted dump file MKB20_v77_ARCADIAN_UHD_4B48.tgz
- Thu Aug 11, 2022 9:23 am
- Forum: MakeMKV for Linux
- Topic: Segmentation fault on Arch Linux
- Replies: 57
- Views: 58817
Re: Segmentation fault on Arch Linux
The segfault seems to be related to append_utf8 , strlen and GetAppString calls. LibC changed the behaviour when providing a NULL string in hardware accelerated code. One patch which resolved some of the issues is: --- a/libmmbd/src/mmconn.cpp +++ b/libmmbd/src/mmconn.cpp @@ -74,9 +74,10 @@ CMMBDCon...