Sranshaft / skin.immersive

A skin for Kodi using Microsoft's Universal Windows Application design guidelines
Other
40 stars 17 forks source link

Crash on changing audio offset #44

Open hessius opened 10 years ago

hessius commented 10 years ago

As soon as I try to change audio offset xbmc crashes. Happens on OSX with gotham october monthly as well as an 12.3 pre alpha version on android (OUYA - SPMC). Works on other skins. Was present before today and unfortunately not remedied by today's update.

Sranshaft commented 10 years ago

Happen to have a debug log for that crash? Today's fix was for the DialogSelect crash so it's to be expected that the crash you're experiencing was not fixed by it.

As I said in the other crash issue thread, Immersive has not been tested on Gotham nor has it been updated to it. Crashes, bugs and fuck-ups in general are bound to be present until then.

hessius commented 10 years ago

Here's for Gotham: http://xbmclogs.com/show.php?id=80837

(note that I wasn't connected to my NAS so there might be some errors or timeouts because most of my media wasn't accessible)

Sranshaft commented 10 years ago

Had a look at your debug log. It appear to load the DialogSlider window and then...nothing. No error is logged so I'm not sure where to go from here.

What you could do is replace the DialogSlider.xml file in Immersive with that of Confluence's or simply remove it. It should fallback to Confluence's DialogSlider.xml file. If the issue still occurs it may be an issue with XBMC. If it doesn't then I'm still not sure where to go since it contains all of the necessary controls according to the Wiki.

hessius commented 10 years ago

Yeah saw that in the log file as well, was hoping you could make more sense of it.

Deleting dialogslider remedies the issue, I couldn't see any visual issues either? Do you know when else it is used? If it doesn't cause any issues it might be a good idea to just remove it (or rename it) temporarily.

Sranshaft commented 10 years ago

I noticed that they increased the version number used for XBMC.GUI in Gotham - needs to be 5.0.1 instead of 4.0.0. This might be the cause of these crashing issues. I put the necessary code changes on the forum thread. Try that and see if you still getting crashes.

I'm still not completely sure why DialogSlider crashes XBMC though.