First application in Wine
-
- Level 1
- Posts: 9
- Joined: Tue Apr 21, 2009 8:22 am
First application in Wine
I have installed Wine 1.1.9 on a PC running openSUSE 11.1. Apparently, all seems ok, I can run winefile, regedit, winecfg. I have installed an application which makes use of an USB port. The installation was ok. When I run this application, I get the following message:
fixme:win:RegisterDeviceNotificationA (hwnd=0x1002a, filter=0xa0fc64,flags=0x00000000),
returns a fake device notification handle!
As I am new to wine, I do not know how to fix this problem.Any help would be greatly appreciated.
fixme:win:RegisterDeviceNotificationA (hwnd=0x1002a, filter=0xa0fc64,flags=0x00000000),
returns a fake device notification handle!
As I am new to wine, I do not know how to fix this problem.Any help would be greatly appreciated.
First application in Wine
On Thu, Apr 23, 2009 at 2:41 AM, Gian-Piero <[email protected]> wrote:
--
-Austin
What's the problem? If it's just that error, you can safely ignore it.I have installed Wine 1.1.9 on a PC running openSUSE 11.1. Apparently, all seems ok, I can run winefile, regedit, winecfg. I have installed an application which makes use of an USB port. The installation was ok. When I run this application, I get the following message:
fixme:win:RegisterDeviceNotificationA (hwnd=0x1002a, filter=0xa0fc64,flags=0x00000000),
    returns a fake device notification handle!
As I am new to wine, I do not know how to fix this problem.Any help would be greatly appreciated.
--
-Austin
-
- Level 1
- Posts: 9
- Joined: Tue Apr 21, 2009 8:22 am
The application I use is CDLib to control a DACAL CD library storage device. It is connected via USB. When I launch the application, a small window with the following text appears:
"Please turn on the power of machine and connect to PC, or program will stop after 10 seconds"
and the program ends.
It seems that it can not recognize the device on the USB port.
I have tried all versions of Windows, but the problem is always the same.
"Please turn on the power of machine and connect to PC, or program will stop after 10 seconds"
and the program ends.
It seems that it can not recognize the device on the USB port.
I have tried all versions of Windows, but the problem is always the same.
Re: First application in Wine
Wine currently does not support apps talking to USB devices.Gian-Piero wrote:I have installed an application which makes use of an USB port.
The only exception is the USB->serial devices that Wine can with with as a serial device. However this might or might not work for you. You need some missing registry entries, and the code doesn't communicate well with all programs / drivers.
-
- Level 1
- Posts: 9
- Joined: Tue Apr 21, 2009 8:22 am
First application in Wine
On Thu, Apr 23, 2009 at 9:18 AM, Gian-Piero <[email protected]> wrote:
--
-Austin
It won't be fixed that quickly.Thank you for your answer. Now all is clear. I have to wait for next version of Wine.
--
-Austin
First application in Wine
vitamin <[email protected]> on April 23rd wrote:
Since I don't have answers to these questions I'm not certain if this effort is not worth persuing further.
James McKenzie
Would the hacked version of Wine with USB support assist this person to get this device working?
Gian-Piero wrote:Wine currently does not support apps talking to USB devices.I have installed an application which makes use of an USB port.
I'm wondering if the device has Linux drivers that would make it appear to be a removable storage device. If that is true, then the old map device in Linux and then map the device to a drive in Wine may work as well.The only exception is the USB->serial devices that Wine can with with as a serial device. However
this might or might not work for you. You need some missing registry entries, and the code doesn't
communicate well with all programs / drivers.
Since I don't have answers to these questions I'm not certain if this effort is not worth persuing further.
James McKenzie
First application in Wine
On Thu, Apr 23, 2009 at 2:01 PM, James Mckenzie
<[email protected]> wrote:
--
-Austin
<[email protected]> wrote:
That's the best bet.vitamin <[email protected]> on April 23rd wrote:Would the hacked version of Wine with USB support assist this person to get this device working?
Gian-Piero wrote:Wine currently does not support apps talking to USB devices.I have installed an application which makes use of an USB port.
--
-Austin
-
- Level 1
- Posts: 9
- Joined: Tue Apr 21, 2009 8:22 am