Error: Driver of DVD-Drive is actually not available...

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Funkfeuer
Newbie
Newbie
Posts: 3
Joined: Thu Dec 25, 2008 2:25 pm

Error: Driver of DVD-Drive is actually not available...

Post by Funkfeuer »

Hello,

I've installed HD-Writer (Panasonic's program for editing HD-Movies).

During installation I got the following informations:

Code: Select all

fixme:win:EnumDisplayDevicesW ((null),0,0x32ee90,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32e848,0x00000000), stub!
fixme:d3d:test_pbo_functionality >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502) from Loading the PBO test texture
 @ directx.c / 3810
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category {cc7bfb41-f175-11d1-a392-00e0291f3959} not found
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category {cc7bfb46-f175-11d1-a392-00e0291f3959} not found
After installation I tried to start the HD-Writer-exe and got the following Error:
Driver of DVD-Drive is actually not available. Please restart your Windows.
If the driver do not work after restarting, please install your HD-Writer again.
What can I do in order to solve this problem??

cu
Chris
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Error: Driver of DVD-Drive is actually not available...

Post by austin987 »

On Thu, Dec 25, 2008 at 1:40 PM, Funkfeuer <[email protected]> wrote:
Hello,

I've installed HD-Writer (Panasonic's program for editing HD-Movies).

During installation I got the following informations:


Code:

fixme:win:EnumDisplayDevicesW ((null),0,0x32ee90,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32e848,0x00000000), stub!
fixme:d3d:test_pbo_functionality >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502) from Loading the PBO test texture
@ directx.c / 3810
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category {cc7bfb41-f175-11d1-a392-00e0291f3959} not found
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category {cc7bfb46-f175-11d1-a392-00e0291f3959} not found




After installation I tried to start the HD-Writer-exe and got the following Error:

Driver of DVD-Drive is actually not available. Please restart your Windows.
If the driver do not work after restarting, please install your HD-Writer again.
What can I do in order to solve this problem??

cu
Chris





Does it install a driver? That won't work in wine...

--
-Austin
Funkfeuer
Newbie
Newbie
Posts: 3
Joined: Thu Dec 25, 2008 2:25 pm

Post by Funkfeuer »

Well, I'm not sure.
Usually it only should install the Editing-Program, but I don't know, what components are also installed - with a "sub-installation".

Usually I have no problems by using my DVD-Drive under Linux Ubuntu..

I think, wine doen't know the DVD-Drive. Normally it's no problem, because there's no need to use the DVD-Drive with wine.
But in my case the HD-Writer-Program requires any compontens, can't finde in the registry...
But I'm not sure, if this is really so and I also don't know if the error-message is the correct one for this kind of error...?
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Error: Driver of DVD-Drive is actually not available...

Post by austin987 »

On Thu, Dec 25, 2008 at 3:17 PM, Funkfeuer <[email protected]> wrote:
Well, I'm not sure.
Usually it only should install the Editing-Program, but I don't know, what components are also installed - with a "sub-installation".

Usually I have no problems by using my DVD-Drive under Linux Ubuntu..

I think, wine doen't know the DVD-Drive. Normally it's no problem, because there's no need to use the DVD-Drive with wine.
But in my case the HD-Writer-Program requires any compontens, can't finde in the registry...
But I'm not sure, if this is really so and I also don't know if the error-message is the correct one for this kind of error...?





Make sure the drive is configured in winecfg.

--
-Austin
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Error: Driver of DVD-Drive is actually not available...

Post by vitamin »

Funkfeuer wrote:Driver of DVD-Drive is actually not available. Please restart your Windows.
If the driver do not work after restarting, please install your HD-Writer again.
Sounds like it does install at least a filter driver for DVD. Those don't work on Wine. Use any native Linux program to master DVDs instead.
Funkfeuer
Newbie
Newbie
Posts: 3
Joined: Thu Dec 25, 2008 2:25 pm

Post by Funkfeuer »

within winecfg the DVD-Drive is listet:
It is mounted on D: as /media/cdrom0

Do you have any other idea?

Use any native Linux program to master DVDs instead.
I don't understand what you mean exactly? DVD-Drive runs under Linux - but not under wine.
oiaohm
Level 8
Level 8
Posts: 1020
Joined: Fri Feb 29, 2008 2:54 am

Post by oiaohm »

Funkfeuer the issue here is really a simple one.

If windows program is using its own windows driver to interface with dvd drive it can be stuffed.

In this case it appears the program is looking for Panasonic windows driver for the dvd rom drive. Last time I checked wine driver layour will not support installing native windows dvd drive drivers. You could always try installing the driver in a testing prefix of wine. Yes program appears hardware locked only works if a Panasonic drive is present. Now I would recommend finding another solution if that is the case. Hardware locked are curses.

Check that you have a link to the linux device for the burner. If you do wine own virtual drivers are in place. [
~/.wine/dosdevices/
In there for d: there should be a d:: Yes double : with a link to the Linux device. If that is missing then it could be the cause.
]
Locked