Bootvideos don`t play since Pulstar / Les bootvideos ne jouent plus depuis Pulstar
-
I've had a strange problem since the update and meanwhile I've tried pretty much everything that can be tried, including the settings in the recalbox-config..
No boot video is played anymore, neither my own nor the Recalbox own boot videos. Before the update everything was working fine. I can see that the monitor is on, but no video is playing. The first thing to see is the system loading bar.
Does anyone have the same problem or is there already a solution?J'ai eu un problème étrange depuis la mise à jour et entre-temps j'ai essayé à peu près tout ce qui peut être essayé, y compris les paramètres dans la recalbox-config..
Aucune vidéo de démarrage n'est plus lue, ni la mienne ni celle de Recalbox. Avant la mise à jour tout fonctionnait bien. Je peux voir que le moniteur est allumé, mais aucune vidéo n'est en cours de lecture. La première chose à voir est la barre de chargement du système.
Quelqu'un a-t-il le même problème ou y a-t-il déjà une solution ? -
-
Are there any solutions or at least a guess or idea as to what this problem could be related to (e.g. some config file, hardware, etc.)?
From the developer's side, it would be great if the problem is already known and they are working on it. There seems to be general picture and sound problems with 9.0.Existe-t-il des solutions ou au moins une supposition ou une idée de ce à quoi ce problème pourrait être lié (par exemple, un fichier de configuration, du matériel, etc.) ?
Du côté du développeur, ce serait formidable si le problème était déjà connu et qu'il y travaillait. Il semble y avoir des problèmes généraux d'image et de son avec 9.0. -
@Sesto2k Some ideas of what to check...
The init script that plays boot videos is
/etc/init.d/S06splash
.There seem to be a few things that can cause it to skip boot videos:
- if file
/overlay/.configs/skipvideosplash
exists - if file
/tmp/.install.sh
exists - if an upgrade image
/boot/update/recalbox-*.img.xz
exists
It also seems to run
/recalbox/scripts/recalbox-part.sh "share_internal"
and skip boot videos if the outputted file exists.The script
/etc/init.d/S30waitsplash
can also stop boot videos. It seems to check the settingsystem.splash.length
in/boot/recalbox-backup.conf
; if set to0
it kills the boot video immediately. - if file
-
Wow...great...thank you very much for the hints.
I'll get to work later and check everything and experiment a little -
@poppadum said in Bootvideos don`t play since Pulstar / Les bootvideos ne jouent plus depuis Pulstar:
@Sesto2k Some ideas of what to check...
The init script that plays boot videos is
/etc/init.d/S06splash
.There seem to be a few things that can cause it to skip boot videos:
- if file
/overlay/.configs/skipvideosplash
exists - if file
/tmp/.install.sh
exists - if an upgrade image
/boot/update/recalbox-*.img.xz
exists
Should I then delete these files if they should exist?
Dois-je alors supprimer ces fichiers s'ils devaient exister ?
It also seems to run
/recalbox/scripts/recalbox-part.sh "share_internal"
and skip boot videos if the outputted file exists.
What can or may I change in this case?
Que puis-je ou puis-je changer dans ce cas ?:The script
/etc/init.d/S30waitsplash
can also stop boot videos. It seems to check the settingsystem.splash.length
in/boot/recalbox-backup.conf
; if set to0
it kills the boot video immediately.
I'll take a look
Je regarderaiThank you !!!
- if file
-
@Sesto2k said in Bootvideos don`t play since Pulstar / Les bootvideos ne jouent plus depuis Pulstar:
if file /overlay/.configs/skipvideosplash exists
if file /tmp/.install.sh existsDo not exist...
N'existe pas...;-(
-
@Sesto2k said in Bootvideos don`t play since Pulstar / Les bootvideos ne jouent plus depuis Pulstar:
if an upgrade image /boot/update/recalbox-*.img.xz exists
Does not exist...
N'existe pas... -
@Sesto2k said in Bootvideos don`t play since Pulstar / Les bootvideos ne jouent plus depuis Pulstar:
The script /etc/init.d/S30waitsplash can also stop boot videos. It seems to check the setting system.splash.length in /boot/recalbox-backup.conf; if set to 0 it kills the boot video immediately.
Everything OK
Tout va bien -
Finally, here in /recalbox/scripts/recalbox-part.sh i don`t know if everything is ok.
Enfin, ici dans /recalbox/scripts/recalbox-part.sh je ne sais pas si tout va bien.
-
@Sesto2k can you describe your installation please ?
- board (rpi, pc ?)
- tv (hdmi ?)
- recalbox 9 fresh install ?
-
My Setup:
- RPI4 Model B 4GB (with fresh eeprom update from yesterday)
- 1 TB Samsung SSD for Share
- 1 Acer KC242Y Full-HD Monitor (1080p, 16:9) connected via HDMI (Port next to the Ppower connection)
- 2x EG Starts EG STARTS Zero Delay USB-Encoder + 2 Sticks and 16 Buttons
- Audio: Fosi Ausio BT30D Amplifier (connected to Analog Output)
- Bluetooth Mouse and Keyboard
- X-Box One Controller via Bluetooth
What i did first: Only an update from 8.1.1 to 9.0. After that: No bootvideo (own and built-in).
Then i checked everything:
recalbox-config and every file which could cause the issue here:
Then I took off the SSD and tried just going through the SD...again, no boot video.
Then I did a fresh installation on the SD Card (with 9.0 image) and started first without SSD. Not even the Recalbox videos are played (I've booted several times and of course checked the config. here beforehand).
Then I reconnected the SSD and I now have my system as it was. However, still without boot videos. -
@Sesto2k ok would you have the possibility to try with an other hdmi cable or on an other tv ?
-
I would have to buy a new mini HDMI cable. Basically mine works though. I can try to connect another monitor, yes... just have to get one from the basement right away xD.
Give me a little time...my son has to go to bed first
-
I tested another Monitor (Dell)...same behaviour:
You can see, that the Monitor turns on with it`s "grey" instead of pure black screen but no video appears...then the visible bootscreen follows and the system starts. After that everything is normal like in 8.1.1. -
Here is a Discord link from my post, how it looks now with 9.0:
https://discord.com/channels/438014472049917953/438796001059274784/1080228995234275388
And here is my post as it ran before the update, i.e. with 8.1.1:
https://discord.com/channels/438014472049917953/438796001059274784/1080230128338075762
By the way: Nasuku is my Discord Nick....;-)
-
@Sesto2k If you wait for Recalbox to fully boot, then connect via ssh and run
/etc/init.d/S06splash start
do you see a boot video then? -
Thank you all for your help
Finally i found the issue by testing Recalbox with a Mini PC instead of the RPI4.
It first booted without any videos, too.
Then I went according to the exclusion principle because the video was suddenly played after only the USB stick with the Recalbox image was connected to the mini PC
Then i connected everything back to the RPI4. No Video...The solution so far:
If everything is connected except the both Dragonrise USB Encodern then the bootvideo plays...on pc and RPI4.
The problem is caused by the encoders !!!As far as I know, boot videos can be skipped with 9.0. Can it be that some function is activated by default with this encoder type so that the boot video is thereby skipped?
What can i do now...i have no idea but good to know who is responsible for the problem....
-
@Sesto2k Interesting. There's a commit from 4 months ago with the message:
feat: allow user to skip boot video by pressing any key even gamepad
Could the Dragonrise controller be sending button presses causing the boot video to be skipped? Have you got the turbo fire or auto fire feature of the Dragonrise turned on?
-
If the Turbo Fire function was on, I have now disabled it. I simply connected the two contacts of the clear switch with a piece of metal and then pressed an action button. But: Still no boot videos
I honestly have to admit to the MPV story that I don't know what to change, delete or do anything else. Unfortunately, I'm not a programmer and that goes really deep into the matter.
-
@poppadum said in Bootvideos don`t play since Pulstar / Les bootvideos ne jouent plus depuis Pulstar:
@Sesto2k If you wait for Recalbox to fully boot, then connect via ssh and run
/etc/init.d/S06splash start
do you see a boot video then?Tested this..but no video ;-(