function resultnotfound(func,data){try{func(data);}catch(err){console.warn("no " + func.name + " \n");}}