Would you like to react to this message? Create an account in a few clicks or log in to continue.

Official Community Forums
 
HomeHome  SearchSearch  Latest imagesLatest images  RegisterRegister  Log in  The Wiki  Website  github Project  

 

 Master Server?

Go down 
+9
AWM Mars
Tristan
Draxthis
zoot686
CobaltBlues
neckro
Arithorn
Delurin
TrevaH
13 posters
Go to page : 1, 2, 3, 4  Next
AuthorMessage
TrevaH
Experienced Newbie
Experienced Newbie
avatar


Posts : 21
Join date : 2011-11-30

Master Server? Empty
PostSubject: Master Server?   Master Server? EmptySat 3 Dec - 20:06

So Ive got a Server running, running the client in local mode I made an account on multiverse anyways and it didn't work said wrong userid/password. Do I need to run a master server here and insert an account into mysql or what?

I know all of the test worlds are down and Im guessing everyone just runs there own master server and registration scripts at there own place now. Please correct me and let me know on the process here if you could as my server seems to be running when I check it's status however it does say STARTUP FAILED kind of weird logs are logging the DB pings and all running properly
Back to top Go down
TrevaH
Experienced Newbie
Experienced Newbie
avatar


Posts : 21
Join date : 2011-11-30

Master Server? Empty
PostSubject: Re: Master Server?   Master Server? EmptyMon 5 Dec - 13:49

$ ./multiverse.sh -v start
cygwin warning:
MS-DOS style path detected: D:/multiverse2/multiverse/bin/multiverse.propertie s
Preferred POSIX equivalent is: /cygdrive/d/multiverse2/multiverse/bin/multiver se.properties
CYGWIN environment variable option "nodosfilewarning" turns off this warning.
Consult the user's guide for more details about POSIX paths:
cygwin.com/cygwin-ug-net/using.html#using-pathnames
awk: D:/multiverse2/multiverse/bin/prop2sh.awk:3: warning: regexp component `[:s pace:]' should probably be `[[:space:]]'
awk: D:/multiverse2/multiverse/bin/prop2sh.awk:3: warning: regexp component `[:s pace:]' should probably be `[[:space:]]'
*** Starting world sampleworld ***
Enabling JMX mgmt & monitoring
MV_HOME is D:/multiverse2/multiverse
Using .jar files from the /dist hierarchy
Using property file D:/multiverse2/multiverse/bin/multiverse.properties
Using world file D:/multiverse2/multiverse/config/sampleworld/sampleworld.mvw
Using world script directory D:/multiverse2/multiverse/config/sampleworld
Using log directory D:/multiverse2/multiverse/logs/sampleworld
Using common directory D:/multiverse2/multiverse/config/common, bin directory D: /multiverse2/multiverse/bin
JAVA_FLAGS="-server -cp D:/multiverse2/multiverse/other/rhino1_5R5/js.jar;c:\my sql-connector-java-3.1.14\mysql-connector-java-3.1.14-bin.jar;D:/multiverse2/mul tiverse/dist/lib/injected.jar;D:/multiverse2/multiverse/dist/lib/multiverse.jar; D:/multiverse2/multiverse/dist/lib/mars.jar;D:/multiverse2/multiverse/dist/lib/. jar;D:/multiverse2/multiverse/other/java-getopt-1.0.11.jar;D:/multiverse2/multiv erse/other/jython.jar;D:/multiverse2/multiverse/other/log4j-1.2.14.jar;D:/multiv erse2/multiverse/other/bcel-5.2.jar;. -Dmultiverse.propertyfile=D:/multiverse2/m ultiverse/bin/multiverse.properties -Dmultiverse.worldname= -Dmultiverse.logs=D :/multiverse2/multiverse/logs/sampleworld "
Starting domain server: Multiverse server version 1.5 0 (- -)
SUCCESS
Starting wmgr ... SUCCESS
Starting combat server: SUCCESS
Starting instance server: SUCCESS
Starting object manager: SUCCESS
Starting login manager: SUCCESS
Starting proxy ... SUCCESS
Starting mob server: SUCCESS
Starting voice server: SUCCESS
Wait for finished initializing msg...

Administrator@thangserver /cygdrive/d/multiverse2/multiverse/bin
$
STARTUP FAILED -- didnt complete after 120 seconds.
Please stop server.



Any idea why it claims to fail yet succeed kind of confusing lol.. Status says there all running also.
Back to top Go down
Delurin
Head of Platform Development
avatar


Posts : 424
Join date : 2011-08-03

Master Server? Empty
PostSubject: Re: Master Server?   Master Server? EmptyTue 6 Dec - 1:51

You need to search through the log files to find out why it did not initialize. Look for any line with ERROR on it. Then post it here. That line is just letting you know that there was an error that caused the server not to startup
Back to top Go down
Delurin
Head of Platform Development
avatar


Posts : 424
Join date : 2011-08-03

Master Server? Empty
PostSubject: Re: Master Server?   Master Server? EmptyTue 6 Dec - 1:53

Also if you want to run the master server look here:
http://sourceforge.net/p/multiverse3d/wiki/Master%20Server%20Setup/

Then just add --master address_of_your_master_server
Back to top Go down
Arithorn
Newbie
Newbie
Arithorn


Posts : 3
Join date : 2012-01-02
Age : 44
Location : Melbourne, Australia

Master Server? Empty
PostSubject: Re: Master Server?   Master Server? EmptyMon 2 Jan - 11:14

Colour me stupid, but I've downloaded the server etc. from the SourceForge site (ZIP File). And for the life of me I cannot find the master server code in it?

I've installed the server on my Linux host (had to make a few script changes which I'll document once I've got it all up and running), however, can't access the server to check everything until the master server is also running...

Thanks!!
Back to top Go down
Delurin
Head of Platform Development
avatar


Posts : 424
Join date : 2011-08-03

Master Server? Empty
PostSubject: Re: Master Server?   Master Server? EmptyMon 2 Jan - 11:21

it will be your_install_dir/bin/master.sh start
Back to top Go down
Arithorn
Newbie
Newbie
Arithorn


Posts : 3
Join date : 2012-01-02
Age : 44
Location : Melbourne, Australia

Master Server? Empty
PostSubject: Re: Master Server?   Master Server? EmptyMon 2 Jan - 11:31

Promise it's not there, I have the following files which were extracted directly from the zip file:


[root@BadSector bin]# ls
build_manifest.py multiverse.properties start-multiverse.bat
DONE multiverse.sh status-multiverse.bat
install-genericdb.sql mvm stop-multiverse.bat
install.sql proxy.py who.py
kill.sh reset.sh wmgr_local1.py
login_manager.py run wmgr_local2.py
mobserver_local.py server-monitor.sh
multisimple.sh simpleclient.sh
Back to top Go down
Delurin
Head of Platform Development
avatar


Posts : 424
Join date : 2011-08-03

Master Server? Empty
PostSubject: Re: Master Server?   Master Server? EmptyMon 2 Jan - 11:40

Sorry you need to do a check out from the repository (sourceforge), it is not in the standard server files
Back to top Go down
neckro
Experienced Newbie
Experienced Newbie
avatar


Posts : 28
Join date : 2011-08-15
Age : 43
Location : Medias / Romania

Master Server? Empty
PostSubject: Re: Master Server?   Master Server? EmptyFri 3 Feb - 10:51

I have a problem too on master server, and here is my log :


INFO [2012-02-02 23:08:08,577] main Multiverse server version 1.5 0 (- -)
DEBUG [2012-02-02 23:08:09,122] main SecureTokenManager.initDomain: reading domain key. keyId=0x1 algorithm=HmacSHA1
DEBUG [2012-02-02 23:08:09,998] main Executing script file: ../bin/master_server.py
DEBUG [2012-02-02 23:08:09,998] main runPYFile: file=../bin/master_server.py
ERROR [2012-02-02 23:08:10,231] main ScriptManager.runPYFile: file=../bin/master_server.py Traceback (innermost last):
File "../bin/master_server.py", line 13, in ?
at java.nio.Buffer.nextGetIndex(Buffer.java:480)
at java.nio.HeapByteBuffer.getLong(HeapByteBuffer.java:387)
at multiverse.server.network.MVByteBuffer.getLong(MVByteBuffer.java:179)
at multiverse.server.util.SecureTokenManager.initMaster(SecureTokenManager.java:438)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)

java.nio.BufferUnderflowException: java.nio.BufferUnderflowException

at org.python.core.Py.JavaError(Unknown Source)
at org.python.core.Py.JavaError(Unknown Source)
at org.python.core.PyReflectedFunction.__call__(Unknown Source)
at org.python.core.PyMethod.__call__(Unknown Source)
at org.python.core.PyObject.__call__(Unknown Source)
at org.python.core.PyInstance.invoke(Unknown Source)
at org.python.pycode._pyx0.f$0(../bin/master_server.py:13)
at org.python.pycode._pyx0.call_function(../bin/master_server.py)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyCode.call(Unknown Source)
at org.python.core.Py.runCode(Unknown Source)
at multiverse.server.engine.ScriptManager.runPYFile(ScriptManager.java:181)
at multiverse.server.engine.ScriptManager.runFile(ScriptManager.java:94)
at multiverse.server.engine.MasterServer.main(MasterServer.java:435)
DEBUG [2012-02-02 23:08:10,231] main script completed
DEBUG [2012-02-02 23:08:10,250] main Database: starting keepalive
DEBUG [2012-02-02 23:08:10,250] main *** url = jdbc:mysql://localhost/multiverse username = root password = test
DEBUG [2012-02-02 23:08:10,660] main RDPServer: starting rdpServerThread with priority 7
INFO [2012-02-02 23:08:10,666] main masterserver: rdp on port 9010
DEBUG [2012-02-02 23:08:10,672] main TcpServer, bound to port: 9010
INFO [2012-02-02 23:08:10,673] main masterserver: tcp on port 9005
DEBUG [2012-02-02 23:08:10,673] main masterserver: tcp server listening on port 9005
DEBUG [2012-02-02 23:08:35,702] pool-1-thread-1 masterserver: username len=4
DEBUG [2012-02-02 23:08:35,702] pool-1-thread-1 masterserver: login username=test
DEBUG [2012-02-02 23:08:35,702] pool-1-thread-1 login info: password=test
WARN [2012-02-02 23:08:35,708] pool-1-thread-1 MasterServer: password check failed for username test
DEBUG [2012-02-02 23:08:35,709] pool-1-thread-1 SocketHandler: closed socket: Socket[addr=/86.127.164.134,port=4125,localport=9005]
Back to top Go down
Delurin
Head of Platform Development
avatar


Posts : 424
Join date : 2011-08-03

Master Server? Empty
PostSubject: Re: Master Server?   Master Server? EmptyFri 3 Feb - 11:15

My guess is that you need to generate a hashkey and put it into the master_server.py
you can have it auto generate using this:

Code:
pair = SecureTokenUtil.generateMasterKeyPair()
encodedPrivKey = SecureTokenUtil.encodeMasterPrivateKey(12, pair.getPrivate())

SecureTokenManager.getInstance().initMaster(encodedPrivKey)
Back to top Go down
CobaltBlues
Moderator
Moderator
CobaltBlues


Posts : 202
Join date : 2011-11-21
Location : Chicago Land

Master Server? Empty
PostSubject: Re: Master Server?   Master Server? EmptyFri 3 Feb - 13:52

There is a lot of additional work involved with setting up the master server that we currently do not have documentation for. We are hoping to create some help files for using your own master server but haven't gotten to it yet.

Back to top Go down
http://www.multiversemmo.com
neckro
Experienced Newbie
Experienced Newbie
avatar


Posts : 28
Join date : 2011-08-15
Age : 43
Location : Medias / Romania

Master Server? Empty
PostSubject: Re: Master Server?   Master Server? EmptyFri 3 Feb - 21:29

I don`t get anymore that error, but i still can`t log in. On account must be a plain text password or a encrypted one ? I have tried both, plain and encrypted but i have the same error on output log :


DEBUG [2012-02-03 10:22:27,935] pool-1-thread-1 masterserver: login username=neckro
DEBUG [2012-02-03 10:22:27,935] pool-1-thread-1 login info: password=test
WARN [2012-02-03 10:22:27,942] pool-1-thread-1 MasterServer: password check failed for username neckro
DEBUG [2012-02-03 10:22:27,942] pool-1-thread-1 SocketHandler: closed socket: Socket[addr=/192.168.1.191,port=60774,localport=9005]
Back to top Go down
Delurin
Head of Platform Development
avatar


Posts : 424
Join date : 2011-08-03

Master Server? Empty
PostSubject: Re: Master Server?   Master Server? EmptySat 4 Feb - 8:12

It is a plain text password
You also need to have a activated property set to 1 and a suspended property set to 0
Back to top Go down
neckro
Experienced Newbie
Experienced Newbie
avatar


Posts : 28
Join date : 2011-08-15
Age : 43
Location : Medias / Romania

Master Server? Empty
PostSubject: Re: Master Server?   Master Server? EmptySat 4 Feb - 8:34

Awsome delurin, thank you, now is ok. I have moved forward Smile now i have a unable to connect to rdp server. I`m digging more into it Smile
Back to top Go down
Delurin
Head of Platform Development
avatar


Posts : 424
Join date : 2011-08-03

Master Server? Empty
PostSubject: Re: Master Server?   Master Server? EmptySat 4 Feb - 8:51

make sure that ports 9005 and 9010 are open
Back to top Go down
neckro
Experienced Newbie
Experienced Newbie
avatar


Posts : 28
Join date : 2011-08-15
Age : 43
Location : Medias / Romania

Master Server? Empty
PostSubject: Re: Master Server?   Master Server? EmptySat 4 Feb - 9:03

i got them. next, i have downloaded sampleasset and put sampleworld in C:\Users\Swen\Documents\Multiverse World Browser\Worlds\sampleworld. I started the multiverse client with --noupdate --master <server.ip> but i`m still get unable to connect to rdp server. i`m wonder what i`m still miss ?
Back to top Go down
Delurin
Head of Platform Development
avatar


Posts : 424
Join date : 2011-08-03

Master Server? Empty
PostSubject: Re: Master Server?   Master Server? EmptySat 4 Feb - 10:15

Am I correct that it displays a login page, you login and then it says unable to connect to rdp?
If so most likely you need to specify a world id
Back to top Go down
neckro
Experienced Newbie
Experienced Newbie
avatar


Posts : 28
Join date : 2011-08-15
Age : 43
Location : Medias / Romania

Master Server? Empty
PostSubject: Re: Master Server?   Master Server? EmptyMon 6 Feb - 9:26

I have, the client login line is :
Code:
 "C:\Program Files (x86)\Multiverse Client\bin\MultiverseClient.exe" --development --master 86.107.118.225 --noupdate --world sampleworld "
Next, the client log look like this:
Code:

INFO  [2012-02-05 23:14:59,095] MultiverseClient    Client command line arguments: --development --master 86.107.118.225 --noupdate --world sampleworld
INFO  [2012-02-05 23:14:59,104] MultiverseClient    Got extra arguments; Will exit after patch if a client patch is required.
INFO  [2012-02-05 23:14:59,111] Client              Starting up client; client version number is 1.5.3163.21375
INFO  [2012-02-05 23:14:59,146] Axiom                *********Axiom 3D Engine Log *************
Copyright Copyright © Axiom and RealmForge Development Team 2003-2005
Version: 0.7.0.21366
Operating System: Microsoft Windows NT 6.1.7601 Service Pack 1
.Net Framework: 2.0.50727.5448

INFO  [2012-02-05 23:14:59,146] Axiom                *-*-* Axiom Intializing
INFO  [2012-02-05 23:14:59,153] PlatformManager      Loading PlatformManager 'C:\Program Files (x86)\Multiverse Client\bin\Axiom.Platforms.Win32.dll'
INFO  [2012-02-05 23:14:59,158] Axiom                OverlayElementFactory for type 'BorderPanel' registered.
INFO  [2012-02-05 23:14:59,158] Axiom                OverlayElementFactory for type 'TextArea' registered.
INFO  [2012-02-05 23:14:59,158] Axiom                OverlayElementFactory for type 'Panel' registered.
INFO  [2012-02-05 23:14:59,272] Axiom                Total System Memory Size: 8173MB
INFO  [2012-02-05 23:14:59,392] Axiom                Loaded plugin Axiom.CgPrograms.CgPlugin from Axiom Cg Plugin
INFO  [2012-02-05 23:14:59,393] articleSystemManager Particle Emitter type 'Point' registered.
INFO  [2012-02-05 23:14:59,393] articleSystemManager Particle Emitter type 'Box' registered.
INFO  [2012-02-05 23:14:59,393] articleSystemManager Particle Emitter type 'Ellipsoid' registered.
INFO  [2012-02-05 23:14:59,393] articleSystemManager Particle Emitter type 'Cylinder' registered.
INFO  [2012-02-05 23:14:59,393] articleSystemManager Particle Emitter type 'Ring' registered.
INFO  [2012-02-05 23:14:59,393] articleSystemManager Particle Emitter type 'HollowEllipsoid' registered.
INFO  [2012-02-05 23:14:59,394] articleSystemManager Particle Affector type 'LinearForce' registered.
INFO  [2012-02-05 23:14:59,394] articleSystemManager Particle Affector type 'ColourFader' registered.
INFO  [2012-02-05 23:14:59,394] articleSystemManager Particle Affector type 'ColourFader2' registered.
INFO  [2012-02-05 23:14:59,394] articleSystemManager Particle Affector type 'ColourImage' registered.
INFO  [2012-02-05 23:14:59,394] articleSystemManager Particle Affector type 'ColourInterpolator' registered.
INFO  [2012-02-05 23:14:59,394] articleSystemManager Particle Affector type 'Scaler' registered.
INFO  [2012-02-05 23:14:59,394] articleSystemManager Particle Affector type 'Rotator' registered.
INFO  [2012-02-05 23:14:59,394] Axiom                Loaded plugin Axiom.ParticleFX.ParticleFX from Axiom Particle Systems Plugin
INFO  [2012-02-05 23:14:59,394] Axiom                Loaded plugin Axiom.RenderSystems.DirectX9.Plugin from Axiom DirectX 9 Rendering System
INFO  [2012-02-05 23:14:59,396] Axiom                Loaded plugin Axiom.SceneManagers.Multiverse.MultiverseSceneManagerPlugin from Multiverse SceneManager Plugin
INFO  [2012-02-05 23:15:08,047] LoginHelper          LoginButton_Click
INFO  [2012-02-05 23:15:08,048] Network Information  Connecting to master tcp server
INFO  [2012-02-05 23:15:08,065] NetworkHelper        IP Address for 86.107.118.225: '86.107.118.225'
INFO  [2012-02-05 23:15:08,065] Network Information  Connecting to login server at 86.107.118.225:9005
INFO  [2012-02-05 23:15:08,105] Network Information  Login Result: System.Byte[], InvalidPassword
INFO  [2012-02-05 23:15:08,105] LoginHelper          Login return: LoginFailure
INFO  [2012-02-05 23:15:14,304] LoginHelper          LoginButton_Click
INFO  [2012-02-05 23:15:14,304] Network Information  Connecting to master tcp server
INFO  [2012-02-05 23:15:14,305] NetworkHelper        IP Address for 86.107.118.225: '86.107.118.225'
INFO  [2012-02-05 23:15:14,305] Network Information  Connecting to login server at 86.107.118.225:9005
INFO  [2012-02-05 23:15:14,339] Network Information  Login Result: System.Byte[], Success
INFO  [2012-02-05 23:15:14,340] LoginHelper          Login return: Success
INFO  [2012-02-05 23:15:14,343] Network Information  Connecting to master rdp server
INFO  [2012-02-05 23:15:14,345] Network Information  Connecting to rdp world server at 86.107.118.225:9010
INFO  [2012-02-05 23:15:14,346] NetworkHelper        IP Address for 86.107.118.225: '86.107.118.225'
INFO  [2012-02-05 23:15:14,354] RdpMessageHandler    Setting up RdpClient with localPort = 5271
INFO  [2012-02-05 23:15:14,375] Rdp Connection      Created connection to: 86.107.118.225:9010
INFO  [2012-02-05 23:15:14,422] Network Information  Sending world resolve message
INFO  [2012-02-05 23:15:14,532] Network Information  Found entry for world 'sampleworld'
INFO  [2012-02-05 23:15:14,532] Network Information  World resolve message status: Success
INFO  [2012-02-05 23:15:14,533] Network Information  WorldServerEntry: WorldName: sampleworld
Hostname: 86.107.118.225
Port: 5040
PatcherUrl: http://update.multiverse.net/patcher/world_patcher.html
UpdateUrl: http://update.multiverse.net/sampleworld/update/
INFO  [2012-02-05 23:15:14,535] LoginHelper          Success: WorldResolveSuccess
INFO  [2012-02-05 23:15:14,574] Axiom                FileSystem codec for D:\multiverse\SampleAssets\sampleworld\GpuPrograms created.
INFO  [2012-02-05 23:15:14,577] Axiom                FileSystem codec for D:\multiverse\SampleAssets\mv_fantasy\GpuPrograms created.
INFO  [2012-02-05 23:15:14,578] Axiom                FileSystem codec for D:\multiverse\SampleAssets\sampleworld\Icons created.
INFO  [2012-02-05 23:15:14,579] Axiom                FileSystem codec for D:\multiverse\SampleAssets\mv_fantasy\Icons created.
INFO  [2012-02-05 23:15:14,579] Axiom                FileSystem codec for D:\multiverse\SampleAssets\sampleworld\Imagefiles created.
INFO  [2012-02-05 23:15:14,580] Axiom                FileSystem codec for D:\multiverse\SampleAssets\mv_fantasy\Imagefiles created.
INFO  [2012-02-05 23:15:14,581] Axiom                FileSystem codec for D:\multiverse\SampleAssets\sampleworld\Materials created.
INFO  [2012-02-05 23:15:14,584] Axiom                FileSystem codec for D:\multiverse\SampleAssets\mv_fantasy\Materials created.
INFO  [2012-02-05 23:15:14,586] Axiom                FileSystem codec for D:\multiverse\SampleAssets\sampleworld\Meshes created.
INFO  [2012-02-05 23:15:14,589] Axiom                FileSystem codec for D:\multiverse\SampleAssets\mv_fantasy\Meshes created.
INFO  [2012-02-05 23:15:14,590] Axiom                FileSystem codec for D:\multiverse\SampleAssets\sampleworld\Misc created.
INFO  [2012-02-05 23:15:14,590] Axiom                FileSystem codec for D:\multiverse\SampleAssets\mv_fantasy\Misc created.
INFO  [2012-02-05 23:15:14,591] Axiom                FileSystem codec for D:\multiverse\SampleAssets\sampleworld\Movies created.
INFO  [2012-02-05 23:15:14,591] Axiom                FileSystem codec for D:\multiverse\SampleAssets\mv_fantasy\Movies created.
INFO  [2012-02-05 23:15:14,591] Axiom                FileSystem codec for D:\multiverse\SampleAssets\sampleworld\Particles created.
INFO  [2012-02-05 23:15:14,592] Axiom                FileSystem codec for D:\multiverse\SampleAssets\mv_fantasy\Particles created.
INFO  [2012-02-05 23:15:14,592] Axiom                FileSystem codec for D:\multiverse\SampleAssets\sampleworld\Physics created.
INFO  [2012-02-05 23:15:14,593] Axiom                FileSystem codec for D:\multiverse\SampleAssets\mv_fantasy\Physics created.
INFO  [2012-02-05 23:15:14,593] Axiom                FileSystem codec for D:\multiverse\SampleAssets\sampleworld\Skeletons created.
INFO  [2012-02-05 23:15:14,593] Axiom                FileSystem codec for D:\multiverse\SampleAssets\mv_fantasy\Skeletons created.
INFO  [2012-02-05 23:15:14,594] Axiom                FileSystem codec for D:\multiverse\SampleAssets\sampleworld\Sounds created.
INFO  [2012-02-05 23:15:14,594] Axiom                FileSystem codec for D:\multiverse\SampleAssets\mv_fantasy\Sounds created.
INFO  [2012-02-05 23:15:14,594] Axiom                FileSystem codec for D:\multiverse\SampleAssets\sampleworld\SpeedTree created.
INFO  [2012-02-05 23:15:14,595] Axiom                FileSystem codec for D:\multiverse\SampleAssets\mv_fantasy\SpeedTree created.
INFO  [2012-02-05 23:15:14,595] Axiom                FileSystem codec for D:\multiverse\SampleAssets\sampleworld\Textures created.
INFO  [2012-02-05 23:15:14,598] Axiom                FileSystem codec for D:\multiverse\SampleAssets\mv_fantasy\Textures created.
INFO  [2012-02-05 23:15:14,603] Axiom                FileSystem codec for D:\multiverse\SampleAssets\sampleworld\Fonts created.
INFO  [2012-02-05 23:15:14,603] Axiom                FileSystem codec for D:\multiverse\SampleAssets\mv_fantasy\Fonts created.
INFO  [2012-02-05 23:15:14,604] Axiom                FileSystem codec for D:\multiverse\SampleAssets\sampleworld\Interface\ImageSets created.
INFO  [2012-02-05 23:15:14,604] Axiom                FileSystem codec for D:\multiverse\SampleAssets\mv_fantasy\Interface\ImageSets created.
INFO  [2012-02-05 23:15:14,604] Axiom                FileSystem codec for D:\multiverse\SampleAssets\sampleworld\Interface\FrameXML created.
INFO  [2012-02-05 23:15:14,605] Axiom                FileSystem codec for D:\multiverse\SampleAssets\mv_fantasy\Interface\FrameXML created.
INFO  [2012-02-05 23:15:14,606] Axiom                FileSystem codec for D:\multiverse\SampleAssets\sampleworld\Interface\FrameXML created.
INFO  [2012-02-05 23:15:14,607] Axiom                FileSystem codec for D:\multiverse\SampleAssets\mv_fantasy\Interface\FrameXML created.
INFO  [2012-02-05 23:15:14,607] Axiom                FileSystem codec for D:\multiverse\SampleAssets\sampleworld\Scripts created.
INFO  [2012-02-05 23:15:14,608] Axiom                FileSystem codec for D:\multiverse\SampleAssets\mv_fantasy\Scripts created.
INFO  [2012-02-05 23:15:14,618] TextureSourceManager Registering Texture Controller: Type = mvMovie, Name = MVMovieTextureSource
INFO  [2012-02-05 23:15:14,619] DirectShowCodec      DirectShowCodec Start
INFO  [2012-02-05 23:15:14,619] Axiom                Loaded plugin Multiverse.Movie.Manager from Multiverse.Movie
INFO  [2012-02-05 23:15:14,856] UiScripting          assembly.FullName: Multiverse.Base, Version=1.5.3163.21375, Culture=neutral, PublicKeyToken=null
INFO  [2012-02-05 23:15:14,867] UiScripting          refAssembly.FullName: mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
INFO  [2012-02-05 23:15:14,897] UiScripting          refAssembly.FullName: Multiverse.Interface, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
INFO  [2012-02-05 23:15:14,901] UiScripting          refAssembly.FullName: Multiverse.Utility, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
INFO  [2012-02-05 23:15:14,901] UiScripting          refAssembly.FullName: System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
INFO  [2012-02-05 23:15:14,919] UiScripting          refAssembly.FullName: Multiverse.Patcher, Version=1.6.3163.21365, Culture=neutral, PublicKeyToken=null
INFO  [2012-02-05 23:15:14,921] UiScripting          refAssembly.FullName: Axiom.SceneManagers.Multiverse, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
INFO  [2012-02-05 23:15:14,922] UiScripting          refAssembly.FullName: Multiverse.Voice, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
INFO  [2012-02-05 23:15:14,924] UiScripting          refAssembly.FullName: Multiverse.Network, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
INFO  [2012-02-05 23:15:14,929] UiScripting          refAssembly.FullName: Axiom.Engine, Version=0.7.0.21366, Culture=neutral, PublicKeyToken=null
INFO  [2012-02-05 23:15:14,935] UiScripting          refAssembly.FullName: log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821
INFO  [2012-02-05 23:15:14,944] UiScripting          refAssembly.FullName: Multiverse.Gui, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
INFO  [2012-02-05 23:15:14,946] UiScripting          refAssembly.FullName: System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
INFO  [2012-02-05 23:15:14,950] UiScripting          refAssembly.FullName: Axiom.MathLib, Version=0.7.0.21364, Culture=neutral, PublicKeyToken=null
INFO  [2012-02-05 23:15:14,950] UiScripting          refAssembly.FullName: System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
INFO  [2012-02-05 23:15:14,968] UiScripting          refAssembly.FullName: System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
INFO  [2012-02-05 23:15:14,977] UiScripting          refAssembly.FullName: Multiverse.CollisionLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
INFO  [2012-02-05 23:15:14,980] UiScripting          refAssembly.FullName: FMODWrapper, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
INFO  [2012-02-05 23:15:14,985] UiScripting          refAssembly.FullName: LogUtil, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
INFO  [2012-02-05 23:15:14,985] UiScripting          refAssembly.FullName: Multiverse.AssetRepository, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
INFO  [2012-02-05 23:15:14,986] UiScripting          refAssembly.FullName: Multiverse.Web, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
INFO  [2012-02-05 23:15:14,987] UiScripting          refAssembly.FullName: TextureFetcher, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
INFO  [2012-02-05 23:15:14,988] UiScripting          refAssembly.FullName: IronPython, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
INFO  [2012-02-05 23:15:15,010] UiScripting          refAssembly.FullName: Multiverse.Serialization, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
INFO  [2012-02-05 23:15:15,014] UiScripting          refAssembly.FullName: Multiverse.Config, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
INFO  [2012-02-05 23:15:15,015] UiScripting          refAssembly.FullName: HeightfieldGenerator, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
INFO  [2012-02-05 23:15:15,016] UiScripting          refAssembly.FullName: Multiverse.Generator, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
INFO  [2012-02-05 23:15:15,017] UiScripting          refAssembly.FullName: Multiverse.MathLib, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
INFO  [2012-02-05 23:15:15,017] UiScripting          assembly.FullName: Axiom.Plugins.CgProgramManager, Version=0.7.0.21367, Culture=neutral, PublicKeyToken=null
INFO  [2012-02-05 23:15:15,018] UiScripting          refAssembly.FullName: mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
INFO  [2012-02-05 23:15:15,018] UiScripting          refAssembly.FullName: Axiom.Engine, Version=0.7.0.21366, Culture=neutral, PublicKeyToken=null
INFO  [2012-02-05 23:15:15,018] UiScripting          refAssembly.FullName: Tao.Cg, Version=1.2.1.3, Culture=neutral, PublicKeyToken=52fa5aba625fe731
INFO  [2012-02-05 23:15:15,018] UiScripting          assembly.FullName: Axiom.Plugins.ParticleFX, Version=0.7.0.21368, Culture=neutral, PublicKeyToken=null
INFO  [2012-02-05 23:15:15,018] UiScripting          refAssembly.FullName: Axiom.Engine, Version=0.7.0.21366, Culture=neutral, PublicKeyToken=null
INFO  [2012-02-05 23:15:15,018] UiScripting          refAssembly.FullName: mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
INFO  [2012-02-05 23:15:15,018] UiScripting          refAssembly.FullName: Axiom.MathLib, Version=0.7.0.21364, Culture=neutral, PublicKeyToken=null
INFO  [2012-02-05 23:15:15,019] UiScripting          assembly.FullName: Axiom.RenderSystems.DirectX9, Version=0.7.0.21369, Culture=neutral, PublicKeyToken=null
INFO  [2012-02-05 23:15:15,019] UiScripting          refAssembly.FullName: System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
INFO  [2012-02-05 23:15:15,019] UiScripting          refAssembly.FullName: Axiom.Engine, Version=0.7.0.21366, Culture=neutral, PublicKeyToken=null
INFO  [2012-02-05 23:15:15,019] UiScripting          refAssembly.FullName: mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
INFO  [2012-02-05 23:15:15,019] UiScripting          refAssembly.FullName: log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821
INFO  [2012-02-05 23:15:15,019] UiScripting          refAssembly.FullName: Axiom.MathLib, Version=0.7.0.21364, Culture=neutral, PublicKeyToken=null
INFO  [2012-02-05 23:15:15,019] UiScripting          refAssembly.FullName: Microsoft.DirectX.Direct3D, Version=1.0.2902.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
INFO  [2012-02-05 23:15:15,033] UiScripting          refAssembly.FullName: System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
INFO  [2012-02-05 23:15:15,033] UiScripting          refAssembly.FullName: Microsoft.DirectX, Version=1.0.2902.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
INFO  [2012-02-05 23:15:15,036] UiScripting          refAssembly.FullName: System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
INFO  [2012-02-05 23:15:15,043] UiScripting          refAssembly.FullName: Microsoft.DirectX.Direct3DX, Version=1.0.2908.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
INFO  [2012-02-05 23:15:15,058] UiScripting          refAssembly.FullName: System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
INFO  [2012-02-05 23:15:15,059] UiScripting          refAssembly.FullName: mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
INFO  [2012-02-05 23:15:15,059] UiScripting          refAssembly.FullName: Microsoft.DirectX.Diagnostics, Version=1.0.2902.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
INFO  [2012-02-05 23:15:15,060] UiScripting          refAssembly.FullName: Microsoft.VisualC, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
INFO  [2012-02-05 23:15:15,061] UiScripting          refAssembly.FullName: System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
INFO  [2012-02-05 23:15:15,061] UiScripting          assembly.FullName: Axiom.SceneManagers.Multiverse, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
INFO  [2012-02-05 23:15:15,061] UiScripting          refAssembly.FullName: mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
INFO  [2012-02-05 23:15:15,061] UiScripting          refAssembly.FullName: Axiom.Engine, Version=0.7.0.21366, Culture=neutral, PublicKeyToken=null
INFO  [2012-02-05 23:15:15,061] UiScripting          refAssembly.FullName: System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
INFO  [2012-02-05 23:15:15,061] UiScripting          refAssembly.FullName: Axiom.MathLib, Version=0.7.0.21364, Culture=neutral, PublicKeyToken=null
INFO  [2012-02-05 23:15:15,061] UiScripting          refAssembly.FullName: Multiverse.CollisionLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
INFO  [2012-02-05 23:15:15,064] UiScripting          refAssembly.FullName: SpeedTreeWrapper, Version=1.0.2407.26631, Culture=neutral, PublicKeyToken=null
INFO  [2012-02-05 23:15:15,065] UiScripting          refAssembly.FullName: System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
INFO  [2012-02-05 23:15:15,071] UiScripting          refAssembly.FullName: Multiverse.Config, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
INFO  [2012-02-05 23:15:15,071] UiScripting          refAssembly.FullName: Tao.DevIl, Version=1.6.6.1, Culture=neutral, PublicKeyToken=null
INFO  [2012-02-05 23:15:15,071] UiScripting          refAssembly.FullName: System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
INFO  [2012-02-05 23:15:15,071] UiScripting          assembly.FullName: Multiverse.Movie, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
INFO  [2012-02-05 23:15:15,072] UiScripting          refAssembly.FullName: mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
INFO  [2012-02-05 23:15:15,072] UiScripting          refAssembly.FullName: System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
INFO  [2012-02-05 23:15:15,072] UiScripting          refAssembly.FullName: DirectShowWrapper, Version=1.5.0.21365, Culture=neutral, PublicKeyToken=67e7b740cdfc2d3f
INFO  [2012-02-05 23:15:15,110] UiScripting          refAssembly.FullName: Axiom.RenderSystems.DirectX9, Version=0.7.0.21369, Culture=neutral, PublicKeyToken=null
INFO  [2012-02-05 23:15:15,110] UiScripting          refAssembly.FullName: Axiom.Engine, Version=0.7.0.21366, Culture=neutral, PublicKeyToken=null
INFO  [2012-02-05 23:15:15,110] UiScripting          refAssembly.FullName: log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821
INFO  [2012-02-05 23:15:15,110] UiScripting          refAssembly.FullName: System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
INFO  [2012-02-05 23:15:15,110] UiScripting          refAssembly.FullName: Multiverse.Interface, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
INFO  [2012-02-05 23:15:15,110] UiScripting          refAssembly.FullName: Microsoft.DirectX.Direct3D, Version=1.0.2902.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
INFO  [2012-02-05 23:15:15,110] UiScripting          refAssembly.FullName: Multiverse.Base, Version=1.5.3163.21375, Culture=neutral, PublicKeyToken=null
INFO  [2012-02-05 23:15:15,110] UiScripting          refAssembly.FullName: System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
INFO  [2012-02-05 23:15:15,110] UiScripting          refAssembly.FullName: LogUtil, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
INFO  [2012-02-05 23:15:15,110] UiScripting          refAssembly.FullName: Microsoft.DirectX, Version=1.0.2902.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
INFO  [2012-02-05 23:15:15,110] UiScripting          refAssembly.FullName: System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
INFO  [2012-02-05 23:15:15,110] UiScripting          refAssembly.FullName: System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
INFO  [2012-02-05 23:15:15,110] UiScripting          refAssembly.FullName: Axiom.MathLib, Version=0.7.0.21364, Culture=neutral, PublicKeyToken=null
INFO  [2012-02-05 23:15:15,112] UiScripting          Executing script file 'D:\multiverse\SampleAssets\sampleworld\Scripts\ClientInit.py'
INFO  [2012-02-05 23:15:15,235] UiScripting          Ran script file 'D:\multiverse\SampleAssets\sampleworld\Scripts\ClientInit.py' in module ''
INFO  [2012-02-05 23:15:15,261] D3DRenderWindow      Initial form settings: AutoSize: False; AutoScale: Inherit
INFO  [2012-02-05 23:15:15,360] D3DRenderWindow      Device constructed with presentation parameters: MultiSampleQuality: 0
PresentationInterval: One
FullScreenRefreshRateInHz: 0
PresentFlag: None
AutoDepthStencilFormat: D24S8
EnableAutoDepthStencil: True
Windowed: True
DeviceWindowHandle: 1771058
DeviceWindow: Axiom.RenderSystems.DirectX9.AxiomRenderBox, SizeMode: Normal
SwapEffect: Discard
MultiSample: None
BackBufferCount: 2
BackBufferFormat: X8R8G8B8
BackBufferHeight: 600
BackBufferWidth: 800
ForceNoMultiThreadedFlag: False

INFO  [2012-02-05 23:15:16,682] HardwareCaps        ---RenderSystem capabilities---
INFO  [2012-02-05 23:15:16,682] HardwareCaps           -Adapter Name: AMD Radeon HD 6850M
INFO  [2012-02-05 23:15:16,682] HardwareCaps           -Driver Version: 8.17.10.1099
INFO  [2012-02-05 23:15:16,682] HardwareCaps           -Total System Memory: 8173Meg
INFO  [2012-02-05 23:15:16,682] HardwareCaps           -Video Memory: 745Meg
INFO  [2012-02-05 23:15:16,682] HardwareCaps           -Available texture units: 8
INFO  [2012-02-05 23:15:16,682] HardwareCaps           -Maximum lights available: 10
INFO  [2012-02-05 23:15:16,682] HardwareCaps           -Hardware generation of mip-maps: yes
INFO  [2012-02-05 23:15:16,682] HardwareCaps           -Texture blending: yes
INFO  [2012-02-05 23:15:16,682] HardwareCaps           -Anisotropic texture filtering: yes
INFO  [2012-02-05 23:15:16,682] HardwareCaps           -Dot product texture operation: yes
INFO  [2012-02-05 23:15:16,683] HardwareCaps           -Cube Mapping: yes
INFO  [2012-02-05 23:15:16,683] HardwareCaps           -Hardware stencil buffer: yes
INFO  [2012-02-05 23:15:16,683] HardwareCaps              -Stencil depth: 8 bits
INFO  [2012-02-05 23:15:16,683] HardwareCaps              -Two sided stencil support: yes
INFO  [2012-02-05 23:15:16,683] HardwareCaps              -Wrap stencil values: yes
INFO  [2012-02-05 23:15:16,683] HardwareCaps           -Hardware vertex/index buffers: yes
INFO  [2012-02-05 23:15:16,683] HardwareCaps           -Vertex programs: yes
INFO  [2012-02-05 23:15:16,683] HardwareCaps              -Max vertex program version: vs_3_0
INFO  [2012-02-05 23:15:16,683] HardwareCaps           -Fragment programs: yes
INFO  [2012-02-05 23:15:16,683] HardwareCaps              -Max fragment program version: ps_3_0
INFO  [2012-02-05 23:15:16,683] HardwareCaps           -Texture compression: yes
INFO  [2012-02-05 23:15:16,683] HardwareCaps              -DXT: yes
INFO  [2012-02-05 23:15:16,683] HardwareCaps              -VTC: no
INFO  [2012-02-05 23:15:16,683] HardwareCaps           -Scissor rectangle: yes
INFO  [2012-02-05 23:15:16,683] HardwareCaps           -Hardware Occlusion Query: yes
INFO  [2012-02-05 23:15:16,683] HardwareCaps           -User clip planes: yes
INFO  [2012-02-05 23:15:16,683] HardwareCaps           -VertexElementType.UBYTE4: yes
INFO  [2012-02-05 23:15:16,683] HardwareCaps           -Infinite far plane projection: yes
INFO  [2012-02-05 23:15:16,683] HardwareCaps           -Hardware render-to-texture: no
INFO  [2012-02-05 23:15:16,683] HardwareCaps           -Floating point textures: no
INFO  [2012-02-05 23:15:16,683] HardwareCaps           -Volume textures: no
INFO  [2012-02-05 23:15:16,683] HardwareCaps           -Multiple Render Targets: 4
INFO  [2012-02-05 23:15:16,683] HardwareCaps           -Point Sprites: no
INFO  [2012-02-05 23:15:16,683] HardwareCaps           -Extended point parameters: no
INFO  [2012-02-05 23:15:16,684] HardwareCaps           -Max Point Size: 0
INFO  [2012-02-05 23:15:16,684] HardwareCaps           -Vertex texture fetch: no
INFO  [2012-02-05 23:15:16,684] HardwareCaps           -Max vertex program float constants: 256
INFO  [2012-02-05 23:15:16,684] HardwareCaps           -Max vertex program int constants: 64
INFO  [2012-02-05 23:15:16,684] HardwareCaps           -Max fragment program float constants: 224
INFO  [2012-02-05 23:15:16,684] HardwareCaps           -Max fragment int constants: 16
INFO  [2012-02-05 23:15:16,689] D3D9RenderSystem    DirectXCache.ApplyCache: Starting to apply cache settings to device
INFO  [2012-02-05 23:15:16,698] D3D9RenderSystem    DirectXCache.ApplyCache: Finished applying cache settings to device
INFO  [2012-02-05 23:15:17,749] MovieTextureSource  mvMovie: Initialize
INFO  [2012-02-05 23:15:17,750] MovieTextureSource  mvMovie: SetParameter name, DShow Browser
INFO  [2012-02-05 23:15:17,750] MovieTextureSource  mvMovie: SetParameter codec, Browser
INFO  [2012-02-05 23:15:17,750] MovieTextureSource  mvMovie: SetParameter path, http://www.multiverse.net
INFO  [2012-02-05 23:15:17,750] MovieTextureSource  mvMovie: SetParameter videoSize, 1024x1024
INFO  [2012-02-05 23:15:17,750] MovieTextureSource  mvMovie: CreateDefinedTexture DShow Browser
INFO  [2012-02-05 23:15:17,754] MovieTextureSource  mvMovie: Initialize
INFO  [2012-02-05 23:15:17,754] MovieTextureSource  mvMovie: SetParameter name, DShow Movie
INFO  [2012-02-05 23:15:17,754] MovieTextureSource  mvMovie: SetParameter codec, DirectShow
INFO  [2012-02-05 23:15:17,754] MovieTextureSource  mvMovie: SetParameter path, RafAndCorey.wmv
INFO  [2012-02-05 23:15:17,754] MovieTextureSource  mvMovie: SetParameter looping, true
INFO  [2012-02-05 23:15:17,754] MovieTextureSource  mvMovie: CreateDefinedTexture DShow Movie
INFO  [2012-02-05 23:15:17,787] Axiom                In FXReader.ParseAllSources
INFO  [2012-02-05 23:15:17,790] Axiom                In FXReader.ParseAllSources
INFO  [2012-02-05 23:15:17,794] articleSystemManager Particle Renderer type 'billboard' registered.
INFO  [2012-02-05 23:15:17,968] D3DRenderWindow      Created normal texture MultiverseImageset.png
INFO  [2012-02-05 23:15:17,973] Texture              Texture: MultiverseImageset.png: Loading 1 faces(PF_A8B8G8R8,16x16x1)
INFO  [2012-02-05 23:15:17,987] D3DRenderWindow      D3D9 : Loading 2D Texture, image name : 'loadscreen.dds' with 5 mip map levels
INFO  [2012-02-05 23:15:18,022] D3DRenderWindow      D3DRenderWindow.WindowMovedOrResized called.
INFO  [2012-02-05 23:15:18,273] Win32InputReader    Initialized input with parameters Axiom.RenderSystems.DirectX9.D3DRenderWindow:True:True:False:False:False
INFO  [2012-02-05 23:15:18,297] Axiom                Creating viewport rendering from camera 'camera.player', relative dimensions L:0,T:0,W:1,H:1, Z-Order:100
INFO  [2012-02-05 23:15:18,298] Axiom                Viewport for camera 'camera.player' - actual dimensions L:0,T:0,W:800,H:600
INFO  [2012-02-05 23:15:18,302] D3DRenderWindow      Created normal texture Cursor.tga
INFO  [2012-02-05 23:15:18,303] Texture              Texture: Cursor.tga: Loading 1 faces(PF_A8R8G8B8,512x32x1)
INFO  [2012-02-05 23:15:18,315] ClientAPI            API Script Path: ../Scripts/
INFO  [2012-02-05 23:15:18,315] ClientAPI            World Script Path: D:\multiverse\SampleAssets\sampleworld/Scripts/
INFO  [2012-02-05 23:15:18,316] ClientAPI            World Script Path: D:\multiverse\SampleAssets\mv_fantasy/Scripts/
INFO  [2012-02-05 23:15:18,317] UiScripting          Running module file 'C:\Program Files (x86)\Multiverse Client/Scripts/ClientAPI.py' in module 'ClientAPI'
INFO  [2012-02-05 23:15:19,583] ClientAPI            ClientAPI.py loaded
INFO  [2012-02-05 23:15:19,627] UiScripting          Ran script file 'C:\Program Files (x86)\Multiverse Client/Scripts/ClientAPI.py' in module 'ClientAPI'
INFO  [2012-02-05 23:15:19,628] UiScripting          Executing script file 'D:\multiverse\SampleAssets\sampleworld\Scripts\Startup.py'
INFO  [2012-02-05 23:15:20,403] ClientAPI            Startup.py loaded
INFO  [2012-02-05 23:15:20,403] UiScripting          Ran script file 'D:\multiverse\SampleAssets\sampleworld\Scripts\Startup.py' in module ''
INFO  [2012-02-05 23:15:20,414] Client              Client setup complete at 02/05/2012 23:15:20
INFO  [2012-02-05 23:15:20,424] Network Information  Disconnecting from rdp master server
INFO  [2012-02-05 23:15:20,425] RdpConnection        Sent 85 bytes, Received 210 bytes in 6 seconds
INFO  [2012-02-05 23:15:20,425] Rdp Connection      Released connection: Multiverse.Network.Rdp.RdpConnection
INFO  [2012-02-05 23:15:20,437] Network Information  Connecting to world login manager at 86.107.118.225:5040
INFO  [2012-02-05 23:15:20,438] NetworkHelper        authToken: /////g==
INFO  [2012-02-05 23:15:20,438] Network Information  Connecting to tcp world server at 86.107.118.225:5040
INFO  [2012-02-05 23:15:20,438] NetworkHelper        IP Address for 86.107.118.225: '86.107.118.225'
INFO  [2012-02-05 23:15:20,438] Network Information  Connecting to login server at 86.107.118.225:5040
WARN  [2012-02-05 23:15:21,490] Exception            Failed to connect to login server at 86.107.118.225:5040 - System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 86.107.118.225:5040
  at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
  at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
  at System.Net.Sockets.TcpClient.Connect(IPEndPoint remoteEP)
  at System.Net.Sockets.TcpClient.Connect(IPAddress address, Int32 port)
  at Multiverse.Network.NetworkHelper.Connect(String hostname, Int32 port)
WARN  [2012-02-05 23:15:21,495] NetworkHelper        Unable to connect to tcp world server
INFO  [2012-02-05 23:15:21,547] ClientAPI            WindowSize not initialized
INFO  [2012-02-05 23:15:21,607] MultiverseClient    Exiting client
INFO  [2012-02-05 23:15:21,608] Client              Started call to Client.Dispose()
INFO  [2012-02-05 23:15:21,649] Axiom                *-*-* Axiom Shutdown
INFO  [2012-02-05 23:15:21,650] Axiom                Unloading plugin Axiom.CgPrograms.CgPlugin from Axiom Cg Plugin
INFO  [2012-02-05 23:15:21,650] Axiom                Unloading plugin Axiom.ParticleFX.ParticleFX from Axiom Particle Systems Plugin
INFO  [2012-02-05 23:15:21,651] Axiom                Unloading plugin Axiom.RenderSystems.DirectX9.Plugin from Axiom DirectX 9 Rendering System
INFO  [2012-02-05 23:15:21,651] Axiom                Unloading plugin Axiom.SceneManagers.Multiverse.MultiverseSceneManagerPlugin from Multiverse SceneManager Plugin
INFO  [2012-02-05 23:15:21,651] Axiom                Unloading plugin Multiverse.Movie.Manager from Multiverse.Movie
INFO  [2012-02-05 23:15:21,652] Manager              Movie manager stop
INFO  [2012-02-05 23:15:21,652] DirectShowCodec      DirectShowCodec Stop
INFO  [2012-02-05 23:15:21,654] Client              Finished call to Client.Dispose()
INFO  [2012-02-05 23:15:50,854] Rdp Connection      Closing connection to 86.107.118.225:9010
INFO  [2012-02-05 23:25:41,221] MultiverseClient    Cleaning up
INFO  [2012-02-05 23:25:41,221] MultiverseClient    Exiting Client

the master.out
Code:

multiverse# cat master.out
INFO  [2012-02-05 21:21:56,143] main                pid 81325@multiverse
DEBUG [2012-02-05 21:21:56,144] main                Using property file ../bin/master.properties
DEBUG [2012-02-05 21:21:56,144] main                Properties are:
DEBUG [2012-02-05 21:21:56,144] main                    multiverse.message_agent_stats = false
DEBUG [2012-02-05 21:21:56,144] main                    java.runtime.name = Java(TM) SE Runtime Environment
DEBUG [2012-02-05 21:21:56,144] main                    sun.boot.library.path = /usr/local/jdk1.6.0/jre/lib/i386
DEBUG [2012-02-05 21:21:56,144] main                    java.vm.version = 1.6.0_03-p4-root_02_feb_2012_12_22-b00
DEBUG [2012-02-05 21:21:56,145] main                    multiverse.world_available_message = DONE INITIALIZING, you can log in now
DEBUG [2012-02-05 21:21:56,145] main                    multiverse.db_user = root
DEBUG [2012-02-05 21:21:56,145] main                    java.vm.vendor = Sun Microsystems Inc.
DEBUG [2012-02-05 21:21:56,145] main                    java.vendor.url = http://java.sun.com/
DEBUG [2012-02-05 21:21:56,146] main                    path.separator = :
DEBUG [2012-02-05 21:21:56,146] main                    java.vm.name = Java HotSpot(TM) Server VM
DEBUG [2012-02-05 21:21:56,146] main                    file.encoding.pkg = sun.io
DEBUG [2012-02-05 21:21:56,146] main                    sun.java.launcher = SUN_STANDARD
DEBUG [2012-02-05 21:21:56,146] main                    sun.os.patch.level = unknown
DEBUG [2012-02-05 21:21:56,146] main                    java.vm.specification.name = Java Virtual Machine Specification
DEBUG [2012-02-05 21:21:56,146] main                    user.dir = /master/bin
DEBUG [2012-02-05 21:21:56,146] main                    log4j.appender.FILE.File = ${multiverse.logs}/${multiverse.loggername}.out
DEBUG [2012-02-05 21:21:56,146] main                    java.runtime.version = 1.6.0_03-p4-root_02_feb_2012_12_22-b00
DEBUG [2012-02-05 21:21:56,146] main                    java.awt.graphicsenv = sun.awt.X11GraphicsEnvironment
DEBUG [2012-02-05 21:21:56,146] main                    java.endorsed.dirs = /usr/local/jdk1.6.0/jre/lib/endorsed
DEBUG [2012-02-05 21:21:56,146] main                    os.arch = i386
DEBUG [2012-02-05 21:21:56,146] main                    multiverse.use_class_files = true
DEBUG [2012-02-05 21:21:56,146] main                    java.io.tmpdir = /var/tmp/
DEBUG [2012-02-05 21:21:56,146] main                    line.separator =

DEBUG [2012-02-05 21:21:56,146] main                    java.vm.specification.vendor = Sun Microsystems Inc.
DEBUG [2012-02-05 21:21:56,147] main                    os.name = FreeBSD
DEBUG [2012-02-05 21:21:56,147] main                    log4j.appender.FILE.MaxFileSize = 50MB
DEBUG [2012-02-05 21:21:56,147] main                    sun.jnu.encoding = ISO8859-1
DEBUG [2012-02-05 21:21:56,147] main                    log4j.appender.FILE.layout = org.apache.log4j.PatternLayout
DEBUG [2012-02-05 21:21:56,147] main                    multiverse.rotate_logs_on_startup = true
DEBUG [2012-02-05 21:21:56,147] main                    java.library.path = /usr/local/jdk1.6.0/jre/lib/i386/server:/usr/local/jdk1.6.0/jre/lib/i386:/usr/local/jdk1.6.0/jre/../lib/i386:/usr/java/packages/lib/i386:/lib:/usr/lib:/usr/local/lib
DEBUG [2012-02-05 21:21:56,147] main                    log4j.rootLogger = DEBUG, FILE
DEBUG [2012-02-05 21:21:56,147] main                    multiverse.db_hostname = localhost
DEBUG [2012-02-05 21:21:56,147] main                    log4j.appender.FILE.MaxBackupIndex = 3
DEBUG [2012-02-05 21:21:56,147] main                    java.specification.name = Java Platform API Specification
DEBUG [2012-02-05 21:21:56,147] main                    java.class.version = 50.0
DEBUG [2012-02-05 21:21:56,147] main                    log4j.appender.FILE.layout.ConversionPattern = %-5p [%d{ISO8601}] %-20t %m%n
DEBUG [2012-02-05 21:21:56,147] main                    sun.management.compiler = HotSpot Server Compiler
DEBUG [2012-02-05 21:21:56,147] main                    multiverse.log_level = 1
DEBUG [2012-02-05 21:21:56,148] main                    os.version = 9.0-RELEASE
DEBUG [2012-02-05 21:21:56,148] main                    multiverse.db_type = mysql
DEBUG [2012-02-05 21:21:56,148] main                    user.home = /root
DEBUG [2012-02-05 21:21:56,148] main                    multiverse.loggername = master
DEBUG [2012-02-05 21:21:56,148] main                    user.timezone = GMT
DEBUG [2012-02-05 21:21:56,148] main                    multiverse.db_driver = com.mysql.jdbc.Driver
DEBUG [2012-02-05 21:21:56,148] main                    java.awt.printerjob = sun.print.PSPrinterJob
DEBUG [2012-02-05 21:21:56,148] main                    file.encoding = ISO8859-1
DEBUG [2012-02-05 21:21:56,148] main                    java.specification.version = 1.6
DEBUG [2012-02-05 21:21:56,148] main                    log4j.appender.FILE = org.apache.log4j.RollingFileAppender
DEBUG [2012-02-05 21:21:56,148] main                    user.name = root
DEBUG [2012-02-05 21:21:56,148] main                    java.class.path = ../other/rhino1_5R5/js.jar:../other/mysql-jdbc/mysql-connector-java-3.0.14-production-bin.jar:../inject:../build:../build:../other/java-getopt-1.0.11.jar:../other/jython.jar:../other/log4j-1.2.14.jar:../other/bcel-5.2.jar:.
DEBUG [2012-02-05 21:21:56,148] main                    java.vm.specification.version = 1.0
DEBUG [2012-02-05 21:21:56,149] main                    sun.arch.data.model = 32
DEBUG [2012-02-05 21:21:56,149] main                    java.home = /usr/local/jdk1.6.0/jre
DEBUG [2012-02-05 21:21:56,149] main                    java.specification.vendor = Sun Microsystems Inc.
DEBUG [2012-02-05 21:21:56,149] main                    user.language = en
DEBUG [2012-02-05 21:21:56,149] main                    multiverse.db_password = ***hidden*****
DEBUG [2012-02-05 21:21:56,149] main                    java.vm.info = mixed mode
DEBUG [2012-02-05 21:21:56,149] main                    java.version = 1.6.0_03-p4
DEBUG [2012-02-05 21:21:56,149] main                    java.ext.dirs = /usr/local/jdk1.6.0/jre/lib/ext:/usr/java/packages/lib/ext
DEBUG [2012-02-05 21:21:56,149] main                    sun.boot.class.path = /usr/local/jdk1.6.0/jre/lib/resources.jar:/usr/local/jdk1.6.0/jre/lib/rt.jar:/usr/local/jdk1.6.0/jre/lib/sunrsasign.jar:/usr/local/jdk1.6.0/jre/lib/jsse.jar:/usr/local/jdk1.6.0/jre/lib/jce.jar:/usr/local/jdk1.6.0/jre/lib/charsets.jar:/usr/local/jdk1.6.0/jre/classes
DEBUG [2012-02-05 21:21:56,149] main                    java.vendor = Sun Microsystems Inc.
DEBUG [2012-02-05 21:21:56,149] main                    multiverse.db_name = multiverse
DEBUG [2012-02-05 21:21:56,149] main                    file.separator = /
DEBUG [2012-02-05 21:21:56,149] main                    java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi
DEBUG [2012-02-05 21:21:56,149] main                    multiverse.jdbcJarPath = ../other/mysql-jdbc/mysql-connector-java-3.0.14-production-bin.jar
DEBUG [2012-02-05 21:21:56,150] main                    sun.cpu.endian = little
DEBUG [2012-02-05 21:21:56,150] main                    sun.io.unicode.encoding = UnicodeLittle
DEBUG [2012-02-05 21:21:56,150] main                    multiverse.propertyfile = ../bin/master.properties
DEBUG [2012-02-05 21:21:56,150] main                    multiverse.logs = ../logs/master
DEBUG [2012-02-05 21:21:56,150] main                    sun.cpu.isalist =
INFO  [2012-02-05 21:21:56,150] main                The log level is 1
INFO  [2012-02-05 21:21:56,152] main                Multiverse server version 1.5 0 (- -)
DEBUG [2012-02-05 21:21:56,683] main                SecureTokenManager.initDomain: reading domain key. keyId=0x1 algorithm=HmacSHA1
DEBUG [2012-02-05 21:21:57,605] main                Executing script file: ../bin/master_server.py
DEBUG [2012-02-05 21:21:57,605] main                runPYFile: file=../bin/master_server.py
DEBUG [2012-02-05 21:21:57,991] main                SecureTokenManager.initMaster: master key keyId=0xc algorithm=DSA
DEBUG [2012-02-05 21:21:57,991] main                script completed
DEBUG [2012-02-05 21:21:58,003] main                Database: starting keepalive
DEBUG [2012-02-05 21:21:58,004] main                *** url = jdbc:mysql://localhost/multiverse username = root password = ****hidden****
DEBUG [2012-02-05 21:21:58,182] main                RDPServer: starting rdpServerThread with priority 7
INFO  [2012-02-05 21:21:58,190] main                masterserver: rdp on port 9010
DEBUG [2012-02-05 21:21:58,206] main                TcpServer, bound to port: 9010
INFO  [2012-02-05 21:21:58,207] main                masterserver: tcp on port 9005
DEBUG [2012-02-05 21:21:58,208] main                masterserver: tcp server listening on port 9005
DEBUG [2012-02-05 21:22:58,004] DBKeepalive          Database: ping
DEBUG [2012-02-05 21:23:04,256] pool-1-thread-1      masterserver: username len=6
DEBUG [2012-02-05 21:23:04,256] pool-1-thread-1      masterserver: login username=neckro
DEBUG [2012-02-05 21:23:04,256] pool-1-thread-1      login info: password=*******hidden******
DEBUG [2012-02-05 21:23:04,257] pool-1-thread-1      username=neckro, uid=1
DEBUG [2012-02-05 21:23:04,257] pool-1-thread-1      MasterServer: password verified, uid=1, token=-2
DEBUG [2012-02-05 21:23:04,257] pool-1-thread-1      SocketHandler: closed socket: Socket[addr=/79.114.175.154,port=50023,localport=9005]
DEBUG [2012-02-05 21:23:04,353] RDPServer            masterserver: new incoming connection: RDP(/79.114.175.154:5845)
DEBUG [2012-02-05 21:23:04,366] RDPCallback          masterserver: got name resolution request
DEBUG [2012-02-05 21:23:04,366] RDPCallback          masterserver.resolvename: looking up worldName sampleworld
DEBUG [2012-02-05 21:23:04,368] RDPCallback          masterverse.resolvename: resolved worldName sampleworld to 86.107.118.225:5040
DEBUG [2012-02-05 21:23:04,368] RDPCallback          masterverse.resolvename: patcher for worldName sampleworld at http://update.multiverse.net/patcher/world_patcher.html with media at: http://update.multiverse.net/sampleworld/update/
DEBUG [2012-02-05 21:23:04,368] RDPCallback          MVByteBuffer.reallocate: size=46 requested=104 newSize=184
DEBUG [2012-02-05 21:23:10,311] RDPServer            RDPServer.processExistingConnection: got reset packet for con RDP(/79.114.175.154:5845)
DEBUG [2012-02-05 21:23:10,311] RDPServer            Masterserver: connection reset
DEBUG [2012-02-05 21:23:58,005] DBKeepalive          Database: ping
DEBUG [2012-02-05 21:24:58,006] DBKeepalive          Database: ping
DEBUG [2012-02-05 21:25:58,007] DBKeepalive          Database: ping
DEBUG [2012-02-05 21:26:58,008] DBKeepalive          Database: ping
Back to top Go down
neckro
Experienced Newbie
Experienced Newbie
avatar


Posts : 28
Join date : 2011-08-15
Age : 43
Location : Medias / Romania

Master Server? Empty
PostSubject: Re: Master Server?   Master Server? EmptyMon 6 Feb - 12:57

SUCCESS !!!!!!!!!!!!!!! i have my master server running !!!!!! cheers cheers cheers cheers

I`m running master server from braches and game server from server_20080623.tgz. It was the last thing i din`t try. bounce bounce
Back to top Go down
Delurin
Head of Platform Development
avatar


Posts : 424
Join date : 2011-08-03

Master Server? Empty
PostSubject: Re: Master Server?   Master Server? EmptyTue 7 Feb - 8:15

To summarize the problems you were having were first that the udp ports were not open. and second that there is a mismatch between the distributed mv server and the trunk version
Back to top Go down
neckro
Experienced Newbie
Experienced Newbie
avatar


Posts : 28
Join date : 2011-08-15
Age : 43
Location : Medias / Romania

Master Server? Empty
PostSubject: Re: Master Server?   Master Server? EmptyTue 7 Feb - 21:04

delurin no, actually i`m running master server from braches and game server from distribution.
Back to top Go down
Delurin
Head of Platform Development
avatar


Posts : 424
Join date : 2011-08-03

Master Server? Empty
PostSubject: Re: Master Server?   Master Server? EmptyTue 7 Feb - 23:52

Right because there is an unknown difference between the distribute version and the branch versions of the game server
Back to top Go down
CobaltBlues
Moderator
Moderator
CobaltBlues


Posts : 202
Join date : 2011-11-21
Location : Chicago Land

Master Server? Empty
PostSubject: Re: Master Server?   Master Server? EmptyWed 8 Feb - 7:35

You should use either all distributed versions, or all trunk versions, or all tagged versions, etc.. The Trunk will almost always be out of date with a distributed version. That is what its for is to house the most recent changes that may not be compatible with anything else.
Back to top Go down
http://www.multiversemmo.com
Delurin
Head of Platform Development
avatar


Posts : 424
Join date : 2011-08-03

Master Server? Empty
PostSubject: Re: Master Server?   Master Server? EmptyWed 8 Feb - 7:54

Currently it looks like if you use solely the trunk version the game server will not run with the master server. I am working on trying to isolate the problem.
Back to top Go down
zoot686
Foundation Donor
zoot686


Posts : 78
Join date : 2012-02-15
Location : USA

Master Server? Empty
PostSubject: Re: Master Server?   Master Server? EmptyWed 15 Feb - 6:36

So?.............is there any way that a complete package can be zipped or targunzipped up to make it easier on potentials?

Whether it's from the trunk or the branches is irrelevant...........only a "complete package" is important
Back to top Go down
Sponsored content





Master Server? Empty
PostSubject: Re: Master Server?   Master Server? Empty

Back to top Go down
 
Master Server?
Back to top 
Page 1 of 4Go to page : 1, 2, 3, 4  Next
 Similar topics
-
» I have 2 issues.
» Sampleworld, Times Square non-functioning
» Master server question
» Master Server Setup
» Java issue with master server

Permissions in this forum:You cannot reply to topics in this forum
 :: Development :: Getting Started-
Jump to: