Jump to content

navydoctom

Member
  • Content Count

    35
  • Joined

  • Last visited

  • Medals

Posts posted by navydoctom


  1. Hi all,

     

    I was working on a mission using my standard mods I use and loving EDEN until I previewed the mission - everything in preview went fine and exited back to the editor. Now all EDEN does in 3D mode is freeze, I can access the units selection box on either side but the Graphical Interface of the Map just stays put. The little 3D tool in the bottom left hand corner (its the 3D line that looks like a 1/4 of box) moves and spins but the actual maps just stays frozen looking at what it was looking at when I launched the preview.

     

    I just tested it running the game naked with no mods and I didn't have this issue - any help would be great.

     

     

    Tommy


  2. Hello all,

     

    I have a mission I am trying to make which requires a ghost hawk to insert 8 troops on the other side of a hill. When I play one of the troops (team leader) using the "land" script I can get the helo to land and then I tell the other troops to disembark. In the mission I am suppose to be flying a AH-9 so, changing me to the pilot and nothing else, one of two things happen - a) the bird lands and no troops exit - I have added a get in and the start point and a get out at the LZ, or b) the bird just hovers (which I noticed happens everytime - even with me as the ground troop TL - if I add a loiter waypoint after the transport unload waypoint).

     

    Any suggestion -

     

    Then the other mainly annoying issue is if I that helo flies within 1-2km of a EI vehicle or position even when it's set to stealth/hold fire, it turns in and begins to attach. My only fix so far is moving the waypoints further and further from the the positions, but it seems a little crazy because the EI isn't engaging.

     

     

    Thanks


  3. 1- Run ArmA3Sync-DEBUG.exe

    2- From Repositories panel, add the new repository, select ok

    3. When it tries to connect , select cancel, the new entry is added to the Repositories panel

    4. Select the new entry, select connect to repository button

    5. Watch ArmA3Sync-DEBUG console, error message could be:

    - Host cannot be reached: wrong url or something outside arma3sync is blocking connection

    - Wrong login or password

    - Connection time out reached: select the repository, select edit button, select Advanced button, raise connection time out value (0=unlimited)

    - connection failed: wrong port number or something outside arma3sync is blocking connection

     

    So I did that - and I got the following returned. Not sure what it means.

            at java.io.ObjectInputStream.readObject0(Unknown Source)
            at java.io.ObjectInputStream.defaultReadFields(Unknown Source)
            at java.io.ObjectInputStream.readSerialData(Unknown Source)
            at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)
            at java.io.ObjectInputStream.readObject0(Unknown Source)
            at java.io.ObjectInputStream.readObject(Unknown Source)
            at java.util.ArrayList.readObject(Unknown Source)
            at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
            at java.lang.reflect.Method.invoke(Unknown Source)
            at java.io.ObjectStreamClass.invokeReadObject(Unknown Source)
            at java.io.ObjectInputStream.readSerialData(Unknown Source)
            at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)
            at java.io.ObjectInputStream.readObject0(Unknown Source)
            at java.io.ObjectInputStream.defaultReadFields(Unknown Source)
            at java.io.ObjectInputStream.readSerialData(Unknown Source)
            at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)
            at java.io.ObjectInputStream.readObject0(Unknown Source)
            at java.io.ObjectInputStream.readObject(Unknown Source)
            at java.util.ArrayList.readObject(Unknown Source)
            at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
            at java.lang.reflect.Method.invoke(Unknown Source)
            at java.io.ObjectStreamClass.invokeReadObject(Unknown Source)
            at java.io.ObjectInputStream.readSerialData(Unknown Source)
            at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)
            at java.io.ObjectInputStream.readObject0(Unknown Source)
            at java.io.ObjectInputStream.defaultReadFields(Unknown Source)
            at java.io.ObjectInputStream.readSerialData(Unknown Source)
            at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)
            at java.io.ObjectInputStream.readObject0(Unknown Source)
            at java.io.ObjectInputStream.readObject(Unknown Source)
            at java.util.ArrayList.readObject(Unknown Source)
            at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
            at java.lang.reflect.Method.invoke(Unknown Source)
            at java.io.ObjectStreamClass.invokeReadObject(Unknown Source)
            at java.io.ObjectInputStream.readSerialData(Unknown Source)
            at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)
            at java.io.ObjectInputStream.readObject0(Unknown Source)
            at java.io.ObjectInputStream.defaultReadFields(Unknown Source)
     
    Not sure but I kind have the feeling it maybe a JAVA issue?
×