search for: readprocessmemori

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

Did you mean: 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
Hello all, have some free time and desided to help in wine tasting :-) With a pack of serials I recerived a CD with AOL trial installation and a game Monopoly Jr of company Hasbro Interactive Games (www.hasbro-interactive.com) and tried to install the game with Wine. One of the problems: when I run autorun.exe it brings main installer dialog. I click "Quit" button and the
2006 Mar 02
0
Problems Running an executable from samba share.
> Hello, > > I'm currently running samba 3 on solaris 9 within an active directory > domain (windows 2003 server , main kdc). All seems to be working well > in terms of authentication etc. Sharing and printing is fine. > > Below is my smb.conf > > # Samba config file created using SWAT > # from 192.200.29.110 (192.200.29.110) > # Date: 2006/02/15 16:23:13
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''