Startup crash with airport off
#1
Running ver 0.4.5

At home with airport running connected to the internet XBMC runs perfectly. Switch off the airport, no internet, XBMC fails to launch. Crashes after initial screen.

Anyone else seeing this problem? Have the crash report and XBMC.log if required to paste.
Reply
#2
Yes please paste it.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Please read and follow the forum rules.
For troubleshooting and bug reporting, please make sure you read this first.


Image
Reply
#3
Honestly, why even ask if you should paste it? Why not just pastbin it right away and provide the link?
42.7% of all statistics are made up on the spot

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply
#4
tslayer Wrote:Honestly, why even ask if you should paste it? Why not just pastbin it right away and provide the link?

Yeah, fair call. It was 0200hrs here though.

Crash Report: http://pastebin.com/f5cccc9aa

XBMC log: http://pastebin.com/f32c77d64
Reply
#5
Please post those logs and the bug report to our Trac bug-tracking system at http://dn-0.com/xbmc-trac/.

Thanks!

-elan
Reply
#6
elan Wrote:Please post those logs and the bug report to our Trac bug-tracking system at http://dn-0.com/xbmc-trac/.

Thanks!

-elan

http://dn-0.com/xbmc-trac/ticket/169

As requested, hope I got it right.
Reply
#7
The logs look great, Can you try removing ~/Library/Application Support/XBMC (create a backup if you want) and then starting up the first time with airport off? This will revert XBMC to default settings.
Reply
#8
iordonez Wrote:The logs look great, Can you try removing ~/Library/Application Support/XBMC (create a backup if you want) and then starting up the first time with airport off? This will revert XBMC to default settings.

That fixed the problem. Got to run to work now, but I'll try to chase it up further later and narrow it down a bit more.

And thanks.
Reply
#9
Okay, I managed to further troubleshoot this.

It isn't to do with Airport on or off. It only occurs when there is no network connection.

I traced it down to a UPnP setting.

In Application Support -> XBMC -> guisettings.xml

I found I had:
<upnp>
<client>true</client>
<musicshares></musicshares>
<pictureshares></pictureshares>
<renderer>true</renderer>
<sep1></sep1>
<server>false</server>
<videoshares></videoshares>
</upnp>

I changed it to:
<upnp>
<client>true</client>
<musicshares></musicshares>
<pictureshares></pictureshares>
<renderer>false</renderer>
<sep1></sep1>
<server>false</server>
<videoshares></videoshares>
</upnp>

and this fixed the crash on startup problem. I have no idea why it was happening, but I hope this helps someone.

And thanks again for your help.
Reply
#10
Great job! If you can attach that to your bug ticket (and possibly change the subject) that would be really helpful!
Reply
#11
Thanks Lowie007, it's fixed as of r12651.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Please read and follow the forum rules.
For troubleshooting and bug reporting, please make sure you read this first.


Image
Reply
#12
d4rk Wrote:Thanks Lowie007, it's fixed as of r12651.

Wow, you guys are quick. Thanks for your patience with my learning curve.
Reply

Logout Mark Read Team Forum Stats Members Help
Startup crash with airport off0