Open GoogleCodeExporter opened 9 years ago
Experiencing same issue on Gingerbread. Meridian also fails FLAC. May be
related.
Original comment by danielsu...@gmail.com
on 12 Jan 2011 at 11:04
Would you kindly provide any logcat crash logs?
Original comment by avs...@gmail.com
on 19 Jan 2011 at 7:35
Relevant snippet:
I/ActivityManager( 109): Starting: Intent { act=android.intent.action.MAIN
cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=net.avs234/.AndLess }
from pid 192
I/ActivityManager( 109): Start proc net.avs234 for activity
net.avs234/.AndLess: pid=23334 uid=10058 gids={1015}
V/RenderScript_jni( 192): surfaceDestroyed
D/dalvikvm( 109): GC_CONCURRENT freed 2100K, 43% free 6715K/11719K, external
6954K/8587K, paused 3ms+8ms
I/AndLess (23334): started service
I/ActivityManager( 109): Start proc net.avs234:remote for service
net.avs234/.AndLessSrv: pid=23342 uid=10058 gids={1015}
I/AndLess (23334): service bound
D/dalvikvm( 75): GC_EXPLICIT freed 11K, 53% free 2537K/5379K, external
1625K/2137K, paused 58ms
D/dalvikvm( 75): GC_EXPLICIT freed <1K, 53% free 2537K/5379K, external
1625K/2137K, paused 30ms
D/dalvikvm(23342): Trying to load lib /data/data/net.avs234/lib/liblossless.so
0x405144b8
D/dalvikvm( 75): GC_EXPLICIT freed <1K, 53% free 2537K/5379K, external
1625K/2137K, paused 37ms
W/dalvikvm(23342): Exception Ljava/lang/UnsatisfiedLinkError; thrown while
initializing Lnet/avs234/AndLessSrv;
W/dalvikvm(23342): Class init failed in newInstance call
(Lnet/avs234/AndLessSrv;)
D/AndroidRuntime(23342): Shutting down VM
W/dalvikvm(23342): threadid=1: thread exiting with uncaught exception
(group=0x40015560)
E/AndroidRuntime(23342): FATAL EXCEPTION: main
E/AndroidRuntime(23342): java.lang.ExceptionInInitializerError
E/AndroidRuntime(23342): at java.lang.Class.newInstanceImpl(Native Method)
E/AndroidRuntime(23342): at java.lang.Class.newInstance(Class.java:1409)
E/AndroidRuntime(23342): at
android.app.ActivityThread.handleCreateService(ActivityThread.java:1901)
E/AndroidRuntime(23342): at
android.app.ActivityThread.access$2500(ActivityThread.java:117)
E/AndroidRuntime(23342): at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:982)
E/AndroidRuntime(23342): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(23342): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime(23342): at
android.app.ActivityThread.main(ActivityThread.java:3647)
E/AndroidRuntime(23342): at java.lang.reflect.Method.invokeNative(Native
Method)
E/AndroidRuntime(23342): at java.lang.reflect.Method.invoke(Method.java:507)
E/AndroidRuntime(23342): at
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839)
E/AndroidRuntime(23342): at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
E/AndroidRuntime(23342): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(23342): Caused by: java.lang.UnsatisfiedLinkError: Cannot load
library: reloc_library[1311]: 75 cannot locate
'_ZN7android10AudioTrack3setEijiiijPFviPvS1_ES1_iRKNS_2spINS_7IMemoryEEEb'...
E/AndroidRuntime(23342):
E/AndroidRuntime(23342): at java.lang.Runtime.loadLibrary(Runtime.java:434)
E/AndroidRuntime(23342): at java.lang.System.loadLibrary(System.java:554)
E/AndroidRuntime(23342): at net.avs234.AndLessSrv.<clinit>(AndLessSrv.java:33)
E/AndroidRuntime(23342): ... 13 more
I/ActivityManager( 109): Displayed net.avs234/.AndLess: +1s272ms
Original comment by impati...@gmail.com
on 19 Jan 2011 at 8:02
I have the same problem as above. Using Gingerbread (ROM = Cyanogenmod 7 build
15) on my HTC Desire (Bravo GSM).
Original comment by kristian...@gmail.com
on 31 Jan 2011 at 7:16
Looks like this is fixed with andLess 1.3.0 in the market.
Original comment by slash...@gmail.com
on 19 Feb 2011 at 8:23
[deleted comment]
andLess 1.3.0 in the market seems to work fine,
but running downloaded source stil doesnt work-
guess source isnt updated yet
Original comment by tedh...@gmail.com
on 20 Feb 2011 at 8:44
A similar bug exists for wavpack.
Issue 56 reported.
Original comment by JohnZoum...@gmail.com
on 11 Apr 2011 at 3:02
I have the same problem with run andless source code.
The code of throwing code is:
static {
System.loadLibrary("lossless");
}
---------------------------------------------------
log message
--------------------------------------------------
11-11 05:11:39.994: E/AndroidRuntime(671): Uncaught handler: thread main
exiting due to uncaught exception
11-11 05:11:40.004: E/AndroidRuntime(671): java.lang.ExceptionInInitializerError
11-11 05:11:40.004: E/AndroidRuntime(671): at
java.lang.Class.newInstanceImpl(Native Method)
11-11 05:11:40.004: E/AndroidRuntime(671): at
java.lang.Class.newInstance(Class.java:1479)
11-11 05:11:40.004: E/AndroidRuntime(671): at
android.app.ActivityThread.handleCreateService(ActivityThread.java:2761)
11-11 05:11:40.004: E/AndroidRuntime(671): at
android.app.ActivityThread.access$3200(ActivityThread.java:119)
11-11 05:11:40.004: E/AndroidRuntime(671): at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1917)
11-11 05:11:40.004: E/AndroidRuntime(671): at
android.os.Handler.dispatchMessage(Handler.java:99)
11-11 05:11:40.004: E/AndroidRuntime(671): at
android.os.Looper.loop(Looper.java:123)
11-11 05:11:40.004: E/AndroidRuntime(671): at
android.app.ActivityThread.main(ActivityThread.java:4363)
11-11 05:11:40.004: E/AndroidRuntime(671): at
java.lang.reflect.Method.invokeNative(Native Method)
11-11 05:11:40.004: E/AndroidRuntime(671): at
java.lang.reflect.Method.invoke(Method.java:521)
11-11 05:11:40.004: E/AndroidRuntime(671): at
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:860)
11-11 05:11:40.004: E/AndroidRuntime(671): at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
11-11 05:11:40.004: E/AndroidRuntime(671): at
dalvik.system.NativeStart.main(Native Method)
11-11 05:11:40.004: E/AndroidRuntime(671): Caused by:
java.lang.UnsatisfiedLinkError: Library lossless not found
11-11 05:11:40.004: E/AndroidRuntime(671): at
java.lang.Runtime.loadLibrary(Runtime.java:489)
11-11 05:11:40.004: E/AndroidRuntime(671): at
java.lang.System.loadLibrary(System.java:557)
11-11 05:11:40.004: E/AndroidRuntime(671): at
net.avs234.AndLessSrv.<clinit>(AndLessSrv.java:35)
11-11 05:11:40.004: E/AndroidRuntime(671): ... 13 more
----------------------------
Somebody help me?
Original comment by nuccch2...@gmail.com
on 30 Oct 2013 at 5:20
Original issue reported on code.google.com by
bmwh...@gmail.com
on 21 Dec 2010 at 5:35