PDA

View Full Version : HOWTO: Install and Run DVDfab Decrypter with wine


Sabot
February 18th, 2006, 06:35 AM
The first thing you need to do is get the current version of Wine from WineHQ installed on your machine. Here is a link to a guide on how to do this. (http://ubuntuforums.org/showthread.php?t=56892&referrerid=41376)

Then you need to download DVDFab Decrypter. Here is a link to download DVDFab Decrypter (http://www.dvdidle.com/free.htm).

To install DVDFab Decrypter, place the downloaded file in your home directory. Then open the Terminal and enter:
wine DVDFabDecrypter29.exe

If you download a different version of DVDFab Decrypter, just use that name instead of what I have listed above.

After DVDFab Decrypter has been installed, do not have it run at the end of the install process. We need to install a dll and configure Wine first.

The dll you will need is mfc42.dll. This has to come from an install of Windows XP. To save you some time here is a link to download this file (http://www.opensimplesolution.com/dll.zip). Place the zip file in your home directory. Then Unzip and place it in .wine/drive_c/windows/system/.

unzip dll.zip -d ~/.wine/drive_c/windows/system/

To configure Wine, what you will need to do is open winecfg and make it use your freshly installed dll. Click the Libraries tab, enter mfc42.dll in the New Override area, and click add. Then press Apply.

winecfg

http://www.opensimplesolution.com/winecfgdll.png

Now lets set up our DVD drive so it comes right up in DVDFab Decrypter. To do this we need to choose the Drives section in winecfg and choose Advanced. Click the letter of the drive that is your DVD drive. Then set it's type to CD-ROM. Then click Apply and OK. Now lets create an icon in the Applications menu to run DVDFab Decrypter.

http://www.opensimplesolution.com/winecfgdrives.png

To create an icon in your Applications menu type in the following command and then cut and past the Desktop Entry info into this new text file and save it.
sudo gedit /usr/share/applications/dvdfabdecrypter.desktop
[Desktop Entry]
Name=DVDFab Decrypter
Exec=wine .wine/drive_c/Program\ Files/DVDFab\ Decrypter/DVDFabDecrypter.exe
Icon=gnome-dev-cdrom.png
Type=Application
Categories=Application;AudioVideo

Now you should be up and running. Just select the icon in your Sound and Video section of Applications and start backing up your DVD's.

To shrink your DVD's you will want to look as this guide on how to install DVDShrink in Wine (http://www.mrbass.org/linux/ubuntu/dvdshrink/). Make sure you don't use their copy of mfc42.dll. It does not work with DVDFab Decrypter.

***After further testing it looks like this is not the complete solution to geting DVDFab working. It runs, but it does not convert disks correctly. If anyone has more to add please do!***

professor_chaos
February 19th, 2006, 02:09 AM
Good job. Its up and running now, I hope it decrypts fine.

Thanks for posting this

Sabot
February 25th, 2006, 09:57 PM
After running this on a few disks. It looks like it will only back up disks that have no protection on them. When ever I try to back up a protected disk I get an error when I try to read the files with DVD Shrink. The error is "invalid data in video_ts.vob" It looks like we may need one more dll to make this work. I have not been able to track down the correct one.:(

tsb
March 31st, 2006, 03:01 PM
I have used this tutorial to install DVDFab Platinum w/o any issues so far.

villain_s_deeds
February 28th, 2009, 02:22 AM
It didn't work for me, though I followed your recipe. I am new here, however. I've decided to just put windows back on, but only install the few programs I still need. I'd rather reboot my machine every time I switch to a different app than be frustrated by Wine. Perhaps someday I'll be ready, but like I said I'm new here.

cwilhoit
November 16th, 2009, 09:26 PM
It seems to work fine for me so far. I did the disk to disk and saved as an ISO. I viewed the ISO with VLC. I really appreciate the info! :p