IslandzVW / halcyon

InWorldz Halcyon 3d virtual reality world simulator
BSD 3-Clause "New" or "Revised" License
21 stars 26 forks source link

Halcyon.sample.ini causes NullReferenceException crash related to AvatarCurrency #439

Closed To-mos closed 6 years ago

To-mos commented 6 years ago

The Halcyon.sample.ini file is missing a definition that causes a NullReferenceException in OpenSim.Region.CoreModules.Avatar.Currency.AvatarCurrency.Initialize() adding [Economy] to the Halcyon.ini config fixes the issue.

appurist commented 6 years ago

Good catch! I'll update the halcyon.sample.ini with an [Economy] section and add some of the definitions that we use here. e.g. something like:

[Economy]
    ; CurrencyServer = "http://localhost/currency.php"
    LandServer = "http://localhost/landtool.php"

    ObjectCapacity = 45000

    ; Money Unit fee to upload textures, animations etc
    PriceUpload = 0

    ; Money Unit fee to create groups
    PriceGroupCreate = 0
appurist commented 6 years ago

I've added pull request #444 to update the ini file, which doesn't fix the NRE but the sample INI should include this section as well.

appurist commented 6 years ago

I've added EconomyBaseAccount to the sample INI file in #444.

Ana-Green commented 6 years ago

Hi, dear people, my dad did try to figure it out but could find it it is about the last picture or snapshot (a bit off topic) it does not show it on 38 but it does work on 36 and 37. Now its just black if you log in again any ideas?

Further as for the [Economy] section is it possible to add Podex? https://www.podex.com/

Best Ana Green

And thanks to Bob or Vin for everything :)

kf6kjg commented 6 years ago

Ana, could you post each problem/idea to their own new issues so devs can see and respond to each properly? Thanks.