Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

ERROR: LoadLibrary failure: %1 is not a valid Win32 application.


View products that this article applies to.

Problem

The following error message appears when installing a source package in Windows using the DOS command prompt:
R CMD INSTALL <package_name>.tar.gz

Error : .onLoad failed in loadNamespace() for 'RevoScaleR', details:
  call: inDL(x, as.logical(local), as.logical(now), ...)
  error: unable to load shared object 'C:/Program Files/R/R-3.1.3/library/RevoScaleR/rxLibs/x64/RxLink.dll':
  LoadLibrary failure:  %1 is not a valid Win32 application.

↑ Back to the top


Solution

To resolve this error, on the DOS command prompt execute the following:
R CMD INSTALL –no-multiarch <package_name>.tar.gz

↑ Back to the top


Keywords: kb

↑ Back to the top

Article Info
Article ID : 3103817
Revision : 1
Created on : 1/7/2017
Published on : 11/1/2015
Exists online : False
Views : 70