OpenELEC Testbuilds for RaspberryPi (Kodi 16.0)
Code:
syntax error: line 161
bad entry at or around line 160

This seems to be an error in the KEYDB.cfg file included in libaacs (ie. it's an upstream error) and copied to /storage/.config/aacs. The following patch fixes the syntax error, but the crash remains the same.

Code:
diff -Naur a/KEYDB.cfg b/KEYDB.cfg
--- a/KEYDB.cfg 2015-01-23 11:27:45.000000000 +0000
+++ b/KEYDB.cfg 2015-12-05 02:05:37.402112348 +0000
@@ -158,7 +158,7 @@
| DK | DEVICE_KEY 0x00000000000000000000000000000000 \
      | DEVICE_NODE 0x0 \
      | KEY_UV 0x00000000 \
-     | KEY_U_MASK 0x00
+     | KEY_U_MASK_SHIFT 0x00

; bar's device key
| DK | DEVICE_KEY 0x00000000000000000000000000000000 \
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.


Messages In This Thread
Bluetooth on #1003 - by cdvreede - 2015-10-13, 11:08
Re: RE: Bluetooth on #1003 - by Milhouse - 2015-10-13, 13:24
RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - by Milhouse - 2015-12-05, 04:07
Logout Mark Read Team Forum Stats Members Help
OpenELEC Testbuilds for RaspberryPi (Kodi 16.0)10