Hello Michael,
Are you using BaseStyle->Large or similar? i.e.,
Plot[Sin[x], {x, 0, 1}, PlotLabel -> "Test", BaseStyle -> Large]
I've been getting the same error in M10 (but not in M9), but then I switched to
Plot[Sin[x], {x, 0, 1}, PlotLabel -> "Test",
BaseStyle -> {FontSize -> 14}]
and I don't get the error anymore.
WCC