I am trying to use DVDFab HD Decrypter 9.1.6.6 with Wine 1.7.25 and with a version wine-1.7.26-44-gb10b391 compiled today from GIT.
Everything is installed in a dedicated prefix. No DLL override.
This tool uses QT5. I have also tried earlier versions of DVDFab (9.1.1.9, 9.1.5.6, ...).
The main window shows corrupted text, displayed diagonally as shown in the attached screenshot.
Switching to another tab does not help: all tabs show the same problem.
It used to work with version 8 of DVDFab.
The main difference is that the new versions uses Direct3d:
I have tried to attach the execution log (/tmp/log.txt) to this topic but for some reason I can't.
So here are the d3d calls.
Code: Select all
grep -i d3d /tmp/log.txt
fixme:d3d:swapchain_init The application requested more than one back buffer, this is not properly supported.
fixme:d3d:swapchain_init The application requested more than one back buffer, this is not properly supported.
fixme:d3d9:D3DPERF_GetStatus (void) : stub
fixme:d3d9:D3DPERF_GetStatus (void) : stub
fixme:d3d9:d3d9_device_CreateTexture Resource sharing not implemented, *shared_handle (nil).
fixme:d3d9:Direct3DShaderValidatorCreate9 stub
fixme:d3d:state_lastpixel Last Pixel Drawing Disabled, not handled yet
fixme:d3d9:D3DPERF_GetStatus (void) : stub
fixme:d3d9:D3DPERF_GetStatus (void) : stub
fixme:d3d9:d3d9_device_CreateTexture Resource sharing not implemented, *shared_handle (nil).
fixme:d3d9:Direct3DShaderValidatorCreate9 stub
fixme:d3d:state_lastpixel Last Pixel Drawing Disabled, not handled yet
For example there are a few bugs mentioning d3d9_device_CreateTexture: https://bugs.winehq.org/show_bug.cgi?id=35913
In bug "Bug 36954 - DVDFab 9.x fails to convert video files" (https://bugs.winehq.org/show_bug.cgi?id=36954), it is indicated that switching to another tab then switching back to Converter fixes the "garbage" displayed.
Even if doing so does not work for me, I guess that getting a correct display is possible.
Does anyone know any workaround, any override that could do the trick?
I have unsuccessfully tried to install d3d with winetricks.
Thanks for any tip.
Rui