Advertisement
BerSun

Untitled

Apr 8th, 2020
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.30 KB | None | 0 0
  1. DivideByZeroException: Attempted to divide by zero.
  2. System.Numerics.BigIntegerCalculator.Divide (System.UInt32[] left, System.UInt32 right) (at <28b1a8ae494b4e4cb235295429935c35>:0)
  3. System.Numerics.BigInteger.op_Division (System.Numerics.BigInteger dividend, System.Numerics.BigInteger divisor) (at <28b1a8ae494b4e4cb235295429935c35>:0)
  4. System.Numerics.BigFloat.divide (System.Single other) (at Assets/Scripts/Libs/BigFloat/BigFloat.cs:341)
  5. System.Numerics.BigFloat.Divide (System.Numerics.BigFloat a, System.Single b) (at Assets/Scripts/Libs/BigFloat/BigFloat.cs:130)
  6. System.Numerics.BigFloat.op_Division (System.Numerics.BigFloat a, System.Single b) (at Assets/Scripts/Libs/BigFloat/BigFloat.cs:508)
  7. OfficeRiot.Gameplay.Floor.FloorUnlockView.SetupView () (at Assets/Scripts/Gameplay/Floor/FloorUnlockView.cs:298)
  8. OfficeRiot.Gameplay.Floor.FloorUnlockView.Show (OfficeRiot.SaveDataManagement.Data.FloorData floor, System.Action onTimerFinished) (at Assets/Scripts/Gameplay/Floor/FloorUnlockView.cs:117)
  9. OfficeRiot.Gameplay.Floor.FloorController.ShowUnlockView () (at Assets/Scripts/Gameplay/Floor/FloorController.cs:259)
  10. OfficeRiot.Gameplay.Floor.FloorController.Init (OfficeRiot.Gameplay.Structure.FloorStructure structure) (at Assets/Scripts/Gameplay/Floor/FloorController.cs:225)
  11. OfficeRiot.GameplayManagement.GameplayController.InitFloor (OfficeRiot.Gameplay.Floor.FloorController floor) (at Assets/Scripts/Management/GameplayManagement/GameplayController.cs:190)
  12. OfficeRiot.GameplayManagement.GameplayController.FloorTransition (System.Boolean tempIsLower) (at Assets/Scripts/Management/GameplayManagement/GameplayController.cs:240)
  13. OfficeRiot.GameplayManagement.GameplayController.OnSwipe (Helpers.SwipeSignal signal) (at Assets/Scripts/Management/GameplayManagement/GameplayController.cs:222)
  14. Zenject.SignalBus+<>c__DisplayClass31_0`1[TSignal].<SubscribeId>b__0 (System.Object args) (at /Users/bogdanovvladislav/office_riot/officeRiot/Assets/Plugins/Zenject/OptionalExtras/Signals/Main/SignalBus.cs:212)
  15. Zenject.SignalSubscription.Invoke (System.Object signal) (at /Users/bogdanovvladislav/office_riot/officeRiot/Assets/Plugins/Zenject/OptionalExtras/Signals/Internal/SignalSubscription.cs:75)
  16. Zenject.SignalDeclaration.FireInternal (System.Collections.Generic.List`1[T] subscriptions, System.Object signal) (at /Users/bogdanovvladislav/office_riot/officeRiot/Assets/Plugins/Zenject/OptionalExtras/Signals/Internal/SignalDeclaration.cs:129)
  17. Zenject.SignalDeclaration.Fire (System.Object signal) (at /Users/bogdanovvladislav/office_riot/officeRiot/Assets/Plugins/Zenject/OptionalExtras/Signals/Internal/SignalDeclaration.cs:97)
  18. Zenject.SignalBus.FireId[TSignal] (System.Object identifier, TSignal signal) (at /Users/bogdanovvladislav/office_riot/officeRiot/Assets/Plugins/Zenject/OptionalExtras/Signals/Main/SignalBus.cs:82)
  19. Zenject.SignalBus.Fire[TSignal] (TSignal signal) (at /Users/bogdanovvladislav/office_riot/officeRiot/Assets/Plugins/Zenject/OptionalExtras/Signals/Main/SignalBus.cs:87)
  20. Helpers.SwipeManager.SwipeDone (Helpers.SwipeDirection direction) (at Assets/Scripts/Helpers/SwipeManager.cs:141)
  21. Helpers.SwipeManager.CalculateSwipe () (at Assets/Scripts/Helpers/SwipeManager.cs:135)
  22. Helpers.SwipeManager.MouseSwipe () (at Assets/Scripts/Helpers/SwipeManager.cs:108)
  23. Helpers.SwipeManager.Update () (at Assets/Scripts/Helpers/SwipeManager.cs:74)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement