search for: driverentry

Displaying 4 results from an estimated 4 matches for "driverentry".

2011 Aug 15
1
Wine 1.3.26: Samsung NPS does not work
...1 err:oss:AUDDRV_GetEndpointIDs OSS /dev/mixer doesn't seem to exist err:oss:AUDDRV_GetEndpointIDs OSS /dev/mixer doesn't seem to exist err:winmm:WINMM_DevicesThreadProc Unexpected message: 0x15 fixme:ntoskrnl:KeGetCurrentThread () stub DbgPrint says: 0: DbgPrint says: Filemon.SYS: entering DriverEntry wine: Call from 0x7b839f22 to unimplemented function ntoskrnl.exe.IoGetCurrentProcess, aborting wine: Unimplemented function ntoskrnl.exe.IoGetCurrentProcess called at address 0x7b839f22 (thread 002d), starting debugger... wine: Call from 0x7b839f22 to unimplemented function ntoskrnl.exe.IoGetCurre...
2010 Oct 23
3
DVDFab not working anymore
I used DVDFab-8.0.2.2 with wine and ubuntu 10.04 for quite some time and everything worked pretty well. After doing a fresh install of ubuntu 10.10 DVDFab didn't recognize my BD-ROM drive anymore. In Ubuntu 10.04 I had to wait until the linux autorun had finished and then DVDFab started to check the disc. With Ubuntu 10.10 the linux autorun finishes but DVDFab does nothing. I also upgraded
2007 Nov 02
0
[PATCH] PVWin: Fix warnings
...RtlStringCbVPrintfA(buf, ARRAY_SIZE(buf), fmt, ap); va_end(ap); return XenBus_Write(xbt, path, buf); } \ No newline at end of file diff -r b26bdba50c41 xenpci/xenpci.c --- a/xenpci/xenpci.c Thu Nov 01 16:21:24 2007 -0700 +++ b/xenpci/xenpci.c Fri Nov 02 09:52:30 2007 -0700 @@ -96,29 +96,6 @@ DriverEntry(PDRIVER_OBJECT DriverObject, return status; } -typedef struct { - unsigned nEAX; - unsigned nEBX; - unsigned nECX; - unsigned nEDX; -} CPUID_Output, *PCPUID_Output; - -static void CPUID(PCPUID_Output pResult, int nFunction) -{ - __asm { - mov eax, nFunction - xor ebx, eb...
2007 Dec 14
0
Wine release 0.9.51
...Added support for dlldata.c dependencies. wordpad: Fix a compiler warning. Makedll.rules: Add a generic EXTRADLLFLAGS variable instead of defining a specific variable for every possible parameter. winebuild: Don't set the IMAGE_FILE_DLL flag on native modules. winecrt0: DriverEntry is a WINAPI function. Make.rules: Process man pages in the C locale. wordpad: Fix invalid pointer usage. hhctrl.ocx: Store a copy of the string pointers to enable freeing them without casting away const. user32: Print the RegisterHotKey fixme only once. gdi32/tests: Fi...