synthdefs loading fails -android-

51 views
Skip to first unread message

Valentin

unread,
Jan 28, 2013, 4:20:26 PM1/28/13
to supercollider-an...@googlegroups.com
Hi all,
I currently work with SuperCollider on Android. I'm able to compile ndk souces and other stuff with ndk-build but I still have no application working (getting some error on my device), even if I follow correctly the step of: https://github.com/glastonbridge/SuperCollider-Android/wiki/get-a-development-branch.
So I tried to compile an other supercollider project: https://github.com/danstowell/BumbleTab . It compiles correctly, but when I want to launch it on my phone, it crashed because:

01-28 21:25:35.453: I/ActivityManager(1277): Process uk.co.mcld.dabble.GlastoCollider1 (pid 7599) has died.

I think that the app try to load the synthdefs but can't for an mysterious reason, because:

01-28 21:25:30.382: D/libscsynth(7599): OK, listing opendir(/data/data/uk.co.mcld.dabble.GlastoCollider1/lib)
01-28 21:25:30.382: D/libscsynth(7599): Entry: .
01-28 21:25:30.382: D/libscsynth(7599): Entry: ..
01-28 21:25:30.382: D/libscsynth(7599): Entry: libIOUGens.so
01-28 21:25:30.382: D/libscsynth(7599): Entry: libNoiseUGens.so
01-28 21:25:30.382: D/libscsynth(7599): Entry: libscsynth.so
01-28 21:25:30.382: D/libscsynth(7599): Entry: gdbserver
01-28 21:25:30.382: D/libscsynth(7599): PlugIn_LoadDir(/usr/local/share/SuperCollider/Extensions)
01-28 21:25:30.382: D/libscsynth(7599): PlugIn_LoadDir(.//share/SuperCollider/Extensions)
01-28 21:25:30.382: D/libscsynth(7599): PlugIn_LoadDir(/data/data/uk.co.mcld.dabble.GlastoCollider1/lib)
01-28 21:25:30.382: D/libscsynth(7599): Using vector unit: no
01-28 21:25:30.382: D/libscsynth(7599): Loading synthdefs from path: /mnt/sdcard/supercollider/synthdefs




So I will be so happy if some can help me to solve this issue. :)
Regards.
Valentin R.



Here is the debug log ( I set some color to help you :)

01-28 21:25:30.351: D/dalvikvm(7599): Trying to load lib /mnt/asec/uk.co.mcld.dabble.GlastoCollider1-2/lib/libscsynth.so 0x405156c8
01-28 21:25:30.382: D/dalvikvm(7599): Added shared lib /mnt/asec/uk.co.mcld.dabble.GlastoCollider1-2/lib/libscsynth.so 0x405156c8
01-28 21:25:30.382: I/GlastoCollider1(7599): DanAudioThread - about to invoke native scsynth_android_initlogging()
01-28 21:25:30.382: D/libscsynth(7599): SCSYNTH->ANDROID logging active
01-28 21:25:30.382: I/GlastoCollider1(7599): DanAudioThread: found file sounds
01-28 21:25:30.382: I/GlastoCollider1(7599): DanAudioThread: found file synthdefs
01-28 21:25:30.382: I/GlastoCollider1(7599): DanAudioThread - data dir is /mnt/sdcard/supercollider
01-28 21:25:30.382: I/GlastoCollider1(7599): DanAudioThread - defs dir is /mnt/sdcard/supercollider/synthdefs
01-28 21:25:30.382: D/libscsynth(7599): scsynth_android_start(11025, 1024, 2, /data/data/uk.co.mcld.dabble.GlastoCollider1/lib, /mnt/sdcard/supercollider/synthdefs)
01-28 21:25:30.382: D/libscsynth(7599): OK, listing opendir(/data/data/uk.co.mcld.dabble.GlastoCollider1/lib)
01-28 21:25:30.382: D/libscsynth(7599): Entry: .
01-28 21:25:30.382: D/libscsynth(7599): Entry: ..
01-28 21:25:30.382: D/libscsynth(7599): Entry: libIOUGens.so
01-28 21:25:30.382: D/libscsynth(7599): Entry: libNoiseUGens.so
01-28 21:25:30.382: D/libscsynth(7599): Entry: libscsynth.so
01-28 21:25:30.382: D/libscsynth(7599): Entry: gdbserver
01-28 21:25:30.382: D/libscsynth(7599): PlugIn_LoadDir(/usr/local/share/SuperCollider/Extensions)
01-28 21:25:30.382: D/libscsynth(7599): PlugIn_LoadDir(.//share/SuperCollider/Extensions)
01-28 21:25:30.382: D/libscsynth(7599): PlugIn_LoadDir(/data/data/uk.co.mcld.dabble.GlastoCollider1/lib)
01-28 21:25:30.382: D/libscsynth(7599): Using vector unit: no
01-28 21:25:30.382: D/libscsynth(7599): Loading synthdefs from path: /mnt/sdcard/supercollider/synthdefs
01-28 21:25:30.390: I/Launcher(1394): onWindowFocusChanged(false)
01-28 21:25:30.398: D/Launcher(1394): setWallpaperDimension() called
01-28 21:25:30.398: D/Launcher(1394): USE_NON_SCROLLABLE_IMAGE_WALLPAPER is true
01-28 21:25:30.398: D/Launcher(1394): It's image wallpaper. suggestDesiredDimensions(-1,-1)
01-28 21:25:30.492: I/DEBUG(30570): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-28 21:25:30.492: I/DEBUG(30570): Build fingerprint: 'samsung/YP-GS1/YP-GS1:2.3.6/GINGERBREAD/XXKK3:user/release-keys'
01-28 21:25:30.492: I/DEBUG(30570): pid: 7599, tid: 7599  >>> uk.co.mcld.dabble.GlastoCollider1 <<<
01-28 21:25:30.492: I/DEBUG(30570): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000034
01-28 21:25:30.492: I/DEBUG(30570):  r0 be998090  r1 0000001c  r2 002058f0  r3 00000000
01-28 21:25:30.492: I/DEBUG(30570):  r4 81649e64  r5 00205800  r6 be99c388  r7 4428cc7c
01-28 21:25:30.492: I/DEBUG(30570):  r8 be99c2dc  r9 4428cc68  10 0000ac68  fp be9980a4
01-28 21:25:30.492: I/DEBUG(30570):  ip 00000000  sp be998050  lr afd13f9b  pc 8161b4a8  cpsr 20000050
01-28 21:25:30.492: I/DEBUG(30570):  d0  74736e6920746f61  d1  000000000200026c
01-28 21:25:30.492: I/DEBUG(30570):  d2  00ffff0100ffff6c  d3  500a020100ffff65
01-28 21:25:30.492: I/DEBUG(30570):  d4  6669685368637469  d5  0000010005000274
01-28 21:25:30.492: I/DEBUG(30570):  d6  0200ffff00000400  d7  0100ffff01000000
01-28 21:25:30.492: I/DEBUG(30570):  d8  e8aece4ef4afe5c8  d9  7a2a21fdbf3574cb
01-28 21:25:30.492: I/DEBUG(30570):  d10 cb163b7e53677534  d11 f96fba0cec7b5f9f
01-28 21:25:30.492: I/DEBUG(30570):  d12 ac848177b5bdb816  d13 98bc00d9d9deea38
01-28 21:25:30.492: I/DEBUG(30570):  d14 b6b9c7cf631b876e  d15 5c7dc6b1ac0c6803
01-28 21:25:30.492: I/DEBUG(30570):  d16 000000004000f4f0  d17 bcb1a62633145c07
01-28 21:25:30.492: I/DEBUG(30570):  d18 3fc5555555555549  d19 b6357974e73da3d2
01-28 21:25:30.492: I/DEBUG(30570):  d20 b93f1976b7ed8fc0  d21 be5ae5e68a2b9ceb
01-28 21:25:30.492: I/DEBUG(30570):  d22 393f1976b7ed8fc0  d23 3de5d93a5acfd57c
01-28 21:25:30.492: I/DEBUG(30570):  d24 3ff0000000000000  d25 0000000000000000
01-28 21:25:30.492: I/DEBUG(30570):  d26 0000000000000000  d27 0000000000000000
01-28 21:25:30.492: I/DEBUG(30570):  d28 e47236308b230905  d29 faaa0713fdcd42fc
01-28 21:25:30.492: I/DEBUG(30570):  d30 f37a02f5fa0fad0e  d31 7cd7d8f3bef7ab25
01-28 21:25:30.492: I/DEBUG(30570):  scr 60000010
01-28 21:25:30.531: I/DEBUG(30570):          #00  pc 0001b4a8  /mnt/asec/uk.co.mcld.dabble.GlastoCollider1-2/lib/libscsynth.so
01-28 21:25:30.531: I/DEBUG(30570):          #01  pc 00019f84  /mnt/asec/uk.co.mcld.dabble.GlastoCollider1-2/lib/libscsynth.so
01-28 21:25:30.531: I/DEBUG(30570):          #02  pc 00019970  /mnt/asec/uk.co.mcld.dabble.GlastoCollider1-2/lib/libscsynth.so
01-28 21:25:30.531: I/DEBUG(30570):          #03  pc 0001a54c  /mnt/asec/uk.co.mcld.dabble.GlastoCollider1-2/lib/libscsynth.so
01-28 21:25:30.531: I/DEBUG(30570):          #04  pc 0001a7f0  /mnt/asec/uk.co.mcld.dabble.GlastoCollider1-2/lib/libscsynth.so
01-28 21:25:30.531: I/DEBUG(30570):          #05  pc 000324d4  /mnt/asec/uk.co.mcld.dabble.GlastoCollider1-2/lib/libscsynth.so
01-28 21:25:30.531: I/DEBUG(30570):          #06  pc 00032cf4  /mnt/asec/uk.co.mcld.dabble.GlastoCollider1-2/lib/libscsynth.so
01-28 21:25:30.531: I/DEBUG(30570):          #07  pc 0003e060  /mnt/asec/uk.co.mcld.dabble.GlastoCollider1-2/lib/libscsynth.so
01-28 21:25:30.539: I/DEBUG(30570):          #08  pc 00017e74  /system/lib/libdvm.so
01-28 21:25:30.539: I/DEBUG(30570): code around pc:
01-28 21:25:30.539: I/DEBUG(30570): 8161b488 e593204c e51b3040 e3a0101c e0030391 
01-28 21:25:30.539: I/DEBUG(30570): 8161b498 e0823003 e50b3024 e51b3024 e5933000 
01-28 21:25:30.539: I/DEBUG(30570): 8161b4a8 e5933034 e2033001 e20330ff e3530000 
01-28 21:25:30.539: I/DEBUG(30570): 8161b4b8 0a00000b e24b2014 e24b304c e51b0024 
01-28 21:25:30.539: I/DEBUG(30570): 8161b4c8 e1a01002 e1a02003 ebffff56 e24b3014 
01-28 21:25:30.539: I/DEBUG(30570): code around lr:
01-28 21:25:30.539: I/DEBUG(30570): afd13f78 febef7ff b1604604 0c04f850 d40307c2 
01-28 21:25:30.539: I/DEBUG(30570): afd13f88 1c08f854 d40407cb 21004620 f7f8462a 
01-28 21:25:30.539: I/DEBUG(30570): afd13f98 4620ef78 bf00bd70 4ff7e92d 468a4604 
01-28 21:25:30.539: I/DEBUG(30570): afd13fa8 461e4693 2800b12b 80b4f000 91012100 
01-28 21:25:30.539: I/DEBUG(30570): afd13fb8 b920e010 f7ff4618 4606fe9b 0083e0aa 
01-28 21:25:30.539: I/DEBUG(30570): stack:
01-28 21:25:30.539: I/DEBUG(30570):     be998010  00205a00  
01-28 21:25:30.539: I/DEBUG(30570):     be998014  00205a00  
01-28 21:25:30.539: I/DEBUG(30570):     be998018  00000040  
01-28 21:25:30.539: I/DEBUG(30570):     be99801c  be99c388  
01-28 21:25:30.539: I/DEBUG(30570):     be998020  4428cc7c  
01-28 21:25:30.539: I/DEBUG(30570):     be998024  afd13f9b  /system/lib/libc.so
01-28 21:25:30.539: I/DEBUG(30570):     be998028  81649e64  
01-28 21:25:30.539: I/DEBUG(30570):     be99802c  00205800  
01-28 21:25:30.539: I/DEBUG(30570):     be998030  be99c388  
01-28 21:25:30.539: I/DEBUG(30570):     be998034  afd1455d  /system/lib/libc.so
01-28 21:25:30.539: I/DEBUG(30570):     be998038  81649e64  
01-28 21:25:30.539: I/DEBUG(30570):     be99803c  8161acbc  /mnt/asec/uk.co.mcld.dabble.GlastoCollider1-2/lib/libscsynth.so
01-28 21:25:30.539: I/DEBUG(30570):     be998040  81649e64  
01-28 21:25:30.539: I/DEBUG(30570):     be998044  be998090  
01-28 21:25:30.539: I/DEBUG(30570):     be998048  df002777  
01-28 21:25:30.539: I/DEBUG(30570):     be99804c  e3a070ad  
01-28 21:25:30.539: I/DEBUG(30570): #00 be998050  00205770  
01-28 21:25:30.539: I/DEBUG(30570):     be998054  001eb3e8  
01-28 21:25:30.539: I/DEBUG(30570):     be998058  00000003  
01-28 21:25:30.546: I/DEBUG(30570):     be99805c  00000007  
01-28 21:25:30.546: I/DEBUG(30570):     be998060  00000000  
01-28 21:25:30.546: I/DEBUG(30570):     be998064  00000000  
01-28 21:25:30.546: I/DEBUG(30570):     be998068  000000cb  
01-28 21:25:30.546: I/DEBUG(30570):     be99806c  002058f0  
01-28 21:25:30.546: I/DEBUG(30570):     be998070  00205998  
01-28 21:25:30.546: I/DEBUG(30570):     be998074  00000004  
01-28 21:25:30.546: I/DEBUG(30570):     be998078  be99c2dc  
01-28 21:25:30.546: I/DEBUG(30570):     be99807c  4428cc68  
01-28 21:25:30.546: I/DEBUG(30570):     be998080  002058f0  
01-28 21:25:30.546: I/DEBUG(30570):     be998084  afd13f27  /system/lib/libc.so
01-28 21:25:30.546: I/DEBUG(30570):     be998088  81649e64  
01-28 21:25:30.546: I/DEBUG(30570):     be99808c  00205800  
01-28 21:25:30.546: I/DEBUG(30570):     be998090  002059b8  
01-28 21:25:30.546: I/DEBUG(30570):     be998094  00205a00  
01-28 21:25:30.546: I/DEBUG(30570):     be998098  00000000  
01-28 21:25:30.546: I/DEBUG(30570):     be99809c  00200020  
01-28 21:25:30.546: I/DEBUG(30570):     be9980a0  be99810c  
01-28 21:25:30.546: I/DEBUG(30570):     be9980a4  81619f88  /mnt/asec/uk.co.mcld.dabble.GlastoCollider1-2/lib/libscsynth.so
01-28 21:25:30.546: I/DEBUG(30570): #01 be9980a8  00000001  
01-28 21:25:30.546: I/DEBUG(30570):     be9980ac  00000000  
01-28 21:25:30.546: I/DEBUG(30570):     be9980b0  be998118  
01-28 21:25:30.546: I/DEBUG(30570):     be9980b4  001eb3e8  
01-28 21:25:30.546: I/DEBUG(30570):     be9980b8  000003e8  
01-28 21:25:30.546: I/DEBUG(30570):     be9980bc  00000003  
01-28 21:25:30.546: I/DEBUG(30570):     be9980c0  00000004  
01-28 21:25:30.546: I/DEBUG(30570):     be9980c4  00000004  
01-28 21:25:30.546: I/DEBUG(30570):     be9980c8  00000007  
01-28 21:25:30.546: I/DEBUG(30570):     be9980cc  00000000  
01-28 21:25:30.546: I/DEBUG(30570):     be9980d0  00205770  
01-28 21:25:30.546: I/DEBUG(30570):     be9980d4  00000004  
01-28 21:25:30.546: I/DEBUG(30570):     be9980d8  002058c0  
01-28 21:25:30.546: I/DEBUG(30570):     be9980dc  00205998  
01-28 21:25:30.546: I/DEBUG(30570):     be9980e0  66696873  
01-28 21:25:30.546: I/DEBUG(30570):     be9980e4  00656974  
01-28 21:25:30.546: I/DEBUG(30570):     be9980e8  00000000  
01-28 21:25:30.546: I/DEBUG(30570):     be9980ec  00000000  
01-28 21:25:30.546: I/DEBUG(30570):     be9980f0  00000000  
01-28 21:25:30.546: I/DEBUG(30570):     be9980f4  00000000  
01-28 21:25:30.546: I/DEBUG(30570):     be9980f8  00000000  
01-28 21:25:30.546: I/DEBUG(30570):     be9980fc  00000000  
01-28 21:25:30.546: I/DEBUG(30570):     be998100  81649e64  
01-28 21:25:30.546: I/DEBUG(30570):     be998104  ffffefe4  
01-28 21:25:30.546: I/DEBUG(30570):     be998108  be998134  
01-28 21:25:30.546: I/DEBUG(30570):     be99810c  81619974  /mnt/asec/uk.co.mcld.dabble.GlastoCollider1-2/lib/libscsynth.so
01-28 21:25:30.945: I/BootReceiver(1277): Copying /data/tombstones/tombstone_05 to DropBox (SYSTEM_TOMBSTONE)
01-28 21:25:30.968: I/dumpstate(7610): begin
01-28 21:25:30.984: I/dalvikvm(1277): threadid=4: reacting to signal 3
01-28 21:25:31.031: D/dalvikvm(1277): GC_FOR_MALLOC freed 500K, 38% free 8141K/13127K, external 3349K/4182K, paused 78ms
01-28 21:25:31.054: I/dalvikvm(1277): Wrote stack traces to '/data/anr/traces.txt'
01-28 21:25:31.054: I/dalvikvm(1361): threadid=4: reacting to signal 3
01-28 21:25:31.054: I/dalvikvm(1361): Wrote stack traces to '/data/anr/traces.txt'
01-28 21:25:31.054: I/dalvikvm(1380): threadid=4: reacting to signal 3
01-28 21:25:31.062: I/dalvikvm(1380): Wrote stack traces to '/data/anr/traces.txt'
01-28 21:25:31.062: I/dalvikvm(1387): threadid=4: reacting to signal 3
01-28 21:25:31.062: I/dalvikvm(1387): Wrote stack traces to '/data/anr/traces.txt'
01-28 21:25:31.062: I/dalvikvm(1388): threadid=4: reacting to signal 3
01-28 21:25:31.062: I/dalvikvm(1388): Wrote stack traces to '/data/anr/traces.txt'
01-28 21:25:31.070: I/dalvikvm(1390): threadid=4: reacting to signal 3
01-28 21:25:31.070: I/dalvikvm(1390): Wrote stack traces to '/data/anr/traces.txt'
01-28 21:25:31.109: I/dalvikvm(1394): threadid=4: reacting to signal 3
01-28 21:25:31.109: I/dalvikvm(1394): Wrote stack traces to '/data/anr/traces.txt'
01-28 21:25:31.140: D/dalvikvm(1277): GC_FOR_MALLOC freed 369K, 40% free 7899K/13127K, external 3349K/4182K, paused 73ms
01-28 21:25:31.164: I/dalvikvm(1511): threadid=4: reacting to signal 3
01-28 21:25:31.179: I/dalvikvm(1511): Wrote stack traces to '/data/anr/traces.txt'
01-28 21:25:31.179: I/dalvikvm(2239): threadid=4: reacting to signal 3
01-28 21:25:31.179: I/dalvikvm(2239): Wrote stack traces to '/data/anr/traces.txt'
01-28 21:25:31.187: I/dalvikvm(2926): threadid=4: reacting to signal 3
01-28 21:25:31.187: I/dalvikvm(2926): Wrote stack traces to '/data/anr/traces.txt'
01-28 21:25:31.187: I/dalvikvm(4570): threadid=4: reacting to signal 3
01-28 21:25:31.195: I/dalvikvm(4570): Wrote stack traces to '/data/anr/traces.txt'
01-28 21:25:31.195: I/dalvikvm(7599): threadid=4: reacting to signal 3
01-28 21:25:31.195: I/dalvikvm(7599): Wrote stack traces to '/data/anr/traces.txt'
01-28 21:25:31.195: I/dalvikvm(13359): threadid=4: reacting to signal 3
01-28 21:25:31.203: I/dalvikvm(13359): Wrote stack traces to '/data/anr/traces.txt'
01-28 21:25:31.203: I/dalvikvm(14779): threadid=4: reacting to signal 3
01-28 21:25:31.203: I/dalvikvm(14779): Wrote stack traces to '/data/anr/traces.txt'
01-28 21:25:31.203: I/dalvikvm(21319): threadid=4: reacting to signal 3
01-28 21:25:31.203: I/dalvikvm(21319): Wrote stack traces to '/data/anr/traces.txt'
01-28 21:25:31.203: I/dalvikvm(23428): threadid=4: reacting to signal 3
01-28 21:25:31.210: I/dalvikvm(23428): Wrote stack traces to '/data/anr/traces.txt'
01-28 21:25:31.210: I/dalvikvm(24405): threadid=4: reacting to signal 3
01-28 21:25:31.210: I/dalvikvm(24405): Wrote stack traces to '/data/anr/traces.txt'
01-28 21:25:31.210: I/dalvikvm(24724): threadid=4: reacting to signal 3
01-28 21:25:31.210: I/dalvikvm(24724): Wrote stack traces to '/data/anr/traces.txt'
01-28 21:25:31.210: I/dalvikvm(24746): threadid=4: reacting to signal 3
01-28 21:25:31.218: I/dalvikvm(24746): Wrote stack traces to '/data/anr/traces.txt'
01-28 21:25:31.218: I/dalvikvm(24823): threadid=4: reacting to signal 3
01-28 21:25:31.226: I/dalvikvm(24823): Wrote stack traces to '/data/anr/traces.txt'
01-28 21:25:31.226: I/dalvikvm(25111): threadid=4: reacting to signal 3
01-28 21:25:31.226: I/dalvikvm(25111): Wrote stack traces to '/data/anr/traces.txt'
01-28 21:25:31.226: I/dalvikvm(25410): threadid=4: reacting to signal 3
01-28 21:25:31.234: I/dalvikvm(25410): Wrote stack traces to '/data/anr/traces.txt'
01-28 21:25:31.234: I/dalvikvm(25455): threadid=4: reacting to signal 3
01-28 21:25:31.234: I/dalvikvm(25455): Wrote stack traces to '/data/anr/traces.txt'
01-28 21:25:31.234: I/dalvikvm(25494): threadid=4: reacting to signal 3
01-28 21:25:31.234: I/dalvikvm(25494): Wrote stack traces to '/data/anr/traces.txt'
01-28 21:25:31.234: I/dalvikvm(27231): threadid=4: reacting to signal 3
01-28 21:25:31.242: I/dalvikvm(27231): Wrote stack traces to '/data/anr/traces.txt'
01-28 21:25:31.242: I/dalvikvm(27257): threadid=4: reacting to signal 3
01-28 21:25:31.242: I/dalvikvm(27257): Wrote stack traces to '/data/anr/traces.txt'
01-28 21:25:31.242: I/dalvikvm(27275): threadid=4: reacting to signal 3
01-28 21:25:31.242: I/dalvikvm(27275): Wrote stack traces to '/data/anr/traces.txt'
01-28 21:25:31.242: I/dalvikvm(27305): threadid=4: reacting to signal 3
01-28 21:25:31.250: I/dalvikvm(27305): Wrote stack traces to '/data/anr/traces.txt'
01-28 21:25:31.250: I/dalvikvm(27375): threadid=4: reacting to signal 3
01-28 21:25:31.250: I/dalvikvm(27375): Wrote stack traces to '/data/anr/traces.txt'
01-28 21:25:31.250: I/dalvikvm(32128): threadid=4: reacting to signal 3
01-28 21:25:31.257: I/dalvikvm(32128): Wrote stack traces to '/data/anr/traces.txt'
01-28 21:25:34.437: D/VoldCmdListener(1172): asec list
01-28 21:25:35.390: I/dumpstate(7610): done
01-28 21:25:35.453: I/ActivityManager(1277): Process uk.co.mcld.dabble.GlastoCollider1 (pid 7599) has died.

Alex Shaw

unread,
Jan 29, 2013, 12:39:08 PM1/29/13
to supercollider-an...@googlegroups.com
Hi Valentin,

It's been a while since I tried building supercollider with the latest ndk-build, though it looks like your assessment is correct in that it's failing while loading the synthdef.  The rest of this email is more of a suggestion of where to look next, rather than expert knowledge!  The list of UGens seems like it's missing a few, so perhaps the synthdef (or some dependency) is failing because not all of the UGen libraries are compiled.


This file shows which UGens are compiled as part of SuperCollider (search for LOCAL_MODULE and the *UGens modules).  For some reason, you've only got two of them.


01-28 21:25:30.382: D/libscsynth(7599): Entry: libIOUGens.so
01-28 21:25:30.382: D/libscsynth(7599): Entry: libNoiseUGens.so

I'll try to compile it myself over the weekend, but you could make a start by checking for compile errors relating to the other UGens modules).

Good luck!

Alex


--
You received this message because you are subscribed to the Google Groups "supercollider-android-developers" group.
To unsubscribe from this group, send email to supercollider-android-...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply all
Reply to author
Forward
0 new messages