Advertisement
Mobandon

NOISE1 exception 2

Feb 8th, 2020
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. Unhandled exception. System.FormatException: Input string was not in a correct format.
  2. at System.Number.ThrowOverflowOrFormatException(ParsingStatus status, TypeCode type)
  3. at System.Single.Parse(String s)
  4. at Terminal.Guard.LoadJson(JsonObject json)
  5. at Terminal.Level.Run()
  6. at Terminal.Game.RunLevel(Int32 index, Int32 autosave)
  7. at Terminal.Title.RunLevel()+MoveNext()
  8. at Gaia.Engine.CoroutineRunner.MoveNext(IEnumerator routine, Int32 index)
  9. at Gaia.Engine.CoroutineRunner.Update(Int32 i, Single deltaTime)
  10. at Gaia.Engine.CoroutineRunner.Update(Single deltaTime)
  11. at Terminal.Level.Update()
  12. at Terminal.Title.Update()
  13. at Terminal.Game.Update()
  14. at Gaia.Engine.App.Run(String orgID, String appID, String title, Int32 width, Int32 height)
  15. at Terminal.Game.Run()
  16. at Terminal.Win.Program.Main(String[] args)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement