Unhandled exception when trying to create movie path

Help each other out

Unhandled exception when trying to create movie path

Postby bruce73 on Sun Nov 05, 2006 5:10 am

Just discovered this prog (xlobby2, not the beta) and am anxious to get it up and running. I successfully created the path and imported my music files (which reside on my hard drive), but when I try to create the path to my DivX movies (which are on an external hard drive connected via firewire), I get the following unhandled exception: "object reference not set to an instance of the object."

Am I neglecting to do something first? I have Net 2.0 installed and this has been the only problem so far.
bruce73
 
Posts: 1
Joined: Sun Nov 05, 2006 4:56 am

Postby cinOxen on Sun Nov 05, 2006 6:06 am

I've had this problem too. To get by it you need to manually open the movies.xml file and enter your path like:

Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<database>
  <sortorder>sorttitle</sortorder>
  <template>movies</template>
  <paths>
    <path>D:\Path\Here</path>
  </paths>
cinOxen
 
Posts: 53
Joined: Thu Sep 14, 2006 6:19 pm