Actions
Bug #1243
openspawnPlayer[player.c:263] ERROR No such file: ./sda1/bailey/Rebabaileycody-003.mp4
Status:
In Progress
Priority:
Immediate
Assignee:
Category:
Runtime
Target version:
Start date:
07 Nov 2025
Due date:
% Done:
10%
Estimated time:
Severity:
01 - Critical
Description
This happened on a Kiosk System during a test of RM #1241 when the keyboard was pulled out.
It appears like it's looking for the video on the wrong USB device. It should be on sdb1.
- The touchscreen went blank because there was no video to play, but the Exit region didn't seem to exit the app.
- The keyboard did work to exit the app.
Updated by Hammel 5 days ago
- Status changed from New to In Progress
- % Done changed from 0 to 10
I think what happened was the usb stick WAS at sda but unplugging the keyboard caused it to be unmounted and remounted as sdb1. It's not clear why this happened. But the problem needs to be that any restart reloads the db's because the drives can (weirdly) change locations!
If there is a way to prevent them changing positions like that I need to fix it. This might be an mdev problem related to the usbhandler.sh script so that should be examined as well.
Actions