search for: psapi

Displaying 20 results from an estimated 235 matches for "psapi".

Did you mean: sapi
2011 Nov 13
0
Major opcode of failed request: 93 (X_CreateCursor)
...timeout fixme:threadpool:RtlQueueWorkItem Flags 0x4 not supported fixme:threadpool:RtlQueueWorkItem Flags 0x4 not supported fixme:winsock:convert_aiflag_w2u Unhandled windows AI_xxx flags 400 fixme:winsock:convert_aiflag_w2u Unhandled windows AI_xxx flags 400 Exception: resolve: Unknown error fixme:psapi:GetProcessImageFileNameA (0x24c, 0x3258f0, 500) stub fixme:psapi:GetProcessImageFileNameA (0x24c, 0x3258f0, 500) stub fixme:psapi:GetProcessImageFileNameA (0x24c, 0x3258f0, 500) stub fixme:psapi:GetProcessImageFileNameA (0x24c, 0x3258f0, 500) stub fixme:psapi:GetProcessImageFileNameA (0x0, 0x3258f0...
2007 Mar 26
16
mongrel_service fails to get "service.exe" from ppid?
Konnichiwa Mongrel users, mongrel_service cannot run as a windows service under my environment, with the windows message : "error 1053 : The service did not respond to the start or control request in a timely fashion." >From a part of "ServiceFB.log" at c:/ruby/bin, mongrel_service failed to get the process name of "service.exe".
2011 Oct 19
3
Update Broke Rosetta Stone
...splayDevicesW ((null),0,0x32f588,0x00000000), stub! fixme:ntdll:NtLockFile I/O completion on lock not implemented yet fixme:advapi:SetNamedSecurityInfoW L"C:\\Program Files\\Common Files\\Macrovision Shared\\FLEXnet Publisher\\\\fnp_registrations.xml" 1 4 (nil) (nil) 0x32a45b8 (nil) fixme:psapi:EnumDeviceDrivers ((nil), 0, 0x32c484): stub fixme:psapi:EnumDeviceDrivers (0xaf0fc20, 0, 0x32c484): stub fixme:psapi:EnumDeviceDrivers ((nil), 0, 0x32c228): stub fixme:psapi:EnumDeviceDrivers (0xaf10520, 0, 0x32c228): stub fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - s...
2010 Aug 10
2
Rosetta Stone question
...3-00c04f797396} could be created for context 0x17 fixme:win:EnumDisplayDevicesW ((null),0,0x32f588,0x00000000), stub! fixme:advapi:SetNamedSecurityInfoW L"C:\\Program Files\\Common Files\\Macrovision Shared\\FLEXnet Publisher\\\\fnp_registrations.xml" 1 4 (nil) (nil) 0x3297f30 (nil) fixme:psapi:EnumDeviceDrivers ((nil), 0, 0x32d5f0): stub fixme:psapi:EnumDeviceDrivers (0xa2ef6d8, 0, 0x32d5f0): stub fixme:psapi:EnumDeviceDrivers ((nil), 0, 0x32d394): stub fixme:psapi:EnumDeviceDrivers (0xa2ed5b8, 0, 0x32d394): stub fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - s...
2011 Nov 19
0
on latest update world something wrong with wine
...it in the winbind package of your distribution. fixme:ntdll:NtLockFile I/O completion on lock not implemented yet fixme:advapi:SetNamedSecurityInfoW L"C:\\Program Files\\Common Files\\Macrovision Shared\\FLEXnet Publisher\\\\fnp_registrations.xml" 1 4 (nil) (nil) 0x382c680 (nil) fixme:psapi:EnumDeviceDrivers ((nil), 0, 0x32c304): stub fixme:psapi:EnumDeviceDrivers (0xaa9fd20, 0, 0x32c304): stub fixme:psapi:EnumDeviceDrivers ((nil), 0, 0x32c0a8): stub fixme:psapi:EnumDeviceDrivers (0xaa9df10, 0, 0x32c0a8): stub fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil))...
2009 Jan 30
3
NFS Undercover & WINE
...ProcessDebugFlags fixme:d3d:IWineD3DImpl_FillGLCaps OpenGL implementation supports 16 vertex samplers and 16 total samplers fixme:d3d:IWineD3DImpl_FillGLCaps Expected vertex samplers + MAX_TEXTURES(=8) > combined_samplers fixme:win:EnumDisplayDevicesW ((null),0,0x2369678,0x00000000), stub! fixme:psapi:EnumPageFilesA (0x17e1f40, 0x2348adc) stub fixme:psapi:EnumPageFilesA (0x17e1f40, 0x23133f8) stub fixme:ntdll:NtQueryInformationProcess (process=0xffffffff) Unimplemented information class: ProcessDeviceMap fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_HANDLE_INFORMATION fixme:ntdll:NtQuer...
2018 Jul 09
0
Wine release 3.12
...13): hnetcfg: GetModuleFileNameW gets characters, not bytes (Coverity). shell32: Use characters as arguments to GetTempPathW and GetLongPathNameW. kernel32: GetCalendarInfoW gets character sizes. kernel32: GetVolumePathNamesForVolumeNameW gets character as buffer size. psapi: GetProcessImageFileName gets character count as argument. shlwapi: SHGetIniStringW buffer size is in characters. icinfo: vsnprintfw takes characters as buffer size not bytes. d3dx9/tests: Fix string size to MultiByteToWideChar(). comctl32/tests: Header item struct gets char...
2008 May 18
2
A problem with GetProcessMemoryInfo?
...made a simple program, but results from both windows and wine are quite different. Is this a bug in my program or in wine? Any advice is appreciated :) /* result under windows: { } [successed: 1085440]{ } result under wine(linux): { } [successed: 0]{ */ #include <windows.h> #include "psapi.h" #include <stdio.h> #include <stdlib.h> #pragma comment ( lib, "psapi.lib" ) void GetCurrentProcessMemory () { PROCESS_MEMORY_COUNTERS pmc; printf("{\n}"); bool ret=GetProcessMemoryInfo ( GetCurrentProcess() , &pmc, sizeof ( pmc ) ); if (ret)...
2004 Sep 28
1
[LLVMdev] Linking tblgen debug executable (without symbols) onMinGW
>From: Jeff Cohen <jeffc at jolt-lang.org> >Date: Sat, 25 Sep 2004 15:26:56 -0700 > >Yes. You need to link with dbghelp.lib and psapi.lib. There are >pragmas to force this, but not surprisingly gcc does not honor Microsoft >pragmas. I can't find the above libs. Where are they located on your system? Are there any dll pendants? Henrik _________________________________________________________________ Find det, du s�g...
2009 Oct 02
2
[LLVMdev] llvm build errors on windows/mingw32
...is appeared > > llvm[2]: Linking Debug unit test ADT > > d:/objs/llvm/msys/Debug/lib/libLLVMSystem.a(Process.o):e:/Downloads/llvm-trunk/lib/System/Win32/Process.inc:78: > > undefined reference to `GetProcessMemoryInfo at 12' > > GetProcessMemoryInfo should be defined in psapi.lib, but AFAICS mingw32 > doesn't have this import lib. It is included in the MS Platform SDK, > but I'm not sure whether you can link that into mingw32 programs... msdn suggests kernel32, but that is already included. Ronald
2009 Jan 17
2
[LLVMdev] Build problems on MinGW
...config --cxxflags --ldflags --libs core` -o tut1 >> /mingw/lib/libLLVMSystem.a(Process.o):Process.cpp:(.text+0x8d): >> undefined reference to `GetProcessMemoryInfo at 12' >> collect2: ld returned 1 exit status > I believe you will need additional libraries like imagehlp and psapi. I have /lib/libimagehlp.a and /lib/libpsapi.a nm --defined-only /lib/libpsapi.a | grep "GetProcessMemoryInfo" - returns: 00000000 T _GetProcessMemoryInfo at 12 00000000 I __imp__GetProcessMemoryInfo at 12 And llvm-config seems to be asking for them to be picked up: -I//include -D...
2010 Dec 03
1
Bioshock semi-issue
...dll:NtQuerySystemInformation info_class SYSTEM_HANDLE_INFORMATION fixme:ntdll:NtQueryObject Unsupported information class 3 err:rpc:I_RpcGetBuffer no binding fixme:win:EnumDisplayDevicesW ((null),0,0x7290b4,0x00000000), stub! fixme:win:EnumDisplayDevicesW ((null),0,0x728c34,0x00000000), stub! fixme:psapi:EnumPageFilesA (0x116947f0, 0x709ca4) stub fixme:psapi:EnumPageFilesA (0x116947f0, 0x6d45c0) stub fixme:userenv:GetProfileType 0x70a45c fixme:win:EnumDisplayDevicesW ((null),0,0x677f6c,0x00000000), stub! fixme:win:EnumDisplayDevicesW ((null),0,0x677aec,0x00000000), stub! fixme:win:EnumDisplayDevice...
2008 May 08
3
GTR2 in Ubuntu
...:ntdll:NtQuerySystemInformation info_class SYSTEM_HANDLE_INFORMATION > fixme:ntdll:NtQueryObject Unsupported information class 3 > fixme:debugstr:CheckRemoteDebuggerPresent (0xffffffff)->(0x1955f14): Stub! > fixme:win:EnumDisplayDevicesW ((null),0,0x1954434,0x00000000), stub! > fixme:psapi:EnumPageFilesA (0x124c7a0, 0x1936fd4) stub > fixme:psapi:EnumPageFilesA (0x124c7a0, 0x19054fc) stub > fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_HANDLE_INFORMATION > fixme:ntdll:NtQuerySystemInformation (0x00000007,0x1931a54,0x00000018,(nil)) stub > fixme:cursor:SetSystemCur...
2010 Dec 14
13
Wine+Rosetta Stone(yes, this again)
fixme:system:SetProcessDPIAware stub! fixme:advapi:CheckTokenMembership ((nil) 0x12a4a0 0x35fd0c) stub! fixme:advapi:CheckTokenMembership ((nil) 0x12a4a0 0x35fd0c) stub! ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory fixme:advapi:LookupAccountNameW (null) L"root" (nil) 0x33f864 (nil) 0x33f868 0x33f85c - stub fixme:advapi:LookupAccountNameW
2016 Jan 12
2
r250501 adds dependancy to ole32.dll on MSVC
...you're suggesting we stick a #pragma(lib, user32) (et al) somewhere as > >> well? > > > > So ole32 and friends are added by default by cmake[3] which is why you > > are seeing them on the executables. > > > > Looking through the source I find advapi32.lib, psapi.lib, shell32.lib > > and dbghelp.lib are added via pragmas. Of these psapi.lib and > > dghelp.lib are not added to the default libs by cmake[3]. So just > > removing the pragmas would break the build without adding them back > > into the linking libs in cmake. Tho it would b...
2015 Dec 24
2
r250501 adds dependancy to ole32.dll on MSVC
...onsumers to at least be using the stock set. Unless > you're suggesting we stick a #pragma(lib, user32) (et al) somewhere as > well? So ole32 and friends are added by default by cmake[3] which is why you are seeing them on the executables. Looking through the source I find advapi32.lib, psapi.lib, shell32.lib and dbghelp.lib are added via pragmas. Of these psapi.lib and dghelp.lib are not added to the default libs by cmake[3]. So just removing the pragmas would break the build without adding them back into the linking libs in cmake. Tho it would break all non-cmake based builds (that ar...
2010 Feb 21
1
Software with SecuROM causes exception
...sole is off err:rpc:I_RpcGetBuffer no binding fixme:ntdll:NtQueryInformationProcess (process=0xffffffff) Unimplemented information class: ProcessDebugFlags fixme:win:EnumDisplayDevicesW ((null),0,0x1369520,0x00000000), stub! fixme:win:EnumDisplayDevicesW ((null),0,0x13690a0,0x00000000), stub! fixme:psapi:EnumPageFilesA (0x873f90, 0x1348a8c) stub fixme:psapi:EnumPageFilesA (0x873f90, 0x13133a8) stub fixme:win:EnumDisplayDevicesW ((null),0,0x12af498,0x00000000), stub! fixme:win:EnumDisplayDevicesW ((null),0,0x12af018,0x00000000), stub! fixme:win:EnumDisplayDevicesW ((null),0,0x12af49c,0x00000000), st...
2010 Jun 18
9
Bad COmpany 2 + Wine
So just installed Ubuntu Desktop 10.4 . And I tried to install bad company 2 , it instaleld fine , It opens the update loading page, and after that ti fails and gives me an error about wine. I can't uninstall it now either How can I either make it work or uninstall it? Also: In Company of Heroes ( which worked from my old steam install ) it seems a lil laggy and the screen is chopy. any way
2009 Jan 15
3
Game in console mode without X environment
...midimap ELF 7e41a000-7e431000 Deferred msacm32<elf> \-PE 7e420000-7e431000 \ msacm32 ELF 7e431000-7e48a000 Deferred ddraw<elf> \-PE 7e440000-7e48a000 \ ddraw ELF 7e48a000-7e49f000 Deferred psapi<elf> \-PE 7e490000-7e49f000 \ psapi ELF 7e49f000-7e584000 Deferred oleaut32<elf> \-PE 7e4c0000-7e584000 \ oleaut32 ELF 7e584000-7e645000 Deferred comctl32<elf> \-PE 7e590000-7e645000 \...
2011 May 09
1
Unhandled page fault on read access to 0x8b0cc48f...
...l:NtQuerySystemInformation info_class SYSTEM_HANDLE_INFORMATION fixme:ntdll:NtQueryObject Unsupported information class 3 err:rpc:I_RpcGetBuffer no binding fixme:win:EnumDisplayDevicesW ((null),0,0x1044abc,0x00000000), stub! fixme:win:EnumDisplayDevicesW ((null),0,0x104463c,0x00000000), stub! fixme:psapi:EnumPageFilesA (0x98f070, 0x1027694) stub fixme:psapi:EnumPageFilesA (0x98f070, 0xff5bbc) stub fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_HANDLE_INFORMATION fixme:ntdll:NtQueryObject Unsupported information class 3 err:rpc:I_RpcGetBuffer no binding fixme:shdocvw:PersistStreamInit_InitNe...