libmmbd.dll crash with Handbrake

Discussion of advanced MakeMKV functionality, expert mode, conversion profiles
Post Reply
deathangelkiller
Posts: 21
Joined: Tue Oct 27, 2020 1:26 am

libmmbd.dll crash with Handbrake

Post by deathangelkiller »

When I go to create a custom rip with Handbrake using the libmmdb.dll feature I get this crash:

Code: Select all

Faulting application name: HandBrake.exe, version: 1.6.1.0, time stamp: 0x63558578
Faulting module name: libmmbd.dll, version: 1.6.0.0, time stamp: 0x60e60963
Exception code: 0xc0000005
Fault offset: 0x0000000000004e05
Faulting process id: 0x4a010
Faulting application start time: 0x01d931b703d690cf
Faulting application path: C:\Program Files\HandBrake\HandBrake.exe
Faulting module path: C:\WINDOWS\SYSTEM32\libmmbd.dll
Report Id: 8351c791-33e9-4761-9ae1-4858322e747d
Faulting package full name: 
Faulting package-relative application ID: 
This is on Windows 10 & registered MakeMKV 1.17.2. I am not sure why the crash occurs. I also think I sometimes get this issue with VLC as well. Despite these applications crashing I can play the movie directly with MPC-HC so the decryption is working fine.

I am using handbrake because the disk I am trying to rip has 3 small scratches preventing MakeMKV from ripping properly.

Let me know if I am doing something wrong.
charettepa
Posts: 9
Joined: Wed Feb 22, 2023 6:16 pm

Re: libmmbd.dll crash with Handbrake

Post by charettepa »

I had the exact same problem
It's getting hung up on smaller meaningless titles
in handbrake change the minimum title length from 10seconds to 600seconds (10min)
it will sail right through it and work again
deathangelkiller
Posts: 21
Joined: Tue Oct 27, 2020 1:26 am

Re: libmmbd.dll crash with Handbrake

Post by deathangelkiller »

charettepa wrote:
Fri Feb 24, 2023 6:49 pm
I had the exact same problem
It's getting hung up on smaller meaningless titles
in handbrake change the minimum title length from 10seconds to 600seconds (10min)
it will sail right through it and work again
I don't see this option. It also only happens when I start the encode.

Edit:

Fixed it by manually linking makemkv libmmbd to the handbrake folder. I guess MakeMKV system integrations isn't working correctly or something.

Code: Select all

cd "\Program Files\Handbrake"
mklink libaacs.dll "C:\Program Files (x86)\MakeMKV\libmmbd64.dll"
mklink libbdplus.dll "C:\Program Files (x86)\MakeMKV\libmmbd64.dll"
charettepa
Posts: 9
Joined: Wed Feb 22, 2023 6:16 pm

Re: libmmbd.dll crash with Handbrake

Post by charettepa »

It was working for me
but decided to add the sym links like you to avoid future issues
since doing this, its no longer working for me
even after removing the sym links

is there something i need to do in handbrake to tell it to us those files
Post Reply