Skip to content

Instantly share code, notes, and snippets.

@orospakr
Created September 6, 2014 00:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save orospakr/d11f38deeea340f8cb53 to your computer and use it in GitHub Desktop.
Save orospakr/d11f38deeea340f8cb53 to your computer and use it in GitHub Desktop.
Rdio Android app broken.
E/mono-rt (18639): Stacktrace:
E/mono-rt (18639):
E/mono-rt (18639): at <unknown> <0xffffffff>
E/mono-rt (18639): at (wrapper managed-to-native) Rdio.Android.Player.RdioNativePlayer.createPcmAudioPlayer (uint,uint) <0xffffffff>
E/mono-rt (18639): at Rdio.Android.Player.RdioNativePlayer.Initialize (bool,uint,uint) <0x000c7>
E/mono-rt (18639): at Rdio.Android.Player.MediaPlayerManager..ctor (int,Pulser.Rdio.Player.IAudioPlayerListener,bool) <0x00117>
E/mono-rt (18639): at Rdio.Android.Player.AndroidPlayerBackend..ctor (Android.Content.Context,Android.Content.ComponentName) <0x0020f>
E/mono-rt (18639): at Rdio.Android.Application.OnCreate () <0x00a1f>
E/mono-rt (18639): at Android.App.Application.n_OnCreate (intptr,intptr) <0x00037>
E/mono-rt (18639): at (wrapper dynamic-method) object.828fc99a-b44b-4f10-b6ce-e0a7868fd8b6 (intptr,intptr) <0x0003b>
E/mono-rt (18639): at (wrapper native-to-managed) object.828fc99a-b44b-4f10-b6ce-e0a7868fd8b6 (intptr,intptr) <0xffffffff>
E/mono-rt (18639):
E/mono-rt (18639): =================================================================
E/mono-rt (18639): Got a SIGSEGV while executing native code. This usually indicates
E/mono-rt (18639): a fatal error in the mono runtime or one of the native libraries
E/mono-rt (18639): used by your application.
E/mono-rt (18639): =================================================================
E/mono-rt (18639):
I/ActivityManager( 636): Process com.rdio.android.ui:remote (pid 18639) has died.
And then, subsequent attempts to press Play just produce:
I/RDIO (18048): [AndroidPlayerFrontendLocal] MainThread: TogglePlay()
I/RDIO (18048): [AndroidPlayerFrontendLocal] MainThread: Play()
I/RDIO (18048): [AndroidPlayerFrontendLocal] MainThread: SendPlayerCommandMessage(Play, 0)
I'm using Cyanogenmod, if that matters.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment