Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. ArgumentException: The value is not an object but Undefined
  2. Jint.Native.JsValue.AsObject () (at Assets/Plugins/Jint/Native/JsValue.cs:152)
  3. JSBridge.JintJsValue.Get (System.String propertyName) (at Assets/Plugins/Libs/Nekki/JsUtils/Jint/JintJsValue.cs:143)
  4. JSBridge.JsValue.get_Item (System.String index) (at Assets/Plugins/Libs/Nekki/JsUtils/JsValue.cs:54)
  5. LocationInfoJsData..ctor (JSBridge.JsValue locationInfo) (at Assets/src/battles/Info/BattleInfo.cs:469)
  6. BattleInfoJsData..ctor (System.Collections.Generic.Dictionary`2 battleJSDictionary) (at Assets/src/battles/Info/BattleInfo.cs:375)
  7. SF3JsHelper.FillAndCacheBattles (JSBridge.JsValue jsBattles, System.Collections.Generic.List`1& result) (at Assets/src/utils/SF3JsUtils/SF3JsHelper.cs:360)
  8. SF3JsHelper.GetBattlesWithType (BattleType battleType) (at Assets/src/utils/SF3JsUtils/SF3JsHelper.cs:338)
  9. SF3JsHelper.GetBattlesTest () (at Assets/src/utils/SF3JsUtils/SF3JsHelper.cs:326)
  10. SF3.BattlesManager.InitializeTestBattles () (at Assets/src/battles/BattlesManager.cs:377)
  11. SF3.BattlesManager.Initialize () (at Assets/src/battles/BattlesManager.cs:239)
  12. SF3.UserData.UserDataController.Initialize () (at Assets/src/UserData/UserDataController.cs:59)
  13. BootLogger.Call (System.Action action, System.String name) (at Assets/src/utils/BootLogger.cs:73)
  14. EnterPoint+<Execute>c__Iterator1.MoveNext () (at Assets/src/scenes/enterPoint/enterPoint.cs:281)
  15. UnityEngine.SetupCoroutine.InvokeMoveNext (IEnumerator enumerator, IntPtr returnValueAddress) (at C:/buildslave/unity/build/Runtime/Export/Coroutines.cs:17)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement