[openrtm-beginners:00003] Able to compile but not able to run RT-Components.

7 posts / 0 new
Last post
Marianne Harrison
Offline
Last seen: Never ago
Joined: 2011-06-16 14:20
[openrtm-beginners:00003] Able to compile but not able to run RT-Components.

Hi,

I am using Visual Studio 2010 to compile RT-Components.  The
compilation is successful but when I try to run the component I get
the following error message:

The application failed to initialize properly (0xc0150002). Click on
OK to terminate the application.

This occurs for every component that I have compiled. The sample
components which were provided with my installation do run, but I have
not compiled them myself. I have always made sure that I have run the
Naming Service before running the component and I have tried running
both the Debug and Release versions of the component.

Does anyone know what could be wrong? Help would be greatly appreciated.

Undefined
Ando Noriaki (not verified)
[openrtm-beginners:00004] Able to compile but not able to run R

Hello Marianne-san

Are you using omniORB compiled by Visual Studio 2010?

omniORB-4.1.5 for VC10 (VS2010) is avaiable here.
http://sourceforge.net/projects/omniorb/files/omniORB/omniORB-4.1.5/

Best regards,
Noriaki Ando

2011/6/16 Marianne Harrison :
> Hi,
>
> I am using Visual Studio 2010 to compile RT-Components. The
> compilation is successful but when I try to run the component I get
> the following error message:
>
> The application failed to initialize properly (0xc0150002). Click on
> OK to terminate the application.
>
> This occurs for every component that I have compiled. The sample
> components which were provided with my installation do run, but I have
> not compiled them myself. I have always made sure that I have run the
> Naming Service before running the component and I have tried running
> both the Debug and Release versions of the component.
>
> Does anyone know what could be wrong? Help would be greatly appreciated.
>

Marianne Harrison
Offline
Last seen: Never ago
Joined: 2011-06-16 14:20
[openrtm-users 01795] [openrtm-beginners:00003] Able to compile

To Noriaki Ando,

No, I was not using it. I have downloaded and installed it and have
re-compiled the project using the new libraries. However, the error
still occurs. Do you have any other ideas?

Thanks,
Marianne

2011/6/16 Ando Noriaki :
> Hello Marianne-san
>
> Are you using omniORB compiled by Visual Studio 2010?
>
> omniORB-4.1.5 for VC10 (VS2010) is avaiable here.
> http://sourceforge.net/projects/omniorb/files/omniORB/omniORB-4.1.5/
>
> Best regards,
> Noriaki Ando
>
> 2011/6/16 Marianne Harrison :
>> Hi,
>>
>> I am using Visual Studio 2010 to compile RT-Components. The
>> compilation is successful but when I try to run the component I get
>> the following error message:
>>
>> The application failed to initialize properly (0xc0150002). Click on
>> OK to terminate the application.
>>
>> This occurs for every component that I have compiled. The sample
>> components which were provided with my installation do run, but I have
>> not compiled them myself. I have always made sure that I have run the
>> Naming Service before running the component and I have tried running
>> both the Debug and Release versions of the component.
>>
>> Does anyone know what could be wrong? Help would be greatly appreciated.
>>

gbiggs
Offline
Last seen: 6 years 9 months ago
Joined: 2010-08-02 07:51
[openrtm-users 01797] [openrtm-beginners:00003] Able to compile

Hi Marianne,

This error is typically caused by unmatched dependencies. While you have
recompiled the project using the new libraries, you need to also check
that the new libraries are available in the path (e.g. put the directory
that contains them in the PATH environment variable), and make sure that
they are before other versions in the search path.

If it still doesn't work then, you can try running it in the Visual
Studio debugger. When the error occurs, it should tell you where in your
program it occurred. When you run it, make sure to turn on "Module Load
Messages" (buried somewhere in the Debug menu, but I can't remember
exactly where).

Geoff

On 16/06/11 19:26, Marianne Harrison wrote:
> To Noriaki Ando,
>
> No, I was not using it. I have downloaded and installed it and have
> re-compiled the project using the new libraries. However, the error
> still occurs. Do you have any other ideas?
>
> Thanks,
> Marianne
>
> 2011/6/16 Ando Noriaki :
>> Hello Marianne-san
>>
>> Are you using omniORB compiled by Visual Studio 2010?
>>
>> omniORB-4.1.5 for VC10 (VS2010) is avaiable here.
>> http://sourceforge.net/projects/omniorb/files/omniORB/omniORB-4.1.5/
>>
>> Best regards,
>> Noriaki Ando
>>
>> 2011/6/16 Marianne Harrison :
>>> Hi,
>>>
>>> I am using Visual Studio 2010 to compile RT-Components. The
>>> compilation is successful but when I try to run the component I get
>>> the following error message:
>>>
>>> The application failed to initialize properly (0xc0150002). Click on
>>> OK to terminate the application.
>>>
>>> This occurs for every component that I have compiled. The sample
>>> components which were provided with my installation do run, but I have
>>> not compiled them myself. I have always made sure that I have run the
>>> Naming Service before running the component and I have tried running
>>> both the Debug and Release versions of the component.
>>>
>>> Does anyone know what could be wrong? Help would be greatly appreciated.
>>>
>>> --Marianne
>>> _______________________________________________
>>> openrtm-beginners mailing list
>>> openrtm-beginners@openrtm.org
>>> http://www.openrtm.org/mailman/listinfo/openrtm-beginners
>>>
>>
>>
>>

Marianne Harrison
Offline
Last seen: Never ago
Joined: 2011-06-16 14:20
[openrtm-users 01798] [openrtm-beginners:00003] Able to compile

Thank you, Geoffrey. I am now getting a more detailed error message.
I double-checked the PATH environment variable. It was set to find
the new omniORB.

So the new error message is this:
LDR: LdrpWalkImportDescriptor() failed to probe [OpenRTM
directory]\bin\RTC100d.dll for its manifest, ntstatus 0xc0150002

Sorry to keep bugging everyone but I am quite confused about this.

fsi-katami
Offline
Last seen: 6 years 1 month ago
Joined: 2010-08-02 13:37
[openrtm-users 01801] [openrtm-beginners:00003] Able to compile

To Marianne,

I up-loaded OpenRTM(Ver1.1.0) compiled by using VC2010.

OmniORB compiled by using VC2010 for this installer is included.

This installer is a beta version.
Please contribute to the mailing list when trouble is found.

Best regards,
Katami

On Fri, 17 Jun 2011 12:27:26 +1200
Marianne Harrison wrote:

> Thank you, Geoffrey. I am now getting a more detailed error message.
> I double-checked the PATH environment variable. It was set to find
> the new omniORB.
>
> So the new error message is this:
> LDR: LdrpWalkImportDescriptor() failed to probe [OpenRTM
> directory]\bin\RTC100d.dll for its manifest, ntstatus 0xc0150002
>
> Sorry to keep bugging everyone but I am quite confused about this.

root
Offline
Last seen: 1 day 22 hours ago
Joined: 2009-06-23 14:31
[openrtm-users 01794] [openrtm-beginners:00003] Able to compile

Hello Marianne-san

Are you using omniORB compiled by Visual Studio 2010?

omniORB-4.1.5 for VC10 (VS2010) is avaiable here.
http://sourceforge.net/projects/omniorb/files/omniORB/omniORB-4.1.5/

Best regards,
Noriaki Ando

2011/6/16 Marianne Harrison :
> Hi,
>
> I am using Visual Studio 2010 to compile RT-Components. The
> compilation is successful but when I try to run the component I get
> the following error message:
>
> The application failed to initialize properly (0xc0150002). Click on
> OK to terminate the application.
>
> This occurs for every component that I have compiled. The sample
> components which were provided with my installation do run, but I have
> not compiled them myself. I have always made sure that I have run the
> Naming Service before running the component and I have tried running
> both the Debug and Release versions of the component.
>
> Does anyone know what could be wrong? Help would be greatly appreciated.
>

Log in or register to post comments

Download

latest Releases : 2.0.0-RELESE

2.0.0-RELESE Download page

Number of Projects

Choreonoid

Motion editor/Dynamics simulator

OpenHRP3

Dynamics simulator

OpenRTP

Integrated Development Platform

AIST RTC collection

RT-Components collection by AIST

TORK

Tokyo Opensource Robotics Association

DAQ-Middleware

Middleware for DAQ (Data Aquisition) by KEK