12-16-2012 11:20 PM - edited 12-16-2012 11:22 PM
Trying to test an app I keep getting App error 104 Uncaught: Nullpointer Exception
Works fine in coder's computer but not when I run it on my own Eclipse on my own computer.

Read advise on changing the language under computer's configuration, tried but didn't work.
Got advised it might be the firewall, turned it off and didn't work either.
Who's got a better suggestion?
12-17-2012 12:13 AM
Some Values was null. I think you could Debug the application. it will tell you what Variable was null. and check it.
12-17-2012 12:55 AM
Hi,
In coder's computer , For which OS you were testing ?
And in your computer for which Os you were testing ?
Did coder put loading image when starting the app ?
Regards,
Milan
12-17-2012 04:36 AM
If an app fails in this way and the coder can't debug the problem remotely, that does not look good for when the app goes live does it? What if you were a real user on a real Blackberry. What would you expect to do?
In my opinion, the application should be keeping some sort of log that you can send the coder. This would help identify the problem.
In addition to the other questions you have been asked, can you describe what you have done with the app and what it should be doing at the point it fails.