I'm having some really weird bugs recently. I have a big program (>1000 vi's), that is continuously being evolved with new features.
Some parts haven't changed for half a year, and suddenly some buttons stopped working.
The code is there, but somehow the 'value changed' event simply doesn't fire.
The solution was to edit the event, and remove the event source. Then afterwards, add the exact same event source... and then it work again. Although the code is exactly the same!
Is this at all possbile?? This is code that hasn't been touched for half a year!
I have the strong feeling that this behaviour is caused by LVMerge... it doesn't seem to like my (rather big) main program, and has been messing up things a lot. But so far, at least all issues were visibile. (Missing wires, double vi;s, etc etc...) It's getting extremely troublesome when it can create invisible bugs...
Does this sound familiar to anyone?