I have just started a small game in 1830, and have found that the pub will not accept cider from the Orchard. I believe that this is because the pub input has zero capacity (reporting 0/0), and so is reporting it's input to be zero and so the orchard isn't produing cider to be sent to the pub.
A pub without cider *gasp* :o
I have found the problem in my local copy and fixed it. I will send my copy to The Hood for inclusion in the next bugfix release. Thank you for your report :-)
Still problematic as of today. The middle two pubs receive cider but the oldest and the newest one do not. In sourceforge revision 172, pub.dat note in the following lines the subscript on InputCapacity should be 1, not 0:
20 InputGood[1]=cider
21 InputCapacity[0]=75
78 InputGood[1]=cider
79 InputCapacity[0]=150
Thanks - will include a fix in the next release.