Error WK1129 - WIBU-KEY kernel driver needs client version
Error WK1129 - WIBU-KEY kernel driver needs client version
Hi,
I am getting the following error trying to recognise a WIBU-Key
Error WK1129 - WIBU-KEY kernel driver needs client version
I am using Wine 1.1.44
Has anyone encountered this error before? Any help would be greatly appreciated.
Thank you and regards,
Anna.
I am getting the following error trying to recognise a WIBU-Key
Error WK1129 - WIBU-KEY kernel driver needs client version
I am using Wine 1.1.44
Has anyone encountered this error before? Any help would be greatly appreciated.
Thank you and regards,
Anna.
Here is the wine output:
fixme:ntoskrnl:KeInitializeEvent stub: 0x111028 1 1
fixme:win:EnumDisplayDevicesW ((null),0,0x3112a18c,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),1,0x3112a18c,0x00000000), stub!
fixme:font:WineEngCreateFontInstance Untranslated charset 255
fixme:imm:ImmGetOpenStatus (0x172b18): semi-stub
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:reg:GetNativeSystemInfo (0x32f2d6bc) using GetSystemInfo()
fixme:ntoskrnl:KeWaitForSingleObject stub: 0x111028, 0, 0, 0, 0x0
fixme:ntoskrnl:KeSetEvent (0x111028, 0, 0): stub
fixme:ntoskrnl:KeWaitForSingleObject stub: 0x111028, 0, 0, 0, 0x0
fixme:ntoskrnl:KeSetEvent (0x111028, 0, 0): stub
fixme:ntoskrnl:KeInitializeEvent stub: 0x111028 1 1
fixme:win:EnumDisplayDevicesW ((null),0,0x3112a18c,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),1,0x3112a18c,0x00000000), stub!
fixme:font:WineEngCreateFontInstance Untranslated charset 255
fixme:imm:ImmGetOpenStatus (0x172b18): semi-stub
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:reg:GetNativeSystemInfo (0x32f2d6bc) using GetSystemInfo()
fixme:ntoskrnl:KeWaitForSingleObject stub: 0x111028, 0, 0, 0, 0x0
fixme:ntoskrnl:KeSetEvent (0x111028, 0, 0): stub
fixme:ntoskrnl:KeWaitForSingleObject stub: 0x111028, 0, 0, 0, 0x0
fixme:ntoskrnl:KeSetEvent (0x111028, 0, 0): stub
Error WK1129 - WIBU-KEY kernel driver needs client version
On Fri, Jun 4, 2010 at 23:28, annacegu <[email protected]> wrote:
working with some patches...
http://wiki.winehq.org/USB
If a Linux driver exists for the device, Wine might try to wrap it to
allow Windows applications to use it... (Printers and scanners is an
example)
Short version: It won't work
Long version: With patience, USB device might work, devices that work
under Linux might be possible to get working by convincing a developer
to rite a wrapper / by writing one yourself...
Gert
Wine doesn't do drivers.... It is possible to get some USB devicesHi,
I just contacted the manufacturer and apparently I need to install a windows kernel driver, which is impossible with wine. Is this true? Or is there a way I can use this driver?
working with some patches...
http://wiki.winehq.org/USB
If a Linux driver exists for the device, Wine might try to wrap it to
allow Windows applications to use it... (Printers and scanners is an
example)
Short version: It won't work
Long version: With patience, USB device might work, devices that work
under Linux might be possible to get working by convincing a developer
to rite a wrapper / by writing one yourself...
Gert
Error WK1129 - WIBU-KEY kernel driver needs client version
On 2010-06-04 (June, Friday) 21:28:07 annacegu wrote:
manufacturer that you need Linux support.
try VirtualBox first: http://www.virtualbox.org/wiki/Linux_Downloads .
Yes. Windows driver is useless in Wine. But it always good idea to tell theHi,
I just contacted the manufacturer and apparently I need to install a
windows kernel driver, which is impossible with wine. Is this true?
manufacturer that you need Linux support.
Yes. Use VirtualBox with usb support (free) or VMWare (not free). If unsure,Or is there a way I can use this driver?
try VirtualBox first: http://www.virtualbox.org/wiki/Linux_Downloads .
Re: Error WK1129 - WIBU-KEY kernel driver needs client versi
Thank you both for your reply. I will investigate further & let you know the results.
Regards,
Anna
Regards,
Anna
Error WK1129 - WIBU-KEY kernel driver needs client version
annacegu wrote:
Windows Kernel level drivers are not supported in Wine. Does this
particular piece of hardware have Mac drivers?
James McKenzie
Anna:I forgot to mention that I'm running wine on an intel mac.
Windows Kernel level drivers are not supported in Wine. Does this
particular piece of hardware have Mac drivers?
James McKenzie
Re: Error WK1129 - WIBU-KEY kernel driver needs client versi
Yes, they mention having Mac drivers on the website but there's no download option. I am currently trying to get a copy from their support channels.James McKenzie wrote: Windows Kernel level drivers are not supported in Wine. Does this
particular piece of hardware have Mac drivers?
Do you think it will be possible to interface between the two?
Thanks,
Anna
Error WK1129 - WIBU-KEY kernel driver needs client version
Resent with correct from address...
On Sat, Jun 5, 2010 at 06:17, annacegu <[email protected]> wrote:
driver's interface to the Windows application in the way that it
expects it...
Virtualbox/other virtualizqation is probably the easier solution...
(It is heavier on your system though..)
Gert
On Sat, Jun 5, 2010 at 06:17, annacegu <[email protected]> wrote:
Some modifications to Wine might still be needed to expose the MacYes, they mention having Mac drivers on the website but there's no download option. I am currently trying to get a copy from their support channels.
Do you think it will be possible to interface between the two?
driver's interface to the Windows application in the way that it
expects it...
Virtualbox/other virtualizqation is probably the easier solution...
(It is heavier on your system though..)
Gert
Re: Error WK1129 - WIBU-KEY kernel driver needs client versi
Thanks Gert for your reply. It turned out that I was able to download the Mac OS X drivers from the website. I tried a few things but the app still gives the same error msg before (i.e. the subject line)
Regards,
Anna.
OK, I'll ask that question to WIBU support... unless this is a wine development thing?Gert van den Berg wrote: Some modifications to Wine might still be needed to expose the Mac
driver's interface to the Windows application in the way that it
expects it...
I would like to avoid virtual machines as much as possible (although I did try out VirtualBox), dual boot is better still but I do that rarely because of the time it takes to reboot. That's why I prefer wine, especially when I just want to do something quickly on a windows program. I want to have a decent crack at getting the app working in wine before I wave the white flag.Gert van den Berg wrote: Virtualbox/other virtualizqation is probably the easier solution...
(It is heavier on your system though..)
Regards,
Anna.
Error WK1129 - WIBU-KEY kernel driver needs client version
On Sat, Jun 5, 2010 at 11:34, annacegu <[email protected]> wrote:
would be helpful...
Unfortunately, the most likely way that this will get done, is of a
Wine developer needs it to work for onw of the applications that they
use...
(Of course, a user with the patience to figure out enough of how Wine
is put together (and to get a patch accepted) / WIBU themselves (For
that, it would help if it is somehow in their interest to have the
dongles working under Wine) might also do it...)
(The Wine USB support (which is in separate patches) might also work
for the Windows drivers (If the device fits within a certain class of
devices), not sure if it works at all under OS X... Based on some very
quick reading, it seems similar to things like the Sentinel dongles
that the USB support was initially done for..)
Gert
Mostly a Wine devolopment thingy... Although documentation from WIBUGert van den Berg wrote:OK, I'll ask that question to WIBU support... unless this is a wine development thing?Some modifications to Wine might still be needed to expose the Mac
driver's interface to the Windows application in the way that it
expects it...
would be helpful...
Unfortunately, the most likely way that this will get done, is of a
Wine developer needs it to work for onw of the applications that they
use...
(Of course, a user with the patience to figure out enough of how Wine
is put together (and to get a patch accepted) / WIBU themselves (For
that, it would help if it is somehow in their interest to have the
dongles working under Wine) might also do it...)
(The Wine USB support (which is in separate patches) might also work
for the Windows drivers (If the device fits within a certain class of
devices), not sure if it works at all under OS X... Based on some very
quick reading, it seems similar to things like the Sentinel dongles
that the USB support was initially done for..)
Gert
Error WK1129 - WIBU-KEY kernel driver needs client version
On Sat, Jun 5, 2010 at 06:17, annacegu <[email protected]> wrote:
driver's interface to the Windows application in the way that it
expects it...
Virtualbox/other virtualizqation is probably the easier solution...
(It is heavier on your system though..)
Gert
Some modifications to Wine might still be needed to expose the MacYes, they mention having Mac drivers on the website but there's no download option. I am currently trying to get a copy from their support channels.
Do you think it will be possible to interface between the two?
driver's interface to the Windows application in the way that it
expects it...
Virtualbox/other virtualizqation is probably the easier solution...
(It is heavier on your system though..)
Gert