xbmc freezing on start even after re-install

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
kountrygirl28 Offline
Junior Member
Posts: 11
Joined: May 2012
Reputation: 0
Post: #1
I have been having problem after problem with XBMC ever since I updated it. First it would freeze when I played a movie. I uninstalled it then re-installed it and now I can't even get on at all. When it loads if I do anything it freezes automatically. I have uninstalled it several times and re-installed. I still can't do anything. I can't even get in to enable debugging. I'm not to impressed with the Eden version and seriously considering looking to see if there is another program like this that I can use. Is anyone else having problems with the newest version?
find quote
kountrygirl28 Offline
Junior Member
Posts: 11
Joined: May 2012
Reputation: 0
Post: #2
Intel® Core™2 Duo CPU T5750 @ 2.00GHz 2.00 GHz
4.00GB RAM
64-bit Windows 7
Service Pack 1
I'm using an HP Laptop
find quote
Marco275 Offline
Junior Member
Posts: 49
Joined: Mar 2012
Reputation: 0
Location: Netherlands
Post: #3
Have you installed 11.0 or the nightly builds?
With them I had freezes too..
Try to uninstall en remove all folders in Appdata manually.
The use Ccleaner for exaple to get rid of any unused registry keys.
Then reinstall XBMC
find quote
Ned Scott Offline
Team-XBMC Wiki Guy
Posts: 11,954
Joined: Jan 2011
Reputation: 131
Location: Arizona, USA
Post: #4
Create an advancedsettings.xml file using a text editor and place it in your userdata folder. In that text file paste the following:

Code:
<advancedsettings>
<loglevel>3</loglevel>
</advancedsettings>

Then attempt to start up XBMC.

XBMC should write something to the log file at that point that should give us a clue about what is going on.

You can make easy links to the XBMC wiki using double brackets around words: [[debug log]] = debug log, [[Add-on:YouTube]] = Add-on:YouTube, [[Adding videos to the library]] = Adding videos to the library, [[userdata]] = userdata, etc
(This post was last modified: 2012-05-29 20:23 by Ned Scott.)
find quote
jhsrennie Offline
Team-XBMC Developer
Posts: 7,237
Joined: Nov 2008
Reputation: 117
Location: Chester, UK
Post: #5
Open the debug log by pressing Windows-R and in the Run dialog type:

Code:
"%appdata%\xbmc\xbmc.log"

(including the quotes). Click OK and the log should open in Notepad. Copy and paste the log into http://pastebin.com/ and post the link it gives you here.
find quote