Show::gcomb
An error occurs because Line is a graphics primitive rather than a graphics expression:
Show[Line[{{0, 1}, {5, 2}}], Line[{{0, 0}, {5, 3}}]]This shows valid graphics expressions in Show:
Show[Graphics[Line[{{0, 1}, {5, 2}}]], Graphics[Line[{{0, 0}, {5, 3}}]]]