lmm004
2008-10-01, 21:05
I recently updated my xbox xbmc from T3CH-2008-06-01 to T3CH-2008-09-19 and one of my scripts no longer works.
It bombs on the following line:
filename = xbmc.PlayList[count].getfilename
Trying to debug the script using the PC build (Aug 23)
From the log file:
13:56:23 T:1396 M:1198149632 ERROR: CThread::staticThread : Access violation at 0x004a9f7b: Writing location 0x00220026
13:56:23 T:1396 M:1198149632 INFO: Python script stopped
13:56:23 T:1396 M:1198149632 DEBUG: CThread::staticThread, deleting thread graphic context
13:56:23 T:1396 M:1198149632 DEBUG: Thread 1396 terminating
13:56:23 T:3288 M:1198182400 DEBUG: python thread 1 destructed
13:56:23 T:3288 M:1198182400 INFO: Python, unloading python24.dll cause no scripts are running anymore
It bombs on the following line:
filename = xbmc.PlayList[count].getfilename
Trying to debug the script using the PC build (Aug 23)
From the log file:
13:56:23 T:1396 M:1198149632 ERROR: CThread::staticThread : Access violation at 0x004a9f7b: Writing location 0x00220026
13:56:23 T:1396 M:1198149632 INFO: Python script stopped
13:56:23 T:1396 M:1198149632 DEBUG: CThread::staticThread, deleting thread graphic context
13:56:23 T:1396 M:1198149632 DEBUG: Thread 1396 terminating
13:56:23 T:3288 M:1198182400 DEBUG: python thread 1 destructed
13:56:23 T:3288 M:1198182400 INFO: Python, unloading python24.dll cause no scripts are running anymore