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 went 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, provided you already have an account (you can create on if not)
What does not
As far as ripping, and HD decrypting is concerned, nothing doesn't work.
Workarounds
What was not tested
HW acceleration
Hardware tested
Graphics:
Additional Comments
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 | ||
Current | openSUSE 12.3 x86_64 | Aug 03 2013 | 1.6 | Yes | Yes | Silver | an anonymous user | ||
Show | openSUSE 12.2 x86_64 | Dec 27 2012 | 1.5.20 | Yes | Yes | Gold | an anonymous user |
Bug # | Description | Status | Resolution | Other apps affected |
36954 | DVDFab 9.2 or older fails to convert video files (Wine's 'msvcr90.dll' is preferred over modified native DLL, causing failure) | NEW | View | |
37709 | All Qt5 based applications have broken menu/combos positioning in multiple monitor setup due to GetMonitorInfo() returning the same hard-coded device name for all monitors | CLOSED | FIXED | View |
40691 | DVDFab 9.2.4.4 pre-check FabCheck.exe executable fails, needs setupapi.dll.CM_Get_DevNode_Status | CLOSED | FIXED | View |
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.