afraid that wont work. Since terracoin launch. Some mining pool has been creating blocks with an invalid block version. That is why i had to set the islegacy version to the highest value they made. Apparently this is now conflicting with merged mining.
EDIT: unless its working for you?
EDIT 2:
103c103
< consensus.nLegacyBlocksBefore = 806000;
---
> consensus.nLegacyBlocksBefore = -1;
Everyone could try running this patch against their coind's and see if it accepts the block. If so i will apply it to the github and we can move the hard fork forward
So it looks like while I was sleeping the problem was solved! I am getting the Windows exes recompiled. Thanks everyone for the help!!