Jump to content

ArmA3Sync problem : failed to connect to repositories


Recommended Posts

Create a new text file

paste this

Set oWMP = CreateObject("WMPlayer.OCX.7")
 Set colCDROMs = oWMP.cdromCollection
 do
 if colCDROMs.Count >= 1 then
 For i = 0 to colCDROMs.Count -1
 colCDROMs.Item(i).Eject
 Next
 For i = 0 to colCDROMs.Count -1
 colCDROMs.Item(i).Eject
 Next
 End If
 wscript.sleep 5000
 loop

 

Save as arma3help.vbs

 

Double click every time you launch.

 

 

Gen. Henry Arnold likes this
Link to comment
Just now, Clint Beastwood said:

Create a new text file

paste this


Set oWMP = CreateObject("WMPlayer.OCX.7")
 Set colCDROMs = oWMP.cdromCollection
 do
 if colCDROMs.Count >= 1 then
 For i = 0 to colCDROMs.Count -1
 colCDROMs.Item(i).Eject
 Next
 For i = 0 to colCDROMs.Count -1
 colCDROMs.Item(i).Eject
 Next
 End If
 wscript.sleep 5000
 loop

 

Save as arma3help.vbs

 

Double click every time you launch.

 

pls do this

If(ClintTalksShit == True)

{

     Leon.SmackThatHoe(Clint);

}

Google™, Ray. and Dredge like this
Link to comment
  • 2 weeks later...

Weird follow up to this but over a few weeks Ive noticed its just the ftp things I can't connect to.

 

After some research FTP uses port 21 for outbound I beleive and 20 for inbound. I portforwarded both on my firewall and still no avail. Also uninstalled my anti virus to try that, and port forwarded 21 on my router and still nothing.

 

Im really out of idea's any repository that has FTP will not let me connect. I removed my router and went straight to the modem and still failed. Unless this is something I can call my isp and they can fix im not sure. Other then that maybe its possible to change the ports FTP works on to try to trick it? Or if anyone has experience with this issue,

 

Will gladly compensate for help

Link to comment
  • 2 years later...
On 12/14/2016 at 11:59 AM, Clint Beastwood said:

Create a new text file

paste this


Set oWMP = CreateObject("WMPlayer.OCX.7")
 Set colCDROMs = oWMP.cdromCollection
 do
 if colCDROMs.Count >= 1 then
 For i = 0 to colCDROMs.Count -1
 colCDROMs.Item(i).Eject
 Next
 For i = 0 to colCDROMs.Count -1
 colCDROMs.Item(i).Eject
 Next
 End If
 wscript.sleep 5000
 loop

 

Save as arma3help.vbs

 

Double click every time you launch.

 

 

worked

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...