Can you help me to fix this problem? Why did I receive these kind of
error?
-- output of sessionInfo():
> library("EBImage")
Loading required package: abind
Error in inDL(x, as.logical(local), as.logical(now), ...) :
unable to load shared object 'C:/Program
Files/R/R-2.13.2/library/EBImage/libs/i386/EBImage.dll':
LoadLibrary failure: The specified module could not be found.
Error: package/namespace load failed for 'EBImage'
--
Sent via the guest posting facility at bioconductor.org.
Hi Diyanah,
On Fri, Oct 28, 2011 at 12:03 PM, diyanah [guest]
<guest at="" bioconductor.org=""> wrote:
>
> Can you help me to fix this problem? Why did I receive these kind of
error?
>
>
>
> ?-- output of sessionInfo():
>
>> library("EBImage")
> Loading required package: abind
> Error in inDL(x, as.logical(local), as.logical(now), ...) :
> ?unable to load shared object 'C:/Program
Files/R/R-2.13.2/library/EBImage/libs/i386/EBImage.dll':
> ?LoadLibrary failure: ?The specified module could not be found.
>
> Error: package/namespace load failed for 'EBImage'
>
Based on your post elsewhere, I think the problem is that you are
trying to install a version of EBImage that is too old.
Try doing the following in R:
source("http://bioconductor.org/biocLite.R")
biocLite("EBImage")
If you have further reports, please read the posting guide before
posting:
http://bioconductor.org/help/mailing-list/posting-guide/
And please include the output of sessionInfo().
Dan
> --
> Sent via the guest posting facility at bioconductor.org.
>
> _______________________________________________
> Bioconductor mailing list
> Bioconductor at r-project.org
> https://stat.ethz.ch/mailman/listinfo/bioconductor
> Search the archives:
http://news.gmane.org/gmane.science.biology.informatics.conductor
>
Hi Nurdiyanah,
On Fri, Oct 28, 2011 at 1:01 PM, Nurdiyanah Jambari <yanadj28 at="" gmail.com=""> wrote:
> Hi,
>
> I have already try the following in R:
> source("http://bioconductor.org/biocLite.R")
> biocLite("EBImage")
>
> and it is a success, but still I receive the same error. I also have
this
> message (in attachment)
>
> Here is my? sessionInfo()
>
>> sessionInfo()
> R version 2.13.2 (2011-09-30)
> Platform: i386-pc-mingw32/i386 (32-bit)
>
> locale:
> [1] LC_COLLATE=English_United States.1252
> [2] LC_CTYPE=English_United States.1252
> [3] LC_MONETARY=English_United States.1252
> [4] LC_NUMERIC=C
> [5] LC_TIME=English_United States.1252
>
> attached base packages:
> [1] stats???? graphics? grDevices utils???? datasets? methods
> [7] base
>
> loaded via a namespace (and not attached):
> [1] tools_2.13.2
>
>
>
Please read the EBImage installation manual (windows section):
http://bioconductor.org/packages/2.8/bioc/vignettes/EBImage/inst/doc
/EBImage-installation.pdf
Please keep correspondence on the list, so others can benefit from it.
(I have CC'd the Bioconductor list here.)
Also, please note that attachments are filtered out when sending email
to the list,
so do not send attachments; instead, include the error message in
textual form.
Dan
> On Sat, Oct 29, 2011 at 3:43 AM, Dan Tenenbaum <dtenenba at="" fhcrc.org=""> wrote:
>>
>> Hi Diyanah,
>>
>> On Fri, Oct 28, 2011 at 12:03 PM, diyanah [guest]
>> <guest at="" bioconductor.org=""> wrote:
>> >
>> > Can you help me to fix this problem? Why did I receive these kind
of
>> > error?
>> >
>> >
>> >
>> > ?-- output of sessionInfo():
>> >
>> >> library("EBImage")
>> > Loading required package: abind
>> > Error in inDL(x, as.logical(local), as.logical(now), ...) :
>> > ?unable to load shared object 'C:/Program
>> > Files/R/R-2.13.2/library/EBImage/libs/i386/EBImage.dll':
>> > ?LoadLibrary failure: ?The specified module could not be found.
>> >
>> > Error: package/namespace load failed for 'EBImage'
>> >
>>
>> Based on your post elsewhere, I think the problem is that you are
>> trying to install a version of EBImage that is too old.
>>
>> Try doing the following in R:
>> source("http://bioconductor.org/biocLite.R")
>> biocLite("EBImage")
>>
>> If you have further reports, please read the posting guide before
posting:
>>
>> http://bioconductor.org/help/mailing-list/posting-guide/
>>
>> And please include the output of sessionInfo().
>>
>> Dan
>>
>>
>>
>>
>>
>>
>> > --
>> > Sent via the guest posting facility at bioconductor.org.
>> >
>> > _______________________________________________
>> > Bioconductor mailing list
>> > Bioconductor at r-project.org
>> > https://stat.ethz.ch/mailman/listinfo/bioconductor
>> > Search the archives:
>> > http://news.gmane.org/gmane.science.biology.informatics.conductor
>> >
>
>
>
> --
> Nurdiyanah Bt Hj Jambari
> Student
> Faculty of Engineering
> Bachelor Engineering of Computer & Communication System Engineering
> University Putra Malaysia
>
Hi,
I have followed the installation guide, and now the error message that
I
receive is different.
> library("EBImage")
Loading required package: abind
Error in inDL(x, as.logical(local), as.logical(now), ...) :
unable to load shared object 'C:/Program
Files/R/R-2.13.2/library/EBImage/libs/i386/EBImage.dll':
LoadLibrary failure: The specified module could not be found.
Error: package/namespace load failed for 'EBImage'
I have checked and the 'EBImage.dll' is exist, but why 'LoadLibrary
failure'
?
I also receive System Error window state that:
'The program can't start because MSVCR80.dll is missing from your
computer.
Try reinstalling the program to fix this problem.'
Where can I find the 'MSVCR80.dll' ? Do I need to reinstall the R or
the
packages?
> sessionInfo()
R version 2.13.2 (2011-09-30)
Platform: i386-pc-mingw32/i386 (32-bit)
locale:
[1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United
States.1252 LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C LC_TIME=English_United
States.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] abind_1.3-0
thank you.
On Sat, Oct 29, 2011 at 4:08 AM, Dan Tenenbaum <dtenenba@fhcrc.org>
wrote:
> Hi Nurdiyanah,
>
>
>
> On Fri, Oct 28, 2011 at 1:01 PM, Nurdiyanah Jambari
<yanadj28@gmail.com>
> wrote:
> > Hi,
> >
> > I have already try the following in R:
> > source("http://bioconductor.org/biocLite.R")
> > biocLite("EBImage")
> >
> > and it is a success, but still I receive the same error. I also
have this
> > message (in attachment)
> >
> > Here is my sessionInfo()
> >
> >> sessionInfo()
> > R version 2.13.2 (2011-09-30)
> > Platform: i386-pc-mingw32/i386 (32-bit)
> >
> > locale:
> > [1] LC_COLLATE=English_United States.1252
> > [2] LC_CTYPE=English_United States.1252
> > [3] LC_MONETARY=English_United States.1252
> > [4] LC_NUMERIC=C
> > [5] LC_TIME=English_United States.1252
> >
> > attached base packages:
> > [1] stats graphics grDevices utils datasets methods
> > [7] base
> >
> > loaded via a namespace (and not attached):
> > [1] tools_2.13.2
> >
> >
> >
>
>
> Please read the EBImage installation manual (windows section):
>
>
> http://bioconductor.org/packages/2.8/bioc/vignettes/EBImage/inst/doc
/EBImage-installation.pdf
>
> Please keep correspondence on the list, so others can benefit from
it.
> (I have CC'd the Bioconductor list here.)
>
> Also, please note that attachments are filtered out when sending
email
> to the list,
> so do not send attachments; instead, include the error message in
textual
> form.
>
> Dan
>
>
> > On Sat, Oct 29, 2011 at 3:43 AM, Dan Tenenbaum
<dtenenba@fhcrc.org>
> wrote:
> >>
> >> Hi Diyanah,
> >>
> >> On Fri, Oct 28, 2011 at 12:03 PM, diyanah [guest]
> >> <guest@bioconductor.org> wrote:
> >> >
> >> > Can you help me to fix this problem? Why did I receive these
kind of
> >> > error?
> >> >
> >> >
> >> >
> >> > -- output of sessionInfo():
> >> >
> >> >> library("EBImage")
> >> > Loading required package: abind
> >> > Error in inDL(x, as.logical(local), as.logical(now), ...) :
> >> > unable to load shared object 'C:/Program
> >> > Files/R/R-2.13.2/library/EBImage/libs/i386/EBImage.dll':
> >> > LoadLibrary failure: The specified module could not be found.
> >> >
> >> > Error: package/namespace load failed for 'EBImage'
> >> >
> >>
> >> Based on your post elsewhere, I think the problem is that you are
> >> trying to install a version of EBImage that is too old.
> >>
> >> Try doing the following in R:
> >> source("http://bioconductor.org/biocLite.R")
> >> biocLite("EBImage")
> >>
> >> If you have further reports, please read the posting guide before
> posting:
> >>
> >> http://bioconductor.org/help/mailing-list/posting-guide/
> >>
> >> And please include the output of sessionInfo().
> >>
> >> Dan
> >>
> >>
> >>
> >>
> >>
> >>
> >> > --
> >> > Sent via the guest posting facility at bioconductor.org.
> >> >
> >> > _______________________________________________
> >> > Bioconductor mailing list
> >> > Bioconductor@r-project.org
> >> > https://stat.ethz.ch/mailman/listinfo/bioconductor
> >> > Search the archives:
> >> >
http://news.gmane.org/gmane.science.biology.informatics.conductor
> >> >
> >
> >
> >
> > --
> > Nurdiyanah Bt Hj Jambari
> > Student
> > Faculty of Engineering
> > Bachelor Engineering of Computer & Communication System
Engineering
> > University Putra Malaysia
> >
>
--
Nurdiyanah Bt Hj Jambari
Student
Faculty of Engineering
Bachelor Engineering of Computer & Communication System Engineering
University Putra Malaysia
[[alternative HTML version deleted]]
Dear Nurdiyanah Jambari
I don't know much about Windows, but entering "MSVCR80.dll" in Google
indicates that failure to have this file is a common problem. This
appears to be a problem with your (instance of) Windows, and the best
solution for you may be to talk to a local system administrator to
resolve it.
Best wishes
Wolfgang
Oct/28/11 10:46 PM, Nurdiyanah Jambari scripsit::
> Hi,
>
> I have followed the installation guide, and now the error message
that I
> receive is different.
>
>
>> library("EBImage")
> Loading required package: abind
> Error in inDL(x, as.logical(local), as.logical(now), ...) :
> unable to load shared object 'C:/Program
> Files/R/R-2.13.2/library/EBImage/libs/i386/EBImage.dll':
> LoadLibrary failure: The specified module could not be found.
>
> Error: package/namespace load failed for 'EBImage'
>
>
> I have checked and the 'EBImage.dll' is exist, but why 'LoadLibrary
failure'
> ?
> I also receive System Error window state that:
>
>
> 'The program can't start because MSVCR80.dll is missing from your
computer.
> Try reinstalling the program to fix this problem.'
>
>
> Where can I find the 'MSVCR80.dll' ? Do I need to reinstall the R or
the
> packages?
>
>> sessionInfo()
> R version 2.13.2 (2011-09-30)
> Platform: i386-pc-mingw32/i386 (32-bit)
>
> locale:
> [1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United
> States.1252 LC_MONETARY=English_United States.1252
> [4] LC_NUMERIC=C LC_TIME=English_United
> States.1252
>
> attached base packages:
> [1] stats graphics grDevices utils datasets methods base
>
> other attached packages:
> [1] abind_1.3-0
>
>
> thank you.
>
>
>
> On Sat, Oct 29, 2011 at 4:08 AM, Dan Tenenbaum<dtenenba at="" fhcrc.org=""> wrote:
>
>> Hi Nurdiyanah,
>>
>>
>>
>> On Fri, Oct 28, 2011 at 1:01 PM, Nurdiyanah Jambari<yanadj28 at="" gmail.com="">
>> wrote:
>>> Hi,
>>>
>>> I have already try the following in R:
>>> source("http://bioconductor.org/biocLite.R")
>>> biocLite("EBImage")
>>>
>>> and it is a success, but still I receive the same error. I also
have this
>>> message (in attachment)
>>>
>>> Here is my sessionInfo()
>>>
>>>> sessionInfo()
>>> R version 2.13.2 (2011-09-30)
>>> Platform: i386-pc-mingw32/i386 (32-bit)
>>>
>>> locale:
>>> [1] LC_COLLATE=English_United States.1252
>>> [2] LC_CTYPE=English_United States.1252
>>> [3] LC_MONETARY=English_United States.1252
>>> [4] LC_NUMERIC=C
>>> [5] LC_TIME=English_United States.1252
>>>
>>> attached base packages:
>>> [1] stats graphics grDevices utils datasets methods
>>> [7] base
>>>
>>> loaded via a namespace (and not attached):
>>> [1] tools_2.13.2
>>>
>>>
>>>
>>
>> Please read the EBImage installation manual (windows section):
>>
>>
>>
http://bioconductor.org/packages/2.8/bioc/vignettes/EBImage/inst/doc
/EBImage-installation.pdf
>>
>> Please keep correspondence on the list, so others can benefit from
it.
>> (I have CC'd the Bioconductor list here.)
>>
>> Also, please note that attachments are filtered out when sending
email
>> to the list,
>> so do not send attachments; instead, include the error message in
textual
>> form.
>>
>> Dan
>>
>>
>>> On Sat, Oct 29, 2011 at 3:43 AM, Dan Tenenbaum<dtenenba at="" fhcrc.org="">
>> wrote:
>>>> Hi Diyanah,
>>>>
>>>> On Fri, Oct 28, 2011 at 12:03 PM, diyanah [guest]
>>>> <guest at="" bioconductor.org=""> wrote:
>>>>> Can you help me to fix this problem? Why did I receive these
kind of
>>>>> error?
>>>>>
>>>>>
>>>>>
>>>>> -- output of sessionInfo():
>>>>>
>>>>>> library("EBImage")
>>>>> Loading required package: abind
>>>>> Error in inDL(x, as.logical(local), as.logical(now), ...) :
>>>>> unable to load shared object 'C:/Program
>>>>> Files/R/R-2.13.2/library/EBImage/libs/i386/EBImage.dll':
>>>>> LoadLibrary failure: The specified module could not be found.
>>>>>
>>>>> Error: package/namespace load failed for 'EBImage'
>>>>>
>>>> Based on your post elsewhere, I think the problem is that you are
>>>> trying to install a version of EBImage that is too old.
>>>>
>>>> Try doing the following in R:
>>>> source("http://bioconductor.org/biocLite.R")
>>>> biocLite("EBImage")
>>>>
>>>> If you have further reports, please read the posting guide before
>> posting:
>>>> http://bioconductor.org/help/mailing-list/posting-guide/
>>>>
>>>> And please include the output of sessionInfo().
>>>>
>>>> Dan
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>> --
>>>>> Sent via the guest posting facility at bioconductor.org.
>>>>>
>>>>> _______________________________________________
>>>>> Bioconductor mailing list
>>>>> Bioconductor at r-project.org
>>>>> https://stat.ethz.ch/mailman/listinfo/bioconductor
>>>>> Search the archives:
>>>>>
http://news.gmane.org/gmane.science.biology.informatics.conductor
>>>>>
>>>
>>>
>>> --
>>> Nurdiyanah Bt Hj Jambari
>>> Student
>>> Faculty of Engineering
>>> Bachelor Engineering of Computer& Communication System
Engineering
>>> University Putra Malaysia
>>>
>
>
--
Wolfgang Huber
EMBL
http://www.embl.de/research/units/genome_biology/huber