Quote:
|
Originally Posted by Ryan
Windows XP x64 w/ Service Pack 1.
x64 .NET 2.0
PHP Code:
System.Reflection.TargetInvocationException was unhandled
Message="Exception has been thrown by the target of an invocation."
Source="mscorlib"
StackTrace:
at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
at Sallos.Core.Startup()
at Sallos.Core.Main(String[] args)
|
It seems that you're using the old launcher. Re-download Sallos from
http://www.runuo.com/krrios/sallos/sallos.zip . If you don't want to re-download all the Gunbound update files (~100MB), unpack the archive into your current Sallos directory, overwriting existing files.
If, after doing the above, you get a error message similar to this:
PHP Code:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileLoadException: Exception from HRESULT: 0x80131019.
at Sallos.Core.Main(String[] args)
--- End of inner exception stack trace ---
at System.Reflection.RuntimeMethodInfo.InternalInvoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean isBinderDefault, Assembly caller, Boolean verifyAccess)
at System.Reflection.RuntimeMethodInfo.InternalInvoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean verifyAccess)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
at Sallos.Core.Launch(String[] args)
at Sallos.Core.Main(String[] args)
(notice "StartUp" -> "Launch")
then Sallos can't load the main core because it's probably missing some dependent DLLs - most likely the Managed DirectX libraries.
Check if you have those installed (in C:\WINDOWS\assembly\GAC\ you should have the folders Microsoft.DirectX, Microsoft.DirectX.AudioVideoPlayback, etc.).
There's a rare case when Sallos won't start even if you have those DLLs installed. To remedy this, copy all DLLs from the folders C:\WINDOWS\assembly\GAC\Microsoft.DirectX.* to your Sallos folder.