flagflag  

opensim 0.9.0.0-RC-1

  • You cannot open a new topic into this forum
  • Guests cannot post into this forum
Previous post - Next post | Parent - Children.1 .2 .3 .4 .5 .6 .7 .8 | Posted on 2016/10/1 22:45
Luisillo  Just can't stay away From: Spain  Posts: 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.
Votes:96 Average:5.52
Previous post - Next post | Parent - No child | Posted on 2016/10/2 23:27 | Last modified
iseki  Home away from home   Posts: 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.
Votes:71 Average:3.24
Previous post - Next post | Parent - No child | Posted on 2016/10/3 3:22
Luisillo  Just can't stay away From: Spain  Posts: 80
Thank you very much for your quick answer.
Best regards
Votes:63 Average:6.03
Previous post - Next post | Parent - No child | Posted on 2016/10/9 17:41
Luisillo  Just can't stay away From: Spain  Posts: 80
Has been compiled from subversion repository without problems. Is working fine with rc 01 version.
Thank you again Mister Iseki.
Best regards
Votes:48 Average:5.00
Previous post - Next post | Parent - Children.1 | Posted on 2017/1/24 4:47
Luisillo  Just can't stay away From: Spain  Posts: 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
Votes:59 Average:4.24
Previous post - Next post | Parent - No child | Posted on 2017/2/1 12:30
iseki  Home away from home   Posts: 1581
Hi,
Sorry.
I am currently sickening my condition

I will release the official version for 0.9.0.
Votes:58 Average:4.66
Previous post - Next post | Parent - No child | Posted on 2017/3/4 10:54
jony  Just popping in   Posts: 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
Votes:70 Average:4.29
Previous post - Next post | Parent - No child | Posted on 2017/3/15 12:16
iseki  Home away from home   Posts: 1581
Change from

bool isNpc = avatar.isNPC;

to

bool isNpc = avatar.IsNPC;

L1590 of DTLNSLMoneyModule.cs
Votes:42 Average:5.00
Previous post - Next post | Parent - Children.1 | Posted on 2017/3/20 2:32
Luisillo  Just can't stay away From: Spain  Posts: 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.
Votes:48 Average:5.00
Previous post - Next post | Parent - No child | Posted on 2017/3/21 19:51
iseki  Home away from home   Posts: 1581
try to copy Mono.Security.dll from OpenSim currency folder to OpenSim bin folder
Votes:57 Average:4.74
Previous post - Next post | Parent - No child | Posted on 2017/3/21 20:43
Luisillo  Just can't stay away From: Spain  Posts: 80
Thank you very much.!
Now compile perfectly and work fine in 0.9.0.0-RC-2
Votes:58 Average:5.00

  Advanced search


Site Search

Login

Username:

Password:


Lost Password?
Register now!!

Sub Menu

mini Calendar

Last MonthApr 2024Next Month
Su Mo Tu We Th Fr Sa
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
Today

Who's Online

54 user(s) are online (1 user(s) are browsing Forum)

Members: 0
Guests: 54

more...

Access Counter

Today : 7993799379937993
Yesterday : 8008800880088008
Total : 2328362923283629232836292328362923283629232836292328362923283629
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com