Jump to content
major_shepard

ArmA3Sync - launcher and addons synchronization software for ArmA 3

Recommended Posts

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

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

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

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

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     

 

 

b7cdc5ad4ef46a7f6a15fb9c6f38ab9a

 

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

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

Is it possible to use ArmA 3 sync as a Modsync Framework in C#?

Share this post


Link to post
Share on other sites

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

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

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

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

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

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).

  • Like 1

Share this post


Link to post
Share on other sites

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

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)

 

 

Share this post


Link to post
Share on other sites

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

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

Thank you for prompt reply! 

Debug report As Requested;

 

ArmA3Sync Installed version = 1.5.84
JRE installed version = 1.8.0_91
DevMode = false
Loading proxy configuration...
No proxy available.
Checking for updates...
Connection updates repository Success
ArmA3Sync Available update version = 1.5.84
Checking repositories...
Checking repository: The_cia_repo on url: http://82.117.194.226:80/A3
Checking repository: LOL-Addons-A3 on url: http://yah-rly.nl:80/repo/a3
Checking repositories done.
Updating modset selection within addon groups...
Starting Checking for Addons on repository: The_cia_repo
Checking repository: The_cia_repo on url: http://82.117.194.226:80/A3
Number of SHA1 computed = 0
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(Ht
tpService.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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×