DTL/NSL Money Server for OpenSim[edit]

Overview[edit]

git hub[edit]

Supported Functions[edit]

Change Log[edit]

Client Certification[edit]

Download of DTL/NSL Money Server[edit]

tar Ball[edit]

git hub[edit]

Compile and Install[edit]

for Release Version (OpenSim-X.Y.Z) [with No Client Certification][edit]

cd (PREFIX)/opensim-X.Y.Z-source  (or opensim-X.Y.Z-release)
tar xzfv opensim.currency-X.Y.Z.tar.gz
./runprebuild.sh && xbuild
cd opensim.currency-X.Y.Z
./build.sh
cd ../bin
vi MoneyServer.ini

for latest Dev Version[edit]

No Client Certification or Money Module (OpenSim.Modules.Currency.dll) only[edit]
git clone git://opensimulator.org/git/opensim opensim
cd opensim
svn co http://www.nsl.tuis.ac.jp/svn/opensim/opensim.currency/trunk opensim.currency
./runprebuild.sh && xbuild
cd opensim.currency
./build.sh
cd ../bin
vi MoneyServer.ini 
Money Server (MoneyServer.exe) with Client Certification function[edit]
git clone git://opensimulator.org/git/opensim opensim
cd opensim
svn co http://www.nsl.tuis.ac.jp/svn/opensim/opensim.currency/trunk opensim.currency

patch -p1 < opensim.currency/patch/ opensim.server.patch
./runprebuild.sh && xbuild
cd opensim.currency
./build.sh

cd ../bin
vi MoneyServer.ini 

HttpServer_OpenSim.dll[edit]

Settings[edit]

Tutorial Videos by Nick Zwart[edit]

MoneyServer.ini[edit]

[Economy] Section in INI file[edit]

Avatar Class[edit]

for Region Server[edit]
for MoneyServer[edit]
; for HG/Guest Avatar. Foreign Avatar is always false
;EnableHGAvatar = false
;EnableGuestAvatar = false
;HGAvatarDefaultBalance = 0
;GuestAvatarDefaultBalance = 0

Helper Scripts[edit]

Setting for Diva-Distro[edit]

Execution[edit]

# cd bin
# mono Robust.exe
# mono MoneyServer.exe
# mono OpenSim.exe

opensim.currecncy.secure[edit]

Patch (0.9.3以降不要)[edit]

HttpServer_OpenSim[edit]
OpenSim[edit]

etc.etc.[edit]

Sample Program[edit]

Support of StandAlone mode[edit]

Bugs[edit]

注意Attention[edit]

Trouble Shooting[edit]

mono 4.4.0 にしたら,エラー続出 (0.9)[edit]
2016-03-31 17:02:39,845 ERROR (Threadpool worker) - OpenSim.Framework.Servers.HttpServer.BaseHttpServer [BASE HTTP SERVER]: HttpServer.HttpListener had an exception System.TypeLoadException: Could not load type 'System.Net.Security.SslStream' from assembly 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
 at HttpServer.HttpContextFactory.CreateNewContext (Boolean isSecured, System.Net.IPEndPoint endPoint, System.IO.Stream stream, System.Net.Sockets.Socket sock) <0x418d2540 + 0x00063> in <filename unknown>:0
 at HttpServer.HttpContextFactory.CreateContext (Boolean isSecured, System.Net.IPEndPoint endPoint, System.IO.Stream stream,  System.Net.Sockets.Socket sock) <0x418d2000 + 0x001f9> in <filename unknown>:0
 at HttpServer.HttpContextFactory.CreateContext (System.Net.Sockets.Socket socket) <0x418d1e30 + 0x00093> in <filename unknown>:0
 at HttpServer.HttpListenerBase.OnAccept (IAsyncResult ar) <0x418d0d10 + 0x0025b> in <filename unknown>:0
RunTime Error (0.8)[edit]
Viewer での接続の途中で止まる (0.8)[edit]

Development[edit]

Indexes[edit]


トップ   新規 ページ一覧 検索 最終更新   ヘルプ   最終更新のRSS