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  

 

 Can run client in --standalone only?>>>>Solved

Go down 
2 posters
AuthorMessage
Louis Blackblood
Experienced Newbie
Experienced Newbie
Louis Blackblood


Posts : 32
Join date : 2013-04-12
Age : 37
Location : California

Can run client in --standalone only?>>>>Solved Empty
PostSubject: Can run client in --standalone only?>>>>Solved   Can run client in --standalone only?>>>>Solved EmptyTue 16 Apr - 3:35

I have my server running,

Code:

Mike@Mike-PC /cygdrive/c/multiverse/bin
$ ./multiverse.sh -w sampleworld -v start
*** Starting world sampleworld ***
MV_HOME is C:\multiverse
Using .jar files from the /dist hierarchy
Using property file C:\multiverse/bin/multiverse.properties
Using world file
Using world script directory C:\multiverse/config/sampleworld
Using log directory C:\multiverse/logs/sampleworld
Using common directory C:\multiverse/config/common, bin directory C:\multiverse/bin
JAVA_FLAGS="-server  -cp C:\multiverse/other/rhino1_5R5/js.jar;c:\mysql-connector-java-3.1.14\mysql-connector-java-3.1.14-bin.jar;C:\multiverse/dist/lib/injected.jar;C:\multiverse/dist/lib/multiverse.jar;C:\multiverse/dist/lib/mars.jar;C:\multiverse/dist/lib/sampleworld.jar;C:\multiverse/other/java-getopt-1.0.11.jar;C:\multiverse/other/jython.jar;C:\multiverse/other/log4j-1.2.14.jar;C:\multiverse/other/bcel-5.2.jar;. -Dmultiverse.propertyfile=C:\multiverse/bin/multiverse.properties  -Dmultiverse.worldname=sampleworld -Dmultiverse.logs=C:\multiverse/logs/sampleworld"
Starting domain server:        SUCCESS
Starting wmgr_1 ...            SUCCESS
Starting combat server:        SUCCESS
Starting instance server:      SUCCESS
Starting object manager:        Multiverse server version 1.5 0 (- -)
SUCCESS
Starting login manager:        SUCCESS
Starting proxy_1 ...            SUCCESS
Starting mob server:            SUCCESS
Starting voice server:          SUCCESS
Wait for finished initializing msg...

Mike@Mike-PC /cygdrive/c/multiverse/bin
$
DONE INITIALIZING, you can log in now
./multiverse.sh status
domain server  RUNNING
login server    RUNNING
combat server  RUNNING
instance        RUNNING
object manager  RUNNING
world manager  RUNNING
proxy server    RUNNING
mob server      RUNNING
voice server    RUNNING

but when I go to launch the client I get the "Multiverse servers are currently unavailable" message. I am currently launching with --development --world sampleworld, but as the title says, the only way I get a successful launch is with --standalone.

The only log file that has anything in it is MultiverseClient.log and it reads

Code:
INFO  [2013-04-15 09:30:21,526] MultiverseClient    Client command line arguments:
INFO  [2013-04-15 09:30:21,535] MultiverseClient    Checking if restart required
INFO  [2013-04-15 09:30:22,138] MultiverseClient    Client version up to date: 1.6.3163.21365
INFO  [2013-04-15 09:30:22,155] Client              Starting up client; client version number is 1.5.4465.30861
INFO  [2013-04-15 09:30:22,174] Axiom                *********Axiom 3D Engine Log *************
Copyright Copyright ©️ Axiom and RealmForge Development Team 2003-2005
Version: 0.7.0.30853
Operating System: Microsoft Windows NT 6.1.7601 Service Pack 1
.Net Framework: 2.0.50727.5466

INFO  [2013-04-15 09:30:22,174] Axiom                *-*-* Axiom Intializing
INFO  [2013-04-15 09:30:22,198] PlatformManager      Loading PlatformManager 'c:\Program Files (x86)\Multiverse Software Foundation\Multiverse Client\bin\Axiom.Platforms.Win32.dll'
INFO  [2013-04-15 09:30:22,206] Axiom                OverlayElementFactory for type 'BorderPanel' registered.
INFO  [2013-04-15 09:30:22,206] Axiom                OverlayElementFactory for type 'TextArea' registered.
INFO  [2013-04-15 09:30:22,206] Axiom                OverlayElementFactory for type 'Panel' registered.
INFO  [2013-04-15 09:30:22,306] Axiom                Total System Memory Size: 8109MB
INFO  [2013-04-15 09:30:22,377] Axiom                Loaded plugin Axiom.CgPrograms.CgPlugin from Axiom Cg Plugin
INFO  [2013-04-15 09:30:22,378] articleSystemManager Particle Emitter type 'Point' registered.
INFO  [2013-04-15 09:30:22,378] articleSystemManager Particle Emitter type 'Box' registered.
INFO  [2013-04-15 09:30:22,379] articleSystemManager Particle Emitter type 'Ellipsoid' registered.
INFO  [2013-04-15 09:30:22,379] articleSystemManager Particle Emitter type 'Cylinder' registered.
INFO  [2013-04-15 09:30:22,379] articleSystemManager Particle Emitter type 'Ring' registered.
INFO  [2013-04-15 09:30:22,379] articleSystemManager Particle Emitter type 'HollowEllipsoid' registered.
INFO  [2013-04-15 09:30:22,379] articleSystemManager Particle Affector type 'LinearForce' registered.
INFO  [2013-04-15 09:30:22,380] articleSystemManager Particle Affector type 'ColourFader' registered.
INFO  [2013-04-15 09:30:22,380] articleSystemManager Particle Affector type 'ColourFader2' registered.
INFO  [2013-04-15 09:30:22,380] articleSystemManager Particle Affector type 'ColourImage' registered.
INFO  [2013-04-15 09:30:22,380] articleSystemManager Particle Affector type 'ColourInterpolator' registered.
INFO  [2013-04-15 09:30:22,380] articleSystemManager Particle Affector type 'Scaler' registered.
INFO  [2013-04-15 09:30:22,380] articleSystemManager Particle Affector type 'Rotator' registered.
INFO  [2013-04-15 09:30:22,380] Axiom                Loaded plugin Axiom.ParticleFX.ParticleFX from Axiom Particle Systems Plugin
INFO  [2013-04-15 09:30:22,381] Axiom                Loaded plugin Axiom.RenderSystems.DirectX9.Plugin from Axiom DirectX 9 Rendering System
INFO  [2013-04-15 09:30:22,382] Axiom                Loaded plugin Axiom.SceneManagers.Multiverse.MultiverseSceneManagerPlugin from Multiverse SceneManager Plugin
INFO  [2013-04-15 09:33:57,818] MultiverseClient    Exiting client
INFO  [2013-04-15 09:33:57,819] Client              Started call to Client.Dispose()
INFO  [2013-04-15 09:33:57,835] Axiom                *-*-* Axiom Shutdown
INFO  [2013-04-15 09:33:57,837] Axiom                Unloading plugin Axiom.CgPrograms.CgPlugin from Axiom Cg Plugin
INFO  [2013-04-15 09:33:57,837] Axiom                Unloading plugin Axiom.ParticleFX.ParticleFX from Axiom Particle Systems Plugin
INFO  [2013-04-15 09:33:57,837] Axiom                Unloading plugin Axiom.RenderSystems.DirectX9.Plugin from Axiom DirectX 9 Rendering System
INFO  [2013-04-15 09:33:57,839] Axiom                Unloading plugin Axiom.SceneManagers.Multiverse.MultiverseSceneManagerPlugin from Multiverse SceneManager Plugin
INFO  [2013-04-15 09:33:57,839] Client              Finished call to Client.Dispose()
INFO  [2013-04-15 09:33:57,839] MultiverseClient    Cleaning up
INFO  [2013-04-15 09:33:57,839] MultiverseClient    Exiting Client

There are no errors when I run find "ERROR" *.out, so im kinda lost at this point Sad

Any help will be greatly appreciated!


Last edited by Louis Blackblood on Tue 16 Apr - 5:11; edited 1 time in total
Back to top Go down
tichfuie
Super Contributor
Super Contributor
tichfuie


Posts : 257
Join date : 2013-02-07
Location : NA

Can run client in --standalone only?>>>>Solved Empty
PostSubject: Re: Can run client in --standalone only?>>>>Solved   Can run client in --standalone only?>>>>Solved EmptyTue 16 Apr - 4:17

make sure you have the world_settings.xml in:
C:\Users\username\Documents\Multiverse World Browser\Config\


the file should point to your world and server host location:


Quote :

<client_config>
<loopback_world_response world_id="sampleworld">
<account id_number="1"/>
<server hostname="localhost" port="5040"/>
<patcher_url href="http://update.multiverse.net/patcher/world_patcher.html"/>
<update_url href="http://update.multiverse.net/sampleworld/update/"/>
</loopback_world_response>
</client_config>

Back to top Go down
Louis Blackblood
Experienced Newbie
Experienced Newbie
Louis Blackblood


Posts : 32
Join date : 2013-04-12
Age : 37
Location : California

Can run client in --standalone only?>>>>Solved Empty
PostSubject: Solved   Can run client in --standalone only?>>>>Solved EmptyTue 16 Apr - 5:10

Quote :
make sure you have the world_settings.xml in:
C:\Users\username\Documents\Multiverse World Browser\Config\

Looked in there and it was named world_settings_sample.xml

Removed _sample and saved. Worked like a charm! Thank you so much!!
Back to top Go down
Sponsored content





Can run client in --standalone only?>>>>Solved Empty
PostSubject: Re: Can run client in --standalone only?>>>>Solved   Can run client in --standalone only?>>>>Solved Empty

Back to top Go down
 
Can run client in --standalone only?>>>>Solved
Back to top 
Page 1 of 1
 Similar topics
-
» Projectile: Server/Client update SOLVED (NOT A BUG)
» GUI, Particle, Materials standalone Editors?
» Successful Ubuntu 12.04.1 Standalone Server installation for Multiverse
» [Asset Importer] How do I import new terrain textures?
» Hi i have problem witch Server. on Win7.

Permissions in this forum:You cannot reply to topics in this forum
 :: Development :: Client World Browser-
Jump to: