Home
News
Forum
Wiki
Blog
Contents
Gallery
Movies
Downloads
About NSL
[
List of Titles
|
List of Pages
|
New
|
Search
|
Recent changes
|
Help
]
realXtend/ModRex
[
Front page
]
[ ]
Start:
** [[ModRex>../ModRex]] (OpenSim拡張)
- OpenSim用 realXtend への拡張モジュール
- ModularRex, Autehtication サーバ, AvataStorage サーバか...
#br
*** Links
- Linux用 ModRex: http://docs.realxtend.org/index.php/Mod...
#br
*** DownLoad
**** ModRex
- svn checkout http://forge.opensimulator.org/svn/modrex/...
-- ユーザ名: anonymous
-- パスワードなし
#br
**** Authentication サーバ
- svn co https://realxtendserver.svn.sourceforge.net/svnr...
#br
**** Avatar Strorage サーバ
- svn co https://realxtendserver.svn.sourceforge.net/svnr...
#br
#br
** ModularRex
- ModRex 本体
#br
*** 対応バージョン
| modrex revision| OpenSim revision|
| r205 | r208 |
| r207 | r208 |
| r215 | r208 |
#br
*** Install
- 1回目
cd opensim
svn checkout http://forge.opensimulator.org/svn/modrex/t...
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/Resources/*...
- 設定ファイルの編集
cat bin/OpenSim.ini.example modrex/modrex.ini > bin/Open...
vi bin/OpenSim.ini
*** 起動
cd bin
mono OpenSim.exe
- 何故か.Standaloneではマルチリージョンにすると,realXte...
- Authentication サーバ,AvatarStorageサーバは無くても大...
- Gridモードは未検証
- Standalone モードでの記念写真~
&ref(Snapshot_003.jpg,60%);
#br
** Authentication サーバ
svn co https://realxtendserver.svn.sourceforge.net/svnr...
cd authentication
chmod u+x runprebuild.sh
./runprebuild.sh
nant
cd bin
mono Authentication.exe
#br
** Avatar Storage サーバ
svn co https://realxtendserver.svn.sourceforge.net/svnro...
cd avatarstorage
chmod u+x runprebuild.sh
./runprebuild.sh
nant
cd bin
mono AvatarStorage.exe
#br
** Bugs
- Authentication サーバと AvatarStorageサーバはまだ完全に...
-- 空っぽの関数がいくつもある!!
- Standalone の OpenSimの場合,マルチリージョンにすると何...
-- ログイン方法は通常のStandalone版 OpemSimと同じ.
#br
** Error
*** Standalone Modeの OpemSim.exe でSQLiteを使った場合の...
11:09:52 - [NHIBERNATE]: Initializing NHibernateRexObjec...
11:09:55 - [APPLICATION]:
APPLICATION EXCEPTION DETECTED: System.UnhandledExceptio...
Exception: System.DllNotFoundException: System.Data.SQLi...
at (wrapper managed-to-native) System.Data.SQLite.Unsaf...
at System.Data.SQLite.SQLite3.Open (System.String strFi...
at System.Data.SQLite.SQLiteConnection.Open () [0x00000]
at NHibernate.Connection.DriverConnectionProvider.GetCo...
at OpenSim.Data.NHibernate.NHibernateManager.RunMigrati...
at OpenSim.Data.NHibernate.NHibernateManager..ctor (Sys...
at ModularRex.NHibernate.NHibernateRexAssetData.Initial...
at ModularRex.RexParts.ModRexMediaURL.PostInitialise ()...
at OpenSim.Region.Framework.ModuleLoader.PostInitialise...
at OpenSim.ApplicationPlugins.LoadRegions.LoadRegionsPl...
at OpenSim.OpenSimBase.StartupSpecific () [0x00000]
at OpenSim.OpenSim.StartupSpecific () [0x00000]
at OpenSim.Framework.Servers.BaseOpenSimServer.Startup ...
at OpenSim.Application.Main (System.String[] args) [0x0...
Application is terminating: True
- authentication サーバの System.Data.SQLite.dll で差し替...
#br
End:
** [[ModRex>../ModRex]] (OpenSim拡張)
- OpenSim用 realXtend への拡張モジュール
- ModularRex, Autehtication サーバ, AvataStorage サーバか...
#br
*** Links
- Linux用 ModRex: http://docs.realxtend.org/index.php/Mod...
#br
*** DownLoad
**** ModRex
- svn checkout http://forge.opensimulator.org/svn/modrex/...
-- ユーザ名: anonymous
-- パスワードなし
#br
**** Authentication サーバ
- svn co https://realxtendserver.svn.sourceforge.net/svnr...
#br
**** Avatar Strorage サーバ
- svn co https://realxtendserver.svn.sourceforge.net/svnr...
#br
#br
** ModularRex
- ModRex 本体
#br
*** 対応バージョン
| modrex revision| OpenSim revision|
| r205 | r208 |
| r207 | r208 |
| r215 | r208 |
#br
*** Install
- 1回目
cd opensim
svn checkout http://forge.opensimulator.org/svn/modrex/t...
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/Resources/*...
- 設定ファイルの編集
cat bin/OpenSim.ini.example modrex/modrex.ini > bin/Open...
vi bin/OpenSim.ini
*** 起動
cd bin
mono OpenSim.exe
- 何故か.Standaloneではマルチリージョンにすると,realXte...
- Authentication サーバ,AvatarStorageサーバは無くても大...
- Gridモードは未検証
- Standalone モードでの記念写真~
&ref(Snapshot_003.jpg,60%);
#br
** Authentication サーバ
svn co https://realxtendserver.svn.sourceforge.net/svnr...
cd authentication
chmod u+x runprebuild.sh
./runprebuild.sh
nant
cd bin
mono Authentication.exe
#br
** Avatar Storage サーバ
svn co https://realxtendserver.svn.sourceforge.net/svnro...
cd avatarstorage
chmod u+x runprebuild.sh
./runprebuild.sh
nant
cd bin
mono AvatarStorage.exe
#br
** Bugs
- Authentication サーバと AvatarStorageサーバはまだ完全に...
-- 空っぽの関数がいくつもある!!
- Standalone の OpenSimの場合,マルチリージョンにすると何...
-- ログイン方法は通常のStandalone版 OpemSimと同じ.
#br
** Error
*** Standalone Modeの OpemSim.exe でSQLiteを使った場合の...
11:09:52 - [NHIBERNATE]: Initializing NHibernateRexObjec...
11:09:55 - [APPLICATION]:
APPLICATION EXCEPTION DETECTED: System.UnhandledExceptio...
Exception: System.DllNotFoundException: System.Data.SQLi...
at (wrapper managed-to-native) System.Data.SQLite.Unsaf...
at System.Data.SQLite.SQLite3.Open (System.String strFi...
at System.Data.SQLite.SQLiteConnection.Open () [0x00000]
at NHibernate.Connection.DriverConnectionProvider.GetCo...
at OpenSim.Data.NHibernate.NHibernateManager.RunMigrati...
at OpenSim.Data.NHibernate.NHibernateManager..ctor (Sys...
at ModularRex.NHibernate.NHibernateRexAssetData.Initial...
at ModularRex.RexParts.ModRexMediaURL.PostInitialise ()...
at OpenSim.Region.Framework.ModuleLoader.PostInitialise...
at OpenSim.ApplicationPlugins.LoadRegions.LoadRegionsPl...
at OpenSim.OpenSimBase.StartupSpecific () [0x00000]
at OpenSim.OpenSim.StartupSpecific () [0x00000]
at OpenSim.Framework.Servers.BaseOpenSimServer.Startup ...
at OpenSim.Application.Main (System.String[] args) [0x0...
Application is terminating: True
- authentication サーバの System.Data.SQLite.dll で差し替...
#br
Page:
Site Search
Advanced Search
Login
Username:
Password:
Lost Password?
Register now!!
Sub Menu
New Arrivals
Books
Web Links
Site Map
e-Learning
TUIS Certificate
mini Calendar
Nov 2024
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
235 user(s) are online (97 user(s) are browsing xpwiki)
Members: 0
Guests: 235
more...
Access Counter
Today :
Yesterday :
Total :
Powered by XOOPS Cube 2.1© 2001-2006
XOOPS Cube Project
Design by
XoopsDesign.com