AMT II plugin not workin on latest SVN
#1
Downloaded SVN and compiled, then tried the AMT II plugin.

When I start the plugin, the GUI just freezes, even the freeMem display.

Attaching to the process with GDB doesn't really give me much:

Code:
#0  0xb8074430 in __kernel_vsyscall ()
#1  0xb73e7075 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
#2  0xb75fd9ed in pthread_cond_wait () from /lib/tls/i686/cmov/libc.so.6
#3  0xb7981ab8 in SDL_CondWait () from /usr/lib/libSDL-1.2.so.0
#4  0x08a93baf in WaitForEvent (hHandle=0xad436f08, dwMilliseconds=4294967295) at XSyncUtils.cpp:178
#5  0x08a93d6c in WaitForSingleObject (hHandle=0xad436f08, dwMilliseconds=4294967295) at XSyncUtils.cpp:238
#6  0x08b02c8d in CThread::WaitForThreadExit (this=0xb4914680, dwMilliseconds=4294967295) at Thread.cpp:360
#7  0x08b02faf in CThread::StopThread (this=0xb4914680) at Thread.cpp:288
#8  0x084752bd in CBackgroundInfoLoader::StopThread (this=0xb476b298) at BackgroundInfoLoader.cpp:160
#9  0x085c092a in CGUIWindowVideoBase::Update (this=0xb476b0e8, strDirectory=@0xbf972430) at GUIWindowVideoBase.cpp:1546
#10 0x0850e02e in CGUIMediaWindow::OnClick (this=0xb476b0e8, iItem=1) at GUIMediaWindow.cpp:715
#11 0x085c2237 in CGUIWindowVideoBase::OnResumeItem (this=0xb476b0e8, iItem=1) at GUIWindowVideoBase.cpp:955
#12 0x085c22cf in CGUIWindowVideoBase::OnClick (this=0xb476b0e8, iItem=1) at GUIWindowVideoBase.cpp:909
#13 0x085cd726 in CGUIWindowVideoFiles::OnClick (this=0xb476b0e8, iItem=1) at GUIWindowVideoFiles.cpp:319
#14 0x08510b53 in CGUIMediaWindow::OnMessage (this=0xb476b0e8, message=@0xbf972ecc) at GUIMediaWindow.cpp:225
#15 0x085c9d0d in CGUIWindowVideoBase::OnMessage (this=0xb476b0e8, message=@0xbf972ecc) at GUIWindowVideoBase.cpp:268
#16 0x085cebc0 in CGUIWindowVideoFiles::OnMessage (this=0xb476b0e8, message=@0xbf972ecc) at GUIWindowVideoFiles.cpp:223
#17 0x083b169d in CGUIControl::SendWindowMessage (this=0xaf3542a8, message=@0xbf972ecc) at GUIControl.cpp:247
#18 0x08388f39 in CGUIBaseContainer::OnClick (this=0xaf3542a8, actionID=7) at GUIBaseContainer.cpp:560
#19 0x0838a34c in CGUIBaseContainer::OnAction (this=0xaf3542a8, action=@0xbf973310) at GUIBaseContainer.cpp:189
#20 0x083d08f6 in CGUIListContainer::OnAction (this=0xaf3542a8, action=@0xbf973310) at GUIListContainer.cpp:188
#21 0x08412a2b in CGUIWindow::OnAction (this=0xb476b0e8, action=@0xbf973310) at GUIWindow.cpp:506
#22 0x08511c64 in CGUIMediaWindow::OnAction (this=0xb476b0e8, action=@0xbf973310) at GUIMediaWindow.cpp:162
#23 0x085c9e0f in CGUIWindowVideoBase::OnAction (this=0xb476b0e8, action=@0xbf973310) at GUIWindowVideoBase.cpp:102
#24 0x084062cb in CGUIWindowManager::OnAction (this=0x8d1eb80, action=@0xbf973310) at GUIWindowManager.cpp:460
#25 0x08458c09 in CApplication::OnAction (this=0x8d230e0, action=@0xbf973310) at Application.cpp:2675
#26 0x0845a587 in CApplication::OnKey (this=0x8d230e0, key=@0xbf973384) at Application.cpp:2636
#27 0x0845b6e4 in CApplication::ProcessRemote (this=0x8d230e0, frameTime=0.0160000008) at Application.cpp:3392
#28 0x0845b86f in CApplication::FrameMove (this=0x8d230e0) at Application.cpp:3027
#29 0x087395f7 in CXBApplicationEx::Run (this=0x8d230e0) at XBApplicationEx.cpp:234
#30 0x08739f84 in main (argc=1, argv=0xbf973734) at XboxMediaCenter.cpp:117

Any ideas?

Btw, all threads seem to be doing the same thing:

Code:
info thread
  6 Thread 0xb52cbb90 (LWP 26603)  0xb8074430 in __kernel_vsyscall ()
  5 Thread 0xb1bd3b90 (LWP 26611)  0xb8074430 in __kernel_vsyscall ()
  4 Thread 0xb13d2b90 (LWP 26612)  0xb8074430 in __kernel_vsyscall ()
  3 Thread 0xb3efeb90 (LWP 26629)  0xb8074430 in __kernel_vsyscall ()
  2 Thread 0xb2efcb90 (LWP 26660)  0xb8074430 in __kernel_vsyscall ()
  1 Thread 0xb5fc8740 (LWP 26578)  0xb8074430 in __kernel_vsyscall ()

Log: http://pastebin.ca/raw/1300826
Reply
#2
wrong forum, but.

this seems to affect all plugins. also on windows.

will look into it.
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#3
Working now, most likely due to:

r16935 fixed: Deadlock in plugin dirs.
Reply

Logout Mark Read Team Forum Stats Members Help
AMT II plugin not workin on latest SVN0