major_shepard 82 Posted October 20, 2017 Paste the repository url into a web browser and try to download /.a3s/sync file from there. Share this post Link to post Share on other sites
FoxhoundBC 13 Posted October 20, 2017 If I post the IP into the browser I come to a screen that says Welcome to XAMPP for Windows 7.1.9 Share this post Link to post Share on other sites
FoxhoundBC 13 Posted October 20, 2017 I think I fixed it, unlike the video which checked off all the permissions of the directory I left read, list, and subdirectories on Share this post Link to post Share on other sites
SiriusSev 0 Posted October 21, 2017 Does A3sync use any other services aside itself, on windows, to help it reach out to the internet or data servers? I have an exception for A3sync in my current firewall but a3sync will not reach out unless I shut down all application/service firewall settings; which tells me something else is being used in tandem to help it function. Share this post Link to post Share on other sites
major_shepard 82 Posted October 23, 2017 On 21/10/2017 at 8:34 PM, SiriusSev said: Does A3sync use any other services aside itself, on windows, to help it reach out to the internet or data servers? I have an exception for A3sync in my current firewall but a3sync will not reach out unless I shut down all application/service firewall settings; which tells me something else is being used in tandem to help it function. Nope there is not. Share this post Link to post Share on other sites
Darkblue56 0 Posted October 30, 2017 Hello major_shepard I tried the solution you gave me but still, nothing happen. Share this post Link to post Share on other sites
Horus 83 Posted October 31, 2017 @SiriusSev @Darkblue56 Add exception for ArmA3Sync.exe in your firewall from this location Quote C:\Program Files\Java\jre1.8.0_144\launch4j-tmp\ArmA3Sync.exe Location C:\Program Files\Java\jre1.x.x_xxx\launch4j-tmp\ArmA3Sync.exe depends of your Java version. Share this post Link to post Share on other sites
Darkblue56 0 Posted October 31, 2017 Thx for your answer Horus, but that still doesnt work. Share this post Link to post Share on other sites
major_shepard 82 Posted November 2, 2017 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 Share this post Link to post Share on other sites
Darkblue56 0 Posted November 3, 2017 Hello major I reinstall Arma3Sync but that doesnt work. So i replace arma3sync.jar and armasync-debug.exe give me that : ArmA3Sync Installed version = 1.6.92 JRE installed version = 1.8.0_144 OS Name = Windows 10 DevMode = false RunMode = false SafeMode = false Share this post Link to post Share on other sites
major_shepard 82 Posted November 4, 2017 Could you try running Windows in safe mode and run ArmA3Sync from there. Share this post Link to post Share on other sites
Darkblue56 0 Posted November 4, 2017 nothing happen Share this post Link to post Share on other sites
Horus 83 Posted November 4, 2017 @major_shepard A3Sync don't want to start if you have Java 9.0.1 with this error message: This application requires a Java Runtime Environment 1.7.0 JRE 8u151/152 don't have this problem. Share this post Link to post Share on other sites
major_shepard 82 Posted November 4, 2017 19 minutes ago, Horus said: @major_shepard A3Sync don't want to start if you have Java 9.0.1 with this error message: This application requires a Java Runtime Environment 1.7.0 JRE 8u151/152 don't have this problem. 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. Share this post Link to post Share on other sites
major_shepard 82 Posted November 4, 2017 2 hours ago, Darkblue56 said: nothing happen Try: open cmd console -> java -version. If you have error message, re install Java. Share this post Link to post Share on other sites
Darkblue56 0 Posted November 4, 2017 C:\Users\XXXXXXX>java -version java version "1.8.0_144" Java(TM) SE Runtime Environment (build 1.8.0_144-b01) Java HotSpot(TM) 64-Bit Server VM (build 25.144-b01, mixed mode) Share this post Link to post Share on other sites
Horus 83 Posted November 4, 2017 2 hours ago, major_shepard said: 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. I tried it but all the time I have that error message. Back to 8u152 and everything work. Share this post Link to post Share on other sites
major_shepard 82 Posted November 4, 2017 4 hours ago, Darkblue56 said: C:\Users\XXXXXXX>java -version java version "1.8.0_144" Java(TM) SE Runtime Environment (build 1.8.0_144-b01) Java HotSpot(TM) 64-Bit Server VM (build 25.144-b01, mixed mode) Running windows in safe mode 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. Share this post Link to post Share on other sites
major_shepard 82 Posted November 6, 2017 On 04/11/2017 at 6:00 PM, Horus said: I tried it but all the time I have that error message. Back to 8u152 and everything work. 1. Uninstall Java 8 2. Clean windows registry using tool like ccleaner 3. Install Java 9 Share this post Link to post Share on other sites
major_shepard 82 Posted November 6, 2017 On 04/11/2017 at 4:46 PM, Darkblue56 said: C:\Users\XXXXXXX>java -version java version "1.8.0_144" Java(TM) SE Runtime Environment (build 1.8.0_144-b01) Java HotSpot(TM) 64-Bit Server VM (build 25.144-b01, mixed mode) Put this files into arma3sync installation directory ftp://www.sonsofexiled.fr/ArmA3/ArmA3Sync/development/ArmA3Sync.jar ftp://www.sonsofexiled.fr/ArmA3/ArmA3Sync/development/ArmA3Sync-noSingleInstancelock.bat Start script ArmA3Sync-noSingleInstancelock.bat Share this post Link to post Share on other sites
Horus 83 Posted November 7, 2017 On 11/6/2017 at 11:12 AM, major_shepard said: 1. Uninstall Java 8 2. Clean windows registry using tool like ccleaner 3. Install Java 9 I did all that, for uninstall i use Java uninstall Tool, but still get that error message. I'm on Win 7 64bit and with 8u152 version I don't have any problem. Share this post Link to post Share on other sites
Darkblue56 0 Posted November 7, 2017 The script ArmA3Sync-noSingleInstancelock.bat works. Thx a lot ! What was the problem ? (for my knowledge) Share this post Link to post Share on other sites
major_shepard 82 Posted November 8, 2017 You have a process that is listening on port 0 IP localhost (127.0.0.1/0.0.0.0). That prevent ArmA3Sync to start in single instance mode. Try cmd -> NETSTAT -b Share this post Link to post Share on other sites
Horus 83 Posted November 9, 2017 Problem on my system Win7 + Java 9 + A3Sync is that when I install Java 9 registry key for JavaSoft/Java Runtime Environment is just JavaSoft/JRE After I renamed that key to Java Runtime Environment, A3Sync starts normally w/o error message. Share this post Link to post Share on other sites
Horus 83 Posted November 9, 2017 Java 8 Spoiler Java 9 Spoiler 1 Share this post Link to post Share on other sites