berlog / androzic

Automatically exported from code.google.com/p/androzic
0 stars 0 forks source link

Application crash during start up #223

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. installing any version of androzic
2. open application
3. sorry, the process was closed, pleas try again

What is expected? application start

What do you get instead? sorry, the process was closed, pleas try again

What version of the product are you using?
Version 1.2
Version 1.4

Please provide any additional information below.

Androzic_1328578891838.crash

java.lang.NullPointerException
    at com.androzic.map.MapLoader.load(MapLoader.java:74)
    at com.androzic.map.MapIndex.<init>(MapIndex.java:34)
    at com.androzic.Androzic.initializeMaps(Androzic.java:1178)
    at com.androzic.Splash$InitializationThread.run(Splash.java:401)

Androzic_1328579048654.crash

java.lang.NullPointerException
    at com.androzic.map.MapLoader.load(MapLoader.java:94)
    at com.androzic.map.MapIndex.<init>(MapIndex.java:54)
    at com.androzic.Androzic.initializeMaps(Androzic.java:1400)
    at com.androzic.Splash$InitializationThread.run(Splash.java:456)

Thank you very much for your help,

best regards,

Martin

Original issue reported on code.google.com by Martin.K...@gmail.com on 7 Feb 2012 at 1:53