Ok, sorry Marcel :)
Have you tried to use a try{}catch{} in the main loop and include a
printStackTrace()?
Like this code to know where exactly is crashing:
try {
// Main loop code
} catch(Exception e) {
e.toString();
e.printStackTrace();
}
Natalia
www.natygames.com
www.ipopmail.net
> Apologies if I caused any confusion. I meant to say that the NEC handset
> crashes and the Mitsubishi handset okay, so it is the opposite way around.
> In most events we had problems with the Mitsubishi but in this case it is
> the opposite. We never had a problem with a NEC handset before.
>
>
>
> Marcel Lennartz
>
> http://doja.pagina.nl <http://doja.pagina.nl/>
>
> http://doja.prikpagina.nl <http://doja.prikpagina.nl/>
Received on Sat Jun 25 03:12:47 2005