Displaying 6 results from an estimated 6 matches for "kesetev".
Did you mean:
eseter
2010 Jun 04
6
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.
2010 Jun 17
3
FictionBook Editor work problems
...0x7b836572 to unimplemented function ntoskrnl.exe.IoUnregisterShutdownNotification, aborting
wine: Unimplemented function ntoskrnl.exe.IoUnregisterShutdownNotification called at address 0x7b836572 (thread 0016), starting debugger...
wine: Call from 0x7b836572 to unimplemented function ntoskrnl.exe.KeSetEvent, aborting
Unhandled exception: unimplemented function ntoskrnl.exe.KeSetEvent called in 32-bit code (0x7b836572).
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
EIP:7b836572 ESP:0064e998 EBP:0064e9fc EFLAGS:00000246( - -- I Z- -P- )
EAX:7b8261b1 EBX:7b881ff4 ECX:00000000 E...
2010 Apr 16
0
Wine release 1.1.43
...Move surface tests into surface.c.
d3dx9_36: Check wnd just after CreateWindow. Remove useless wnd check before calling DestroyWindow.
Damjan Jovanovic (8):
wdm.h: Define IoGetNextIrpStackLocation.
ntoskrnl.exe: Use IoGetNextIrpStackLocation.
wdm.h: Define KeResetEvent and KeSetEvent.
ntoskrnl.exe: Stub out KeResetEvent and KeSetEvent.
wdm.h: Declare IoCallDriver.
ntoskrnl.exe: Implement IoCallDriver.
usb.h: Add and fix some USBD_STATUS codes.
ntoskrnl.exe: Stub out IoGetDeviceProperty.
Detlef Riekenberg (6):
msvcr90: Run the tests again...
2007 Nov 02
0
[PATCH] PVWin: Fix warnings
...action_t xbt
req[0].data = Path;
req[0].len = strlen(Path) + 1;
- sprintf(Token, "%d", i);
+ RtlStringCbPrintfA(Token, ARRAY_SIZE(Token), "%d", i);
req[1].data = Token;
req[1].len = strlen(Token) + 1;
@@ -755,6 +765,9 @@ XenBus_Interrupt(PKINTERRUPT Interrupt,
KeSetEvent(&XenBus_ReadThreadEvent, 1, FALSE);
KdPrint((__DRIVER_NAME " <-- XenBus_Interrupt\n"));
+
+ /* is this right? */
+ return TRUE;
}
char *
@@ -764,7 +777,7 @@ XenBus_Printf(xenbus_transaction_t xbt,
char buf[1024];
va_start(ap, fmt);
- vsprintf(buf, fmt, ap);
+ R...
2018 Dec 07
0
Wine release 4.0-rc1
...setupapi/tests: Remove workarounds in test_SetupDiCreateDeviceInfoListEx().
setupapi/tests: Remove workarounds in test_SetupDiOpenClassRegKeyExA().
ntoskrnl.exe: Implement KeWaitForMultipleObjects().
ntoskrnl.exe: Implement KeInitializeEvent().
ntoskrnl.exe: Implement KeSetEvent().
ntoskrnl.exe: Implement KeResetEvent().
ntoskrnl.exe: Implement KeWaitForSingleObject().
ntoskrnl.exe/tests: Add some tests for synchronization functions.
ntoskrnl.exe: Implement KeInitializeSemaphore().
ntoskrnl.exe: Implement KeReleaseSemaphore() and waiting on...
2011 Dec 30
0
Wine release 1.3.36
...M AVR Demo)
13448 AnyDVD - ElbyCDIO does not work (crash due to unimplemented function ntoskrnl.exe.IoUnregisterShutdownNotification)
14052 CoreAudio driver broken
15200 Dawn of War: Dark Crusade freezes at black screen
15521 AnyDVD setup failure (crash due to unimplemented ntoskrnl.exe.KeSetEvent)
15596 Windows Live Writer does not install (IPersistStreamInit support for IXMLDOMDocument needed)
16499 Adobe Photoshop CS4 crashes upon using text input tool
16513 locomotive like noise effects with Syberia 2
17165 VT Trader 2 fails on startup with "Invalid property XML forma...