Advertisement
Eliskik

Untitled

Oct 4th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. KeyNotFoundException: The given key was not present in the dictionary.
  2. System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) (at <599589bf4ce248909b8a14cbe4a2034e>:0)
  3. RW.Services.RWAnalytics.AnalyticsEvents.GetEventNameForMethod (System.String methodName) (at Assets/Scripts/Services/RWAnalytics/AnalyticsEvents.cs:44)
  4. RW.Services.RWAnalytics.AnalyticsEvents.OnRateUs (RW.Services.RWAnalytics.EventArgs.RateUsEventArgs eventArgs) (at Assets/Scripts/Services/RWAnalytics/AnalyticsEvents.cs:215)
  5. RW.Services.Analytics.AnalyticsManager.ReportRateUs (RW.Services.RWAnalytics.EventArgs.RateUsEventArgs eventArgs) (at Assets/Scripts/Services/Analytics/AnalyticsManager.cs:263)
  6. RW.UI.Hangar.PopupRateUs.<BindButtons>b__7_0 () (at Assets/Scripts/UI/Hangar/PopupRateUs.cs:136)
  7. RW.Core.Office_Framework.Base.UI.UIButton+<>c__DisplayClass48_0.<Subscribe>b__0 (UnityEngine.EventSystems.PointerEventData data) (at Assets/Scripts/Core/Office Framework/Base/UI/UIButton.cs:252)
  8. RW.Core.Office_Framework.Common.Messaging.Subscribers.SubscriberPlain`1[T].RW.Core.Office_Framework.Common.Messaging.Subscribers.ISubscriber<T>.Invoke (T param) (at Assets/Scripts/Core/Office Framework/Common/Messaging/Subscribers/SubscriberPlain.cs:87)
  9. RW.Core.Office_Framework.Common.Messaging.SmartEvent`1[T].Invoke (T param) (at Assets/Scripts/Core/Office Framework/Common/Messaging/SmartEvent.cs:421)
  10. RW.Core.Office_Framework.Base.UI.UIButton.OnPointerUp (UnityEngine.EventSystems.PointerEventData eventData) (at Assets/Scripts/Core/Office Framework/Base/UI/UIButton.cs:211)
  11. UnityEngine.EventSystems.ExecuteEvents.Execute (UnityEngine.EventSystems.IPointerUpHandler handler, UnityEngine.EventSystems.BaseEventData eventData) (at C:/Program Files/Unity/Hub/Editor/2019.2.3f1/Editor/Data/Resources/PackageManager/BuiltInPackages/com.unity.ugui/Runtime/EventSystem/ExecuteEvents.cs:43)
  12. UnityEngine.EventSystems.ExecuteEvents.Execute[T] (UnityEngine.GameObject target, UnityEngine.EventSystems.BaseEventData eventData, UnityEngine.EventSystems.ExecuteEvents+EventFunction`1[T1] functor) (at C:/Program Files/Unity/Hub/Editor/2019.2.3f1/Editor/Data/Resources/PackageManager/BuiltInPackages/com.unity.ugui/Runtime/EventSystem/ExecuteEvents.cs:261)
  13. UnityEngine.EventSystems.EventSystem:Update()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement