Application Details:
Version: | 9.x (Qt5) |
License: | Shareware |
URL: | http://www.dvdfab.cn/products.... |
Votes: | 0 |
Latest Rating: | Garbage |
Latest Wine Version Tested: | 2.0-rc3-staging |
Maintainers: About Maintainership
What works
Installation with no single problem with completely standard settings of wine.
Must choose Windows 7 emulation to have it working after installation (winecfg settings). Otherwise the application crashes at startup.
Recognition of the licence key (even purchased for previous versions) automatic, you only have to enter your username and pasword for the DVDFAB site.
What does not
First launch of the application may crash. You will have to restart your session. There is no impact.
It can happend that DVDFab crashes when changing the DVD on (mounting and unmounting).
As far as ripping, and HD decrypting is concerned, nothing doesn't work
The problem with the licence has been solved by using an internet connection to the DVDFAB servers. This solves the issue with DVDFab not accepting a purchased license key with past versions.
Workarounds
What was not tested
Bluray ripping
Hardware tested
Graphics:
Additional Comments
Recognition of the licence key (even purchased for previous versions) is automatic, you only have to enter your username and password for the DVDFAB site (or create one).
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Fedora 25 x86_64 | Jan 11 2017 | 2.0-rc3-staging | Yes | No | Garbage | mark p | ||
Show | Fedora 25 x86_64 | Jan 11 2017 | 2.0-rc2 | Yes | Yes | Gold | mark p | ||
Show | Gentoo Linux x86_64 | Aug 27 2016 | 1.9.17-staging | Yes | Yes | Gold | Rob | ||
Show | openSUSE 12.3 x86_64 | Aug 03 2013 | 1.6 | Yes | Yes | Silver | an anonymous user | ||
Current | openSUSE 12.2 x86_64 | Dec 27 2012 | 1.5.20 | Yes | Yes | Gold | an anonymous user |
You need:
How to install:
First of all, you need to open your winecfg and be sure that Windows Version is at least Windows Vista, because the DVDFab installer will fail with earlier Windows versions.
export WINEARCH=win32
export WINEPREFIX=" âšâšâšâšâšâš "
wine ~/Downloads/DVDFab9312.exe
AÂ 32-bit Wineprefix is highly recommended! Substitute your DVDFab installer version & location - as required.
Deselect the option to immediately launch the application... See below for the correct way to launch the application. This is to ensure the custom, bundled Visual C++ libraries are used (in preference to the fake Wine dll's).
How to launch:
export WINEPREFIX=" âšâšâšâšâšâš "
cd "${WINEPREFIX}/drive_c/Program Files/DVDFab 9"
WINEDLLOVERRIDES="msvcr90,msvcr120,msvcp120=n,b" wine DVDFab.exe
AÂ 32-bit Wineprefix is highly recommended! Substitute your DVDFab installation location - as required.
The WINEDLLOVERRIDES env variable is used to ensure DVDFab's custom, bundled Visual C++ 2008 & 2013 libraries are used (in preference to the fake Wine dll's). See bug 36954 for more information.
The dll env overrides can be made permanent, for your Wineprefix, by adding them using the winecfg Libraries tab:
The WINEDLLOVERRIDES env variable can then be omitted.