retro-center / rcade_releases

Downloads and details for R-Cade software releases and updates
Other
61 stars 3 forks source link

[Experimental] [Bug] Stability issues with Kodi and TowBoot 2022.07 #14

Closed psstoyanov closed 1 year ago

psstoyanov commented 1 year ago

Summary

System locks after using Kodi for awhile Rcade: v1.0.7

TowBoot: 2022.07 (upcoming release: https://github.com/Tow-Boot/Tow-Boot/pull/178) SBC: RockPro64

Other

This could be a good place to add several several notes which can be used as reference for wiki entries (debugging/ enabling ssh through uart/ etc)

psstoyanov commented 1 year ago

To enable interactive shell on RP64 with uart, open the menu from Rcade and disable the option:

To enable debug logs, from RCade navigate to:

psstoyanov commented 1 year ago

And a few hours later and the same video no longer fails.

Using Big Buck Bunny as sample from:

Earlier today it caused hangs, now it functions as expected for whatever reason:

another successful playback at 1080p
Sep 02 14:40:51 lvl2:           /rcade/scripts/launcher.py --system Movies --rom /rcade/share/media/movies/bbb_sunflower_1080p_60fps_normal.mp4 --p1 "[0,4,030000004c050000e60c000011810000,6,13,1,DEFAULT,SonyInteractiveEntertainmentWirelessController]"
Sep 02 14:40:51 lvl3:   Running System Command: /rcade/scripts/launcher.py --system Movies --rom /rcade/share/media/movies/bbb_sunflower_1080p_60fps_normal.mp4 --p1 "[0,4,030000004c050000e60c000011810000,6,13,1,DEFAULT,SonyInteractiveEntertainmentWirelessController]"
Parsing ES Buttons for active controllers
Found map with matching numbers and profile 'DEFAULT' for active device:  Sony Interactive Entertainment Wireless Controller
Configuring Kodi
RUNNING COMMAND:
 /rcade/scripts/kodilauncher.sh "/rcade/share/media/movies/bbb_sunflower_1080p_60fps_normal.mp4"
[ 1903.813481] rockchip-vop ff900000.vop: [drm:vop_crtc_enable] Update mode to 1920x1080p60, type: 11
cat: can't open '/etc/machine-id': No such file or directory

Success playback:

Sep 02 14:31:11 lvl3:   Running System Command: /rcade/scripts/launcher.py --system Movies --rom /rcade/share/media/movies/bbb_sunflower_2160p_60fps_normal.mp4 --p1 "[0,4,030000004c050000e60c000011810000,6,13,1,DEFAULT,SonyInteractiveEntertainmentWirelessController]"
Parsing ES Buttons for active controllers
Found map with matching numbers and profile 'DEFAULT' for active device:  Sony Interactive Entertainment Wireless Controller
Configuring Kodi
RUNNING COMMAND:
 /rcade/scripts/kodilauncher.sh "/rcade/share/media/movies/bbb_sunflower_2160p_60fps_normal.mp4"
[ 1323.718073] rockchip-vop ff900000.vop: [drm:vop_crtc_enable] Update mode to 1920x1080p60, type: 11
cat: can't open '/etc/machine-id': No such file or directory

Sep 02 14:21:45 lvl2:           /rcade/scripts/launcher.py --system Movies --rom /rcade/share/media/movies/big_buck_bunny_720p_surround.avi --p1 "[0,4,030000004c050000e60c000011810000,6,13,1,DEFAULT,SonyInteractiveEntertainmentWirelessController]"
Sep 02 14:21:45 lvl3:   Running System Command: /rcade/scripts/launcher.py --system Movies --rom /rcade/share/media/movies/big_buck_bunny_720p_surround.avi --p1 "[0,4,030000004c050000e60c000011810000,6,13,1,DEFAULT,SonyInteractiveEntertainmentWirelessController]"
Parsing ES Buttons for active controllers
Found map with matching numbers and profile 'DEFAULT' for active device:  Sony Interactive Entertainment Wireless Controller
Configuring Kodi
RUNNING COMMAND:
 /rcade/scripts/kodilauncher.sh "/rcade/share/media/movies/big_buck_bunny_720p_surround.avi"
[  758.899293] blk_update_request: I/O error, dev loop0, sector 1497392
[  758.909863] blk_update_request: I/O error, dev loop0, sector 1497400
[  758.919047] blk_update_request: I/O error, dev loop0, sector 1497408
[  758.926369] blk_update_request: I/O error, dev loop0, sector 1497416
[  758.937127] blk_update_request: I/O error, dev loop0, sector 1497424
[  758.951579] blk_update_request: I/O error, dev loop0, sector 1497432
[  758.962615] blk_update_request: I/O error, dev loop0, sector 1497440
[  758.971700] blk_update_request: I/O error, dev loop0, sector 1497448
[  758.979204] blk_update_request: I/O error, dev loop0, sector 1497456
[  758.988833] blk_update_request: I/O error, dev loop0, sector 1497464
[  760.224228] rockchip-vop ff900000.vop: [drm:vop_crtc_enable] Update mode to 1920x1080p60, type: 11
cat: can't open '/etc/machine-id': No such file or directory

For the moment, I will close the ticket.