Search found 17 matches
- Sun Mar 13, 2022 8:18 pm
- Forum: General MakeMKV discussion
- Topic: Beta...
- Replies: 9
- Views: 6778
Re: Beta...
As far as I know the program will no longer be free when the full version is released. In general there are 3 phases when it's about releasing a software: a alpha phase a beta phase a final phase In the alpha phase no versions are published to the outside world. This is the time when the developer(s...
- Fri Mar 11, 2022 6:25 pm
- Forum: General MakeMKV discussion
- Topic: New version of MakeMKV extremely slow read rate
- Replies: 18
- Views: 28845
Re: New version of MakeMKV extremely slow read rate
I also noticed that the new version reads at 0.6 x. Not all discs but some. But I am not quite sure in which version it started. I haven't used 1.16.7, yet. So it must be 1.16.6 or earlier.
- Sun Feb 13, 2022 12:36 pm
- Forum: General MakeMKV discussion
- Topic: output directory / folder
- Replies: 4
- Views: 4624
Re: output directory / folder
A few versions ago makemkv used the windows native "save file"-window. This window worked just fine. But now it's using a window from a GUI package which is full of bugs. I can't use this window at all, no matter in with level/subdirectory I am because it doesn't even show my drives, so I ...
- Fri Mar 05, 2021 5:50 pm
- Forum: General MakeMKV discussion
- Topic: 1.16.1 installation problem
- Replies: 4
- Views: 6678
Re: 1.16.1 installation problem
The screenshot you posted says it all. Windows doesn't know the program and then it went in full alert mode to scare you. The message is ridiculous.
- Wed Mar 03, 2021 4:01 pm
- Forum: General MakeMKV discussion
- Topic: Longevity of Recordable CDs, DVDs and Blu-rays (revised 2019)
- Replies: 4
- Views: 6035
Re: Longevity of Recordable CDs, DVDs and Blu-rays (revised 2019)
On old disks I have often found a thin film of some substance. Maybe it's the plasticizer of the package. But at an age of about 10 years they get harder to read.
- Tue Mar 02, 2021 9:02 pm
- Forum: General MakeMKV discussion
- Topic: [solved] version 1.16.0 not working in Windows XP
- Replies: 15
- Views: 17589
Re: version 1.16.0 in Windows XP
And here is the modified makemkv.exe for the version 1.16.0.
I only tested whether the program starts (which it does). I had no time to do ripping.
I only tested whether the program starts (which it does). I had no time to do ripping.
- Tue Mar 02, 2021 8:38 pm
- Forum: General MakeMKV discussion
- Topic: [solved] version 1.16.0 not working in Windows XP
- Replies: 15
- Views: 17589
Re: version 1.16.0 in Windows XP
Hurray, I got it running. A single bit was the cause. Setting the bit to 0 solves the problem. I just checked the function call and what makemkv.exe is feeding as input parameter values: call kernel32.dll/CreateNamedPipeW( Name = address_of_2_byte_per_character_string("\\.\pipe\LOCAL\makemkv-00...
- Sun Feb 28, 2021 8:34 pm
- Forum: General MakeMKV discussion
- Topic: [solved] version 1.16.0 not working in Windows XP
- Replies: 15
- Views: 17589
Re: version 1.16.0 in Windows XP
If I remember correctly there are 4 different error messages you can get at this stage of the loading process. They all seem to be triggered by a failed pipe connection in one way or another. I tried to get version 1.16.0 running by either using makemkv.exe or makemkvcon.exe from the 1.15.4 package....
- Sun Feb 28, 2021 12:33 pm
- Forum: General MakeMKV discussion
- Topic: [solved] version 1.16.0 not working in Windows XP
- Replies: 15
- Views: 17589
Re: version 1.16.0 in Windows XP
Thank you for this information. This saves me a lot of work because I thought it was a Windows XP specific problem.
- Sun Feb 28, 2021 11:35 am
- Forum: General MakeMKV discussion
- Topic: [solved] version 1.16.0 not working in Windows XP
- Replies: 15
- Views: 17589
Re: version 1.16.0 in Windows XP
My analysis so far is, that makemkv.exe calls kernel32.dll/CreateNamedPipeW to open a connection with writing access to a pipe which is supposed to be connected with makemkvcon.exe. But the function fails with ERROR_INVALID_PARAMETER. Then makemkv.exe shows the error message and terminates itself af...
- Sun Feb 28, 2021 9:39 am
- Forum: General MakeMKV discussion
- Topic: [solved] version 1.16.0 not working in Windows XP
- Replies: 15
- Views: 17589
[solved] version 1.16.0 not working in Windows XP
Hello and welcome to the scene, as you probably noticed there is a new version out (1.16.0). This version has the same problem like the previous version (1.15.4), that it cannot be used in Windows XP anymore. The last known version which works out of the box in Windows XP is 1.15.3. We got the previ...
- Fri Feb 05, 2021 8:22 pm
- Forum: General MakeMKV discussion
- Topic: How many drives on a single USB port?
- Replies: 4
- Views: 7232
Re: How many drives on a single USB port?
If you use a magnetic hard drive then don't forget that the read/write head will start to move around reducing the writing speed dramatically. When I copy a big file from A to B then my hard drive is so bussy that it isn't even fast enough anymore to store the data comming from 1 DVD drive (about 12...
- Thu Feb 04, 2021 9:35 pm
- Forum: General MakeMKV discussion
- Topic: Missing "bcrypt.dll" on Windows XP.
- Replies: 15
- Views: 27538
Re: Missing "bcrypt.dll" on Windows XP.
If you wanted to similarly edit "libffm.dll" to zero out "bcrypt.dll", the import directory entry .... But unfortunately, there are entries for 2 more DLLs after it: "kernel32.dll" and "msvcrt.dll". If you were to remove the entry for bcrypt, you'd have to mo...
- Thu Feb 04, 2021 8:36 pm
- Forum: General MakeMKV discussion
- Topic: Missing "bcrypt.dll" on Windows XP.
- Replies: 15
- Views: 27538
Re: Missing "bcrypt.dll" on Windows XP.
Wow, nowadays there are not much people who have such a deep knowledge about the PE32 file format like you have. I am really impressed. Yes, it's a quick and dirty hack. And your solution is much cleaner than mine. But many in here are pure consumers. They want an executable that works somehow. Not ...
- Sat Jan 23, 2021 8:35 pm
- Forum: General MakeMKV discussion
- Topic: Missing "bcrypt.dll" on Windows XP.
- Replies: 15
- Views: 27538
Re: Missing "bcrypt.dll" on Windows XP.
If this is true, we can simply throw out the import descriptor (attachment below). If this is not true, the application will crash somewhen.
But actually the developers should fix this instead of us providing hacks.