0

I have started getting this issue now after going through a lot of "chaos" with performing a system restore (I'm on Win8.1) while trying to get a certain game working again. Now that that mess is over and done with, I have been left with a few apps and such removed and needing to be reinstalled, including the JDK which I have already reinstalled. Since I have a project I need to work on I opened up DartEditor again and when I tried to do pub build I get this error:

Pub build failed, [255] Wrong script snapshot version, expected  
'f6711525cff9f7d0d08595166664b767' found '836a274342f7f88d6b5a9bb59b2649a9'

Googling led me to this old issue but that's labelled as fixed...what could be going wrong here?

The Ice Mage
  • 445
  • 1
  • 7
  • 17

1 Answers1

2

Ok, so deleting the dart directory (the one with the editor executable, relevant .jar files and all that other stuff) and downloading it anew did resolve my issue. I'm curious though as to whether anyone knows what might have caused the issue, and/or what other things I might have been able to do to resolve it.

The Ice Mage
  • 445
  • 1
  • 7
  • 17
  • I guess the previous downlod was somehow corrupted and Idoubt there was any other way to solve it. – Günter Zöchbauer Feb 01 '15 at 14:49
  • 1
    That makes sense I guess. Who knows what might have gotten muddled up with the whole system restore process and whatnot. Oh well at least things in general seem ok. – The Ice Mage Feb 01 '15 at 15:12