HomeGenie Forum

Development => Bug reporting => Topic started by: amselem on May 26, 2015, 09:10:34 PM

Title: Can't compile c# scripts twice in a row
Post by: amselem on May 26, 2015, 09:10:34 PM
Hello, this is the bug that I'm experiencing with HG since r484, steps to repro:

-With a clean install I edit a stock c# script
-I create a syntax error (f.ex: delete a ; ), press "Compile" and it tells me "syntax error"
-I correct the error and press compile again and it compiles and everything is OK, program runs, etc
-Then, I just repeat the syntax error and press "compile" and it tells me "saving..." but doesn't compile no matter what I do!
-I have to restart the Service to be able to compile again!

Anyone also experiencing this?
OS: Windows 8 64bit, tested with: r484 and r488

Thank you
Title: Re: Can't compile c# scripts twice in a row
Post by: ftsikogi on May 27, 2015, 08:58:19 AM
The same happens to me. I am also running HG on Windows.
Title: Re: Can't compile c# scripts twice in a row
Post by: Gene on May 27, 2015, 03:27:06 PM
r489 update, that fixes the issue, is now available.

Cheers,
g.
Title: Re: Can't compile c# scripts twice in a row
Post by: ftsikogi on May 27, 2015, 03:48:38 PM
Excellent.

Thanks
Title: Re: Can't compile c# scripts twice in a row
Post by: amselem on May 27, 2015, 08:58:08 PM
I confirm it's fixed with r489, thank you Gene!