Can't get it to work at all

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
jeremymc7 Offline
Senior Member
Posts: 146
Joined: Feb 2008
Reputation: 0
Post: #41
apadua Wrote:Anyways, I figured out what was going on. Apparently there is a file within the XBMC Package that is called Profiles.xml. It isn't kept in the users/apadua/Library/XBMC/ directory, but rather within the app itself.

Inside that file were the two user profiles i had - the Master User profile and an additional profile Called MediaMini (same name as my mac). Anyways, so I see that file in there and i realise it has been altered. So I edit the file back to normal and delete the XML stanza that created the second user.

Sounds like this could two more files that need to be moved out of the application package and to the Application data. What do you programming gods think?
find quote
elan Offline
Team Plex
Posts: 276
Joined: Dec 2007
Location: Maui
Post: #42
jeremymc7 Wrote:Sounds like this could two more files that need to be moved out of the application package and to the Application data. What do you programming gods think?

Yes. This used to be the case and someone (who will go unmentioned here) broke it. I'll look at re-fixing it for the next beta.

-elan
find quote
sr105 Offline
Junior Member
Posts: 1
Joined: May 2008
Reputation: 0
Post: #43
I logged into a test account and it still crashed, but on a whim, I downloaded the app bundle again. The new bundle worked. I downloaded the first bundle via bit torrent. The new one via http. I also did some diff's. Before I ran the new bundle, I made a backup copy of it. There is no difference between the backup and the original after running the original. There is a difference between the torrent version and the http version. Also, once I logged back in as my normal user the HTTP version worked there, too.

Note: I can provide any file you like.

The XBMC in the Downloads directory is the HTTP (working) version.

bash-3.2# diff -rq XBMC.app Downloads/XBMC/XBMC.app/
Files XBMC.app/Contents/MacOS/XBMC and Downloads/XBMC/XBMC.app/Contents/MacOS/XBMC differ
Files XBMC.app/Contents/Resources/XBMC/UserData/Keymap.xml and Downloads/XBMC/XBMC.app/Contents/Resources/XBMC/UserData/Keymap.xml differ
Files XBMC.app/Contents/Resources/XBMC/XBMCHelper and Downloads/XBMC/XBMC.app/Contents/Resources/XBMC/XBMCHelper differ
Files XBMC.app/Contents/Resources/XBMC/skin/Project Mayhem III/media/Textures.xpr and Downloads/XBMC/XBMC.app/Contents/Resources/XBMC/skin/Project Mayhem III/media/Textures.xpr differ
Files XBMC.app/Contents/Resources/XBMC/system/scrapers/video/imdb.xml and Downloads/XBMC/XBMC.app/Contents/Resources/XBMC/system/scrapers/video/imdb.xml differ
bash-3.2# ls -l XBMC.app/Contents/MacOS/XBMC
-rwxr-xr-x 1 testadmin staff 14613932 May 13 14:25 XBMC.app/Contents/MacOS/XBMC
bash-3.2# ls -l Downloads/XBMC/XBMC.app/Contents/MacOS/XBMC
-rwxr-xr-x 1 testadmin staff 14614024 May 12 23:26 Downloads/XBMC/XBMC.app/Contents/MacOS/XBMC
bash-3.2# md5 Downloads/XBMC/XBMC.app/Contents/MacOS/XBMC
MD5 (Downloads/XBMC/XBMC.app/Contents/MacOS/XBMC) = fc2b33c2d838c4a2ebc8345fbdb90caa
bash-3.2# md5 XBMC.app/Contents/MacOS/XBMC
MD5 (XBMC.app/Contents/MacOS/XBMC) = f940f3cb8ca29c97eac59be306362ea6
find quote
Post Reply