Finding a solution to $C\vec{x} = (A - \lambda I_A)\vec{x} = 0$ is the equivalent of considering the determinant of $C$ when it is zero. This means the matrix is linearly dependent and has infinite sol'ns.
My question is, the determinant is $zero$ when the matrix has no solutions as well. So doesn't this return eigenvectors that don't even cross each other?
Maybe I am considering that $\vec{0}$ is included under the spectrum so this wouldn't be true...is my reasoning correct?
You seem to be thinking about $A\mathbf{x} = \mathbf{b}$ where $\mathbf{b} \neq \mathbf{0}$. In this case then yes, it's possible that there are no solutions $\mathbf{x}$ which solve the equation when $\det A = 0$. However, if $\mathbf{b} = \mathbf{0}$ and $\det A = 0$ then there is always a non-zero solution to $A\mathbf{x} = \mathbf{0}$. In other words, singular matrices always have a non-trivial nullspace.