flagflag  
2: 2009-09-11 (Fri) 00:14:00 iseki source Cur: 2009-09-14 (Mon) 23:26:20 iseki source
Line 1: Line 1:
-** [[ModRex>../ModRex]] [#n314214e+** [[ModRex>../ModRex]] (OpenSim拡張) [#s24f6a23
-- OpenSim 用拡張モジュール+- OpenSim用 realXtend への拡張モジュール 
 +- ModularRex, Autehtication サーバ, AvataStorage サーバから成る 
 +#br 
 + 
 +*** Links [#t69d74c7] 
 +- Linux用 ModRex: http://docs.realxtend.org/index.php/ModR​ex_Linux 
 +#br 
 + 
 +*** DownLoad [#aae38b60] 
 +**** ModRex [#m757369b] 
 +- svn checkout http://forge.opensimulator.org/svn/modre​x/trunk modrex ~ 
 +-- ユーザ名: anonymous 
 +-- パスワードなし 
 +#br 
 + 
 +**** Authentication サーバ [#d5dc1811] 
 +- svn co https://realxtendserver.svn.sourceforge.​net/svnroot/realxtendserver/authenticati​on/tags/0.4 authentication 
 + 
 +#br 
 + 
 +**** Avatar Strorage サーバ [#y95e2fe2] 
 +- svn co https://realxtendserver.svn.sourceforge.​net/svnroot/realxtendserver/avatarstorag​e/trunk /opt/opensim/avatarstorage 
 + 
 +#br 
 +#br 
 + 
 +** ModularRex [#l245e30a] 
 +- ModRex 本体 
 +#br 
 + 
 +*** 対応バージョン [#w50f60b1] 
 +| modrex revision| OpenSim revision| 
 +| r205 | r208 | 
 +| r207 | r208 | 
 +| r215 | r208 | 
 +#br 
 + 
 +*** Install [#i1fcaf44] 
 +- 1回目 
 + cd opensim 
 + svn checkout http://forge.opensimulator.org/svn/modre​x/trunk modrex 
 + cd modrex/ModularRex 
 + chmod u+x  runprebuild.s 
 + ./runprebuild.sh 
 + nant 
 + 
 +- 2回目以降 
 + nant clean   # ModularRex/bin/RexDotMeshLoader.dll も削除される 
 + cd .. 
 + svn update   # ModularRex/bin/RexDotMeshLoader.dll の回復 
 + cd ModularRex 
 + nant 
 + 
 +- python スクリプトのコピー 
 + cp -Rpd modrex/ModularRex/RexParts/RexPython/Res​ources/* bin/ScriptEngines/ 
 +  
 +- 設定ファイルの編集 
 + cat bin/OpenSim.ini.example modrex/modrex.ini > bin/OpenSim.ini 
 + vi bin/OpenSim.ini 
 + 
 +*** 起動 [#bee1df6f] 
 + 
 + cd bin 
 + mono OpenSim.exe 
 +- 何故か.Standaloneではマルチリージョンにすると,realXtendのアバターになる. 
 +- Authentication サーバ,AvatarStorageサーバは無くても大丈夫のよう. 
 +- Gridモードは未検証 
 +- Standalone モードでの記念写真~ 
 +&ref(Snapshot_003.jpg,60%); 
 +#br 
 + 
 +** Authentication サーバ [#g9d05a67] 
 + svn co https://realxtendserver.svn.sourceforge.​​net/svnroot/realxtendserver/authenticati​​on/tags/0.4 authentication 
 + cd authentication 
 + chmod u+x runprebuild.sh 
 + ./runprebuild.sh 
 + nant 
 + cd bin 
 + mono Authentication.exe 
 +#br 
 + 
 +** Avatar Storage サーバ [#wd2f3923] 
 + svn co https://realxtendserver.svn.sourceforge.​net/svnroot/realxtendserver/avatarstorag​e/trunk avatarstorage 
 + cd avatarstorage 
 + chmod u+x runprebuild.sh 
 + ./runprebuild.sh 
 + nant 
 + cd bin 
 + mono AvatarStorage.exe 
 +#br 
 + 
 +** Bugs [#s535df2d] 
 +- Authentication サーバと AvatarStorageサーバはまだ完全には動いていない. 
 +-- 空っぽの関数がいくつもある!! 
 +- Standalone の OpenSimの場合,マルチリージョンにすると何故か realXtend アバターになる? (svn r215) 
 +-- ログイン方法は通常のStandalone版 OpemSimと同じ. 
 +#br 
 + 
 +** Error [#x23a0fc9] 
 + 
 +*** Standalone Modeの OpemSim.exe でSQLiteを使った場合のエラー (svn r208) [#e4112977] 
 + 11:09:52 - [NHIBERNATE]: Initializing NHibernateRexObjectData 
 + 11:09:55 - [APPLICATION]: 
 + APPLICATION EXCEPTION DETECTED: System.UnhandledExceptionEventArgs 
 +  
 + Exception: System.DllNotFoundException: System.Data.SQLite.DLL 
 +  at (wrapper managed-to-native) System.Data.SQLite.UnsafeNativeMethods:s​qlite3_open_interop (byte[],intptr&) 
 +  at System.Data.SQLite.SQLite3.Open (System.String strFilename) [0x00000] 
 +  at System.Data.SQLite.SQLiteConnection.Open​ () [0x00000] 
 +  at NHibernate.Connection.DriverConnectionPr​ovider.GetConnection () [0x00000] 
 +  at OpenSim.Data.NHibernate.NHibernateManage​r.RunMigration (System.String dialect, System.Reflection.Assembly assembly, System.String store) [0x00000] 
 +  at OpenSim.Data.NHibernate.NHibernateManage​r..ctor (System.String connect, System.String store, System.Reflection.Assembly assembly) [0x00000] 
 +  at ModularRex.NHibernate.NHibernateRexAsset​Data.Initialise (System.String connect) [0x00000] 
 +  at ModularRex.RexParts.ModRexMediaURL.PostI​nitialise () [0x00000] 
 +  at OpenSim.Region.Framework.ModuleLoader.Po​stInitialise () [0x00000] 
 +  at OpenSim.ApplicationPlugins.LoadRegions.L​oadRegionsPlugin.PostInitialise () [0x00000] 
 +  at OpenSim.OpenSimBase.StartupSpecific () [0x00000] 
 +  at OpenSim.OpenSim.StartupSpecific () [0x00000] 
 +  at OpenSim.Framework.Servers.BaseOpenSimSer​ver.Startup () [0x00000] 
 +  at OpenSim.Application.Main (System.String[] args) [0x00000] 
 +  
 + Application is terminating: True 
 +- authentication サーバの System.Data.SQLite.dll で差し替える 
 +#br


Front page   New List of Pages Search Recent changes   Help   RSS of recent changes (RSS 1.0) RSS of recent changes (RSS 2.0) RSS of recent changes (RSS Atom)

Site Search

Login

Username:

Password:


Lost Password?
Register now!!

Sub Menu

mini Calendar

Last MonthAug 2025Next 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
31
Today

Access Counter

Today : 2510251025102510
Yesterday : 7039703970397039
Total : 2826950028269500282695002826950028269500282695002826950028269500
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com