One min everything was working - the next it won't build!

Northfield82

  • Posts: 649
I was just tweaking a bit of code to do with the sounds on a particular level and the next minute i'm getting an error and its telling me to produce logs.  I have absolutely no idea what has happened.  I've just switched to a Mac and previously on windows the log viewer used to give me some indication of where i'd gone wrong but on the mac it seems different.\

can someone please look at these logs and tell me whats happened?

much appreciated!

ceosol

  • *
  • Posts: 2279
Did you clean project before moving on or starting out on the mac?

I would suggest taking the sound coding out, cleaning project, and try rebuilding.

Northfield82

  • Posts: 649
i've been working on it for past 8 hours without a problem.  then i had a 2 min spell where i altered a bit of code on a few different events all to do with sound and its killed it.

can you make any sense on the log?

yoplalala

  • *
  • Posts: 1632
You should look around there

stencyl.sw.util.StreamGobbler: [haxelib] ../../../../Source/scripts/Design_198_198_Jumping.hx:220: characters 7-8 : Unexpected .
2016-04-02 21:51:12,519 INFO  [Thread-137] stencyl.sw.util.StreamGobbler: [haxelib] ../../../../Source/scripts/Design_198_198_Jumping.hx:220: characters 7-8 : Unexpected .
2016-04-02 21:51:12,519 INFO  [Thread-137] stencyl.sw.util.StreamGobbler: [haxelib] ../../../../Source/scripts/Design_198_198_Jumping.hx:220: characters 7-8 : Unexpected .
2016-04-02 21:51:12,519 INFO  [Thread-137] stencyl.sw.util.StreamGobbler: [haxelib] ../../../../Source/scripts/Design_198_198_Jumping.hx:220: characters 7-8 : Unexpected .
2016-04-02 21:51:12,519 INFO  [Thread-137] stencyl.sw.util.StreamGobbler: [haxelib] ../../../../Source/scripts/Design_198_198_Jumping.hx:220: characters 7-8 : Unexpected .
2016-04-02 21:51:12,523 INFO  [Thread-137]

Look at the preview code of Jumping and check line 220 it will give you an idea of the block

Northfield82

  • Posts: 649
i don't get it.  i've just replace all of that event code from a previous working version and it still doesn't build?!  i hate stencil when it does things like this!

merrak

  • *
  • Posts: 2732
Can you show up the jumping code where the error is occurring?

Northfield82

  • Posts: 649
Thanks guys, though i took out any jumping code and then the logs started pointing to the walking code, I think it's somehow all linked to the animation manager...

...anyway i've decided to just go back to a previous working version and set 2 screens up side-by-side so i can just re-do all the work I did yesterday until it corrupted.  Only 10 hours, had worse!!!! (unfortunately!)