search for: readprocessmemory

Displaying 5 results from an estimated 5 matches for "readprocessmemory".

2012 Jan 09
4
"timeGetTimeā€œ function in winmm.dll
Dear Forum, I installed MetaTrader 4 with wine it is up and running everything works well, the best performers is with the new wine 1.3. BUT if I run some EA Experts Advisors I get on two of it problems and the application crashes. The EA`s with crashes have custom .dll (FCS300.dll) and I try to debug this errors. Code: 0028:Ret ntdll.RtlFreeHeap() retval=00000001 ret=7d7984a2 0028:Ret
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".
2001 Sep 04
0
AOL/Jr Monopoly game installer. Crash on exit
...teFile(00000008,405228e0,00000010,00000000,00000000) ret=404f94ce 08074390:Ret kernel32.WriteFile() retval=00000001 ret=404f94ce 08074390:Call kernel32.WaitForDebugEvent(40646e28,ffffffff) ret=404fafb8 08074390:Ret kernel32.WaitForDebugEvent() retval=00000001 ret=404fafb8 08074390:Call kernel32.ReadProcessMemory(00000018,4010bf78,40646b14,00000004,40646b18) ret=404f9e0f 08074390:Ret kernel32.ReadProcessMemory() retval=00000001 ret=404f9e0f Let me know if I can help you with more information, Andriy Palamarchuk -------------- next part -------------- 08074390:Ret ntdll.RtlAnsiStringToUnicodeString() re...
2006 Mar 02
0
Problems Running an executable from samba share.
...yes > guest ok = no > writeable = yes > force create mode = 770 > > The problem I have is with my /export share. Whenever I try to run a > setup.exe file to install an accounts package, the client machine (xp > sp2) reports an error : > > "Only part of a ReadProcessMemory or WriteProcessMemory request was > completed" > > This file will open and install correctly through an NFS share and > mount on the same client machine so I have (hopefully) narrowed this > down to a samba error. Output from the samba log is below relevant to > this problem...
2013 Feb 25
5
Puppet execution hangs for long periods of time
Hi, I wrote a little "hello world" script and I am a little concerned by execution that hangs for long periods of time. *computer:* Windows XP Professional Service Pack 3 Intel(R) Xeon(R) CPU W3550 @ 3.07GHz 3.07GHz, 3.50 GB of RAM *init.pp:* class hello { notice(''Hello world!'') } *command line:* puppet apply --debug -e ''include hello''