Jump to content

Nabeel

Administrators
  • Posts

    8141
  • Joined

  • Last visited

  • Days Won

    38

Posts posted by Nabeel

  1. On 9/12/2019 at 7:28 PM, asandor said:

    Is there any where to change the borders on some of the fields for the manual pirep entry page. It can be hard to tell some stuff out.

    Here is a screenshot of what I'm talking about.

    Yeah the way is a bit more complicated. The easiest will to be create your own stylesheet and include it into the main app template and target those styles to be overriden. Right now it's using now-ui which is a skin on top of bootstrap. That is in `resources/sass/now-ui`, which is SASS files that I build.

  2. 21 hours ago, asandor said:

    For that log, the 2 airports where KDFW which is a payware airport and KMIA which is another payware airport.

    Can you attach the dat files? I wonder if there's something else that's also in that file format that I'm not parsing correctly. 

  3. There will be lookup functionality. But having every single airport loaded up locally isn't a good idea for performance reasons. I'm sure someone will create a complete database that can be imported (the lookup in vacentral is something like 58k airports, you're going to kill your server)

  4. On 9/2/2019 at 4:11 PM, asandor said:

    So now I've having a different issue. I added a new airport to VA site, and when I go into acars, and try to use that airport as a destination, its telling me the airport ICAO is invalid. I've restarted acars a few times and still nothing. I even rebuild the X-Plane scenery cache in acars.

    No error showing up in the acars log.txt file.

    But there is an error in the laravel log. Here is that log file

    That Laravel error is unrelated but I fixed it in the latest dev. That error means it can't be found in the scenery lookup. Which airport and is it an addon?

  5. On 9/1/2019 at 2:24 PM, asandor said:

    Did the same flight again thinking it was something on my end, but did the exact same thing. Acars show Detected arrived, and shows the gate I parked at, then sends me to a blank file page.

    Using the same aircraft as the previous flight, the JARDesign A330.

    Here is the laravel log for this flight.

    I will try another flight later with a different aircraft to see if it has the same issue.

    This flight was a bid flight.

    This is what was in the acars.txt file in the main xp directory

    ACARS Connect [Version 1.0.0]
    Compiled Aug 23 2019 18:39:30
    X-Plane Version: 11351
    Plugin Manager Version: 301
    07:49:06.764| INFO|EXEC|Plugin Enabled, sockets opened
    07:49:06.764| INFO|EXEC|Debug Logging Enabled (Verbosity: 4)
    08:07:45.352| WARN|EXEC|Cleared UDP Buffer
    08:08:43.063| WARN|EXEC|Cleared UDP Buffer
    08:09:39.878| WARN|EXEC|Cleared UDP Buffer
    08:10:04.214| WARN|EXEC|Cleared UDP Buffer
    11:12:25.022| INFO|EXEC|Plugin Disabled, sockets closed

    Those "Cleared UDP Buffer" messages are interesting... do you remember seeing a drop in framerates then? That message means that it was taking it some time to process events and it needed to flush what was queued to catch up.

  6. 12 hours ago, asandor said:

    Well, had the same problem on the 2 hour+ flight in the JARDesign A330. Got to Miami, landed, set the brakes and blank page for the Flight Summary page. Will not let me file it. I'll wait a bit and see what happens.

    Wonder if the issue is I set the parking brake way to early, Set it at a runway crossing since there was some traffic on the runway.

    Maybe its a good idea to manually complete the flight instead of having it complete automatically. Though on the short flight I did, I did the same thing with the parking brake, but it gave me the summary page and let me file the pirep.

    Here is the acars log.txt

    When/where you set the parking brake shouldn't really matter, unless you want it to try to detect the gate. I've seen this happen sometimes. I've been refactoring internally a ton because the way I have the navigation internally is a little wonky and I'm seeing some weird behaviors like this.

    I like the idea of having a "complete flight" button instead of trying to do it automatically, an extra click won't matter.

  7. On 7/26/2019 at 1:54 PM, Vangelis said:

    There is no VMSAcars Module in the default phpvms 7 setup 

    Do you have a link where i can download the VMSAcars so i can have a look at what you mean because i think you confused your self somewhere 

    VMSAcars modules is part of the ACARS I'm writing.

×
×
  • Create New...