KODI 17.0 on PC not loading advancedsettings file

Hi All.

My windows & raspberry Pi version cant seem to read the advancedsettings file, however same version same advancedsettings file works on the android.

Any help would be appreciated

Kodi.log on PC says
19:55:40.614 T:4940 NOTICE: special://profile/ is mapped to: special://masterprofile/
19:55:40.615 T:4940 NOTICE: ———————————————————————–
19:55:40.622 T:4940 NOTICE: Starting Kodi (17.0-RC4 Git:20170126-e80803a). Platform: Windows NT x86 32-bit
19:55:40.622 T:4940 NOTICE: Using Release Kodi x32 build
19:55:40.622 T:4940 NOTICE: Kodi compiled Jan 30 2017 by MSVC 190024210 for Windows NT x86 32-bit version 6.3 (0x06030000)
19:55:40.657 T:4940 NOTICE: Running on SAMSUNG ELECTRONICS CO., LTD. R540/R580/R780/SA41/E452 with Windows 7 SP1, kernel: Windows NT x86 64-bit version 6.1
19:55:40.796 T:4940 NOTICE: FFmpeg version/source: ffmpeg-3.1-kodi
19:55:40.796 T:4940 NOTICE: Host CPU: Unknown, 4 cores available
19:55:40.796 T:4940 NOTICE: Desktop Resolution: 1366×768 32Bit at 60Hz
19:55:40.796 T:4940 NOTICE: Running with restricted rights
19:55:40.797 T:4940 NOTICE: Aero is enabled
19:55:40.797 T:4940 NOTICE: special://xbmc/ is mapped to: C:\Program Files (x86)\Kodi
19:55:40.797 T:4940 NOTICE: special://xbmcbin/ is mapped to: C:\Program Files (x86)\Kodi
19:55:40.797 T:4940 NOTICE: special://xbmcbinaddons/ is mapped to: C:\Program Files (x86)\Kodi/addons
19:55:40.797 T:4940 NOTICE: special://masterprofile/ is mapped to: C:\Users\Claire\AppData\Roaming\Kodi\userdata
19:55:40.797 T:4940 NOTICE: special://home/ is mapped to: C:\Users\Claire\AppData\Roaming\Kodi\
19:55:40.797 T:4940 NOTICE: special://temp/ is mapped to: C:\Users\Claire\AppData\Roaming\Kodi\cache
19:55:40.797 T:4940 NOTICE: special://logpath/ is mapped to: C:\Users\Claire\AppData\Roaming\Kodi\
19:55:40.797 T:4940 NOTICE: The executable running is: C:\Program Files (x86)\Kodi\Kodi.exe
19:55:40.828 T:4940 NOTICE: Local hostname: Samsung
19:55:40.828 T:4940 NOTICE: Log File is located: C:\Users\Claire\AppData\Roaming\Kodi\/kodi.log
19:55:40.844 T:4940 NOTICE: ———————————————————————–
19:55:41.996 T:4940 NOTICE: load settings…
19:55:42.221 T:4940 WARNING: CSettingString: unknown options filler “timezonecountries” of “locale.timezonecountry”
19:55:42.221 T:4940 WARNING: CSettingString: unknown options filler “timezones” of “locale.timezone”
19:55:42.378 T:4940 NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
19:55:42.412 T:4940 NOTICE: Loaded settings file from special://profile/advancedsettings.xml
19:55:42.412 T:4940 NOTICE: Contents of special://profile/advancedsettings.xml are…
<advancedsettings>
<videodatabase>
<type>mysql</type>
<host>192.168.1.20</host>
<port>3306</port>
<user>xbmc</user>
<pass>*****</pass>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>192.168.1.20</host>
<port>3306</port>
<user>xbmc</user>
<pass>*****</pass>
</musicdatabase>
<pathsubstitution>
<substitute>
<from>special://profile/Thumbnails/</from>
<to>smb://admin:*****[email protected]/Multimedia/KODI/Thumbnails/</to>
</substitute>
</pathsubstitution>
</advancedsettings>
19:55:42.427 T:4940 WARNING: VIDEO database configuration is experimental.
19:55:42.427 T:4940 NOTICE: Default Video Player: VideoPlayer
19:55:42.427 T:4940 NOTICE: Default Audio Player: paplayer
19:55:42.427 T:4940 NOTICE: Disabled debug logging due to GUI setting. Level 0.
19:55:42.427 T:4940 NOTICE: Log level changed to “LOG_LEVEL_NORMAL”
19:55:42.452 T:4940 NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
19:55:42.483 T:4940 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
19:55:42.510 T:4940 NOTICE: Loaded playercorefactory configuration
19:55:42.511 T:4940 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
19:55:42.511 T:4940 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
19:55:43.542 T:4940 NOTICE: Running database version Addons27
19:55:46.167 T:4940 NOTICE: ADDONS: Using repository repository.xbmc.org
19:55:46.289 T:5720 NOTICE: Found 2 Lists of Devices
19:55:46.289 T:5720 NOTICE: Enumerated DIRECTSOUND devices:
19:55:46.289 T:5720 NOTICE: Device 1
19:55:46.338 T:5720 NOTICE: m_deviceName : {2D056A1F-771D-4455-9FBD-8A23B0296A78}
19:55:46.338 T:5720 NOTICE: m_displayName : Speakers – Speakers (Realtek High Definition Audio)
19:55:46.338 T:5720 NOTICE: m_displayNameExtra: DIRECTSOUND: Speakers (Realtek High Definition Audio)
19:55:46.338 T:5720 NOTICE: m_deviceType : AE_DEVTYPE_PCM
19:55:46.338 T:5720 NOTICE: m_channels : FL,FR
19:55:46.338 T:5720 NOTICE: m_sampleRates : 48000
19:55:46.338 T:5720 NOTICE: m_dataFormats : AE_FMT_FLOAT
19:55:46.338 T:5720 NOTICE: m_streamTypes : No passthrough capabilities
19:55:46.338 T:5720 NOTICE: Device 2
19:55:46.338 T:5720 NOTICE: m_deviceName : default
19:55:46.338 T:5720 NOTICE: m_displayName : default
19:55:46.338 T:5720 NOTICE: m_displayNameExtra:
19:55:46.338 T:5720 NOTICE: m_deviceType : AE_DEVTYPE_PCM
19:55:46.338 T:5720 NOTICE: m_channels : FL,FR
19:55:46.338 T:5720 NOTICE: m_sampleRates : 48000
19:55:46.338 T:5720 NOTICE: m_dataFormats : AE_FMT_FLOAT
19:55:46.338 T:5720 NOTICE: m_streamTypes : No passthrough capabilities
19:55:46.338 T:5720 NOTICE: Enumerated WASAPI devices:
19:55:46.338 T:5720 NOTICE: Device 1
19:55:46.338 T:5720 NOTICE: m_deviceName : {2D056A1F-771D-4455-9FBD-8A23B0296A78}
19:55:46.338 T:5720 NOTICE: m_displayName : Speakers – Speakers (Realtek High Definition Audio)
19:55:46.338 T:5720 NOTICE: m_displayNameExtra: WASAPI: Speakers (Realtek High Definition Audio)
19:55:46.338 T:5720 NOTICE: m_deviceType : AE_DEVTYPE_PCM
19:55:46.338 T:5720 NOTICE: m_channels : FL,FR
19:55:46.338 T:5720 NOTICE: m_sampleRates : 192000,96000,48000,44100
19:55:46.338 T:5720 NOTICE: m_dataFormats : AE_FMT_S24NE4MSB,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE
19:55:46.338 T:5720 NOTICE: m_streamTypes : No passthrough capabilities
19:55:46.338 T:5720 NOTICE: Device 2
19:55:46.338 T:5720 NOTICE: m_deviceName : default
19:55:46.338 T:5720 NOTICE: m_displayName : default
19:55:46.338 T:5720 NOTICE: m_displayNameExtra:
19:55:46.338 T:5720 NOTICE: m_deviceType : AE_DEVTYPE_PCM
19:55:46.338 T:5720 NOTICE: m_channels : FL,FR
19:55:46.338 T:5720 NOTICE: m_sampleRates : 192000,96000,48000,44100
19:55:46.338 T:5720 NOTICE: m_dataFormats : AE_FMT_S24NE4MSB,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE
19:55:46.338 T:5720 NOTICE: m_streamTypes : No passthrough capabilities
19:55:47.158 T:4940 NOTICE: Found screen: Generic PnP Monitor on ATI Mobility Radeon HD 545v, adapter 0.
19:55:47.159 T:4940 NOTICE: Primary mode: 1366×768@ 60.00 – Full Screen
19:55:47.192 T:4940 NOTICE: Additional mode: 640×480@ 60.00 – Full Screen
19:55:47.193 T:4940 NOTICE: Previous line repeats 2 times.
19:55:47.193 T:4940 NOTICE: Additional mode: 720×480@ 60.00 – Full Screen
19:55:47.194 T:4940 NOTICE: Previous line repeats 2 times.
19:55:47.194 T:4940 NOTICE: Additional mode: 800×480@ 60.00 – Full Screen
19:55:47.195 T:4940 NOTICE: Previous line repeats 2 times.
19:55:47.195 T:4940 NOTICE: Additional mode: 800×600@ 60.00 – Full Screen
19:55:47.196 T:4940 NOTICE: Previous line repeats 2 times.
19:55:47.196 T:4940 NOTICE: Additional mode: 1024×600@ 60.00 – Full Screen
19:55:47.197 T:4940 NOTICE: Previous line repeats 2 times.
19:55:47.197 T:4940 NOTICE: Additional mode: 1024×768@ 60.00 – Full Screen
19:55:47.198 T:4940 NOTICE: Previous line repeats 2 times.
19:55:47.198 T:4940 NOTICE: Additional mode: 1280×720@ 60.00 – Full Screen
19:55:47.199 T:4940 NOTICE: Previous line repeats 2 times.
19:55:47.199 T:4940 NOTICE: Additional mode: 1280×768@ 60.00 – Full Screen
19:55:47.200 T:4940 NOTICE: Previous line repeats 2 times.
19:55:47.200 T:4940 NOTICE: Additional mode: 1366×768@ 60.00 – Full Screen
19:55:47.246 T:4940 NOTICE: Checking resolution 16
19:55:54.687 T:7784 NOTICE: Running database version Addons27
19:55:54.736 T:7784 NOTICE: Running database version ViewModes6
19:55:54.759 T:7784 NOTICE: Running database version Textures13
19:55:55.112 T:7784 ERROR: Unable to open database: MyMusic60 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.119 T:7784 ERROR: Unable to open database: MyMusic59 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.126 T:7784 ERROR: Unable to open database: MyMusic58 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.132 T:7784 ERROR: Unable to open database: MyMusic57 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.138 T:7784 ERROR: Unable to open database: MyMusic56 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.145 T:7784 ERROR: Unable to open database: MyMusic55 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.152 T:7784 ERROR: Unable to open database: MyMusic54 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.160 T:7784 ERROR: Unable to open database: MyMusic53 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.166 T:7784 ERROR: Unable to open database: MyMusic52 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.172 T:7784 ERROR: Unable to open database: MyMusic51 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.179 T:7784 ERROR: Unable to open database: MyMusic50 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.186 T:7784 ERROR: Unable to open database: MyMusic49 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.192 T:7784 ERROR: Unable to open database: MyMusic48 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.199 T:7784 ERROR: Unable to open database: MyMusic47 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.208 T:7784 ERROR: Unable to open database: MyMusic46 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.214 T:7784 ERROR: Unable to open database: MyMusic45 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.220 T:7784 ERROR: Unable to open database: MyMusic44 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.228 T:7784 ERROR: Unable to open database: MyMusic43 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.235 T:7784 ERROR: Unable to open database: MyMusic42 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.243 T:7784 ERROR: Unable to open database: MyMusic41 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.249 T:7784 ERROR: Unable to open database: MyMusic40 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.255 T:7784 ERROR: Unable to open database: MyMusic39 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.261 T:7784 ERROR: Unable to open database: MyMusic38 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.268 T:7784 ERROR: Unable to open database: MyMusic37 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.274 T:7784 ERROR: Unable to open database: MyMusic36 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.280 T:7784 ERROR: Unable to open database: MyMusic35 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.286 T:7784 ERROR: Unable to open database: MyMusic34 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.293 T:7784 ERROR: Unable to open database: MyMusic33 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.300 T:7784 ERROR: Unable to open database: MyMusic32 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.307 T:7784 ERROR: Unable to open database: MyMusic60 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.307 T:7784 ERROR: Unable to create new database
19:55:55.437 T:7784 ERROR: Unable to open database: MyVideos107 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.444 T:7784 ERROR: Unable to open database: MyVideos106 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.449 T:7784 ERROR: Unable to open database: MyVideos105 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.455 T:7784 ERROR: Unable to open database: MyVideos104 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.461 T:7784 ERROR: Unable to open database: MyVideos103 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.467 T:7784 ERROR: Unable to open database: MyVideos102 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.474 T:7784 ERROR: Unable to open database: MyVideos101 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.480 T:7784 ERROR: Unable to open database: MyVideos100 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.487 T:7784 ERROR: Unable to open database: MyVideos99 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.493 T:7784 ERROR: Unable to open database: MyVideos98 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.501 T:7784 ERROR: Unable to open database: MyVideos97 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.507 T:7784 ERROR: Unable to open database: MyVideos96 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.514 T:7784 ERROR: Unable to open database: MyVideos95 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.521 T:7784 ERROR: Unable to open database: MyVideos94 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.527 T:7784 ERROR: Unable to open database: MyVideos93 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.533 T:7784 ERROR: Unable to open database: MyVideos92 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.540 T:7784 ERROR: Unable to open database: MyVideos91 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.547 T:7784 ERROR: Unable to open database: MyVideos90 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.557 T:7784 ERROR: Unable to open database: MyVideos89 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.594 T:7784 ERROR: Unable to open database: MyVideos88 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.601 T:7784 ERROR: Unable to open database: MyVideos87 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.606 T:7784 ERROR: Unable to open database: MyVideos86 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.613 T:7784 ERROR: Unable to open database: MyVideos85 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.621 T:7784 ERROR: Unable to open database: MyVideos84 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.627 T:7784 ERROR: Unable to open database: MyVideos83 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.634 T:7784 ERROR: Unable to open database: MyVideos82 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.641 T:7784 ERROR: Unable to open database: MyVideos81 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.647 T:7784 ERROR: Unable to open database: MyVideos80 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.654 T:7784 ERROR: Unable to open database: MyVideos79 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.661 T:7784 ERROR: Unable to open database: MyVideos78 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.667 T:7784 ERROR: Unable to open database: MyVideos77 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.673 T:7784 ERROR: Unable to open database: MyVideos76 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.679 T:7784 ERROR: Unable to open database: MyVideos75 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.685 T:7784 ERROR: Unable to open database: MyVideos107 [1045](Access denied for user ‘xbmc’@’192.168.1.4’ (using password: YES))
19:55:55.685 T:7784 ERROR: Unable to create new database
19:55:55.748 T:7784 NOTICE: Running database version TV29
19:55:55.761 T:7784 NOTICE: Running database version Epg11
19:55:58.163 T:4940 WARNING: JSONRPC: Could not parse type “Setting.Details.SettingList”
19:55:58.745 T:4940 NOTICE: initialize done
19:55:58.745 T:4940 NOTICE: Running the application…
19:55:58.990 T:4940 NOTICE: starting upnp client
19:55:59.275 T:8064 NOTICE: ES: Starting UDP Event server on port 9777
19:55:59.276 T:8064 NOTICE: UDP: Listening on port 9777 (ipv6 : false)
19:56:13.360 T:4596 ERROR: XFILE::CDirectory::GetDirectory – Error getting