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.
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...
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...?
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...?
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.
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.
]