Error WK1129 - WIBU-KEY kernel driver needs client version

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
annacegu
Level 2
Level 2
Posts: 28
Joined: Tue Jun 01, 2010 6:30 pm

Error WK1129 - WIBU-KEY kernel driver needs client version

Post by annacegu »

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.
annacegu
Level 2
Level 2
Posts: 28
Joined: Tue Jun 01, 2010 6:30 pm

Post by annacegu »

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
annacegu
Level 2
Level 2
Posts: 28
Joined: Tue Jun 01, 2010 6:30 pm

Post by annacegu »

Hi,

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?

Thanks,
Anna.
Gert van den Berg

Error WK1129 - WIBU-KEY kernel driver needs client version

Post by Gert van den Berg »

On Fri, Jun 4, 2010 at 23:28, annacegu <[email protected]> wrote:
Hi,

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?
Wine doesn't do drivers.... It is possible to get some USB devices
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
User avatar
L. Rahyen
Moderator
Moderator
Posts: 339
Joined: Fri Feb 22, 2008 9:13 pm

Error WK1129 - WIBU-KEY kernel driver needs client version

Post by L. Rahyen »

On 2010-06-04 (June, Friday) 21:28:07 annacegu wrote:
Hi,

I just contacted the manufacturer and apparently I need to install a
windows kernel driver, which is impossible with wine. Is this true?
Yes. Windows driver is useless in Wine. But it always good idea to tell the
manufacturer that you need Linux support.
Or is there a way I can use this driver?
Yes. Use VirtualBox with usb support (free) or VMWare (not free). If unsure,
try VirtualBox first: http://www.virtualbox.org/wiki/Linux_Downloads .
annacegu
Level 2
Level 2
Posts: 28
Joined: Tue Jun 01, 2010 6:30 pm

Re: Error WK1129 - WIBU-KEY kernel driver needs client versi

Post by annacegu »

Thank you both for your reply. I will investigate further & let you know the results.

Regards,
Anna
annacegu
Level 2
Level 2
Posts: 28
Joined: Tue Jun 01, 2010 6:30 pm

Post by annacegu »

I forgot to mention that I'm running wine on an intel mac.
James McKenzie

Error WK1129 - WIBU-KEY kernel driver needs client version

Post by James McKenzie »

annacegu wrote:
I forgot to mention that I'm running wine on an intel mac.

Anna:

Windows Kernel level drivers are not supported in Wine. Does this
particular piece of hardware have Mac drivers?

James McKenzie
annacegu
Level 2
Level 2
Posts: 28
Joined: Tue Jun 01, 2010 6:30 pm

Re: Error WK1129 - WIBU-KEY kernel driver needs client versi

Post by annacegu »

James McKenzie wrote: Windows Kernel level drivers are not supported in Wine. Does this
particular piece of hardware have Mac drivers?
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.

Do you think it will be possible to interface between the two?

Thanks,
Anna
Gert van den Berg

Error WK1129 - WIBU-KEY kernel driver needs client version

Post by Gert van den Berg »

Resent with correct from address...

On Sat, Jun 5, 2010 at 06:17, annacegu <[email protected]> wrote:
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.

Do you think it will be possible to interface between the two?
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...

Virtualbox/other virtualizqation is probably the easier solution...
(It is heavier on your system though..)

Gert
annacegu
Level 2
Level 2
Posts: 28
Joined: Tue Jun 01, 2010 6:30 pm

Re: Error WK1129 - WIBU-KEY kernel driver needs client versi

Post by annacegu »

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)
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...
OK, I'll ask that question to WIBU support... unless this is a wine development thing?
Gert van den Berg wrote: Virtualbox/other virtualizqation is probably the easier solution...
(It is heavier on your system though..)
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.

Regards,
Anna.
Gert van den Berg

Error WK1129 - WIBU-KEY kernel driver needs client version

Post by Gert van den Berg »

On Sat, Jun 5, 2010 at 11:34, annacegu <[email protected]> wrote:
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...
OK, I'll ask that question to WIBU support... unless this is a wine development thing?
Mostly a Wine devolopment thingy... Although documentation from WIBU
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
Gert van den Berg

Error WK1129 - WIBU-KEY kernel driver needs client version

Post by Gert van den Berg »

On Sat, Jun 5, 2010 at 06:17, annacegu <[email protected]> wrote:
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.

Do you think it will be possible to interface between the two?
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...

Virtualbox/other virtualizqation is probably the easier solution...
(It is heavier on your system though..)

Gert
Locked