DVDFab Decrypter on Ubuntu 10.4 + wine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Queeg
Newbie
Newbie
Posts: 4
Joined: Wed Jul 07, 2010 2:10 pm

DVDFab Decrypter on Ubuntu 10.4 + wine

Post by Queeg »

I'm a linux and wine newbie. I need help fixing missing dll references.

Using Ubuntu 10.4 Desktop (as VMware virtual client on Win7x64 host), Wine 1.2rc6, DVDFab Decrypter 7070.

DVDFab installs and runs but when running the script in a cmd.exe window I get the errors you see below. The program outputs an ISO that is playable BUT it's small (about 1/2 the size) compared to the same DVD ripped on a Win7 machine.

I googled up one of the GUID's {51B4ABF3-748F-4E3B-A276-C828330E926A} and it references "Video Mixing Renderer 9". Indications are that some registry entries are missing in Wine.

I'm a relative newbie to linux so I don't know how to fix this.

--This is the script--
C:\bin>"C:\Program Files\DVDFab 7\DVDFab.exe" /mode fulldisc /SUBTITLE "none" /src "d:\" /dest "C:\Movie\I-dvd.iso" /Title auto /outdisc dvd9 /close

--Errors--
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:ntdll:server_ioctl_file Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
fixme:ntdll:server_ioctl_file Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
fixme:ntdll:server_ioctl_file Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
err:ole:CoGetClassObject class {9b8c4620-2c1a-11d0-8493-00a02438ad48} not registered
err:ole:CoGetClassObject class {9b8c4620-2c1a-11d0-8493-00a02438ad48} not registered
err:ole:create_server class {9b8c4620-2c1a-11d0-8493-00a02438ad48} not registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {9b8c4620-2c1a-11d0-8493-00a02438ad48} could be created for context 0x17
err:ole:CoUninitialize Mismatched CoUninitialize
Queeg
Newbie
Newbie
Posts: 4
Joined: Wed Jul 07, 2010 2:10 pm

Post by Queeg »

More testing has convinced me that the output ISO file is the correct size and that something must have been causing the files output on my Win7 machine to be unexpectedly bigger. Maybe the settings were different.

Also, I now believe the errors are coming from missing DirectX 9 dlls. I was able to install all the applications on a Win2k vmware client and it also needed the DirectX 9 installed.
Locked