Kodi Community Forum

Full Version: XBMC crashes on startup
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi i have tried several svn builds of XBMC, but all of them crashes at startup.

Here's the log file:
http://pastebin.com/m19bfc8bd
How do I install that package?
I've added the rep from the first post.
Try opening a terminal and typing: LC_ALL="C" xbmc
Should fix it if you start it up like that instead of the shortcut.
"LC_ALL: command not found"
tafsen Wrote:"LC_ALL: command not found"

strange, works fine for me, what OS are you running?
LC_ALL=C fixed the startup crash for me, build 22528 as instructed. any thoughts on the reason? my regular locale is et_EE which obviously doesnt play that well. it worked fine with 9.04 release though.
Saint Wrote:strange, works fine for me, what OS are you running?

Ubuntu 9.04
"export LC_ALL=C" fixed it
enjoy ^-^
What does this command do actually?
Sets a base locale of C, which is the default US English ASCII of the C library, that overrides any others set in the environment.

It ensures that the ASCII C code interpretation isn't mangled by any language localisations making assumptions and mis-reading it.