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

7 個の投稿 / 0 new
最終投稿
Marianne Harrison
オフライン
Last seen: なし 前
登録日: 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.

未定義
Ando Noriaki (未認証ユーザ)
[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
オフライン
Last seen: なし 前
登録日: 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
オフライン
Last seen: 6年 9ヶ月 前
登録日: 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
オフライン
Last seen: なし 前
登録日: 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
オフライン
Last seen: 6年 1ヶ月 前
登録日: 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
オフライン
Last seen: 3日 12時間 前
登録日: 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.
>

コメントを投稿するにはログインまたはユーザー登録を行ってください

ダウンロード

最新バージョン : 2.0.1-RELESE

統計

Webサイト統計
ユーザ数:2195
プロジェクト統計
RTコンポーネント307
RTミドルウエア35
ツール22
文書・仕様書2

Choreonoid

モーションエディタ/シミュレータ

OpenHRP3

動力学シミュレータ

OpenRTP

統合開発プラットフォーム

産総研RTC集

産総研が提供するRTC集

TORK

東京オープンソースロボティクス協会

DAQ-Middleware

ネットワーク分散環境でデータ収集用ソフトウェアを容易に構築するためのソフトウェア・フレームワーク