SpiderOfDeath 1 Posted August 21, 2016 Hi has anyone ever had an issue where they have lost their profile? I put my PC to sleep I had already shut A3S down when I turned it back on the PC didn't wake up properly so restarted and I have now lost my profile. Just seems an odd one to me. Thanks Yeah that happened to me too. Make sure to close it properly otherwise you have to check settings again. Is it possible to have a "main" folder? For example i want to create a repo that download all the mods into a general folder named "CLANNAME Repository" instead of cluttering the arma 3 folder with 20 different mods.. Is that possible? Share this post Link to post Share on other sites
major_shepard 82 Posted August 24, 2016 Yeah that happened to me too. Make sure to close it properly otherwise you have to check settings again. Is it possible to have a "main" folder? For example i want to create a repo that download all the mods into a general folder named "CLANNAME Repository" instead of cluttering the arma 3 folder with 20 different mods.. Is that possible? From Addon Options panel, add a new addon search directory path pointing to whatever folder you want. Then choose this new folder as destination folder when synchronizing files to a repository. Share this post Link to post Share on other sites
bullhorn 18 Posted September 11, 2016 Bug report: When using a Steam Controller, if you focus Arma3Sync, the SC stops working and you have to alt+tab or use the regular mouse to make it work again. A3S is the only Windows program that so far does it. I'll also report it with Steam, but I suspect it's an A3S issue. Share this post Link to post Share on other sites
major_shepard 82 Posted September 12, 2016 Bug report: When using a Steam Controller, if you focus Arma3Sync, the SC stops working and you have to alt+tab or use the regular mouse to make it work again. A3S is the only Windows program that so far does it. I'll also report it with Steam, but I suspect it's an A3S issue. I expect is a Java issue not a A3S issue. Do you have any program like Control Panel that comes with the SC contoller that requires Java? Share this post Link to post Share on other sites
Nightwolf2112 37 Posted September 22, 2016 Hey quick question. I just did an update for Java after several days of being bugged by it and after it was completed I'm no longer able to open sync at all. Here's the error i'm recieving Not exactly how to fix this. any ideas? (link should the pic not work properly) https://gyazo.com/b7cdc5ad4ef46a7f6a15fb9c6f38ab9a Share this post Link to post Share on other sites
major_shepard 82 Posted September 22, 2016 Clean Windows registry using tool like C Cleaner then re-install Java JRE. Share this post Link to post Share on other sites
Nightwolf2112 37 Posted September 25, 2016 Awesome thanks! I didn't need to use Ccleaner at all. just needed to reinstall Java JRE 7 Share this post Link to post Share on other sites
SpiderOfDeath 1 Posted September 29, 2016 Just a Quality of Life Request: Would it be possible to add an "select all" button for the mods when adding an Event? And maybe something like an AutoSave for A3S? I always forget to close A3S before restarting the server and the Events get lost. Share this post Link to post Share on other sites
JFisher 38 Posted October 2, 2016 Is it possible to use ArmA 3 sync as a Modsync Framework in C#? Share this post Link to post Share on other sites
major_shepard 82 Posted October 3, 2016 Is it possible to use ArmA 3 sync as a Modsync Framework in C#? Depends what you mean by framework? If you mean the object architecture for the synchronisation mecanism, yes you can port it to C# or any other object oriented language. Share this post Link to post Share on other sites
major_shepard 82 Posted October 3, 2016 Just a Quality of Life Request: Would it be possible to add an "select all" button for the mods when adding an Event? And maybe something like an AutoSave for A3S? I always forget to close A3S before restarting the server and the Events get lost. ok Share this post Link to post Share on other sites
andrew77768 10 Posted October 9, 2016 Anyone able to help me? When I try and upload repository i get this error: http://puu.sh/rDtlm/6a31915a8c.png if I connect externally, I get this error: http://puu.sh/rDtrH/bdd3308887.png Looking at the Filezilla logs, the end looks like this: http://puu.sh/rDtic/b02152a797.png :( Share this post Link to post Share on other sites
major_shepard 82 Posted October 10, 2016 Anyone able to help me? When I try and upload repository i get this error: http://puu.sh/rDtlm/6a31915a8c.png if I connect externally, I get this error: http://puu.sh/rDtrH/bdd3308887.png Looking at the Filezilla logs, the end looks like this: http://puu.sh/rDtic/b02152a797.png :( Quite obvious, you are missing permission to create directory remotely on the FTP. You must assign this permission to the user login you use to upload the repository. Share this post Link to post Share on other sites
andrew77768 10 Posted October 10, 2016 Yeah, I assigned the permission to the user account and the issue still persisted (hence why I posted it here), After a reinstall of FileZilla Server I managed to get the repository semi working (currently at .a3s/autoconfig connection failed but I'm getting somewhere.) Thanks for the help though. Share this post Link to post Share on other sites
major_shepard 82 Posted October 10, 2016 Retrieving the /.a3s/autoconfig file from the Import button requires public access to the FTP (= user with login "anonymous", no password, read only permission). https://www.techwalla.com/articles/how-to-set-up-anonymous-ftp-in-filezilla Share this post Link to post Share on other sites
andrew77768 10 Posted October 10, 2016 That's how I currently have it set up. I assume the issue has something to do with this line: "250 Broken client detected, missing argument to CWD. "/@AllInArmaTerrainPackLite/addons" is current directory." As it's the same line that shows up when ever someone connects to the A3S. Internally & Externally. http://puu.sh/rEbTc/3932b87e61.png Share this post Link to post Share on other sites
andrew77768 10 Posted October 10, 2016 I should add, that's from multiple different users. Share this post Link to post Share on other sites
major_shepard 82 Posted October 10, 2016 That's how I currently have it set up. I assume the issue has something to do with this line: "250 Broken client detected, missing argument to CWD. "/@AllInArmaTerrainPackLite/addons" is current directory." As it's the same line that shows up when ever someone connects to the A3S. Internally & Externally. http://puu.sh/rEbTc/3932b87e61.png The line saying STOR sync permissions denied, means the user login is missing write permission to write into the remote directory indicated the line above. (file write permission is different to create directory permission). Generally speaking, the login you use to upload the repository must have every permissions enabled. https://help.webcontrolcenter.com/kb/a1069/filezilla-ftp-server-setting-up-configuring-new-users-and-groups.aspx To use ArmA3Sync, you must have 2 accounts into FTP accessing the repository: - 1 anonymous (read only) for client to access the repository - 1 for uploading the repository with full permissions on the FTP (within ArmA3Sync use the upload options button to configure this connection). 1 Share this post Link to post Share on other sites
andrew77768 10 Posted October 10, 2016 Okay. I'll try and sort it when I'm home. Thanks for the help! o7 Share this post Link to post Share on other sites
andrew77768 10 Posted October 10, 2016 Okay. So, after setting a main upload account, I've got a considerable amount further. I can now upload, although after a short while, I get an error with "Failed to upload file xxx.xxx.pbo". If I delete them then it seems to fix it (for that individual one) and then it proceeds until a new error comes alog, is this an issue with the PBOs or have I messed up again? http://puu.sh/rEuua/ecbd71ccbb.pngI've not used A3S much other than to Download so I'm kinda new to it (as you can probably tell). Also, thanks for your help so far! :) Share this post Link to post Share on other sites
jgaz-uk 132 Posted October 10, 2016 Have been running the excellent ArmA3Sync for quite a while trouble free, But just run into a problem with the @CIA repository, a error saying "Unable to connect" But only with the CIA repo, others still working OK? I'm running Win7 Other people using same address & settings can connect but not myself? Any idea why? PS My java says its up to date....... the error log reads; Generated by ArmA3Sync 1.5.8410-Oct-2016 22:54:47Check for Addons finished with errors for repository name: The_cia_repoAn unexpected error has occured.StackTrace:java.lang.ArrayIndexOutOfBoundsException: -1 at fr.soe.a3s.jazsync.FileMaker.mapMatcher(FileMaker.java:534) at fr.soe.a3s.jazsync.FileMaker.getCompletion(FileMaker.java:135) at fr.soe.a3s.jazsync.Jazsync.getCompletion(Jazsync.java:118) at fr.soe.a3s.dao.connection.HttpDAO.getFileCompletion(HttpDAO.java:480) at fr.soe.a3s.service.connection.HttpService.determineFilesCompletion(HttpService.java:312) at fr.soe.a3s.ui.repository.workers.AddonsChecker.run(AddonsChecker.java:152) Share this post Link to post Share on other sites
major_shepard 82 Posted October 11, 2016 Okay. So, after setting a main upload account, I've got a considerable amount further. I can now upload, although after a short while, I get an error with "Failed to upload file xxx.xxx.pbo". If I delete them then it seems to fix it (for that individual one) and then it proceeds until a new error comes alog, is this an issue with the PBOs or have I messed up again? http://puu.sh/rEuua/ecbd71ccbb.pngI've not used A3S much other than to Download so I'm kinda new to it (as you can probably tell). Also, thanks for your help so far! :) Give me the access by pm to the repo with the ftp account you use to upload. Share this post Link to post Share on other sites
major_shepard 82 Posted October 11, 2016 Have been running the excellent ArmA3Sync for quite a while trouble free, But just run into a problem with the @CIA repository, a error saying "Unable to connect" But only with the CIA repo, others still working OK? I'm running Win7 Other people using same address & settings can connect but not myself? Any idea why? PS My java says its up to date....... the error log reads; Generated by ArmA3Sync 1.5.84 10-Oct-2016 22:54:47 Check for Addons finished with errors for repository name: The_cia_repo An unexpected error has occured. StackTrace: java.lang.ArrayIndexOutOfBoundsException: -1 at fr.soe.a3s.jazsync.FileMaker.mapMatcher(FileMaker.java:534) at fr.soe.a3s.jazsync.FileMaker.getCompletion(FileMaker.java:135) at fr.soe.a3s.jazsync.Jazsync.getCompletion(Jazsync.java:118) at fr.soe.a3s.dao.connection.HttpDAO.getFileCompletion(HttpDAO.java:480) at fr.soe.a3s.service.connection.HttpService.determineFilesCompletion(HttpService.java:312) at fr.soe.a3s.ui.repository.workers.AddonsChecker.run(AddonsChecker.java:152) 1. Run ArmA3Sync-debug.exe 2. Connect to the repository, arma3sync will check for addons 3. When the errors comes, copy paste the console content here. Share this post Link to post Share on other sites
jgaz-uk 132 Posted October 11, 2016 Thank you for prompt reply! Debug report As Requested; ArmA3Sync Installed version = 1.5.84JRE installed version = 1.8.0_91DevMode = falseLoading proxy configuration...No proxy available.Checking for updates...Connection updates repository SuccessArmA3Sync Available update version = 1.5.84Checking repositories...Checking repository: The_cia_repo on url: http://82.117.194.226:80/A3Checking repository: LOL-Addons-A3 on url: http://yah-rly.nl:80/repo/a3Checking repositories done.Updating modset selection within addon groups...Starting Checking for Addons on repository: The_cia_repoChecking repository: The_cia_repo on url: http://82.117.194.226:80/A3Number of SHA1 computed = 0java.lang.ArrayIndexOutOfBoundsException: -1 at fr.soe.a3s.jazsync.FileMaker.mapMatcher(FileMaker.java:534) at fr.soe.a3s.jazsync.FileMaker.getCompletion(FileMaker.java:135) at fr.soe.a3s.jazsync.Jazsync.getCompletion(Jazsync.java:118) at fr.soe.a3s.dao.connection.HttpDAO.getFileCompletion(HttpDAO.java:480) at fr.soe.a3s.service.connection.HttpService.determineFilesCompletion(HttpService.java:312) at fr.soe.a3s.ui.repository.workers.AddonsChecker.run(AddonsChecker.java:152)jshortcut.dll loaded via tmp generated pathname: C:\Users\MRGASC~1\AppData\Local\Temp\jshortcut-1732862952215350342.dll The LOL addons url works fine still, but for some reason not the CIA url? I tried a download to a different hard drive & the green bar went across as usual, but when it got to the end the same error unable to connect Share this post Link to post Share on other sites
major_shepard 82 Posted October 11, 2016 jgaz-uk could you try replacing ArmA3Sync.jar file by this one: ftp://www.sonsofexiled.fr/ArmA3/ArmA3Sync/development/ArmA3Sync.jar Share this post Link to post Share on other sites