similar to: LoadLibrary failure: : %1 is not a valid Win32 application although arch x64 has been specified

Displaying 20 results from an estimated 3000 matches similar to: "LoadLibrary failure: : %1 is not a valid Win32 application although arch x64 has been specified"

2012 Sep 20
1
R/C++ interfaces: crashes when using .c(), followed by correct results when R restarted
Dear all I have written a function in C++ , equil_distC, that I am calling from an R script. In the last few days, R has repeatedly crashed when calling this function, or delivered obviously wrong outputs. However, when I restarted R after the crash, the results turned out to be OK most of the time although I had not modified the C++ code. Although the code runs correctly now, I am not sure
2012 Aug 13
3
creation of package failed
Dear all I am trying to build a package, and get the error message: ""packaging into .tar.gz failed"". I have also installed the same package directly from a locally created zip file. In this case, the package is put correctly under C:\R\R-2.15.0\library. However, when I check the package, I get another error message, stating "ERROR: compilation failed for package".
2012 Nov 09
2
Error in memory.size(size) when calling R in batch mode (but not in interactive mode)
Dear all I use a 64 bit Windows7 system with 16 GB memory. I have run an R script in batch mode with the following command: R CMD BATCH masterassignment_2012_11_09.r --save The execution was terminated with the following error message: Error in memory.size(size) : don't be silly!: your machine has a 4Gb address limit I never get this error message in an interactive session
2013 Aug 28
2
netlogo r-extension loadlibrary() failures
Trying to access R from Netlogo5 (using the NetLogo R-Extension), running the configuration validation tests in NetLogo5/extensions/r/Systemcheck.nlogo, I get several loadlibrary() errors ... in rJava Check2, > library(rJava); .path.package('rJava') Error : .onLoad failed in loadNamespace() for 'rJava', details: call: inDL(x, as.logical(local), as.logical(now), ...)
2010 Sep 24
1
loadlibrary failure
> > We have got this problem,: > > > library (RMySQL) > Error : .onLoad failed in loadNamespace() for 'RMySQL', details: > call: inDL(x, as.logical(local), as.logical(now), ...) > error: imposible cargar la biblioteca compartida > 'C:/ARCHIV~1/R/R-211~1.1/library/RMySQL/libs/RMySQL.dll': > LoadLibrary failure: El acceso a la direcci?n de
2012 Jul 04
2
CPU usage while running R code
I am currently running an R program on a computer with 16 Gb memory (Windows7, 64 bit). When I look at the task manager, I see that only 4 out of the 8 CPUs are being used. Is this due to some missing in the R code, or should I change something to the settings of the computer? Laurent Franckx, PhD Expert VITO NV Boeretang 200, 2400 MOL, Belgium Tel. + 32 14 33 58 22 Skype: laurent.franckx
2011 Aug 10
1
Win7 x64 "device not ready" error when DLLpath passed to dyn.load
Hi, Does anyone have any idea why some installations of 64 bit Windows 7 yields an error like this when passing DLLpath to dyn.load or library.dynam? > library(RGtk2) Error in inDL(x, as.logical(local), as.logical(now), ...) : unable to load shared object 'c:/R/libuser/RGtk2/libs/x64/ RGtk2.dll': LoadLibrary failure: The device is not ready. For now I guess I will fall back to
2011 Sep 28
1
Error: could not find function
Dear all I have written a function, "calibrateCES", in which a function is called, "BPGC", which was written in the enclosure of "calibrateCES". Until the most recent version of my program, "calibrateCES" always used "BPGC" as planned. Following a modification which does not affect "BPGC" directly (although it does affect one of the
2007 Oct 19
0
RMySQL LoadLibrary failure: Invalid access to memory location.
Hi. A colleague of mine figured out how to get the RMySQL 0.6 package to load properly in our environment with MySQL 5.0.45. Every time I tried to load the RMySQL library in R 2.5.1 I was getting an error message: LoadLibrary failure: Invalid access to memory location. We did the following: First obtain RMySQL 0.5-7, which can be found at
2007 Oct 16
0
RMySQL LoadLibrary failure: Invalid access to memory location.
Hi. I'm sorry to revisit a problem that's been much discussed, but I haven't yet been able to overcome it. I am running R 2.5.1 on Windows XP Professional 5.1 (Service Pack 2), and I believe I have MySQL 5.0.45 installed (I downloaded and installed mysql-essential-5.0.45-win32.msi from http://dev.mysql.com/downloads/mysql/5.0.html). Here is what happened when I tried to install
2009 Mar 20
2
LoadLibrary under wine
i have a dll that i really need to user under linux. on windows i'm using it with mingw and some sort of dlopen-ish funcions. compiling with winegcc can help me to use explicit linking in the same way that i've used on windows? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2003 May 05
1
R-1.7.0: Rproxy.dll loadlibrary/freelibrary error (PR#2914)
Full_Name: Venkatesh Mysore Version: R-1.7.0 OS: WindowsXP Submission from: (NULL) (216.165.110.10) While accessing Rproxy.dll repeatedly (using the code from the (D)COM example in the R website) causes a failure in the 24th iteration. R-1.6.2 does NOT give this error. This seems to be a memory management error, that might be linked to the huge leakage difference between R-1.7.0 and R-1.6.2
2012 Sep 06
1
use of ddply() within function
Dear all, I am encountering problems with the application of ddply within the body of a self-defined function. The script is the following: moncostcarmoto <- function(costtype){ costaux_result <- data.frame() for (purp in PURPcount){for (per in PERcount){ costcarin =
2010 Apr 30
1
as.character() crashes R 2.11 on Win2008 x64 and Win7 64
Dear List, I have a Date vector, and converting to character causes R&nbsp;2.11 to&nbsp;crash on one machine running Win2008 x64 and another running Win7 x64. The code runs fine on R 2.10. For example, x &lt;-&nbsp;as.Date(rep(1:15000, 10), '1970-01-01') y &lt;- as.character(x) At this point, Rgui crashes. I get this using both the 32 and 64 bit 2.11.0 R
2010 Mar 30
8
about the possible errors in Rgraphviz Package
Hi All, I tried to install the package of Rgraphviz in the following two ways successfully: source("http://bioconductor.org/biocLite.R") biocLite("Rgraphviz") install.packages(pkgs="C:/Progra~1/R/lib_download/Rgraphviz_1.24.0.zip", lib="C:/Progra~1/R/R-2.10.1/library", repos=NULL) but when I loaded the package though library(Rgraphviz) or
2020 Apr 30
3
"not a valid win32 application" with rtools40-x86_65.exe on Windows 10
Hello, All: ????? "00install.out" from "R CMD check Ecfun_0.2-4.tar.gz" includes: Error:? package or namespace load failed for 'Ecfun': ?.onLoad failed in loadNamespace() for 'rJava', details ? call: inDL(x, as.logical(local), as.logical(now), ...) ? error:? unable to load shared object 'c:/Program
2010 Sep 02
1
R CMD check Package(Windows): Error in inDL(x, as.logical(local), as.logical(now), ...) :
Hi, I've built my own package in windows and when I run R CMD check Package-Name I get, * install options are ' --no-html' * installing *source* package 'AceTest' ... ** libs making DLL ... g++ ...etc. installing to <PATH> ... done ** R ** preparing package for lazy loading ** help Warning: ./man/AceTest-package.Rd:34: All text must be in a section Warning:
2009 Mar 26
1
Problemas con psych y Rgraphviz
Hola a tod@s, ayer mismo gracias a CarlosJ. Gil Bellosta me he enterado de la existencia de la lista R en España. Excelente idea!! Aprovecho este mensaje para comentaros un problema en la utilización del paquete psych y Rgraphviz que nunca había utilizado antes. Despues de cambiar a la versión R.2.8.2 y haberla reinstalado varias veces con vista. Cuando ejecuto test.psych() aparece un mensaje
2009 Jan 23
2
can't load rJava in R 2.8.1 on Windows XP
Dear community, unfortunately I did not manage load the rJava package receiving the following error-message: > library("rJava") Error in inDL(x, as.logical(local), as.logical(now), ...) : kann shared library 'C:/Programme/R/2.8.1/library/rJava/libs/rJava.dll' nicht laden: LoadLibrary failure: Das angegebene Modul wurde nicht gefunden. Error : .onLoad in
2009 Jan 23
2
can't load rJava in R 2.8.1 on Windows XP
Dear community, unfortunately I did not manage load the rJava package receiving the following error-message: > library("rJava") Error in inDL(x, as.logical(local), as.logical(now), ...) : kann shared library 'C:/Programme/R/2.8.1/library/rJava/libs/rJava.dll' nicht laden: LoadLibrary failure: Das angegebene Modul wurde nicht gefunden. Error : .onLoad in