Jump to content

major_shepard

Member
  • Content Count

    1505
  • Joined

  • Last visited

  • Medals

Everything posted by major_shepard

  1. Try: open cmd console -> java -version. If you have error message, re install Java.
  2. ArmA3Sync 1.6.92 do work with Java 9. You have this message because the Windows registry contains a wrong/missing path to Java.exe. To solve this uninstall and re-install Java.
  3. Could you try running Windows in safe mode and run ArmA3Sync from there.
  4. Delete ArmA3Sync completely and try reinstall. If still no luck replace arma3sync.jar file by this one ftp://www.sonsofexiled.fr/ArmA3/ArmA3Sync/development/ArmA3Sync.jar and run arma3sync-debug.exe
  5. Paste the repository url into a web browser and try to download /.a3s/sync file from there.
  6. There is no need to delete manually the .pbo.zip files before build.
  7. I don't understand. Do you add the hole addon as compressed zip file into the repo? If yes, why?
  8. Http servers can have specific settings on any file/folder. Contact the server hoster about your problem. And yes there are web hosters that allow users to edit their server conf.
  9. If you past the the url http://blabla/.a3s/autoconfig in a web browser, what does it say? You must configure MIME type to allow files with no extension.
  10. Because the files server sucks, contact the repo admin.
  11. Working fine for me. Are you getting this error on the server of on your PC?
  12. Edit ArmA3Sync.bat file Change java -Djava.net.preferIPv4Stack=true -Xms256m -Xmx256m ... To java -verbose > "%~dp0jvm.log" -Djava.net.preferIPv4Stack=true -Xms256m -Xmx256m ... Run modified ArmA3Sync.bat file, you should get a jvm.log file into ArmA3Sync installation directory. Then send me this file by PM.
  13. Do you have created a god mod folder (https://laurenthinoul.com/god-mode-in-windows/)? If yes delete it as it crashes the Java virtual machine.
  14. The Enable Battleye option is never saved. It is determined from the ArmA3 exe location: arma3.exe/arma3_x64.exe -> Enable Battleye is disabled. arma3battleye.exe -> Enable Battleye is enabled.
  15. -skipintro is same thing as -world=empty (Default world empty in ArmA3Sync) Generally speaking ArmA3Sync has currently all the useful parameters, only the name may be slightly different from the BIS Launcher.
  16. Do you have any error in the console when running ArmA3Sync.sh script? Which JRE are you using with Debian?
  17. DNS associate IP to domain name not url. FTP servers do not support url redirection ever. Only a front hand router or a firewall could be configured to block or redirect incoming requests like ftp://domain1/directory2
  18. In Filezilla set /home as shared directory on the ftp In /home create directories: /home/directory1 and /home/directory2 From this point, you should have 2 working url: ftp://IP/directory1 and ftp://IP/directory2
  19. Just share one directory for each repo like http://IP/repoDirectory1 and http://IP/repoDirectory2
×