When loading a design that instantiates an unknown module (with verific, bypassing the error), the unknown module turns into a blackbox with all ports of direction inout, since it doesn't know which were supposed to be inputs and which outputs. Running cutpoint -blackbox on such a design adds $anyseq cells on all port connections, leading to driver-driver conflicts for all the ports that are actually inputs and already have a driver.