View Single Post
Old 12-03-2005, 08:04 AM   #2 (permalink)
The_CyberShadow
Forum Newbie
 
Join Date: May 2005
Location: some tiny 3rd-world country
Age: 22
Posts: 8
Send a message via ICQ to The_CyberShadow Send a message via AIM to The_CyberShadow Send a message via MSN to The_CyberShadow Send a message via Yahoo to The_CyberShadow
Default

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 targetObject[] argumentsSignatureStructsigMethodAttributes methodAttributesRuntimeTypeHandle typeOwner)
       
at System.RuntimeMethodHandle.InvokeMethodFast(Object targetObject[] argumentsSignature sigMethodAttributes methodAttributesRuntimeTypeHandle typeOwner)
       
at System.Reflection.RuntimeMethodInfo.Invoke(Object objBindingFlags invokeAttrBinder binderObject[] parametersCultureInfo cultureBoolean skipVisibilityChecks)
       
at System.Reflection.RuntimeMethodInfo.Invoke(Object objBindingFlags invokeAttrBinder binderObject[] parametersCultureInfo culture)
       
at System.Reflection.MethodBase.Invoke(Object objObject[] 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.TargetInvocationExceptionException has been thrown by the target of an invocation. ---> System.IO.FileLoadExceptionException from HRESULT0x80131019.
   
at Sallos.Core.Main(String[] args)
   --- 
End of inner exception stack trace ---
   
at System.Reflection.RuntimeMethodInfo.InternalInvoke(Object objBindingFlags invokeAttrBinder binderObject[] parametersCultureInfo cultureBoolean isBinderDefaultAssembly callerBoolean verifyAccess)
   
at System.Reflection.RuntimeMethodInfo.InternalInvoke(Object objBindingFlags invokeAttrBinder binderObject[] parametersCultureInfo cultureBoolean verifyAccess)
   
at System.Reflection.RuntimeMethodInfo.Invoke(Object objBindingFlags invokeAttrBinder binderObject[] parametersCultureInfo culture)
   
at System.Reflection.MethodBase.Invoke(Object objObject[] 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.
The_CyberShadow is offline   Reply With Quote