Kodi Community Forum
[WINDOWS] Automatic Update Client for XBMC - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116)
+--- Thread: [WINDOWS] Automatic Update Client for XBMC (/showthread.php?tid=48517)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37


RE: [WINDOWS] Automatic Update Client for XBMC - kricker - 2012-04-05

Whoops. Changed. Wink


RE: [WINDOWS] Automatic Update Client for XBMC - Shadok - 2012-08-05

I have an issue with builds from july and onwards.

XBMC freezes at launch, once it's on the home screen (only the background is displayed, other parts aren't on yet).
Using the build from the June, 16th is fine but not after this date.

Here's a log with the last available build :

Code:
20:45:27 T:2872  NOTICE: -----------------------------------------------------------------------
20:45:27 T:2872  NOTICE: Starting XBMC (12.0-ALPHA4 Git:20120731-2ceb5f8), Platform: Windows Vista, 64-bit (WoW) Service Pack 2 build 6002. Built on Aug  1 2012 (compiler 1600)
20:45:27 T:2872  NOTICE: Intel(R) Core(TM)2 Duo CPU     E7200  @ 2.53GHz
20:45:27 T:2872  NOTICE: Desktop Resolution: 1920x1080 32Bit at 60Hz
20:45:27 T:2872  NOTICE: Running with administrator rights
20:45:27 T:2872  NOTICE: Aero is disabled
20:45:27 T:2872  NOTICE: special://xbmc/ is mapped to: C:\Program Files (x86)\XBMC
20:45:27 T:2872  NOTICE: special://xbmcbin/ is mapped to: C:\Program Files (x86)\XBMC
20:45:27 T:2872  NOTICE: special://masterprofile/ is mapped to: C:\Program Files (x86)\XBMC\portable_data\userdata
20:45:27 T:2872  NOTICE: special://home/ is mapped to: C:\Program Files (x86)\XBMC\portable_data\
20:45:27 T:2872  NOTICE: special://temp/ is mapped to: C:\Program Files (x86)\XBMC\portable_data\cache
20:45:27 T:2872  NOTICE: The executable running is: C:\Program Files (x86)\XBMC\XBMC.exe
20:45:27 T:2872  NOTICE: Local hostname: HTPC
20:45:27 T:2872  NOTICE: Log File is located: C:\Program Files (x86)\XBMC\portable_data\xbmc.log
20:45:27 T:2872  NOTICE: -----------------------------------------------------------------------
20:45:27 T:2872  NOTICE: Enumerated WASAPI devices:
20:45:27 T:2872  NOTICE:     Device 1
20:45:27 T:2872  NOTICE:         m_deviceName      : {F39060C2-E7E9-41D7-9EFC-9D1A56A7A9BC}
20:45:27 T:2872  NOTICE:         m_displayName     : SPDIF - SPDIF-Out (Rear) (IDT High Definition Audio CODEC)
20:45:27 T:2872  NOTICE:         m_displayNameExtra: WASAPI: SPDIF-Out (Rear) (IDT High Definition Audio CODEC)
20:45:27 T:2872  NOTICE:         m_deviceType      : AE_DEVTYPE_IEC958
20:45:27 T:2872  NOTICE:         m_channels        : FL,FR
20:45:27 T:2872  NOTICE:         m_sampleRates     : 192000,96000,88200,48000,44100
20:45:27 T:2872  NOTICE:         m_dataFormats     : AE_FMT_DTS,AE_FMT_AC3,AE_FMT_S24NE4,AE_FMT_S24LE4,AE_FMT_S24BE4,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE
20:45:27 T:2872  NOTICE: Enumerated DirectSound devices:
20:45:27 T:2872  NOTICE:     Device 1
20:45:27 T:2872  NOTICE:         m_deviceName      : {F39060C2-E7E9-41D7-9EFC-9D1A56A7A9BC}
20:45:27 T:2872  NOTICE:         m_displayName     : SPDIF - SPDIF-Out (Rear) (IDT High Definition Audio CODEC)
20:45:27 T:2872  NOTICE:         m_displayNameExtra: DirectSound: SPDIF-Out (Rear) (IDT High Definition Audio CODEC)
20:45:27 T:2872  NOTICE:         m_deviceType      : AE_DEVTYPE_IEC958
20:45:27 T:2872  NOTICE:         m_channels        : FL,FR
20:45:27 T:2872  NOTICE:         m_sampleRates     : 44100
20:45:27 T:2872  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3

....

20:45:32 T:2804   DEBUG: CRecentlyAddedJob::UpdateMusic() - Running RecentlyAdded home screen update
20:45:32 T:2804   DEBUG: GetRecentlyAddedAlbumSongs() query: SELECT songview.* FROM (SELECT idAlbum FROM albumview ORDER BY idAlbum DESC LIMIT 10) AS recentalbums JOIN songview ON songview.idAlbum=recentalbums.idAlbum
20:45:32 T:2804   DEBUG: CMusicDatabase::GetRecentlyAddedAlbums query: select * from albumview order by idAlbum desc limit 10
20:45:32 T:2872   DEBUG: DllLibApeTag: Using libapetag library
20:45:32 T:2804   DEBUG: CRecentlyAddedJob::UpdateVideos() - Running RecentlyAdded home screen update
20:45:32 T:540   ERROR: CThread::Action - thread CSoftAE, Unhandled exception caught in thread process, aborting. auto delete: 0
20:45:32 T:540   DEBUG: Thread CSoftAE 540 terminating
20:45:32 T:896   ERROR: CThread::Action - thread PAPlayer, Unhandled exception caught in thread process, aborting. auto delete: 0
20:45:32 T:896   DEBUG: Thread PAPlayer 896 terminating
20:45:32 T:2172   DEBUG: VideoInfoScanner: Skipping dir 'N:\Films\Transformers\' due to no change

I'll post in on the windows section too but since it's not an official svn build, i though i'd share it here first, see if someone has the same issue.


RE: [WINDOWS] Automatic Update Client for XBMC - kricker - 2012-08-05

I'll take a look when I get back into town tonight or tomorrow. I had some GIT issues and my automatic build and uploading a little while back, but I thought they have all been rectified. I've not even had a chance lately to check if the builds are still compiling and uploading.


RE: [WINDOWS] Automatic Update Client for XBMC - Shadok - 2012-08-05

Well, your last uploaded build is on the August, 1st.


RE: [WINDOWS] Automatic Update Client for XBMC - kricker - 2012-08-05

I'm seeing that now. I was going to try that now, but the downloading is going very slow for me right now.


RE: [WINDOWS] Automatic Update Client for XBMC - Dilligaf - 2012-08-06

(2012-08-05, 20:54)Shadok Wrote: I have an issue with builds from july and onwards.

XBMC freezes at launch, once it's on the home screen (only the background is displayed, other parts aren't on yet).
Using the build from the June, 25th is fine but not after this date.

Here's a log with the last available build :

Code:
20:45:27 T:2872  NOTICE: -----------------------------------------------------------------------
20:45:27 T:2872  NOTICE: Starting XBMC (12.0-ALPHA4 Git:20120731-2ceb5f8), Platform: Windows Vista, 64-bit (WoW) Service Pack 2 build 6002. Built on Aug  1 2012 (compiler 1600)
20:45:27 T:2872  NOTICE: Intel(R) Core(TM)2 Duo CPU     E7200  @ 2.53GHz
20:45:27 T:2872  NOTICE: Desktop Resolution: 1920x1080 32Bit at 60Hz
20:45:27 T:2872  NOTICE: Running with administrator rights
20:45:27 T:2872  NOTICE: Aero is disabled
20:45:27 T:2872  NOTICE: special://xbmc/ is mapped to: C:\Program Files (x86)\XBMC
20:45:27 T:2872  NOTICE: special://xbmcbin/ is mapped to: C:\Program Files (x86)\XBMC
20:45:27 T:2872  NOTICE: special://masterprofile/ is mapped to: C:\Program Files (x86)\XBMC\portable_data\userdata
20:45:27 T:2872  NOTICE: special://home/ is mapped to: C:\Program Files (x86)\XBMC\portable_data\
20:45:27 T:2872  NOTICE: special://temp/ is mapped to: C:\Program Files (x86)\XBMC\portable_data\cache
20:45:27 T:2872  NOTICE: The executable running is: C:\Program Files (x86)\XBMC\XBMC.exe
20:45:27 T:2872  NOTICE: Local hostname: HTPC
20:45:27 T:2872  NOTICE: Log File is located: C:\Program Files (x86)\XBMC\portable_data\xbmc.log
20:45:27 T:2872  NOTICE: -----------------------------------------------------------------------
20:45:27 T:2872  NOTICE: Enumerated WASAPI devices:
20:45:27 T:2872  NOTICE:     Device 1
20:45:27 T:2872  NOTICE:         m_deviceName      : {F39060C2-E7E9-41D7-9EFC-9D1A56A7A9BC}
20:45:27 T:2872  NOTICE:         m_displayName     : SPDIF - SPDIF-Out (Rear) (IDT High Definition Audio CODEC)
20:45:27 T:2872  NOTICE:         m_displayNameExtra: WASAPI: SPDIF-Out (Rear) (IDT High Definition Audio CODEC)
20:45:27 T:2872  NOTICE:         m_deviceType      : AE_DEVTYPE_IEC958
20:45:27 T:2872  NOTICE:         m_channels        : FL,FR
20:45:27 T:2872  NOTICE:         m_sampleRates     : 192000,96000,88200,48000,44100
20:45:27 T:2872  NOTICE:         m_dataFormats     : AE_FMT_DTS,AE_FMT_AC3,AE_FMT_S24NE4,AE_FMT_S24LE4,AE_FMT_S24BE4,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE
20:45:27 T:2872  NOTICE: Enumerated DirectSound devices:
20:45:27 T:2872  NOTICE:     Device 1
20:45:27 T:2872  NOTICE:         m_deviceName      : {F39060C2-E7E9-41D7-9EFC-9D1A56A7A9BC}
20:45:27 T:2872  NOTICE:         m_displayName     : SPDIF - SPDIF-Out (Rear) (IDT High Definition Audio CODEC)
20:45:27 T:2872  NOTICE:         m_displayNameExtra: DirectSound: SPDIF-Out (Rear) (IDT High Definition Audio CODEC)
20:45:27 T:2872  NOTICE:         m_deviceType      : AE_DEVTYPE_IEC958
20:45:27 T:2872  NOTICE:         m_channels        : FL,FR
20:45:27 T:2872  NOTICE:         m_sampleRates     : 44100
20:45:27 T:2872  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3

....

20:45:32 T:2804   DEBUG: CRecentlyAddedJob::UpdateMusic() - Running RecentlyAdded home screen update
20:45:32 T:2804   DEBUG: GetRecentlyAddedAlbumSongs() query: SELECT songview.* FROM (SELECT idAlbum FROM albumview ORDER BY idAlbum DESC LIMIT 10) AS recentalbums JOIN songview ON songview.idAlbum=recentalbums.idAlbum
20:45:32 T:2804   DEBUG: CMusicDatabase::GetRecentlyAddedAlbums query: select * from albumview order by idAlbum desc limit 10
20:45:32 T:2872   DEBUG: DllLibApeTag: Using libapetag library
20:45:32 T:2804   DEBUG: CRecentlyAddedJob::UpdateVideos() - Running RecentlyAdded home screen update
20:45:32 T:540   ERROR: CThread::Action - thread CSoftAE, Unhandled exception caught in thread process, aborting. auto delete: 0
20:45:32 T:540   DEBUG: Thread CSoftAE 540 terminating
20:45:32 T:896   ERROR: CThread::Action - thread PAPlayer, Unhandled exception caught in thread process, aborting. auto delete: 0
20:45:32 T:896   DEBUG: Thread PAPlayer 896 terminating
20:45:32 T:2172   DEBUG: VideoInfoScanner: Skipping dir 'N:\Films\Transformers\' due to no change

I'll post in on the windows section too but since it's not an official svn build, i though i'd share it here first, see if someone has the same issue.

Wow, you're running in portable mode and trying to write to the Program Files directory, I don't see how it EVER worked. Try moving your XBMC directyory to the root of your drive eg. c:\xbmc




RE: [WINDOWS] Automatic Update Client for XBMC - kricker - 2012-08-06

I just tried the August 1st build and it did work for me. If you still have issues tomorrow, IM me and we'll see if we can get you fixed up.


RE: [WINDOWS] Automatic Update Client for XBMC - Shadok - 2012-08-19

(2012-08-06, 04:46)Dilligaf Wrote: Wow, you're running in portable mode and trying to write to the Program Files directory, I don't see how it EVER worked. Try moving your XBMC directyory to the root of your drive eg. c:\xbmc

My data folder is inside XBMC program files directory so of course it works as it always did.

(2012-08-06, 05:24)kricker Wrote: I just tried the August 1st build and it did work for me. If you still have issues tomorrow, IM me and we'll see if we can get you fixed up.

Doesn't work with last build (08/16 i think).
Same problem, XBMC load and freeze on the first screen.
Only the wallpaper is displayed (menu isn't on yet).

Well, i'll stay with the build from June, 16th, it works well Smile




RE: [WINDOWS] Automatic Update Client for XBMC - kricker - 2012-08-20

I just can't get my DEV PC to make consistent builds anymore. For some reason it no longer wakes from hibernation to create the builds. Hopefully I can get this worked out soon. Currently I have to do it manually, when I think about it.


RE: [WINDOWS] Automatic Update Client for XBMC - Shadok - 2012-08-20

Have you tried WOL (Wake On Lan) instead ?


RE: [WINDOWS] Automatic Update Client for XBMC - kricker - 2012-08-21

I have it set to build in the windows task scheduler.


RE: [WINDOWS] Automatic Update Client for XBMC - Shadok - 2012-08-27

Problem fixed with the last build btw. Thanks Smile


RE: [WINDOWS] Automatic Update Client for XBMC - kricker - 2012-08-27

Great.


[WINDOWS] Automatic Update Client for XBMC - ktjensen - 2013-01-09

Is there any way to turn off all updates for XBMC ? Every time it starts all the plugins get updated and want to completely stop that. If possible. But do want to toggle it back on upon need. Maybe monthly or quarterly.


RE: [WINDOWS] Automatic Update Client for XBMC - kricker - 2013-01-09

To turn off the add-on updates, you need to do that from the add-ons screen. Go to settings\add-ons, then press left to open the menu and then turn off auto-updates.