It's likely due to the error you see in your console saying "Com_sprintf: overflow of 66 in 64". This can mean one of your surface names, shader names, model names, etc is too long - the limit is 64 characters, but something is 66 characters. I would start with looking in your .skin files first, and check that your surface names and your shader names are all below 64 characters long.