Problem Running DVDFab

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
mm1_real
Newbie
Newbie
Posts: 1
Joined: Thu Apr 12, 2012 11:15 pm

Problem Running DVDFab

Post by mm1_real »

I'm trying to run DVDFab 8.1.7.6 (latest version according to the website) on Ubuntu 11.10 and it seems to install fine but when I try to open it, either through clicking the exe or through the console, nothing happens. The Wine db says DVDFab is platinum so I'm a bit confused.

Printout from trying to run in console:

Code: Select all

josh@josh-laptop:~$ wine start 'C:\Program Files\DVDFab 8 Qt\DVDFab.exe' 
fixme:exec:SHELL_execute flags ignored: 0x00000100
josh@josh-laptop:~$ fixme:mountmgr:harddisk_ioctl Unsupported ioctl 4d004 (device=4 access=3 func=401 method=0)
fixme:system:SetProcessDPIAware stub!
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 4d004 (device=4 access=3 func=401 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 4d004 (device=4 access=3 func=401 method=0)
err:ole:CoGetClassObject class {51b4abf3-748f-4e3b-a276-c828330e926a} not registered
err:ole:CoGetClassObject no class object {51b4abf3-748f-4e3b-a276-c828330e926a} could be created for context 0x1
fixme:win:EnumDisplayDevicesW ((null),0,0x26fe0dc,0x00000000), stub!
X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  140 (ATIFGLEXTENSION)
  Minor opcode of failed request:  74 ()
  Value in failed request:  0x5200002
  Serial number of failed request:  1269
  Current serial number in output stream:  1269
Thoughts?
Thank you.
User avatar
dimesio
Moderator
Moderator
Posts: 13202
Joined: Tue Mar 25, 2008 10:30 pm

Re: Problem Running DVDFab

Post by dimesio »

mm1_real wrote:I'm trying to run DVDFab 8.1.7.6 (latest version according to the website) on Ubuntu 11.10 and it seems to install fine but when I try to open it, either through clicking the exe or through the console, nothing happens. The Wine db says DVDFab is platinum so I'm a bit confused.
The platinum rating is for 8.1.6.8, so it's possible something has changed in the version you're using. You also didn't say what Wine version you're using; the AppDB platinum test report is for 1.4. If the version you're using is older, uprade; if it's newer, downgrade, and if downgrading fixes it, run a regression test and file a bug.
Printout from trying to run in console:

Code: Select all

josh@josh-laptop:~$ wine start 'C:\Program Files\DVDFab 8 Qt\DVDFab.exe' 
Navigate (cd) to the program directory first.

Code: Select all

cd '.wine/drive_c/Program Files/DVDFab 8/Qt'
wine DVDFab.exe
Locked