[Opensim-dev] regression

Michel Beauregard gimisa at yahoo.fr
Thu Mar 2 22:50:27 UTC 2017


problem with Currency modules : OpenSim.Modules.Currency.dll

This module is included for minimum economy in opensim as per opensim.ini 

[Economy]
    ;# {SellEnabled} {} {Enable selling for 0?} {true false} true
    ; The default economy module only implements just enough to allow free actions (transfer of objects, etc).
    ; There is no intention to implement anything further in core OpenSimulator.
    ; This functionality has to be provided by third party modules.

>>setting the following to enable the module 

    ;; Enables selling things for $0.  Default is true.
    SellEnabled = true

    ;# {PriceUpload} {} {Price for uploading?} {} 0
    ;; Money Unit fee to upload textures, animations etc.  Default is 0.
    PriceUpload = 0

    ;# {PriceGroupCreate} {} {Fee for group creation} {} 0
    ;; Money Unit fee to create groups.  Default is 0.
    PriceGroupCreate = 0


with 0.9.0 rc2 provides the following error code : 

Fatal error: Could not load type 'OpenSim.Modules.Currency.DTLNSLMoneyModule' from assembly 'OpenSim.Modules.Currency, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.

While doing same with 0.8.2.1 is OK with following show config result :
[Economy]
  SellEnabled = true
  PriceUpload = 0
  PriceGroupCreate = 0
  ObjectCount = 0
  PriceEnergyUnit = 100
  PriceObjectClaim = 10
  PricePublicObjectDecay = 4
  PricePublicObjectDelete = 4
  PriceParcelClaim = 1
  PriceParcelClaimFactor = 1
  PriceRentLight = 5
  TeleportMinPrice = 2
  TeleportPriceExponent = 2
  EnergyEfficiency = 1
  PriceObjectRent = 1
  PriceObjectScaleFactor = 10
  PriceParcelRent = 1


Thanks for your interest in this situation. GiMiSa
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://opensimulator.org/pipermail/opensim-dev/attachments/20170302/b82c2514/attachment.html>


More information about the Opensim-dev mailing list