Kodi Community Forum
Neon freezing on startup - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Neon (https://forum.kodi.tv/forumdisplay.php?fid=139)
+----- Thread: Neon freezing on startup (/showthread.php?tid=105962)

Pages: 1 2


- solidsatras - 2011-07-26

stoli Wrote:I think I found the root cause (at least it is not locking for me any longer) and have pushed an update. Fingers crossed.

I was very curious about your fix for that problem so I grabbed your latest version from github.
Sorry to report it didn´t work for me, xbmc still freezes at startup:
debug log


- stoli - 2011-07-26

Your lockup is happening long after the startup.XML has been processed so I don't think it is related. You may want to disable all of the add ons that returning errors at the end of the log.


- solidsatras - 2011-07-26

I cleaned my addon directory and got rid of all the repository´s but xbmc keeps freezing at startup.
It´s the same with roni´s transparency skin, whenever weatherplus and nextaired are activated XBMC freezes.
I think I just have to wait till #11528 gets fixed.


- bsoriano - 2011-07-26

stoli Wrote:I just pushed an update that has the Next Aired script disabled at startup. If you don't want to wait for the update, edit the startup.xml file as follows:

Code:
Look for:

<onfocus>XBMC.RunScript(script.tv.show.next.aired,silent=true&amp;alarm=99)</onfocus>
<onfocus>Notification(Startup,TV Guide Updated)</onfocus>

Change to:

<!-- <onfocus>XBMC.RunScript(script.tv.show.next.aired,silent=true&amp;alarm=99)</onfocus>
<onfocus>Notification(Startup,TV Guide Updated)</onfocus> -->

Thanks stoli! Will try tonight with XBMC nightly from July 20 (for Windows) and your latest version from git.

Regards,

Bart


- mahockey - 2011-08-16

Noob;

I'm using Neon on atv2 and it's also locking up.

Only problem is it doesn't give me a chance to change the skin as it locks up before I can get into settings .

So I'm basically stuck with a atv2 that freezes after about 10secs on starting xbmc .

Help


- stoli - 2011-08-16

mahockey Wrote:Noob;

I'm using Neon on atv2 and it's also locking up.

Only problem is it doesn't give me a chance to change the skin as it locks up before I can get into settings .

So I'm basically stuck with a atv2 that freezes after about 10secs on starting xbmc .

Help

Just delete the skin.neon directory.


- mahockey - 2011-08-16

stoli Wrote:Just delete the skin.neon directory.

Cab you give me the idiots guide how to achieve this ?


- stoli - 2011-08-16

just remove the folder /private/var/mobile/Library/Preferences/XBMC/addons/skin.neon

You can either ssh in and do it or use the likes of WinSCP (my preference) which provides a simple gui interface.


- rflores2323 - 2011-08-18

Im getting freezes sometimes using the skin. doesnt happen with default confluence.

http://paste2.org/p/1594484

any help stoli