Advertisement
CurtisVL

Untitled

May 28th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.16 KB | None | 0 0
  1. [21:16:42.865] [Fatal] [JavascriptHook] CLIENTSIDE SCRIPT ERROR Microsoft.ClearScript.ScriptEngineException: Error: Enum underlying type and the object must be same type or object must be a String. Type passed in was 'System.Int32'; the enum underlying type was 'System.UInt32'. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentException: Enum underlying type and the object must be same type or object must be a String. Type passed in was 'System.Int32'; the enum underlying type was 'System.UInt32'.
  2. at System.RuntimeType.IsEnumDefined(Object value)
  3. at GrandTheftMultiplayer.Client.Javascript.ScriptContext.setPlayerSkin(Int32 model)
  4. --- End of inner exception stack trace ---
  5. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  6. at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
  7. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  8. at Microsoft.ClearScript.Util.InvokeHelpers.InvokeMethod(IHostInvokeContext context, Object target, MethodInfo method, Object[] args)
  9. at Microsoft.ClearScript.HostItem.InvokeMethod(String name, Object[] args, Object[] bindArgs)
  10. at Microsoft.ClearScript.HostItem.InvokeHostMember(String name, BindingFlags invokeFlags, Object[] args, Object[] bindArgs, CultureInfo culture, Boolean& isCacheable)
  11. at Microsoft.ClearScript.HostItem.InvokeMember(String name, BindingFlags invokeFlags, Object[] args, Object[] bindArgs, CultureInfo culture, Boolean bypassTunneling, Boolean& isCacheable)
  12. at Microsoft.ClearScript.HostMethod.TryInvoke(IHostInvokeContext context, BindingFlags invokeFlags, Object[] args, Object[] bindArgs, Object& result)
  13. at Microsoft.ClearScript.Util.InvokeHelpers.TryInvokeObject(IHostInvokeContext context, Object target, BindingFlags invokeFlags, Object[] args, Object[] bindArgs, Boolean tryDynamic, Object& result)
  14. at Microsoft.ClearScript.HostItem.InvokeHostMember(String name, BindingFlags invokeFlags, Object[] args, Object[] bindArgs, CultureInfo culture, Boolean& isCacheable)
  15. at Microsoft.ClearScript.HostItem.InvokeMember(String name, BindingFlags invokeFlags, Object[] args, Object[] bindArgs, CultureInfo culture, Boolean bypassTunneling, Boolean& isCacheable)
  16. at Microsoft.ClearScript.HostItem.<>c__DisplayClass147_0.<InvokeReflectMember>b__0()
  17. at Microsoft.ClearScript.ScriptEngine.HostInvoke[T](Func`1 func)
  18. at Microsoft.ClearScript.HostItem.InvokeReflectMember(String name, BindingFlags invokeFlags, Object[] wrappedArgs, CultureInfo culture, String[] namedParams, Boolean& isCacheable)
  19. at Microsoft.ClearScript.HostItem.System.Reflection.IReflect.InvokeMember(String name, BindingFlags invokeFlags, Binder binder, Object invokeTarget, Object[] wrappedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
  20. at Microsoft.ClearScript.HostItem.Microsoft.ClearScript.Util.IDynamic.Invoke(Object[] args, Boolean asConstructor)
  21. at HostObjectHelpers.Invoke(V8Value* , Void* pvObject, vector<V8Value\,std::allocator<V8Value> >* args, Boolean asConstructor)
  22. --- End of inner exception stack trace ---
  23. at V8Exception.ThrowScriptEngineException(V8Exception* )
  24. at Microsoft.ClearScript.V8.V8ContextProxyImpl.Execute(String gcDocumentName, String gcCode, Boolean evaluate, Boolean discard)
  25. at Microsoft.ClearScript.V8.V8ScriptEngine.<>c__DisplayClass63_0.<Execute>b__0()
  26. at Microsoft.ClearScript.ScriptEngine.ScriptInvoke[T](Func`1 func)
  27. at Microsoft.ClearScript.V8.V8ScriptEngine.<>c__DisplayClass68_0`1.<ScriptInvoke>b__0()
  28. at Microsoft.ClearScript.V8.V8ContextProxyImpl.InvokeWithLock(Action gcAction)
  29. at Microsoft.ClearScript.V8.V8ScriptEngine.ScriptInvoke[T](Func`1 func)
  30. at GrandTheftMultiplayer.Client.GUI.BrowserJavascriptCallback.<>c__DisplayClass4_1.<call>b__0()
  31. at GrandTheftMultiplayer.Client.Javascript.JavascriptHook.OnTick(Object sender, EventArgs e)
  32. [21:16:42.865] [Debug] [MainCefLoadHandler] Start: https://truckingworld_18/client/cef/charcreator.html#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement