Guest User

dlopen failed: cannot locate symbol "pow" referenced by "lib

a guest
Oct 19th, 2015
332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.21 KB | None | 0 0
  1. 10-19 06:38:24.972: I/ActivityManager(372): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.test.helloworld.helloworld/org.renpy.android.PythonActivity} from pid 671
  2. 10-19 06:38:25.142: I/ActivityManager(372): Start proc com.test.helloworld.helloworld:python for activity com.test.helloworld.helloworld/org.renpy.android.PythonActivity: pid=1388 uid=10052 gids={50052, 1028, 1015}
  3. 10-19 06:38:26.052: D/dalvikvm(1388): Trying to load lib /data/app-lib/com.test.helloworld.helloworld-1/libsdl.so 0xb3cc4ad0
  4. 10-19 06:38:26.112: D/dalvikvm(1388): Added shared lib /data/app-lib/com.test.helloworld.helloworld-1/libsdl.so 0xb3cc4ad0
  5. 10-19 06:38:26.112: D/dalvikvm(1388): Trying to load lib /data/app-lib/com.test.helloworld.helloworld-1/libsdl_image.so 0xb3cc4ad0
  6. 10-19 06:38:26.112: D/dalvikvm(1388): Added shared lib /data/app-lib/com.test.helloworld.helloworld-1/libsdl_image.so 0xb3cc4ad0
  7. 10-19 06:38:26.122: D/dalvikvm(1388): No JNI_OnLoad found in /data/app-lib/com.test.helloworld.helloworld-1/libsdl_image.so 0xb3cc4ad0, skipping init
  8. 10-19 06:38:26.122: D/dalvikvm(1388): Trying to load lib /data/app-lib/com.test.helloworld.helloworld-1/libsdl_ttf.so 0xb3cc4ad0
  9. 10-19 06:38:26.122: D/dalvikvm(1388): Added shared lib /data/app-lib/com.test.helloworld.helloworld-1/libsdl_ttf.so 0xb3cc4ad0
  10. 10-19 06:38:26.122: D/dalvikvm(1388): No JNI_OnLoad found in /data/app-lib/com.test.helloworld.helloworld-1/libsdl_ttf.so 0xb3cc4ad0, skipping init
  11. 10-19 06:38:26.122: D/dalvikvm(1388): Trying to load lib /data/app-lib/com.test.helloworld.helloworld-1/libsdl_mixer.so 0xb3cc4ad0
  12. 10-19 06:38:26.122: D/dalvikvm(1388): Added shared lib /data/app-lib/com.test.helloworld.helloworld-1/libsdl_mixer.so 0xb3cc4ad0
  13. 10-19 06:38:26.122: D/dalvikvm(1388): No JNI_OnLoad found in /data/app-lib/com.test.helloworld.helloworld-1/libsdl_mixer.so 0xb3cc4ad0, skipping init
  14. 10-19 06:38:26.122: D/dalvikvm(1388): Trying to load lib /data/app-lib/com.test.helloworld.helloworld-1/libpython2.7.so 0xb3cc4ad0
  15. 10-19 06:38:26.172: E/dalvikvm(1388): dlopen("/data/app-lib/com.test.helloworld.helloworld-1/libpython2.7.so") failed: dlopen failed: cannot locate symbol "pow" referenced by "libpython2.7.so"...
  16. 10-19 06:38:26.172: E/AndroidRuntime(1388): Process: com.test.helloworld.helloworld:python, PID: 1388
  17. 10-19 06:38:26.322: W/ActivityManager(372): Force finishing activity com.test.helloworld.helloworld/org.renpy.android.PythonActivity
  18. 10-19 06:38:26.802: I/WindowManager(372): Screenshot max retries 4 of Token{b3e3f8e0 ActivityRecord{b4330568 u0 com.test.helloworld.helloworld/org.renpy.android.PythonActivity t5 f}} appWin=Window{b41b8530 u0 Starting com.test.helloworld.helloworld} drawState=2
  19. 10-19 06:38:27.132: W/BufferQueue(57): [com.test.helloworld.helloworld/org.renpy.android.PythonActivity] cancelBuffer: BufferQueue has been abandoned!
  20. 10-19 06:38:35.272: E/WindowManager(372): Starting window AppWindowToken{b4478d90 token=Token{b3e3f8e0 ActivityRecord{b4330568 u0 com.test.helloworld.helloworld/org.renpy.android.PythonActivity t5}}} timed out
  21. 10-19 06:38:38.052: W/ActivityManager(372): Activity destroy timeout for ActivityRecord{b4330568 u0 com.test.helloworld.helloworld/org.renpy.android.PythonActivity t5 f}
  22. 10-19 06:38:39.302: I/ActivityManager(372): Process com.test.helloworld.helloworld:python (pid 1388) has died.
  23. 10-19 06:38:39.322: W/InputDispatcher(372): channel 'b43892f0 com.test.helloworld.helloworld/org.renpy.android.PythonActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9
  24. 10-19 06:38:39.322: E/InputDispatcher(372): channel 'b43892f0 com.test.helloworld.helloworld/org.renpy.android.PythonActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
  25. 10-19 06:38:39.322: W/InputDispatcher(372): Attempted to unregister already unregistered input channel 'b43892f0 com.test.helloworld.helloworld/org.renpy.android.PythonActivity (server)'
  26. 10-19 06:38:39.322: I/WindowState(372): WIN DEATH: Window{b43892f0 u0 com.test.helloworld.helloworld/org.renpy.android.PythonActivity}
  27. 10-19 06:38:39.322: W/WindowManager(372): Force-removing child win Window{b402de18 u0 SurfaceView} from container Window{b43892f0 u0 com.test.helloworld.helloworld/org.renpy.android.PythonActivity}
Advertisement
Add Comment
Please, Sign In to add comment