-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
recurrent crash when browsing settings #128
Comments
Please can you post a full debug log so I can try and identify the underlying issue. Instructions for how to do it here: https://kodi.wiki/view/Log_file/Easy Thanks |
Hi, I have the same issue.
Thank you :) |
what's the issue with the OSD @pepszzi |
I recently changed some but they should all be there. What version are you on? Perhaps try reinstalling the skin, it seems like something hasn't updated properly if some of the button image are missing |
Strange, I've already tried a couple things. I also deinstalled the entire skin, include the settings and reinstalled it. Same result. I'm using the latest version 1.1.26 and I think this occurred with 1.1.22 or 1.1.23. |
I'm running libreelec as well so I can have a look tonight, which kind of media I should try with? |
Okay, that will be helpful. The media doesn't matter, just bring up the OSD with the buttons. Thank you. New issue opened, sorry for crashing this. |
It's because I changed the case of the filename for some buttons for consistency (e.g. icon_Play_unfocused.png > icon_play_unfocused.png. But it appears GitHub doesn't pick that up as a change. So it hasn't actually updated the filenames https://github.com/realcopacetic/skin.copacetic/tree/master/media%2Fosd And Linux systems are sensitive to this. Maybe it didn't pick it up because I pushed the change from Mac and Mac/Android which I test on don't seem to mind about capitalisation so find the file anyway. I'll update this evening and push an update |
Yep turns out Git doesn't automatically pick up case changes in file names! I've updated here - 852ab52 Will push to my repo this evening |
Nice, that it was such a simple problem in the end. I added the files manually and now everything works again. Now the only question left is: why Kodi often crashes while browsing the settings? Does my log provided any insights into this? |
Nothing stands out. The settings window is actually a bunch of seperate windows SkinSettings.xml --> Copacetic settings Does the crashing always happen at the same time/place? |
no, it can happen any time when switching sections like skin settings, interface etc |
does it happen if you are switching between them quickly or slowly? |
quickly, i noticed that it would likely not crash when waiting some seconds before switching in a row |
hm it seems i can't crash it anymore with v1.1.27. Will test again in the following days. |
I can confirm that so far. |
unfortunately the crash issue is not fixed, while it's more hard recently to trigger it, it still occurs randomly 😭 |
Unfortunately I can confirm that. Same happens when you press the "player" icon on the OSD. |
I can make it crash easily that way
|
Still reproducible, not easily though 😤 |
I still can't replicate this on any of the platforms I have access to so it may be confined to libreelec. Has it always happened or since switching to omega? I find omega crashes more than nexus even with the same code as it's not as stable yet. The only thing I can think is it's some sort of CPU/ram spike caused by switching very quickly between windows as each different option at the top in settings is technically a different window. So it's having to switch mucj faster than most.skins where you back out of each section to a settings screen landing page, then choose a new window to open. I think arctic horizon 2 has a similar menu (that's where I got the idea) so might be worth seeing if it's happening with that skin. The other thing I can do is make a test version of the skin/script that disables some of the background stuff happening in the script (monitoring settings / fetching backgrounds) to see if it's anything to do with that, bit I doubt it as that stuff is on a timed loop and this crash seems to happen when you do something |
When you say network stream do you mean this happens when you're playing something ? Local or from online? If online what addons/sources are you using? |
I recently updated the osd, does this still happen? Is it during playback of streams or local content? |
Still reproducible. Rarely though |
still reproducible here, like before very randomly |
very often when I want to switch a setting section, interface, system,... this leads to Kodi crash.
It restarts by itself so not a big issue, but very annoying.
The text was updated successfully, but these errors were encountered: