Kodi Community Forum

Full Version: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495
Hi,

after update to #1025 Kodi crash within 3 minutes two times on watching live TV.
Here the crash logs:
http://ix.io/1q4J
http://ix.io/1q4T

I have updated from #1023 to #1025 but I have now testet the #1024 and can say that it working fine.
(2018-10-26, 16:01)Aux_ Wrote: [ -> ]Hi,

after update to #1025 Kodi crash within 3 minutes two times on watching live TV.
Here the crash logs:
http://ix.io/1q4J
http://ix.io/1q4T

Similar crash being reported in the x86_64 thread. What was your last working build, can you determine when this issue started?

Looks like it might be RDS related, and the last build #1025 included an RDS change in pvr.hts:
text:

15:39:46.877 T:1420817264 NOTICE: Creating UECP (RDS) data thread
15:39:46.877 T:1420817264 ERROR: Create - fatal error creating thread DVDRDSData - old thread id not null

############### END LOG FILE ################

Ping @ksooo ?
(2018-10-26, 16:01)Aux_ Wrote: [ -> ]Hi,

after update to #1025 Kodi crash within 3 minutes two times on watching live TV.
Here the crash logs:
http://ix.io/1q4J
http://ix.io/1q4T

Crashing in pvr.hts addon (rather than kodi itself)
Code:
#0  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
#1  0x74dc1184 in __GI_abort () at abort.c:79
#2  0x74cd88b0 in __gnu_cxx::__verbose_terminate_handler() () from /usr/lib/libstdc++.so.6
#3  0x74cd65ec in ?? () from /usr/lib/libstdc++.so.6
#4  0x74cd6660 in std::terminate() () from /usr/lib/libstdc++.so.6
#5  0x74cd69c8 in __cxa_throw () from /usr/lib/libstdc++.so.6
#6  0x74cff804 in std::__throw_length_error(char const*) () from /usr/lib/libstdc++.so.6
#7  0x74d1a838 in std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator<char> const&) () from /usr/lib/libstdc++.so.6
#8  0x74d1b864 in std::string::_Rep::_M_clone(std::allocator<char> const&, unsigned int) () from /usr/lib/libstdc++.so.6
#9  0x74d1c02c in std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::string const&) () from /usr/lib/libstdc++.so.6
#10 0x68a677d0 in tvheadend::utilities::Logger::Log(tvheadend::utilities::LogLevel, char const*, ...) () from /usr/lib/kodi/addons/pvr.hts/pvr.hts.so.4.4.1
#11 0x68a5db84 in tvheadend::HTSPConnection::ReadMessage() () from /usr/lib/kodi/addons/pvr.hts/pvr.hts.so.4.4.1
#12 0x68a5df2c in tvheadend::HTSPConnection::Process() () from /usr/lib/kodi/addons/pvr.hts/pvr.hts.so.4.4.1
I update post #6,646

In #1024 it is now running TVHeadend addon HTS Tvheadend 4.2.6-62 ~ LibreELEC Tvh-addon v9.0.116-1025~milhouse-v4.2.6-96-g45cc65a
and it's stable.
@popcornmix 
Just tested MMALRender: Destroy deinterlace component when method changesThis fixed all DVD menu issues. Thanks!
(2018-10-26, 21:56)smp1 Wrote: [ -> ]@popcornmix 
Just tested MMALRender: Destroy deinterlace component when method changesThis fixed all DVD menu issues. Thanks!
Great! I thought I'd have to wait longer to find out!
New LibreELEC.tv Leia build #1026: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: dc9fdb7b80838e0f78804bb91f175d470d907b3e58781fedbc3a40f24a3eaf59 (RPi)
SHA256 Checksum: 4299b4b36356678353a954b557d46d74551201bd3f11ef3f7f81ed8341f6d5a5 (RPi2)

text:
# uname -a
Linux rpi512 4.19.0 #1 Fri Oct 26 21:06:27 BST 2018 armv6l GNU/Linux

# vcgencmd version
Oct 23 2018 14:41:50
Copyright © 2012 Broadcom
version 724d81b3f87eb71045e938e572eca140fb8828ab (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20181026210433-#1026-g868a61b [Build #1026]

# Kodi version
(18.0-BETA5 Git:0d205b0). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (868a61b, changelog) and tip of XBMC master (0d205b0, changelog) with the following modifications: Build Highlights:
  1. [Estuary] bug fixes
  2. Fix DVD Menu issues with MMAL
Build Details:
  1. XBMC:
    • [settings/osx] - hide the fakefullscreen setting. (PR:14716, 1 commit, 1 file changed)
    • [Estuary] bug fixes (PR:14717, 1 commit, 8 files changed)
    • [Estuary] Remove unused default icons (PR:14719, 1 commit, 2 files changed)
    • [depends] export TOOLCHAIN & HOST for android in binaddons cmake toolchain (PR:14715, 1 commit, 1 file changed)
    • DVDVideoCodecAndroidMediaCodec: Revert c15ff2d9f6e - to accelerate dvds (PR:14662, 1 commit, 1 file changed)
    • [xbmc][settings][GL][DX]: Remove test patterns (5aa23f8)
    • Revert "[xbmc][settings][GL][DX]: Remove test patterns" (cad2a7d)
  2. pvr.argustv:
    • [ci][travis] add ADDONS_DEFINITION_DIR (95b24d7)
    • [ci][travis] use ubuntu xenial (58f627b)
    • [ci][travis] use xcode9 (508dfbe)
  3. pvr.demo:
    • [ci][travis] add ADDONS_DEFINITION_DIR (870769d)
    • [ci][travis] use ubuntu xenial (8847c48)
    • [ci][travis] use xcode9 (964686d)
  4. pvr.dvblink:
    • [ci][travis] add ADDONS_DEFINITION_DIR (b65ef9d)
  5. pvr.dvbviewer:
    • [ci][travis] add ADDONS_DEFINITION_DIR (110ef7e)
    • [ci][travis] use ubuntu xenial (b9a8742)
    • [ci][travis] use xcode9 (f775c0a)
  6. pvr.filmon:
    • [ci][travis] add ADDONS_DEFINITION_DIR (e47161e)
  7. pvr.hdhomerun:
    • [ci][travis] add ADDONS_DEFINITION_DIR (71c1640)
    • [ci][travis] use ubuntu xenial (12e230b)
    • [ci][travis] use xcode9 (d434788)
  8. pvr.hts:
    • [ci][travis] add ADDONS_DEFINITION_DIR (913c9a4)
    • [ci][travis] use ubuntu xenial (5732a92)
    • [ci][travis] use xcode9 (5ed5a07)
  9. pvr.iptvsimple:
    • [ci][travis] add ADDONS_DEFINITION_DIR (73622be)
  10. pvr.mediaportal.tvserver:
    • [ci][travis] add ADDONS_DEFINITION_DIR (9e7e078)
    • [ci][travis] use ubuntu xenial (b12a1d4)
    • [ci][travis] use xcode9 (797abfd)
  11. pvr.mythtv:
    • add a workaround to prevent the backend from being stressed by repeated calls from PVR (dfab1e7)
    • bump version 5.8.11 (441638a)
  12. pvr.nextpvr:
    • [ci][travis] add ADDONS_DEFINITION_DIR (359eeae)
    • [ci][travis] use ubuntu xenial (def65d6)
    • [ci][travis] use xcode9 (c0be082)
  13. pvr.njoy:
    • [ci][travis] add ADDONS_DEFINITION_DIR (24994eb)
    • [ci][travis] use ubuntu xenial (c8d0221)
    • [ci][travis] use xcode9 (7c3c049)
  14. pvr.pctv:
    • [ci][travis] add ADDONS_DEFINITION_DIR (33fe1b8)
  15. pvr.stalker:
    • [win10] update libxml2 uwp patch (PR:111, 1 commit, 1 file changed)
    • [ci][travis] add ADDONS_DEFINITION_DIR (e75db52)
  16. pvr.vbox:
    • [ci][travis] add ADDONS_DEFINITION_DIR (da12621)
    • [ci][travis] use ubuntu xenial (32240da)
    • [ci][travis] use xcode9 (244adfd)
  17. pvr.vuplus:
    • [ci][travis] add ADDONS_DEFINITION_DIR (2df8cc6)
    • [ci][travis] use ubuntu xenial (c7ef0c9)
    • [ci][travis] use xcode9 (4fd72d4)
  18. pvr.wmc:
    • [ci][travis] add ADDONS_DEFINITION_DIR (b08e565)
    • [ci][travis] use ubuntu xenial (0c6d9fa)
    • [ci][travis] use xcode9 (c607458)
  19. vfs.libarchive:
    • added: mark that add-on uses url encoded hostname (PR:24, 1 commit, 1 file changed)
  20. newclock5:
    • New commits in this build:
      • MMALRender: Destroy deinterlace component when method changes (779da8d0)
  21. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:2954 (perma): linux (Generic/RPi): update to linux-4.19
(2018-10-26, 22:03)popcornmix Wrote: [ -> ]
(2018-10-26, 21:56)smp1 Wrote: [ -> ]@popcornmix 
Just tested MMALRender: Destroy deinterlace component when method changesThis fixed all DVD menu issues. Thanks!
Great! I thought I'd have to wait longer to find out!

I also tested this with a DVD and now I can navigate in the menu. Thanks for the fast fix!
This still doesn't work with some DVDs I open as ISOs. Is this maybe a different code path? Anything else I could check?
I'm getting Kodi crashes when watching news in the ORF TVthek addon (select some "ZIB" entry and then use "play all"). News are split up into short clips and AFAIK "play all" creates a playlist.

The crashes are a bit intermittent, usually they occur after a few clips, and only on very rare occasions all ~10-15 clips play without crash.

Bisecting lead to #0702 being the last build without crashes, I was able to play today's news 3 times without a crash. I hope that's not a red herring and I was just lucky to get no crash.

With #0703 I once got a crash immediately at start but on a second try was able to play through the whole news show.

Here are the crashlogs I collected during bisecting:
#0703 immediate crash http://ix.io/1q9z
#0705 http://ix.io/1q9D
#0707 http://ix.io/1q9w
#0714 http://ix.io/1q9d
#0825 http://ix.io/1q9a
#1026 http://ix.io/1q96

Except #0707 (which crashed because of a failed assertion in pthread_mutex_lock) all crashes seemed to occur in CEvent::Set():
Code:
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x00772538 in CEvent::Set() ()
[Current thread is 1 (Thread 0x58461370 (LWP 707))]
...
Thread 1 (Thread 0x58461370 (LWP 707)):
#0 0x00772538 in CEvent::Set() ()
#1 0x0077da60 in CThread::staticThread(void*) ()
#2 0x76f0e338 in start_thread (arg=0x58461370) at pthread_create.c:486
#3 0x74ea9c68 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /usr/lib/libc.so.6
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

so long,

Hias
(2018-10-23, 02:46)Milhouse Wrote: [ -> ]
(2018-10-22, 22:02)ArminiusTux Wrote: [ -> ]Good evening Mr. Van Houten, dear Duce,

would you please consider re-adding the VFS.SACD addon to your LibreELEC builds. 

It surely wont become the most demanded asset of the next LibreELEC, but most multichannel audiophiles will surely appreciate what a fine HDMI audi output LibreELEC has and Raspbian still misses.

Viva il Lampone!
No plans to reintroduce it as it's such a niche requirement, but it should be available as an add-on. I stopped including it in #0509 [2017] (which tends to confirm my point!) as it no longer compiled, but assuming it now builds again I'll add the package to LibreELEC so that it becomes available in the LibreELEC repository - no ETA when it will be available for downloaded, however.

Edit: You'll find a one-off build of vfs.sacd in the addons folder      

@Milhouse  Thank you for the compiled addon and for the quick response.

Small things first - vfs.sacd-999.1.0.0.1-1022~milhouse.zip installs fine:
 
ImageImage
  
Playback on the other side, is impossible on build #1022 as the ISOs are shown but can NOT be opened.

On build #1026 things improve and the ISOs are recognized and playback begins:
ImageImage
However the audible result is poor - just buzzing sound  Sad .

Since DST decoding was altered a while ago this might be the cause to it. I will bother spiff about this and return as soon as the addon works on regular machines (Linux x64 and macOS x64).


Last but not least the new LibreELEC feeling (boot up animation, scroll feeling etc.) is just superb - keep up the good work!
libretro.compatibility-addon couldn't be installed.
german:
Code:
17:47:12.119 T:1750029168   ERROR: CAddonInstallJob[game.libretro]: Die Abhängigkeit auf kodi.binary.instance.game in Version 1.0.38 konnte nicht aufgelöst werden.
eng:
Code:
The dependency for kodi.binaty.instance.game in version 1.0.38 couldn't be resolved

Milhouse 2510
(2018-10-27, 11:31)denk Wrote: [ -> ]This still doesn't work with some DVDs I open as ISOs.
@popcornmix 

I can confirm that the button highlight overlays don't work in some DVD menus. It does not matter if it is a VIDEO_TS folder or an ISO. Only reproducible on RPi with MMAL enabled.

Sample - https://www.dropbox.com/s/g4arcfcnibofjv...le.7z?dl=1

I tried to pinpoint the exact build that introduced the issue. The oldest Milhouse build that is currently available for download is #1001. That issue is already present in that build and not present in official LE 8.2.5.
(2018-10-27, 17:52)Solo0815 Wrote: [ -> ]libretro.compatibility-addon couldn't be installed.
german:
Code:
17:47:12.119 T:1750029168   ERROR: CAddonInstallJob[game.libretro]: Die Abhängigkeit auf kodi.binary.instance.game in Version 1.0.38 konnte nicht aufgelöst werden.
eng:
Code:
The dependency for kodi.binaty.instance.game in version 1.0.38 couldn't be resolved

Milhouse 2510
  
The newest version is 1.1.0 merged 5 days ago.
(2018-10-27, 19:10)garbear Wrote: [ -> ]
(2018-10-27, 17:52)Solo0815 Wrote: [ -> ]libretro.compatibility-addon couldn't be installed.
german:
Code:
17:47:12.119 T:1750029168   ERROR: CAddonInstallJob[game.libretro]: Die Abhängigkeit auf kodi.binary.instance.game in Version 1.0.38 konnte nicht aufgelöst werden.
eng:
Code:
The dependency for kodi.binary.instance.game in version 1.0.38 couldn't be resolved

Milhouse 2510
  
The newest version is 1.1.0 merged 5 days ago. 
Kodi on Milhouse LE couldn't find any updates for it Sad
How can I get the new version? I disabled all emulators and deinstalled libretro.compatibility. Even after restart and "search for updates" Kodi wants to install 1.0.38 which isn't succesful
(2018-10-27, 19:23)Solo0815 Wrote: [ -> ]Kodi on Milhouse LE couldn't find any updates for it Sad
How can I get the new version? I disabled all emulators and deinstalled libretro.compatibility. Even after restart and "search for updates" Kodi wants to install 1.0.38 which isn't succesful

The problem is I don't have the bandwidth to build all the game addons and keep them in sync with the core APIs so this type of breakage is inevitable I'm afraid. You'll have to wait until the LE 9.0 repository is updated with new game add-ons, but I don't know when that will happen.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495