flagflag  If you want to see English page, please click "English" Button at Left.

opensim 0.9.0.0-RC-1

  • このフォーラムに新しいトピックを立てることはできません
  • このフォーラムではゲスト投稿が禁止されています
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 .2 .3 .4 .5 .6 .7 .8 | 投稿日時 2016-10-1 22:45
Luisillo  Just can't stay away 居住地: Spain  投稿数: 80
I can not compile the currency module by this error.

"X:\0.9.0.0\0BANCO\opensim.currency-0.8.2.1\OpenSim.Currency.sln" (default target) (1) ->
"X:\0.9.0.0\0BANCO\opensim.currency-0.8.2.1\OpenSim.Grid.MoneyServer\MoneyServer.csproj" (default target) (2) ->
"X:\0.9.0.0\0BANCO\opensim.currency-0.8.2.1\OpenSim.Modules.Currency\OpenSim.Modules.Currency.csproj" (default target) (4) ->(CoreCompile target) ->

CSC : fatal error CS0008: Unexpected error reading metadata from file 'x:\0.9 .0.0\0BANCO\bin\HttpServer_OpenSim.dll' -- 'Invalid assembly public key.' [X:\0
.9.0.0\0BANCO\opensim.currency-0.8.2.1\OpenSim.Modules.Currency\OpenSim.Modules.Currency.csproj]

4 Warning(s)
1 Error(s)

When I try to use the binaries the region can not start with this error:
2016-10-01 15:13:59,466 FATAL (1) - OpenSim.Framework.Servers.BaseOpenSimServer Fatal error: Method 'ObjectGiveMoney' in type 'OpenSim.Modules.Currency.DTLNSLMoneyModule' from assembly 'OpenSim.Modules.Currency, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

Thank you for your help.
投票数:96 平均点:5.52
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2016-10-2 23:27 | 最終変更
iseki  Home away from home   投稿数: 1581
Hi,

opensim.currency-0.8.2.1 does not work with OpenSim-0.9.0(Dev or RC)
Please use subversion repository OR wait to release of OpenSim DTL/NSL Money Server 0.9.0

subversion repository is http://www.nsl.tuis.ac.jp/svn/opensim/opensim.currency/trunk/
OpenSim DTL/NSL Money Server 0.9.0 will be released as soon as after releases of OpenSim-0.9.0 (not RC)
New Money Server supports HG avatars, too.
It is tested in Japan Open Grid (jogrid.net:8002) now (https://www.jogrid.net)

Thanks.
投票数:70 平均点:3.14
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2016-10-3 3:22
Luisillo  Just can't stay away 居住地: Spain  投稿数: 80
Thank you very much for your quick answer.
Best regards
投票数:63 平均点:6.03
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2016-10-9 17:41
Luisillo  Just can't stay away 居住地: Spain  投稿数: 80
Has been compiled from subversion repository without problems. Is working fine with rc 01 version.
Thank you again Mister Iseki.
Best regards
投票数:48 平均点:5.00
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2017-1-24 4:47
Luisillo  Just can't stay away 居住地: Spain  投稿数: 80
(This post is only for my history records.)


Currency rev 806
Rc-1 work but rc-2 not.
No problems compiling

Region error.
20:43:43 - [EVENT MANAGER]: Delegate for TriggerOnMakeRootAgent failed - continuing. Method not found: 'Boolean OpenSim.Region.Framework.Scenes.ScenePresence.get_isNPC()'. at OpenSim.Modules.Currency.DTLNSLMoneyModule.LoginMoneyServer(ScenePresence avatar, Int32& balance)
at OpenSim.Modules.Currency.DTLNSLMoneyModule.OnMakeRootAgent(ScenePresence agent)
at OpenSim.Region.Framework.Scenes.EventManager.TriggerOnMakeRootAgent(ScenePresence presence) in x:\0.9.0.0-rc2\FUENTE\OpenSim\Region\Framework\Scenes\Event
Manager.cs:line 2190

moneyserver error
Money # 20:43:43 - [MONEY RPC]: handleGetBalance: Session authentication failedwhen getting balance for user 79710600-6a8d-49b8-8eeb-fb8484375ffb
投票数:59 平均点:4.24
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2017-2-1 12:30
iseki  Home away from home   投稿数: 1581
Hi,
Sorry.
I am currently sickening my condition

I will release the official version for 0.9.0.
投票数:57 平均点:4.74
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2017-3-4 10:54
jony  Just popping in   投稿数: 7
Dear Iseki San

I have recently upgraded my grid to 0.9.0-RC2 - I read above that the latest version of DTL/NLS Money Server doesnt with with this version?
Unfortunately there is no schedule for OpenSim 0.9.0 official release
If Possible could we please have a version of DTL/NLS MOney server for this RC2 release? ( non Binary )
I dont want to go back to 0.8.2 and 0.9.0-RC2 is stable and running VERY well for me

Yoroshiku Onegaishimasu
Jony
投票数:69 平均点:4.20
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2017-3-15 12:16
iseki  Home away from home   投稿数: 1581
Change from

bool isNpc = avatar.isNPC;

to

bool isNpc = avatar.IsNPC;

L1590 of DTLNSLMoneyModule.cs
投票数:42 平均点:5.00
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2017-3-20 2:32
Luisillo  Just can't stay away 居住地: Spain  投稿数: 80
I udpdate to 807rev. where is the modification mentioned by you about DTLNSLMoneyModule.cs but I can not compile, here is the error:

"X:\0.9.0.0-rc2\banco dev\opensim.currency.sln" (default target) (1) ->
"X:\0.9.0.0-rc2\banco dev\OpenSim.Grid.MoneyServer\MoneyServer.csproj" (default target) (2) ->
"X:\0.9.0.0-rc2\banco dev\OpenSim.Modules.Currency\OpenSim.Modules.Currency.csproj" (default target) (4) ->
(CoreCompile target) ->
NSLCertificateTools.cs(31,16): error CS0234: The type or namespace name 'Security' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [X:\0.9.0.0-rc2\banco dev\OpenSim.Modules.Currency\OpenSim.Modules.Currency.csproj]

8 Warning(s)
1 Error(s)

Thank you very much.
投票数:48 平均点:5.00
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2017-3-21 19:51
iseki  Home away from home   投稿数: 1581
try to copy Mono.Security.dll from OpenSim currency folder to OpenSim bin folder
投票数:56 平均点:4.64
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2017-3-21 20:43
Luisillo  Just can't stay away 居住地: Spain  投稿数: 80
Thank you very much.!
Now compile perfectly and work fine in 0.9.0.0-RC-2
投票数:58 平均点:5.00

  条件検索へ


サイト内 検索

ログイン

ユーザー名:

パスワード:


パスワード紛失
新規登録

サブ メニュー

ミニカレンダー

前月2024年 3月翌月
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31
<今日>

オンライン状況

73 人のユーザが現在オンラインです。 (1 人のユーザが Forum を参照しています。)

登録ユーザ: 0
ゲスト: 73

もっと...

アクセスカウンタ

今日 : 2330233023302330
昨日 : 4473447344734473
総計 : 2312887523128875231288752312887523128875231288752312887523128875
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com