search for: getversion

Displaying 20 results from an estimated 47 matches for "getversion".

2001 Sep 04
0
AOL/Jr Monopoly game installer. Crash on exit
...18 08074390:Ret ntdll.RtlNtStatusToDosError() retval=00000000 ret=4067ba18 08074390:Ret advapi32.RegSetValueExA() retval=00000000 ret=404f9af1 08074390:Call advapi32.RegSetValueExA(0000006c,405069cd "BreakOnAttach",00000000,00000004,40523aa0,00000004) ret=404f9af1 08074390:Call kernel32.GetVersion() ret=4067b8f3 08074390:Ret kernel32.GetVersion() retval=c0000004 ret=4067b8f3 08074390:Call ntdll.RtlInitAnsiString(40646d98,405069cd "BreakOnAttach") ret=4067b9bf 08074390:Ret ntdll.RtlInitAnsiString() retval=0000000e ret=4067b9bf 08074390:Call ntdll.RtlAnsiStringToUnicodeString(40122...
2008 Apr 29
1
non-digits in svnversion output mess up windows build if USE_SVNVERSION=yes (PR#11339)
...#39;svnversion' to put an 'M' (modified) on the end of the svn version it reports. This svn version number is used in the R_FILEVERSION macro, which is used in in the *.rc files. The resource file compiler, windres, appears to choke on non-digits in R_FILEVERSION. (A comment in tools\GETVERSION indicates it might choke on leading 0's as well.) svnversion can also output a string of the form "123:125" to mean the current source is from a variety of svn revisions, between 123 through 125. An "M" or "S" may also be appended. If you don't have Subversio...
2006 May 19
11
Prototype / Scriptaculous & Dojo
Are these libs compatible ? At the very least I''d like to be able to use Prototype & Dojo ? Thoughts welcome.. Matt _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2008 Apr 29
0
non-digits in svnversion output mess up windows build if (PR#11340)
...to put an > 'M' (modified) on the end of the svn version it reports. This svn > version number is used in the R_FILEVERSION macro, which is used in in > the *.rc files. The resource file compiler, windres, appears to choke on > non-digits in R_FILEVERSION. (A comment in tools\GETVERSION indicates > it might choke on leading 0's as well.) > > svnversion can also output a string of the form "123:125" > to mean the current source is from a variety of svn revisions, > between 123 through 125. An "M" or "S" may also be appended. > I...
2008 Apr 19
1
nondigits in R_FILEVERSION mess up Windows build
...#39;svnversion' to put an 'M' (modified) on the end of the svn version it reports. This svn version number is used in the R_FILEVERSION macro, which is used in in the *.rc files. The resource file compiler, windres, appears to choke on non-digits in R_FILEVERSION. (A comment in tools\GETVERSION indicates it might choke on leading 0's as well.) After the following change, to remove the trailing M or S from the svn version number, the build worked. In R itself, the svn version contains the trailing 'M' to show it came from modified source. In the long run it might be nice to a...
2008 Apr 29
0
non-digits in svnversion output mess up windows build if (PR#11341)
...'M' (modified) on the end of the svn version it reports. This svn > > version number is used in the R_FILEVERSION macro, which is used in in > > the *.rc files. The resource file compiler, windres, appears to choke on > > non-digits in R_FILEVERSION. (A comment in tools\GETVERSION indicates > > it might choke on leading 0's as well.) > > > > svnversion can also output a string of the form "123:125" > > to mean the current source is from a variety of svn revisions, > > between 123 through 125. An "M" or "S" may...
2001 Dec 11
0
VirtualProtect and app crash: what's your interpretation?
...ave been taken. That branch gets taken if *(long *)75D734 is not equal to 2. gdb shows that the contents is 3. And where does this value come from? It is loaded only in this subroutine: 0075F000 sub_75F000 proc near ; CODE XREF: start+7C^Yp 0075F000 call ds:GetVersion 0075F006 movzx ecx, ah 0075F009 movzx edx, al 0075F00C mov dword_75D738, ecx 0075F012 mov dword_75D730, edx 0075F018 test eax, 80000000h 0075F01D jz short loc_75F03C 0075F01F...
2016 Nov 05
1
[PATCH] genversion.bat: don't overwrite version.mk
The automake script doesn't mess with it in any way, and the projects use win32/version.h and not version.mk. As it is works now, it's just an annoyance for VS devs that use git. --- win32/genversion.bat | 8 -------- 1 file changed, 8 deletions(-) diff --git a/win32/genversion.bat b/win32/genversion.bat index cd1d4dc..8b31831 100644 --- a/win32/genversion.bat +++ b/win32/genversion.bat
2003 Aug 03
2
[PATCH] Fix minor breakage on Cygwin: auth-passwd.c and session.c
...+++ auth-passwd.c 2 Aug 2003 14:54:06 -0000 @@ -43,6 +43,14 @@ #include "servconf.h" #include "auth.h" #include "openbsd-compat/xcrypt.h" + +# ifdef HAVE_CYGWIN +# undef ERROR +# include <windows.h> +# include <sys/cygwin.h> +# define is_winnt (GetVersion() < 0x80000000) +# endif + #ifdef WITH_AIXAUTHENTICATE # include "buffer.h" # include "canohost.h" Index: session.c =================================================================== RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/session.c,v retrieving revision...
2012 Jan 30
3
Problem with Centos 6.2 KVM
...-packages/virtinst/support.py", line 443, in _check_support actual_drv_ver = _hv_ver(conn, uri) File "/usr/lib/python2.6/site-packages/virtinst/support.py", line 376, in _hv_ver ret = cmd(*args) File "/usr/lib64/python2.6/site-packages/libvirt.py", line 2823, in getVersion if ret == -1: raise libvirtError ('virConnectGetVersion() failed', conn=self) libvirtError: internal error Cannot find suitable emulator for x86_64 yum list gives Installed Packages libvirt.x86_64 0.9.4-23.el6_2.4 @updates libvirt-client.x86_64...
2005 Nov 18
0
First post and problem with World of Warcraft
...b92fc98 7abf3ced 7c0030e0 0x7b92fc70: b7e6aff4 7c00bcf0 00000046 00000000 0x7b92fc80: 00000000 b7fd4234 00000000 7ac0682c 0x7b92fc90: 7c00bcf0 00000046 7b92fcb8 7abf3e4f 0x7b92fca0: 80000002 7a98b014 00000000 000f003f 0x7b92fcb0: 7b92fd5c 7a98e2cc 7b92fd74 7a977a81 Backtrace: =>1 0x7bb6b48a GetVersion+0xa in kernel32 (0x7b92fc64) 2 0x7abf3ced RegOpenKeyExA+0x1d in advapi32 (0x7b92fc98) 3 0x7abf3e4f RegOpenKeyA+0x3f in advapi32 (0x7b92fcb8) 4 0x7a977a81 DllMain+0x261 in opengl32 (0x7b92fd74) 5 0x7a97b338 __wine_spec_dll_entry+0x28 in opengl32 (0x7b92fd94) 6 0x7bebe4a2 call_dll_entry_poi...
2011 Jul 26
2
python-libvirt for 0.9.3 leaking file descriptors
...s for 0.9.3 are leaking file descriptors: root at cloud1:~# python Python 2.6.6 (r266:84292, Dec 26 2010, 22:31:48) [GCC 4.4.5] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import libvirt >>> libvirt.getVersion() 9003 >>> def openclose(): ... c = libvirt.open('qemu:///system') ... c.close() ... >>> import os >>> os.system('lsof -p %d | wc -l' % os.getpid()) 37 >>> openclose() >>> os.system('lsof -p %d | wc -l' % os.getpid()) 40...
2009 Jun 03
1
SSOAP failing
...ormations on the other services I tried here: http://smg8.ulb.ac.be:8080/axis2/services/listServices. I used the following commands: library("SSOAP") smg8Version <- SOAPServer("smg8.ulb.ac.be", "axis2/services/Version", 8080) .SOAP(smg8Version, "getVersion", action=I("VersionHttpSoap11Endpoint")) The first command seems to give a proper smg8Version object, but the second one fails with "Error: evaluation nested too deeply: infinite recursion / options(expressions=)?". I tried different "action" values, because I...
2011 Apr 27
1
[LLVMdev] LLVM internal getDirectory() for LexicalBlock debug information returns filename?
...ta !1, i32 2} ; [ DW_TAG_lexical_block ] !35 = metadata !{i32 589835, metadata !14, i32 11, i32 3, metadata !1, i32 1} ; [ DW_TAG_lexical_block ] ... In llvm/Analysis/DebugInfo.h, I see some exception code in DISubProgram for LLVMDebugVersion7: StringRef getDirectory() const { if (getVersion() == llvm::LLVMDebugVersion7) return getCompileUnit().getFilename(); return getFieldAs<DIFile>(6).getDirectory(); } The DILexicalBlock code does not include such exceptions, but even if I try to add such code, the result is still the filename iso directory. I am at a loss...
2001 Jul 11
2
[PATCH]: Cygwin: Allow sshd to switch user context without password
...8:42 1.4 +++ openbsd-compat/bsd-cygwin_util.c 2001/07/11 20:35:40 @@ -21,10 +21,14 @@ RCSID("$Id: bsd-cygwin_util.c,v 1.4 2001 #include <fcntl.h> #include <stdlib.h> +#include <sys/utsname.h> #include <sys/vfs.h> #include <windows.h> #define is_winnt (GetVersion() < 0x80000000) +#define ntsec_on(c) ((c) && strstr((c),"ntsec") && !strstr((c),"nontsec")) +#define ntea_on(c) ((c) && strstr((c),"ntea") && !strstr((c),"nontea")) + #if defined(open) && open == binary_open # un...
2002 Nov 30
3
About building R1.6.1 on Cygwin
...n only on Cygwin environment, However I've got following error messages. make -C front-ends Rpwd make[1]: Entering directory `/usr/src/R-1.6.1/src/gnuwin32/front-ends' make -C ../fixed version make[2]: Entering directory `/usr/src/R-1.6.1/src/gnuwin32/fixed' sed -e 1d ../../../tools/GETVERSION > ../../../tools/GV sh ../../../tools/GV > ../../include/Rversion.h rm -f ../../../tools/GV make[2]: Leaving directory `/usr/src/R-1.6.1/src/gnuwin32/fixed' make Rpwd.exe make[2]: Entering directory `/usr/src/R-1.6.1/src/gnuwin32/front-ends' gcc -O2 -Wall -pedantic -I../../include -...
2001 May 16
1
wine-20010510 fails to run?
...uot;GetProcAddress") ret=0046dea4 08067f18:Ret kernel32.GetProcAddress() retval=40641e58 ret=0046dea4 08067f18:Call kernel32.GetProcAddress(40601000,0047c348 "Borland32") ret=0046deac 08067f18:Ret kernel32.GetProcAddress() retval=00000000 ret=0046deac 08067f18:Call kernel32.GetVersion() ret=0046dec1 08067f18:Ret kernel32.GetVersion() retval=c0000004 ret=0046dec1 08067f18:Call kernel32.GlobalMemoryStatus(405b6e4c) ret=0046d3a8 08067f18:Ret kernel32.GlobalMemoryStatus() retval=7ffdffff ret=0046d3a8 08067f18:Call kernel32.VirtualAlloc(00000000,00400000,00002000,00000001)...
2002 Jul 04
4
Chroot patch (v3.4p1)
...ed Jul 3 16:29:01 2002 @@ -57,6 +57,8 @@ #include "canohost.h" #include "session.h" #include "monitor_wrap.h" +#include "match.h" +#include "readconf.h" #ifdef HAVE_CYGWIN #include <windows.h> @@ -64,6 +66,8 @@ #define is_winnt (GetVersion() < 0x80000000) #endif +#define CHROOT + /* func */ Session *session_new(void); @@ -1160,6 +1164,12 @@ do_setusercontext(struct passwd *pw) { char tty='\0'; + int i; +#ifdef CHROOT + char *new_root = "/"; + const char *hostname = NULL; + const...
2015 Dec 01
0
[PATCH 4/6] Input: Remove vmmouse port reservation
...se *psmouse, bool set_properties) return -ENXIO; } - if (!request_region(VMMOUSE_PROTO_PORT, 4, "vmmouse")) { - psmouse_dbg(psmouse, "VMMouse port in use.\n"); - return -EBUSY; - } - /* Check if the device is present */ response = ~VMMOUSE_PROTO_MAGIC; VMMOUSE_CMD(GETVERSION, 0, version, response, dummy1, dummy2); if (response != VMMOUSE_PROTO_MAGIC || version == 0xffffffffU) { - release_region(VMMOUSE_PROTO_PORT, 4); return -ENXIO; } @@ -366,8 +360,6 @@ int vmmouse_detect(struct psmouse *psmouse, bool set_properties) psmouse->model = version; } - r...
2015 Dec 04
0
[PATCH 4/6] Input: Remove vmmouse port reservation
...se *psmouse, bool set_properties) return -ENXIO; } - if (!request_region(VMMOUSE_PROTO_PORT, 4, "vmmouse")) { - psmouse_dbg(psmouse, "VMMouse port in use.\n"); - return -EBUSY; - } - /* Check if the device is present */ response = ~VMMOUSE_PROTO_MAGIC; VMMOUSE_CMD(GETVERSION, 0, version, response, dummy1, dummy2); if (response != VMMOUSE_PROTO_MAGIC || version == 0xffffffffU) { - release_region(VMMOUSE_PROTO_PORT, 4); return -ENXIO; } @@ -366,8 +360,6 @@ int vmmouse_detect(struct psmouse *psmouse, bool set_properties) psmouse->model = version; } - r...