Settings Ignored In Btsync.conf, Btsync Hangs On Second Launch


Recommended Posts

Posted
Having some issues with settings being ignored in the btsync.conf file (file content is below) on Windows 7 x64 
 
The config file loads in correctly and the shared folder is available - however relay server, tracker are enabled even thought the config file has them set to false.  The known hosts list is also empty.
 
The other issue is after I close and open btsync for the second time opening the client GUI hangs and I have to kill the application.  Log file is below as well (with names / ip's / keys removed)
 
Is there anything I've done wrong, or can look at to try and make this work?
 
Thanks!
 
btsync.conf
{
    "storage_path": "C://LocalDocs//user_api/",
    "use_gui": true,
    "use_upnp" : false,
    "shared_folders": [
        {
            "secret": "shared_secret",
            "dir": "C:\\LocalDocs\\user",
            "use_relay_server": false,
            "use_tracker": false,
            "use_dht": false,
            "search_lan": true,
            "use_sync_trash": true,
            "known_hosts": [
                "server:12345"
            ]
        }
    ]
}
 
sync.log
 
[2014-02-13 10:31:29.866] test sha1: {DELETED}
[2014-02-13 10:31:29.867] test sha2: {DELETED}
[2014-02-13 10:31:29.867] test aes: {DELETED}
[2014-02-13 10:31:29.869] Loading config file version 1.2.82
[2014-02-13 10:31:30.577] Incoming connection from {DELETED}
[2014-02-13 10:31:30.582] SyncEncryptHandler: bad shareID (STATE_BEGIN)
[2014-02-13 10:31:31.808] SyncFolderScanner: Adding notifer "\\?\C:\LocalDocs\{DELETED}"
[2014-02-13 10:31:31.808] Loaded folder \\?\C:\LocalDocs\{DELETED}
[2014-02-13 10:31:31.810] SyncFilesController: started periodic scan
[2014-02-13 10:31:31.811] SyncFilesController [file updated]: processing file \\?\C:\LocalDocs\{DELETED}\_SYNCAPP 1392196195 0
[2014-02-13 10:31:31.812] SyncFilesController [file updated]: processing file \\?\C:\LocalDocs\{DELETED}\_SYNCAPP\metadata.xml 1316723335 2309552
[2014-02-13 10:31:31.812] SyncFilesController [file updated]: processing file \\?\C:\LocalDocs\{DELETED}\winxp_14469.zip 1355487609 23852972
[2014-02-13 10:31:31.812] SyncFilesController [file updated]: processing file \\?\C:\LocalDocs\{DELETED}\winxp_14469 1392196243 4096
[2014-02-13 10:31:31.813] SyncFilesController [file updated]: processing file \\?\C:\LocalDocs\{DELETED}\winxp_14469\vbios_pgm.zip 1355487642 85636
{TRUNCATED}
[2014-02-13 10:31:31.965] SyncFolderScanner: Removing notifer "\\?\C:\LocalDocs\{DELETED}"
[2014-02-13 10:31:31.969] SyncFolderScanner: Adding notifer "\\?\C:\LocalDocs\{DELETED}"
[2014-02-13 10:31:31.969] SyncFilesController [file updated]: processing file \\?\C:\LocalDocs\{DELETED}\WDM_R236\WDM_R236\WDM\RTKHDA64.sys 1258043683 5632512
[2014-02-13 10:31:37.008] New torrent created for file WDM_R236\WDM_R236\WDM\RTKHDA64.sys mt:1258043683 EB39DBD3FB8275CEB3EC5776BA763EEDDC72E1A1
[2014-02-13 10:31:37.012] SyncFilesController [file updated]: processing file \\?\C:\LocalDocs\{DELETED}\WDM_R236\WDM_R236\WDM\RTKHDA64.CAT 1258043682 539182
[2014-02-13 10:31:37.015] New torrent created for file WDM_R236\WDM_R236\WDM\RTKHDA64.CAT mt:1258043682 F67C759F050571B3676FB724EB86EC2BE5E2C3FC
[2014-02-13 10:31:37.018] Sending broadcast ping for share F89F7AD358809934F5F3660CE18A3B70ED7F0F30
[2014-02-13 10:31:37.019] SyncFilesController [file updated]: processing file \\?\C:\LocalDocs\{DELETED}\WDM_R236\WDM_R236\WDM\RtkCoInstXP.dll 1258043682 41984
[2014-02-13 10:31:37.044] Got 2 relay ips
[2014-02-13 10:31:37.044] ip 67.215.229.106:3000
[2014-02-13 10:31:37.044] ip 67.215.231.242:3000
[2014-02-13 10:31:37.044] Got 3 tracker ips
[2014-02-13 10:31:37.044] ip 54.225.92.50:3000
[2014-02-13 10:31:37.044] ip 54.225.196.38:3000
[2014-02-13 10:31:37.044] ip 54.225.100.8:3000
[2014-02-13 10:31:40.359] Incoming connection from {DELETED}
[2014-02-13 10:31:41.856] NAT-PMP: Unable to map port with NAT-PMP.
[2014-02-13 10:31:42.020] SyncDb: failed to execute query to save file info - 5
[2014-02-13 10:31:47.020] SyncDb: failed to execute query to save file info - 5
[2014-02-13 10:31:52.021] SyncDb: failed to execute query to save file info - 5
[2014-02-13 10:31:57.022] SyncDb: failed to execute query to save file info - 5
[2014-02-13 10:32:02.023] SyncDb: failed to execute query to save file info - 5
 

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.