Composite.java
.. .. @@ -866,7 +866,14 @@ 866 866 tex = GetTextures(); 867 867 } 868 868 869 - display.BindTextures(tex, texres);869 + try870 + {871 + display.BindTextures(tex, texres);872 + }873 + catch (Exception e)874 + {875 + System.err.println("FAILED: " + this);876 + }870 877 871 878 if (//true) // new NORMAND 872 879 touched || softtouched)