Advertisement
Guest User

fghhkfg

a guest
Sep 24th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.43 KB | None | 0 0
  1. Dispatcher event exception (TimerTick).
  2. Object reference not set to an instance of an object
  3.   at ProgressBar.Init () [0x00065] in D:\Projects\battle-vehicles\battle-vehicles-Standalone-Windows\Assets\Scripts\Hangar\ProgressBar.cs:71
  4.   at ProgressBar.set_Percentage (System.Single value) [0x0000e] in D:\Projects\battle-vehicles\battle-vehicles-Standalone-Windows\Assets\Scripts\Hangar\ProgressBar.cs:47
  5.   at HangarRentingBox.SetProgressVal (System.Single val) [0x00010] in D:\Projects\battle-vehicles\battle-vehicles-Standalone-Windows\Assets\Scripts\Hangar\ActionBox\HangarRentingBox.cs:12
  6.   at ActionBoxModule.UpdateActionBox () [0x00219] in D:\Projects\battle-vehicles\battle-vehicles-Standalone-Windows\Assets\Scripts\Hangar\ActionBoxModule.cs:191
  7.   at ActionBoxModule.OnTimerTick (EventId id, EventInfo info) [0x0001f] in D:\Projects\battle-vehicles\battle-vehicles-Standalone-Windows\Assets\Scripts\Hangar\ActionBoxModule.cs:137
  8.   at Dispatcher.SendLocalEvent (EventId id, EventInfo info) [0x00077] in D:\Projects\battle-vehicles\battle-vehicles-Standalone-Windows\Assets\Scripts\Engine\Dispatcher\Dispatcher.cs:190
  9. UnityEngine.Debug:LogError(Object)
  10. Dispatcher:SendLocalEvent(EventId, EventInfo) (at Assets/Scripts/Engine/Dispatcher/Dispatcher.cs:194)
  11. Dispatcher:Send(EventId, EventInfo, EventTargetType, Int32) (at Assets/Scripts/Engine/Dispatcher/Dispatcher.cs:139)
  12. XDevsTimer:OnTimerTick() (at Assets/Scripts/Engine/XDevsTimer.cs:131)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement