Major Bug in WyBuildSolved

As much as I hate to delay 2.6.15 any further ;) , this is a pretty big bug so I thought I should point it out.

WyBuild was crashing on me (no error message. Just stops responding... I think it said something about a System.IO.Exception) every time I built an update.On investigating this, I discovered that if a previous release contains a 0-byte (empty) file, and the new release has updated that file to something else, then that causes wyBuild to crash.

To test this, I created a new wyBuild project. I added an empty 'Todo.txt' to release 1, and a 'Todo.txt' with some text to release 2. On building the update, wyBuild crashed.

I know enough people have asked you this question already - but is there any news on the 2.6.15 release :D ?

Thanks

Nice find -- you're right, this is a critcal bug. We'll fix this for 2.6.15. The workaround for now is to remove the empty file from your old version and just leave files with more than 0 bytes.

I know enough people have asked you this question already - but is there any news on the 2.6.15 release 😀 ?

Soon -- believe it or not, we want to get it out as fast as you want it out.

wyBuild 2.6.16 is now out -- this bug is fixed.