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  

 

 Unable to run client

Go down 
AuthorMessage
downix
Newbie
Newbie
downix


Posts : 6
Join date : 2012-09-21
Location : Seattle, WA

Unable to run client  Empty
PostSubject: Unable to run client    Unable to run client  EmptySun 11 Nov - 19:22

I was preparing to do a test to show off what the engine could do, but when I started to work on it, almost immediately began to run into trouble. First, it could not find update.multiverse.net and exited. I set the flag --noupdate to get past that. That brought me to "webpage cannot be found". So I tried standalone, pointing to my asset repository for the sampleworld, enough to show off I'd figured. That exited with a script error, included below in the logs, starting the line before the first error:

INFO [2012-11-11 00:07:52,710] UiScripting Executing script file 'c:\Users\downix\Downloads\MultiverseComplete\SampleAssets\sampleworld\Scripts\Startup.py'
ERROR [2012-11-11 00:07:54,270] ClientAPI Invalid event name 'LoadingStateChanged' passed to World.RegisterEventHandler
ERROR [2012-11-11 00:07:56,212] Exception Exception when running script file 'c:\Users\downix\Downloads\MultiverseComplete\SampleAssets\sampleworld\Scripts\Startup.py' in module ''
ERROR [2012-11-11 00:07:56,247] Exception Python Stack Trace: Traceback (most recent call last):
File Multiverse.Interface, line unknown, in RunFileHelper
File , line 0, in c:\Users\downix\Downloads\MultiverseComplete\SampleAssets\sampleworld\Scripts\Startup.py##86
File , line 0, in __import__##64
File c:\Users\downix\Downloads\MultiverseComplete\SampleAssets\sampleworld\Scripts\MarsStandardCommands.py, line 9, in Initialize
File , line 0, in __import__##64
File c:\Users\downix\Downloads\MultiverseComplete\SampleAssets\sampleworld\Scripts\MarsGroup.py, line 3, in Initialize
File , line 0, in __import__##64
File c:\Users\downix\Downloads\MultiverseComplete\SampleAssets\sampleworld\Scripts\MarsVoice.py, line 2, in Initialize
File , line 0, in __import__##64
ImportError: No module named Voice

ERROR [2012-11-11 00:07:56,256] Exception Full Stack Trace: IronPython.Runtime.Exceptions.PythonImportErrorException: No module named Voice
at IronPython.Modules.Builtin.__import__(ICallerContext context, String name, Object globals, Object locals, Object fromList)
at __import__##64(ICallerContext , Object , Object , Object , Object )
at IronPython.Runtime.Calls.FastCallableWithContextAny.Call(ICallerContext context, Object arg0, Object arg1, Object arg2, Object arg3)
at IronPython.Runtime.Calls.BuiltinFunction.Call(ICallerContext context, Object arg0, Object arg1, Object arg2, Object arg3)
at IronPython.Runtime.Operations.Ops.CallWithContext(ICallerContext context, Object func, Object arg0, Object arg1, Object arg2, Object arg3)
at IronPython.Runtime.Importer.Import(PythonModule mod, String fullName, List from)
at IronPython.Runtime.Operations.Ops.Import(PythonModule mod, String fullName)
at MarsVoice.Initialize() in c:\Users\downix\Downloads\MultiverseComplete\SampleAssets\sampleworld\Scripts\MarsVoice.py:line 2
at IronPython.Runtime.PythonModule.Initialize()
at IronPython.Runtime.Importer.InitializeModule(String fullName, PythonModule pmod)
at IronPython.Runtime.Importer.TryLoadModule(SystemState state, String fullName, String pathName, PythonModule& ret)
at IronPython.Runtime.Importer.ImportFromPath(SystemState state, String name, String fullName, List path)
at IronPython.Runtime.Importer.ImportTopAbsolute(PythonModule mod, String name)
at IronPython.Runtime.Importer.ImportModule(ICallerContext context, String modName, Boolean bottom)
at IronPython.Modules.Builtin.__import__(ICallerContext context, String name, Object globals, Object locals, Object fromList)
at __import__##64(ICallerContext , Object , Object , Object , Object )
at IronPython.Runtime.Calls.FastCallableWithContextAny.Call(ICallerContext context, Object arg0, Object arg1, Object arg2, Object arg3)
at IronPython.Runtime.Calls.BuiltinFunction.Call(ICallerContext context, Object arg0, Object arg1, Object arg2, Object arg3)
at IronPython.Runtime.Operations.Ops.CallWithContext(ICallerContext context, Object func, Object arg0, Object arg1, Object arg2, Object arg3)
at IronPython.Runtime.Importer.Import(PythonModule mod, String fullName, List from)
at IronPython.Runtime.Operations.Ops.Import(PythonModule mod, String fullName)
at MarsGroup.Initialize() in c:\Users\downix\Downloads\MultiverseComplete\SampleAssets\sampleworld\Scripts\MarsGroup.py:line 3
at IronPython.Runtime.PythonModule.Initialize()
at IronPython.Runtime.Importer.InitializeModule(String fullName, PythonModule pmod)
at IronPython.Runtime.Importer.TryLoadModule(SystemState state, String fullName, String pathName, PythonModule& ret)
at IronPython.Runtime.Importer.ImportFromPath(SystemState state, String name, String fullName, List path)
at IronPython.Runtime.Importer.ImportTopAbsolute(PythonModule mod, String name)
at IronPython.Runtime.Importer.ImportModule(ICallerContext context, String modName, Boolean bottom)
at IronPython.Modules.Builtin.__import__(ICallerContext context, String name, Object globals, Object locals, Object fromList)
at __import__##64(ICallerContext , Object , Object , Object , Object )
at IronPython.Runtime.Calls.FastCallableWithContextAny.Call(ICallerContext context, Object arg0, Object arg1, Object arg2, Object arg3)
at IronPython.Runtime.Calls.BuiltinFunction.Call(ICallerContext context, Object arg0, Object arg1, Object arg2, Object arg3)
at IronPython.Runtime.Operations.Ops.CallWithContext(ICallerContext context, Object func, Object arg0, Object arg1, Object arg2, Object arg3)
at IronPython.Runtime.Importer.Import(PythonModule mod, String fullName, List from)
at IronPython.Runtime.Operations.Ops.Import(PythonModule mod, String fullName)
at MarsStandardCommands.Initialize() in c:\Users\downix\Downloads\MultiverseComplete\SampleAssets\sampleworld\Scripts\MarsStandardCommands.py:line 9
at IronPython.Runtime.PythonModule.Initialize()
at IronPython.Runtime.Importer.InitializeModule(String fullName, PythonModule pmod)
at IronPython.Runtime.Importer.TryLoadModule(SystemState state, String fullName, String pathName, PythonModule& ret)
at IronPython.Runtime.Importer.ImportFromPath(SystemState state, String name, String fullName, List path)
at IronPython.Runtime.Importer.ImportTopAbsolute(PythonModule mod, String name)
at IronPython.Runtime.Importer.ImportModule(ICallerContext context, String modName, Boolean bottom)
at IronPython.Modules.Builtin.__import__(ICallerContext context, String name, Object globals, Object locals, Object fromList)
at __import__##64(ICallerContext , Object , Object , Object , Object )
at IronPython.Runtime.Calls.FastCallableWithContextAny.Call(ICallerContext context, Object arg0, Object arg1, Object arg2, Object arg3)
at IronPython.Runtime.Calls.BuiltinFunction.Call(ICallerContext context, Object arg0, Object arg1, Object arg2, Object arg3)
at IronPython.Runtime.Operations.Ops.CallWithContext(ICallerContext context, Object func, Object arg0, Object arg1, Object arg2, Object arg3)
at IronPython.Runtime.Importer.Import(PythonModule mod, String fullName, List from)
at IronPython.Runtime.Operations.Ops.Import(PythonModule mod, String fullName)
at c:\Users\downix\Downloads\MultiverseComplete\SampleAssets\sampleworld\Scripts\Startup.py##86(ModuleScope )
at IronPython.Hosting.CompiledCode.Run(ModuleScope moduleScope)
at IronPython.Hosting.CompiledCode.Execute(EngineModule engineModule, IDictionary`2 locals)
at IronPython.Hosting.PythonEngine.ExecuteFile(String fileName, EngineModule engineModule, IDictionary`2 locals)
at IronPython.Hosting.PythonEngine.ExecuteFile(String fileName)
at Multiverse.Interface.UiScripting.RunFileHelper(String scriptFile, String module, Boolean publish)
ERROR [2012-11-11 00:07:56,257] Exception Unable to run startup scripts
ERROR [2012-11-11 00:07:56,257] Exception Exiting client due to exception: Multiverse.Base.PrettyClientException: Unable to run startup scripts
at Multiverse.Base.ClientAPI.InitAPI(IGameWorld gameWorld)
at Multiverse.Base.Client.Setup()
at Multiverse.Base.Client.Start()
at Multiverse.MultiverseClient.Main(String[] args)
INFO [2012-11-11 00:07:56,261] MultiverseClient Exiting client
INFO [2012-11-11 00:07:56,262] Client Started call to Client.Dispose()
INFO [2012-11-11 00:07:56,607] Axiom *-*-* Axiom Shutdown
INFO [2012-11-11 00:07:56,610] Axiom Unloading plugin Axiom.CgPrograms.CgPlugin from Axiom Cg Plugin
INFO [2012-11-11 00:07:56,611] Axiom Unloading plugin Axiom.ParticleFX.ParticleFX from Axiom Particle Systems Plugin
INFO [2012-11-11 00:07:56,611] Axiom Unloading plugin Axiom.RenderSystems.DirectX9.Plugin from Axiom DirectX 9 Rendering System
INFO [2012-11-11 00:07:56,611] Axiom Unloading plugin Axiom.SceneManagers.Multiverse.MultiverseSceneManagerPlugin from Multiverse SceneManager Plugin
INFO [2012-11-11 00:07:56,611] Axiom Unloading plugin Multiverse.Movie.Manager from Multiverse.Movie
INFO [2012-11-11 00:07:56,614] Manager Movie manager stop
INFO [2012-11-11 00:07:56,615] DirectShowCodec DirectShowCodec Stop
INFO [2012-11-11 00:07:56,617] Client Finished call to Client.Dispose()

Any thoughts?
Back to top Go down
downix
Newbie
Newbie
downix


Posts : 6
Join date : 2012-09-21
Location : Seattle, WA

Unable to run client  Empty
PostSubject: Re: Unable to run client    Unable to run client  EmptyMon 12 Nov - 17:17

A bit of an update. After some work, including a *lot* of manual file copying, I managed to get past this point, but not much further. Here is now the error, although there are other errors earlier about mismatched textures:

INFO [2012-11-11 22:13:02,459] UiScripting Running module file 'C:\Program Files (x86)\Multiverse Client/Scripts/ClientAPI.py' in module 'ClientAPI'
INFO [2012-11-11 22:13:06,092] ClientAPI ClientAPI.py loaded
INFO [2012-11-11 22:13:06,093] UiScripting Ran script file 'C:\Program Files (x86)\Multiverse Client/Scripts/ClientAPI.py' in module 'ClientAPI'
INFO [2012-11-11 22:13:06,094] UiScripting Executing script file 'c:\users\downix\Downloads\MultiverseComplete\SampleAssets\nyts\Scripts\Startup.py'
ERROR [2012-11-11 22:13:07,315] ClientAPI Invalid event name 'LoadingStateChanged' passed to World.RegisterEventHandler
ERROR [2012-11-11 22:13:08,178] Exception Exception when running script file 'c:\users\downix\Downloads\MultiverseComplete\SampleAssets\nyts\Scripts\Startup.py' in module ''
ERROR [2012-11-11 22:13:08,230] Exception Python Stack Trace: Traceback (most recent call last):
File Multiverse.Interface, line unknown, in RunFileHelper
File , line 0, in c:\users\downix\Downloads\MultiverseComplete\SampleAssets\nyts\Scripts\Startup.py##86
File , line 0, in __import__##64
File c:\users\downix\Downloads\MultiverseComplete\SampleAssets\nyts\Scripts\MarsStandardCommands.py, line 9, in Initialize
File , line 0, in __import__##64
File c:\users\downix\Downloads\MultiverseComplete\SampleAssets\nyts\Scripts\MarsGroup.py, line 3, in Initialize
File , line 0, in __import__##64
File c:\users\downix\Downloads\MultiverseComplete\SampleAssets\nyts\Scripts\MarsVoice.py, line 2, in Initialize
File , line 0, in __import__##64
File c:\users\downix\Downloads\MultiverseComplete\SampleAssets\nyts\Scripts\Voice.py, line 1, in Initialize
File , line 0, in __import__##64
ImportError: No module named multiverse.msgsys

ERROR [2012-11-11 22:13:08,236] Exception Full Stack Trace: IronPython.Runtime.Exceptions.PythonImportErrorException: No module named multiverse.msgsys
at IronPython.Modules.Builtin.__import__(ICallerContext context, String name, Object globals, Object locals, Object fromList)
at __import__##64(ICallerContext , Object , Object , Object , Object )
at IronPython.Runtime.Calls.FastCallableWithContextAny.Call(ICallerContext context, Object arg0, Object arg1, Object arg2, Object arg3)
at IronPython.Runtime.Calls.BuiltinFunction.Call(ICallerContext context, Object arg0, Object arg1, Object arg2, Object arg3)
at IronPython.Runtime.Operations.Ops.CallWithContext(ICallerContext context, Object func, Object arg0, Object arg1, Object arg2, Object arg3)
at IronPython.Runtime.Importer.Import(PythonModule mod, String fullName, List from)
at IronPython.Runtime.Operations.Ops.ImportStar(ICallerContext context, String fullName)
at Voice.Initialize() in c:\users\downix\Downloads\MultiverseComplete\SampleAssets\nyts\Scripts\Voice.py:line 1
at IronPython.Runtime.PythonModule.Initialize()
at IronPython.Runtime.Importer.InitializeModule(String fullName, PythonModule pmod)
at IronPython.Runtime.Importer.TryLoadModule(SystemState state, String fullName, String pathName, PythonModule& ret)
at IronPython.Runtime.Importer.ImportFromPath(SystemState state, String name, String fullName, List path)
at IronPython.Runtime.Importer.ImportTopAbsolute(PythonModule mod, String name)
at IronPython.Runtime.Importer.ImportModule(ICallerContext context, String modName, Boolean bottom)
at IronPython.Modules.Builtin.__import__(ICallerContext context, String name, Object globals, Object locals, Object fromList)
at __import__##64(ICallerContext , Object , Object , Object , Object )
at IronPython.Runtime.Calls.FastCallableWithContextAny.Call(ICallerContext context, Object arg0, Object arg1, Object arg2, Object arg3)
at IronPython.Runtime.Calls.BuiltinFunction.Call(ICallerContext context, Object arg0, Object arg1, Object arg2, Object arg3)
at IronPython.Runtime.Operations.Ops.CallWithContext(ICallerContext context, Object func, Object arg0, Object arg1, Object arg2, Object arg3)
at IronPython.Runtime.Importer.Import(PythonModule mod, String fullName, List from)
at IronPython.Runtime.Operations.Ops.Import(PythonModule mod, String fullName)
at MarsVoice.Initialize() in c:\users\downix\Downloads\MultiverseComplete\SampleAssets\nyts\Scripts\MarsVoice.py:line 2
at IronPython.Runtime.PythonModule.Initialize()
at IronPython.Runtime.Importer.InitializeModule(String fullName, PythonModule pmod)
at IronPython.Runtime.Importer.TryLoadModule(SystemState state, String fullName, String pathName, PythonModule& ret)
at IronPython.Runtime.Importer.ImportFromPath(SystemState state, String name, String fullName, List path)
at IronPython.Runtime.Importer.ImportTopAbsolute(PythonModule mod, String name)
at IronPython.Runtime.Importer.ImportModule(ICallerContext context, String modName, Boolean bottom)
at IronPython.Modules.Builtin.__import__(ICallerContext context, String name, Object globals, Object locals, Object fromList)
at __import__##64(ICallerContext , Object , Object , Object , Object )
at IronPython.Runtime.Calls.FastCallableWithContextAny.Call(ICallerContext context, Object arg0, Object arg1, Object arg2, Object arg3)
at IronPython.Runtime.Calls.BuiltinFunction.Call(ICallerContext context, Object arg0, Object arg1, Object arg2, Object arg3)
at IronPython.Runtime.Operations.Ops.CallWithContext(ICallerContext context, Object func, Object arg0, Object arg1, Object arg2, Object arg3)
at IronPython.Runtime.Importer.Import(PythonModule mod, String fullName, List from)
at IronPython.Runtime.Operations.Ops.Import(PythonModule mod, String fullName)
at MarsGroup.Initialize() in c:\users\downix\Downloads\MultiverseComplete\SampleAssets\nyts\Scripts\MarsGroup.py:line 3
at IronPython.Runtime.PythonModule.Initialize()
at IronPython.Runtime.Importer.InitializeModule(String fullName, PythonModule pmod)
at IronPython.Runtime.Importer.TryLoadModule(SystemState state, String fullName, String pathName, PythonModule& ret)
at IronPython.Runtime.Importer.ImportFromPath(SystemState state, String name, String fullName, List path)
at IronPython.Runtime.Importer.ImportTopAbsolute(PythonModule mod, String name)
at IronPython.Runtime.Importer.ImportModule(ICallerContext context, String modName, Boolean bottom)
at IronPython.Modules.Builtin.__import__(ICallerContext context, String name, Object globals, Object locals, Object fromList)
at __import__##64(ICallerContext , Object , Object , Object , Object )
at IronPython.Runtime.Calls.FastCallableWithContextAny.Call(ICallerContext context, Object arg0, Object arg1, Object arg2, Object arg3)
at IronPython.Runtime.Calls.BuiltinFunction.Call(ICallerContext context, Object arg0, Object arg1, Object arg2, Object arg3)
at IronPython.Runtime.Operations.Ops.CallWithContext(ICallerContext context, Object func, Object arg0, Object arg1, Object arg2, Object arg3)
at IronPython.Runtime.Importer.Import(PythonModule mod, String fullName, List from)
at IronPython.Runtime.Operations.Ops.Import(PythonModule mod, String fullName)
at MarsStandardCommands.Initialize() in c:\users\downix\Downloads\MultiverseComplete\SampleAssets\nyts\Scripts\MarsStandardCommands.py:line 9
at IronPython.Runtime.PythonModule.Initialize()
at IronPython.Runtime.Importer.InitializeModule(String fullName, PythonModule pmod)
at IronPython.Runtime.Importer.TryLoadModule(SystemState state, String fullName, String pathName, PythonModule& ret)
at IronPython.Runtime.Importer.ImportFromPath(SystemState state, String name, String fullName, List path)
at IronPython.Runtime.Importer.ImportTopAbsolute(PythonModule mod, String name)
at IronPython.Runtime.Importer.ImportModule(ICallerContext context, String modName, Boolean bottom)
at IronPython.Modules.Builtin.__import__(ICallerContext context, String name, Object globals, Object locals, Object fromList)
at __import__##64(ICallerContext , Object , Object , Object , Object )
at IronPython.Runtime.Calls.FastCallableWithContextAny.Call(ICallerContext context, Object arg0, Object arg1, Object arg2, Object arg3)
at IronPython.Runtime.Calls.BuiltinFunction.Call(ICallerContext context, Object arg0, Object arg1, Object arg2, Object arg3)
at IronPython.Runtime.Operations.Ops.CallWithContext(ICallerContext context, Object func, Object arg0, Object arg1, Object arg2, Object arg3)
at IronPython.Runtime.Importer.Import(PythonModule mod, String fullName, List from)
at IronPython.Runtime.Operations.Ops.Import(PythonModule mod, String fullName)
at c:\users\downix\Downloads\MultiverseComplete\SampleAssets\nyts\Scripts\Startup.py##86(ModuleScope )
at IronPython.Hosting.CompiledCode.Run(ModuleScope moduleScope)
at IronPython.Hosting.CompiledCode.Execute(EngineModule engineModule, IDictionary`2 locals)
at IronPython.Hosting.PythonEngine.ExecuteFile(String fileName, EngineModule engineModule, IDictionary`2 locals)
at IronPython.Hosting.PythonEngine.ExecuteFile(String fileName)
at Multiverse.Interface.UiScripting.RunFileHelper(String scriptFile, String module, Boolean publish)
ERROR [2012-11-11 22:13:08,236] Exception Unable to run startup scripts
ERROR [2012-11-11 22:13:08,237] Exception Exiting client due to exception: Multiverse.Base.PrettyClientException: Unable to run startup scripts
at Multiverse.Base.ClientAPI.InitAPI(IGameWorld gameWorld)
at Multiverse.Base.Client.Setup()
at Multiverse.Base.Client.Start()
at Multiverse.MultiverseClient.Main(String[] args)
INFO [2012-11-11 22:13:08,238] MultiverseClient Exiting client
INFO [2012-11-11 22:13:08,239] Client Started call to Client.Dispose()
INFO [2012-11-11 22:13:08,384] Axiom *-*-* Axiom Shutdown
INFO [2012-11-11 22:13:08,386] Axiom Unloading plugin Axiom.CgPrograms.CgPlugin from Axiom Cg Plugin
INFO [2012-11-11 22:13:08,387] Axiom Unloading plugin Axiom.ParticleFX.ParticleFX from Axiom Particle Systems Plugin
INFO [2012-11-11 22:13:08,387] Axiom Unloading plugin Axiom.RenderSystems.DirectX9.Plugin from Axiom DirectX 9 Rendering System
INFO [2012-11-11 22:13:08,387] Axiom Unloading plugin Axiom.SceneManagers.Multiverse.MultiverseSceneManagerPlugin from Multiverse SceneManager Plugin
INFO [2012-11-11 22:13:08,387] Axiom Unloading plugin Multiverse.Movie.Manager from Multiverse.Movie
INFO [2012-11-11 22:13:08,389] Manager Movie manager stop
INFO [2012-11-11 22:13:08,390] DirectShowCodec DirectShowCodec Stop
INFO [2012-11-11 22:13:08,392] Client Finished call to Client.Dispose()
INFO [2012-11-11 22:13:14,523] MultiverseClient Cleaning up
INFO [2012-11-11 22:13:14,523] MultiverseClient Exiting Client
Back to top Go down
Guest
Guest
avatar



Unable to run client  Empty
PostSubject: Erros and Log files in posts   Unable to run client  EmptyThu 15 Nov - 13:08

If you can, post the log files in <Code> tags, makes reading a bit easier Very Happy

Like this:

Log File Name
Code:

INFO [2012-11-11 22:13:02,459] UiScripting Running module file 'C:\Program Files (x86)\Multiverse Client/Scripts/ClientAPI.py' in module 'ClientAPI'
INFO [2012-11-11 22:13:06,092] ClientAPI ClientAPI.py loaded
INFO [2012-11-11 22:13:06,093] UiScripting Ran script file 'C:\Program Files (x86)\Multiverse Client/Scripts/ClientAPI.py' in module 'ClientAPI'
INFO [2012-11-11 22:13:06,094] UiScripting Executing script file 'c:\users\downix\Downloads\MultiverseComplete\SampleAssets\nyts\Scripts\Startup.py'
ERROR [2012-11-11 22:13:07,315] ClientAPI Invalid event name 'LoadingStateChanged' passed to World.RegisterEventHandler
ERROR [2012-11-11 22:13:08,178] Exception Exception when running script file 'c:\users\downix\Downloads\MultiverseComplete\SampleAssets\nyts\Scripts\Startup.py' in module ''
ERROR [2012-11-11 22:13:08,230] Exception Python Stack Trace: Traceback (most recent call last):
File Multiverse.Interface, line unknown, in RunFileHelper
File , line 0, in c:\users\downix\Downloads\MultiverseComplete\SampleAssets\nyts\Scripts\Startup.py##86
File , line 0, in __import__##64
File c:\users\downix\Downloads\MultiverseComplete\SampleAssets\nyts\Scripts\MarsStandardCommands.py, line 9, in Initialize
File , line 0, in __import__##64
File c:\users\downix\Downloads\MultiverseComplete\SampleAssets\nyts\Scripts\MarsGroup.py, line 3, in Initialize
File , line 0, in __import__##64
File c:\users\downix\Downloads\MultiverseComplete\SampleAssets\nyts\Scripts\MarsVoice.py, line 2, in Initialize
File , line 0, in __import__##64
File c:\users\downix\Downloads\MultiverseComplete\SampleAssets\nyts\Scripts\Voice.py, line 1, in Initialize
File , line 0, in __import__##64
ImportError: No module named multiverse.msgsys

ERROR [2012-11-11 22:13:08,236] Exception Full Stack Trace: IronPython.Runtime.Exceptions.PythonImportErrorException: No module named multiverse.msgsys
at IronPython.Modules.Builtin.__import__(ICallerContext context, String name, Object globals, Object locals, Object fromList)
at __import__##64(ICallerContext , Object , Object , Object , Object )
at IronPython.Runtime.Calls.FastCallableWithContextAny.Call(ICallerContext context, Object arg0, Object arg1, Object arg2, Object arg3)
at IronPython.Runtime.Calls.BuiltinFunction.Call(ICallerContext context, Object arg0, Object arg1, Object arg2, Object arg3)
at IronPython.Runtime.Operations.Ops.CallWithContext(ICallerContext context, Object func, Object arg0, Object arg1, Object



I'm working with client code right now, I'm working on XP and I admit I'm a little rusty on the log files Smile

What log file(s) is this from? Instance.out?

Are you still trying to run --standalone ?

OS is Win7 ? Java 6/7?

You did the Multiverse complete download, right?
https://multiverse.forumotion.co.uk/t288-multiverse-complete-download-available

Not trying to say rtfm Smile but you did check here... http://www.multiversemmo.com/site/w/index.php/Platform_Tutorial_Getting_Started


Just for reference it took me 2 weeks to get the server and client running and connecting, with help from the team. (before the Multiverse complete download) https://multiverse.forumotion.co.uk/t220-server-startup-failed-solved

Works great now though.

It can be a pita to get running sometimes, don't give up! Smile

Post everything you can think of Very Happy


Cheers



Back to top Go down
downix
Newbie
Newbie
downix


Posts : 6
Join date : 2012-09-21
Location : Seattle, WA

Unable to run client  Empty
PostSubject: Re: Unable to run client    Unable to run client  EmptyThu 15 Nov - 13:42

While doing some system maintenance, I noticed in my programs list I had 2 copies of the client listed in the registry. I checked under the control panel, and yes, I had 2 copies installed. Uninstalled both, and reinstalled, now it goes a lot further sees the NYTS world option, but still crashes. Here is the error now:
Code:

INFO  [2012-11-14 18:35:34,518] UiScripting          Ran script file 'C:\Program Files (x86)\Multiverse Software Foundation\Multiverse Client/Scripts/ClientAPI.py' in module 'ClientAPI'
INFO  [2012-11-14 18:35:34,518] UiScripting          Executing script file 'C:\Users\downix\Documents\Multiverse World Browser\Worlds\nyts\Scripts\Startup.py'
DEBUG [2012-11-14 18:35:35,376] ClientAPI            Registering Effect PlayAnimation
DEBUG [2012-11-14 18:35:36,341] SoundManager        before playing non-local sound: http://72.13.81.178:8010/
DEBUG [2012-11-14 18:35:41,343] SoundManager        after playing non-local sound: http://72.13.81.178:8010/
ERROR [2012-11-14 18:35:41,409] SoundManager        FMOD result: Couldn't connect to the specified host.
  at Multiverse.Base.SoundManager.CheckResults(RESULT result)
  at Multiverse.Base.SoundManager.GetSound(String name, Boolean ambient, Boolean local)
  at Multiverse.Base.SoundManager.GetSoundSource(String name, Boolean ambient, Boolean local)
  at GetSoundSource##133(Object , Object , Object , Object )
  at IronPython.Runtime.Calls.FastCallableAny.CallInstance(ICallerContext context, Object arg0, Object arg1, Object arg2, Object arg3)
  at IronPython.Runtime.Calls.BoundBuiltinFunction.Call(ICallerContext context, Object arg0, Object arg1, Object arg2)
  at IronPython.Runtime.Operations.Ops.CallWithContext(ICallerContext context, Object func, Object arg0, Object arg1, Object arg2)
  at GetSoundSource$f19##29(ModuleScope , Object , Object , Object , Object , Object , Object )
  at GetSoundSource$f19##29##30(ModuleScope , Object[] )
  at IronPython.Runtime.Calls.FunctionN.Call(ICallerContext context, Object[] args)
  at IronPython.Runtime.Operations.Ops.CallWithContext(ICallerContext context, Object func, Object[] args)
  at Sounds.Initialize() in C:\Users\downix\Documents\Multiverse World Browser\Worlds\nyts\Scripts\Sounds.py:line 5
  at IronPython.Runtime.PythonModule.Initialize()
  at IronPython.Runtime.Importer.InitializeModule(String fullName, PythonModule pmod)
  at IronPython.Runtime.Importer.TryLoadModule(SystemState state, String fullName, String pathName, PythonModule& ret)
  at IronPython.Runtime.Importer.ImportFromPath(SystemState state, String name, String fullName, List path)
  at IronPython.Runtime.Importer.ImportTopAbsolute(PythonModule mod, String name)
  at IronPython.Runtime.Importer.ImportModule(ICallerContext context, String modName, Boolean bottom)
  at IronPython.Modules.Builtin.__import__(ICallerContext context, String name, Object globals, Object locals, Object fromList)
  at __import__##5(ICallerContext , Object , Object , Object , Object )
  at IronPython.Runtime.Calls.FastCallableWithContextAny.Call(ICallerContext context, Object arg0, Object arg1, Object arg2, Object arg3)
  at IronPython.Runtime.Calls.BuiltinFunction.Call(ICallerContext context, Object arg0, Object arg1, Object arg2, Object arg3)
  at IronPython.Runtime.Operations.Ops.CallWithContext(ICallerContext context, Object func, Object arg0, Object arg1, Object arg2, Object arg3)
  at IronPython.Runtime.Importer.Import(PythonModule mod, String fullName, List from)
  at IronPython.Runtime.Operations.Ops.Import(PythonModule mod, String fullName)
  at C:\Users\downix\Documents\Multiverse World Browser\Worlds\nyts\Scripts\Startup.py##115(ModuleScope )
  at IronPython.Hosting.CompiledCode.Run(ModuleScope moduleScope)
  at IronPython.Hosting.CompiledCode.Execute(EngineModule engineModule, IDictionary`2 locals)
  at IronPython.Hosting.PythonEngine.ExecuteFile(String fileName, EngineModule engineModule, IDictionary`2 locals)
  at IronPython.Hosting.PythonEngine.ExecuteFile(String fileName)
  at Multiverse.Interface.UiScripting.RunFileHelper(String scriptFile, String module, Boolean publish)
  at Multiverse.Interface.UiScripting.RunFile(String file, String module)
  at Multiverse.Interface.UiScripting.RunFile(String file)
  at Multiverse.Base.ClientAPI.InitAPI(IGameWorld gameWorld)
  at Multiverse.Base.Client.Setup()
  at Multiverse.Base.Client.Start()
  at Multiverse.MultiverseClient.Main(String[] args)

ERROR [2012-11-14 18:35:41,413] SoundManager        FMOD result: An invalid parameter was passed to this function.
  at Multiverse.Base.SoundManager.CheckResults(RESULT result)
  at Multiverse.Base.SoundSource..ctor(System fmod, Sound sound, String name, Boolean ambient)
  at Multiverse.Base.SoundManager.GetSoundSource(String name, Boolean ambient, Boolean local)
  at GetSoundSource##133(Object , Object , Object , Object )
  at IronPython.Runtime.Calls.FastCallableAny.CallInstance(ICallerContext context, Object arg0, Object arg1, Object arg2, Object arg3)
  at IronPython.Runtime.Calls.BoundBuiltinFunction.Call(ICallerContext context, Object arg0, Object arg1, Object arg2)
  at IronPython.Runtime.Operations.Ops.CallWithContext(ICallerContext context, Object func, Object arg0, Object arg1, Object arg2)
  at GetSoundSource$f19##29(ModuleScope , Object , Object , Object , Object , Object , Object )
  at GetSoundSource$f19##29##30(ModuleScope , Object[] )
  at IronPython.Runtime.Calls.FunctionN.Call(ICallerContext context, Object[] args)
  at IronPython.Runtime.Operations.Ops.CallWithContext(ICallerContext context, Object func, Object[] args)
  at Sounds.Initialize() in C:\Users\downix\Documents\Multiverse World Browser\Worlds\nyts\Scripts\Sounds.py:line 5
  at IronPython.Runtime.PythonModule.Initialize()
  at IronPython.Runtime.Importer.InitializeModule(String fullName, PythonModule pmod)
  at IronPython.Runtime.Importer.TryLoadModule(SystemState state, String fullName, String pathName, PythonModule& ret)
  at IronPython.Runtime.Importer.ImportFromPath(SystemState state, String name, String fullName, List path)
  at IronPython.Runtime.Importer.ImportTopAbsolute(PythonModule mod, String name)
  at IronPython.Runtime.Importer.ImportModule(ICallerContext context, String modName, Boolean bottom)
  at IronPython.Modules.Builtin.__import__(ICallerContext context, String name, Object globals, Object locals, Object fromList)
  at __import__##5(ICallerContext , Object , Object , Object , Object )
  at IronPython.Runtime.Calls.FastCallableWithContextAny.Call(ICallerContext context, Object arg0, Object arg1, Object arg2, Object arg3)
  at IronPython.Runtime.Calls.BuiltinFunction.Call(ICallerContext context, Object arg0, Object arg1, Object arg2, Object arg3)
  at IronPython.Runtime.Operations.Ops.CallWithContext(ICallerContext context, Object func, Object arg0, Object arg1, Object arg2, Object arg3)
  at IronPython.Runtime.Importer.Import(PythonModule mod, String fullName, List from)
  at IronPython.Runtime.Operations.Ops.Import(PythonModule mod, String fullName)
  at C:\Users\downix\Documents\Multiverse World Browser\Worlds\nyts\Scripts\Startup.py##115(ModuleScope )
  at IronPython.Hosting.CompiledCode.Run(ModuleScope moduleScope)
  at IronPython.Hosting.CompiledCode.Execute(EngineModule engineModule, IDictionary`2 locals)
  at IronPython.Hosting.PythonEngine.ExecuteFile(String fileName, EngineModule engineModule, IDictionary`2 locals)
  at IronPython.Hosting.PythonEngine.ExecuteFile(String fileName)
  at Multiverse.Interface.UiScripting.RunFileHelper(String scriptFile, String module, Boolean publish)
  at Multiverse.Interface.UiScripting.RunFile(String file, String module)
  at Multiverse.Interface.UiScripting.RunFile(String file)
  at Multiverse.Base.ClientAPI.InitAPI(IGameWorld gameWorld)
  at Multiverse.Base.Client.Setup()
  at Multiverse.Base.Client.Start()
  at Multiverse.MultiverseClient.Main(String[] args)

ERROR [2012-11-14 18:35:41,425] Exception            Exception when running script file 'C:\Users\downix\Documents\Multiverse World Browser\Worlds\nyts\Scripts\Startup.py' in module ''
ERROR [2012-11-14 18:35:41,447] Exception            Python Stack Trace: Traceback (most recent call last):
  File Multiverse.Interface, line unknown, in RunFileHelper
  File , line 0, in C:\Users\downix\Documents\Multiverse World Browser\Worlds\nyts\Scripts\Startup.py##115
  File , line 0, in __import__##5
  File C:\Users\downix\Documents\Multiverse World Browser\Worlds\nyts\Scripts\Sounds.py, line 5, in Initialize
  File , line 0, in GetSoundSource
  File , line 0, in GetSoundSource
  File , line 0, in GetSoundSource##133
  File Multiverse.Base, line unknown, in GetSoundSource
  File Multiverse.Base, line unknown, in .ctor
SystemError: Object reference not set to an instance of an object.

ERROR [2012-11-14 18:35:41,448] Exception            Full Stack Trace: System.NullReferenceException: Object reference not set to an instance of an object.
  at Multiverse.Base.SoundSource..ctor(System fmod, Sound sound, String name, Boolean ambient)
  at Multiverse.Base.SoundManager.GetSoundSource(String name, Boolean ambient, Boolean local)
  at GetSoundSource##133(Object , Object , Object , Object )
  at IronPython.Runtime.Calls.FastCallableAny.CallInstance(ICallerContext context, Object arg0, Object arg1, Object arg2, Object arg3)
  at IronPython.Runtime.Calls.BoundBuiltinFunction.Call(ICallerContext context, Object arg0, Object arg1, Object arg2)
  at IronPython.Runtime.Operations.Ops.CallWithContext(ICallerContext context, Object func, Object arg0, Object arg1, Object arg2)
  at GetSoundSource$f19##29(ModuleScope , Object , Object , Object , Object , Object , Object )
  at GetSoundSource$f19##29##30(ModuleScope , Object[] )
  at IronPython.Runtime.Calls.FunctionN.Call(ICallerContext context, Object[] args)
  at IronPython.Runtime.Operations.Ops.CallWithContext(ICallerContext context, Object func, Object[] args)
  at Sounds.Initialize() in C:\Users\downix\Documents\Multiverse World Browser\Worlds\nyts\Scripts\Sounds.py:line 5
  at IronPython.Runtime.PythonModule.Initialize()
  at IronPython.Runtime.Importer.InitializeModule(String fullName, PythonModule pmod)
  at IronPython.Runtime.Importer.TryLoadModule(SystemState state, String fullName, String pathName, PythonModule& ret)
  at IronPython.Runtime.Importer.ImportFromPath(SystemState state, String name, String fullName, List path)
  at IronPython.Runtime.Importer.ImportTopAbsolute(PythonModule mod, String name)
  at IronPython.Runtime.Importer.ImportModule(ICallerContext context, String modName, Boolean bottom)
  at IronPython.Modules.Builtin.__import__(ICallerContext context, String name, Object globals, Object locals, Object fromList)
  at __import__##5(ICallerContext , Object , Object , Object , Object )
  at IronPython.Runtime.Calls.FastCallableWithContextAny.Call(ICallerContext context, Object arg0, Object arg1, Object arg2, Object arg3)
  at IronPython.Runtime.Calls.BuiltinFunction.Call(ICallerContext context, Object arg0, Object arg1, Object arg2, Object arg3)
  at IronPython.Runtime.Operations.Ops.CallWithContext(ICallerContext context, Object func, Object arg0, Object arg1, Object arg2, Object arg3)
  at IronPython.Runtime.Importer.Import(PythonModule mod, String fullName, List from)
  at IronPython.Runtime.Operations.Ops.Import(PythonModule mod, String fullName)
  at C:\Users\downix\Documents\Multiverse World Browser\Worlds\nyts\Scripts\Startup.py##115(ModuleScope )
  at IronPython.Hosting.CompiledCode.Run(ModuleScope moduleScope)
  at IronPython.Hosting.CompiledCode.Execute(EngineModule engineModule, IDictionary`2 locals)
  at IronPython.Hosting.PythonEngine.ExecuteFile(String fileName, EngineModule engineModule, IDictionary`2 locals)
  at IronPython.Hosting.PythonEngine.ExecuteFile(String fileName)
  at Multiverse.Interface.UiScripting.RunFileHelper(String scriptFile, String module, Boolean publish)
ERROR [2012-11-14 18:35:41,449] Exception            Unable to run startup scripts
ERROR [2012-11-14 18:35:41,449] Exception            Exiting client due to exception: Multiverse.Base.PrettyClientException: Unable to run startup scripts
  at Multiverse.Base.ClientAPI.InitAPI(IGameWorld gameWorld)
  at Multiverse.Base.Client.Setup()
  at Multiverse.Base.Client.Start()
  at Multiverse.MultiverseClient.Main(String[] args)
INFO  [2012-11-14 18:35:41,450] MultiverseClient    Exiting client
INFO  [2012-11-14 18:35:41,452] Client              Started call to Client.Dispose()
INFO  [2012-11-14 18:35:41,485] Network Information  Disconnecting from rdp master server
INFO  [2012-11-14 18:35:41,486] RdpConnection        Sent 78 bytes, Received 201 bytes in 22 seconds
INFO  [2012-11-14 18:35:41,488] Rdp Connection      Released connection: Multiverse.Network.Rdp.RdpConnection
DEBUG [2012-11-14 18:35:41,514] DefaultForm          Pre Message m = msg=0x7f (WM_GETICON) hwnd=0x3c006be wparam=0x1 lparam=0x0 result=0x0
DEBUG [2012-11-14 18:35:41,515] DefaultForm          Post Message m = msg=0x7f (WM_GETICON) hwnd=0x3c006be wparam=0x1 lparam=0x0 result=0x3c4a0565
DEBUG [2012-11-14 18:35:41,515] DefaultForm          Pre Message m = msg=0x7f (WM_GETICON) hwnd=0x3c006be wparam=0x1 lparam=0x0 result=0x0
DEBUG [2012-11-14 18:35:41,515] DefaultForm          Post Message m = msg=0x7f (WM_GETICON) hwnd=0x3c006be wparam=0x1 lparam=0x0 result=0x3c4a0565
DEBUG [2012-11-14 18:35:41,516] DefaultForm          Pre Message m = msg=0x7f (WM_GETICON) hwnd=0x3c006be wparam=0x1 lparam=0x0 result=0x0
DEBUG [2012-11-14 18:35:41,516] DefaultForm          Post Message m = msg=0x7f (WM_GETICON) hwnd=0x3c006be wparam=0x1 lparam=0x0 result=0x3c4a0565
DEBUG [2012-11-14 18:35:41,516] DefaultForm          Pre Message m = msg=0x7f (WM_GETICON) hwnd=0x3c006be wparam=0x1 lparam=0x0 result=0x0
DEBUG [2012-11-14 18:35:41,516] DefaultForm          Post Message m = msg=0x7f (WM_GETICON) hwnd=0x3c006be wparam=0x1 lparam=0x0 result=0x3c4a0565
DEBUG [2012-11-14 18:35:41,516] DefaultForm          Pre Message m = msg=0x7f (WM_GETICON) hwnd=0x3c006be wparam=0x1 lparam=0x0 result=0x0
DEBUG [2012-11-14 18:35:41,517] DefaultForm          Post Message m = msg=0x7f (WM_GETICON) hwnd=0x3c006be wparam=0x1 lparam=0x0 result=0x3c4a0565
DEBUG [2012-11-14 18:35:41,517] DefaultForm          Pre Message m = msg=0x7f (WM_GETICON) hwnd=0x3c006be wparam=0x1 lparam=0x0 result=0x0
DEBUG [2012-11-14 18:35:41,517] DefaultForm          Post Message m = msg=0x7f (WM_GETICON) hwnd=0x3c006be wparam=0x1 lparam=0x0 result=0x3c4a0565
DEBUG [2012-11-14 18:35:41,517] DefaultForm          Pre Message m = msg=0x7f (WM_GETICON) hwnd=0x3c006be wparam=0x1 lparam=0x0 result=0x0
DEBUG [2012-11-14 18:35:41,517] DefaultForm          Post Message m = msg=0x7f (WM_GETICON) hwnd=0x3c006be wparam=0x1 lparam=0x0 result=0x3c4a0565
DEBUG [2012-11-14 18:35:41,522] DefaultForm          Pre Message m = msg=0x10 (WM_CLOSE) hwnd=0x3c006be wparam=0x0 lparam=0x0 result=0x0
DEBUG [2012-11-14 18:35:41,523] DefaultForm          Pre Message m = msg=0x90 hwnd=0x3c006be wparam=0x0 lparam=0x0 result=0x0
DEBUG [2012-11-14 18:35:41,523] DefaultForm          Post Message m = msg=0x90 hwnd=0x3c006be wparam=0x0 lparam=0x0 result=0x0
DEBUG [2012-11-14 18:35:41,523] DefaultForm          Pre Message m = msg=0x46 (WM_WINDOWPOSCHANGING) hwnd=0x3c006be wparam=0x0 lparam=0x39e7d0 result=0x0
DEBUG [2012-11-14 18:35:41,523] DefaultForm          Post Message m = msg=0x46 (WM_WINDOWPOSCHANGING) hwnd=0x3c006be wparam=0x0 lparam=0x39e7d0 result=0x0
DEBUG [2012-11-14 18:35:41,524] DefaultForm          Pre Message m = msg=0x47 (WM_WINDOWPOSCHANGED) hwnd=0x3c006be wparam=0x0 lparam=0x39e7d0 result=0x0
DEBUG [2012-11-14 18:35:41,525] DefaultForm          Post Message m = msg=0x47 (WM_WINDOWPOSCHANGED) hwnd=0x3c006be wparam=0x0 lparam=0x39e7d0 result=0x0
DEBUG [2012-11-14 18:35:41,527] DefaultForm          Pre Message m = msg=0x281 (WM_IME_SETCONTEXT) hwnd=0x3c006be wparam=0x0 lparam=0xffffffffc000000f result=0x0
DEBUG [2012-11-14 18:35:41,528] DefaultForm          Pre Message m = msg=0x282 (WM_IME_NOTIFY) hwnd=0x3c006be wparam=0x1 lparam=0x0 result=0x0
DEBUG [2012-11-14 18:35:41,528] DefaultForm          Post Message m = msg=0x282 (WM_IME_NOTIFY) hwnd=0x3c006be wparam=0x1 lparam=0x0 result=0x0
DEBUG [2012-11-14 18:35:41,528] DefaultForm          Post Message m = msg=0x281 (WM_IME_SETCONTEXT) hwnd=0x3c006be wparam=0x0 lparam=0xffffffffc000000f result=0x0
DEBUG [2012-11-14 18:35:41,528] DefaultForm          Pre Message m = msg=0x2 (WM_DESTROY) hwnd=0x3c006be wparam=0x0 lparam=0x0 result=0x0
DEBUG [2012-11-14 18:35:41,529] DefaultForm          Post Message m = msg=0x2 (WM_DESTROY) hwnd=0x3c006be wparam=0x0 lparam=0x0 result=0x0
DEBUG [2012-11-14 18:35:41,530] DefaultForm          Pre Message m = msg=0x82 (WM_NCDESTROY) hwnd=0x3c006be wparam=0x0 lparam=0x0 result=0x0
DEBUG [2012-11-14 18:35:41,530] DefaultForm          Post Message m = msg=0x82 (WM_NCDESTROY) hwnd=0x3c006be wparam=0x0 lparam=0x0 result=0x0
DEBUG [2012-11-14 18:35:41,530] DefaultForm          Post Message m = msg=0x10 (WM_CLOSE) hwnd=0x3c006be wparam=0x0 lparam=0x0 result=0x0
INFO  [2012-11-14 18:35:41,602] Axiom                *-*-* Axiom Shutdown
INFO  [2012-11-14 18:35:41,607] Axiom                Unloading plugin Axiom.CgPrograms.CgPlugin from Axiom Cg Plugin
INFO  [2012-11-14 18:35:41,608] Axiom                Unloading plugin Axiom.ParticleFX.ParticleFX from Axiom Particle Systems Plugin
INFO  [2012-11-14 18:35:41,608] Axiom                Unloading plugin Axiom.RenderSystems.DirectX9.Plugin from Axiom DirectX 9 Rendering System
INFO  [2012-11-14 18:35:41,609] Axiom                Unloading plugin Axiom.SceneManagers.Multiverse.MultiverseSceneManagerPlugin from Multiverse SceneManager Plugin
INFO  [2012-11-14 18:35:41,609] Axiom                Unloading plugin Multiverse.Movie.Manager from Multiverse.Movie
INFO  [2012-11-14 18:35:41,611] Manager              Movie manager stop
INFO  [2012-11-14 18:35:41,612] DirectShowCodec      DirectShowCodec Stop
INFO  [2012-11-14 18:35:41,618] Client              Finished call to Client.Dispose()
ERROR [2012-11-14 18:35:43,825] SoundSource          Called Dispose with null channel
INFO  [2012-11-14 18:36:12,061] Rdp Connection      Closing connection to 209.105.244.194:9010
Tried to probe the 72.13.81.178 IP# to no luck.


Last edited by downix on Fri 16 Nov - 13:56; edited 1 time in total
Back to top Go down
downix
Newbie
Newbie
downix


Posts : 6
Join date : 2012-09-21
Location : Seattle, WA

Unable to run client  Empty
PostSubject: Re: Unable to run client    Unable to run client  EmptyFri 16 Nov - 11:08

Alright, I have it. To get it to work I had to change my Sounds.py file to this:
Code:

import ClientAPI
import MarsCommand

#exterior = 'http://72.13.81.178:8010/'
#sound = ClientAPI.GetSoundSource(exterior, ClientAPI.Vector3.Zero, False, 0.0, True, False)

exterior = 'Urban_Illusion.wav'
sound = ClientAPI.GetSoundSource(exterior, ClientAPI.Vector3.Zero, True, 0.0, True, True)

gain = 0.2

if not sound == None:
    sound.Gain = gain
    sound.Play()
I then added an ambient noise file I'd had from when I lived in New York and named if Urban_Illusion.wav. Problem fixed, and now can wander around Times Square!


Last edited by downix on Fri 16 Nov - 13:56; edited 1 time in total
Back to top Go down
Guest
Guest
avatar



Unable to run client  Empty
PostSubject: Glad you got it working.   Unable to run client  EmptyFri 16 Nov - 11:56

/cheer cheers

Glad you got it working.

Very Happy
Back to top Go down
Sponsored content





Unable to run client  Empty
PostSubject: Re: Unable to run client    Unable to run client  Empty

Back to top Go down
 
Unable to run client
Back to top 
Page 1 of 1
 Similar topics
-
» Unable to access
» Unable to connect to demo server
» Client Not doing anything....
» 10 second connect time/unable to connect
» Flash Client??

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