berlog / androzic

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

Androzic crashes with ozfx3 maps #276

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.At startup time, Androzic craches during initialization view
2.
3.

What is expected? What do you get instead?

Androzic worked fine when using maps in ozfx3 format generatd by IMG2OZF v2.5 
utility (from OziExplorer site)
Androzic crashes now everytime when I add maps from IMG2OZF utility v3.16a 
(from Oziexplorer site). Does it mean the actual ozfx3 format is not compatible 
with androzic because of the coding algorithm you explain in the main page ?

Thanks a lot for your answer.
Eric

What version of the product are you using?
Androzic version 1.6 (from Google Play)

Please provide any additional information below.
Here is the crash log :

java.lang.ExceptionInInitializerError
    at com.androzic.map.OzfReader.<init>(OzfReader.java:40)
    at com.androzic.map.Map.activate(Map.java:122)
    at com.androzic.Androzic.setMap(Androzic.java:1180)
    at com.androzic.Androzic.updateLocationInfo(Androzic.java:917)
    at com.androzic.MapActivity.onResume(MapActivity.java:539)
    at android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1150)
    at android.app.Activity.performResume(Activity.java:3832)
    at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2114)
    at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:2139)
    at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1672)
    at android.app.ActivityThread.access$1500(ActivityThread.java:117)
    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:935)
    at android.os.Handler.dispatchMessage(Handler.java:99)
    at android.os.Looper.loop(Looper.java:130)
    at android.app.ActivityThread.main(ActivityThread.java:3687)
    at java.lang.reflect.Method.invokeNative(Native Method)
    at java.lang.reflect.Method.invoke(Method.java:507)
    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:867)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:625)
    at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.UnsatisfiedLinkError: Couldn't load ozfdecoder: 
findLibrary returned null
    at java.lang.Runtime.loadLibrary(Runtime.java:429)
    at java.lang.System.loadLibrary(System.java:554)
    at com.androzic.map.OzfDecoder.<clinit>(OzfDecoder.java:634)
    ... 20 more

Original issue reported on code.google.com by ericblan...@gmail.com on 1 Dec 2012 at 10:57

GoogleCodeExporter commented 8 years ago
same problem, i solve it by downloading img2ozf conventer from this page

Original comment by ag...@darzs.lv on 27 Jan 2013 at 9:39