- Thread starter
- Moderator
- #601
MediaPortal can't crash because of a skin. It can crash because of a plugin![]()
Well actually that's not correct. Depending on a plugin (even an inbuilt one) a missing control or a circular focus handling* might very well lead to crashes or at least strange behaviour.
* like 1. focus button in action group 2. fade out action group 3. focus listcontrol if action group is't visible and is not empty 4. Listcontrol is emtpy - use default button 5. default button does not exist since it is hidden with the action group
If this is true, then I think there's room for improvement in error-handling. The function/class handling the action should return nothing and an error should be written to the log. If the thing just crashes without any logging it's gonna be hard to find the bug.
Denmark