I can explain you a error so it might help you out, “sampler” is equivalent of texture node in material. The current GPU specifications allow single shader to sample only 16 textures (but multiple samplers can have same texture) on same time, if you got that error that means you got too much texture nodes.
You can overcome this limitation for example by using spreadsheets (single image file containing multiple textures)