Crash on startup
#1
I have been having this problem now for several weeks. Kept hoping that an svn update would fix it but it just gets worse. I have tried completely clearing xbmc and deleting my .xbmc folder but it does not resolve the issue.

I cannot now use xbmc as it crashes immediately on loading after the gui has loaded for a second. The output to the terminal is

PHP Code:
The XBMC_HOME environment variable is not set.
The XBMC_HOME environment variable is not set.
++ 
WARNcould not retrieve file info for `image.nrg': No such file or directory
++ WARN: can't open nrg image file image.nrg for reading 


The log is at http://pastebin.com/f47a42d1c

Backtrace is:
PHP Code:
#0  0xb73eb5fb in pthread_detach () from /lib/tls/i686/cmov/libpthread.so.0
#1  0x0899c3e3 in NPT_PosixThread::Start (this=0x9279610) at Platinum/ThirdParty/Neptune/Source/System/Posix/NptPosixThreads.cpp:476
#2  0x085857d6 in NPT_Thread::Start (this=0x8f57330) at ./Platinum/ThirdParty/Neptune/Source/Core/NptThreads.h:198
#3  0x08975677 in PLT_ThreadTask::Start (this=0x924ac10, task_manager=0x8f270a8, delay=0x0, auto_destroy=true) at Platinum/Source/Core/PltThreadTask.cpp:55
#4  0x08974d6f in PLT_TaskManager::StartTask (this=0x8f270a8, task=0x924ac10, delay=0x0, auto_destroy=true) at Platinum/Source/Core/PltTaskManager.cpp:42
#5  0x0896bd1f in PLT_HttpListenTask<PLT_HttpServerListener>::DoRun (this=0x8ef7440) at Platinum/Source/Core/PltHttpServerTask.h:125
#6  0x0897558c in PLT_ThreadTask::Run (this=0x8ef7440) at Platinum/Source/Core/PltThreadTask.cpp:115
#7  0x0899c350 in NPT_PosixThread::Run (this=0x8f27048) at Platinum/ThirdParty/Neptune/Source/System/Posix/NptPosixThreads.cpp:488
#8  0x0899c458 in NPT_PosixThread::EntryPoint (argument=0x8f27048) at Platinum/ThirdParty/Neptune/Source/System/Posix/NptPosixThreads.cpp:431
#9  0xb73ea4fb in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#10 0xb75dfe5e in clone () from /lib/tls/i686/cmov/libc.so.6 

I am running 8.04 i686 fully updated

xbmc was built with the build.sh script and the version for this report is 13990 though this has been going on for a while (sorry cannot pinpoint what revision it started in)

Really want to get xbmc working again.Huh
Reply
#2
I moved this post since nothing in your logs or backtrace seem to have anything to do with thumbnail scanning.

That said, the console output is fine, the log is fine except for those few dll_ferror msgs at the end which aren't particularly useful, and I don't think the backtrace is actually the cause of the problem.

I'm going to recommend you "sudo make uninstall", delete you ~/.xbmc then install the PPA. If that works, you can either stick with the PPA or uninstall it then delete your source tree and recheckout the SVN repo.
Reply

Logout Mark Read Team Forum Stats Members Help
Crash on startup0