Jump to content

Nabeel

Administrators
  • Posts

    8151
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Turns out to be some server misconfiguration
  2. It could be onedrive causing the issue with loading. Data gets stored there, too, which the onedrive sync can sometimes conflict with. I'd recommend deleting the profile files or everything in documents/vmsacars and starting fresh But before you do that, if you can send me the profile file over Discord (just DM me), I can also debug to see if I see the same behavior on my end.
  3. Hey, The answer is... sort of. For the current stable and beta versions, you need to have MSFS2020 installed, for the scenery. If your scenery is already scanned, then hit start and SimConnect should "just work". I'm working on the next version (2.0), which will have better support for '24 and not require '20 to be installed for the scenery.
  4. Hi, sorry. I've been traveling. Can you try it now?
  5. Are you on the beta version?
  6. Nabeel

    vmsACARS payment

    Once
  7. No problem!
  8. Are all of the fields filled out? This is a problem in phpvms. Do you have the logs from there?
  9. Yep, sorry about that, server update had a little more downtime than expected
  10. This error is coming from the connection between ACARS and MSFS. You shouldn't have lost your flight progress, though. Which aircraft?
  11. It should hopefully be fixed in the next version
  12. Do you have logs? Have you tested with/without acars in the same situation? Acars only connects to simconnect, there's nothing running inside of msfs. What other addons are you running?
  13. I think I put in there how much time they were stopped as a field? If not, I think I can add that pretty easily
  14. Can you DM me on Discord or DM me your IP address here?
  15. Hey, try updating to the latest .Net 6 desktop release. And then delete all of the files and do a fresh download. This looks like it wasn't able to unpack all of the files and there is a dependency missing
  16. Do you have a SimConnect.ini file in the ACARS directory? If so, can you try deleting it
  17. Nabeel

    Weather

    Yeah, there are plans, but it was a little tricky in the earlier msfs days. I haven't revisited it yet, but I will
  18. Hi David, Which folder did you place it in? Do you have a screenshot?
  19. Hi, there is a translation for that already https://github.com/nabeelio/phpvms/tree/dev/resources/lang/pt-br Set the lang to pt-br
  20. I'm working on the setting so someone can set locally if it follows the system, or select Light/Dark. I've added to my list to have the possibility to choose different images for light/dark for that banner
  21. It does support transparency, does that help?
  22. Looks like there was an issue saving to the local database. Thanks for the logs, let me look into it more
  23. Can you send the full logs on Discord? Usually it's some issue server-side
  24. It doesn't save you much; the same calculations still need to happen to determine which points are going to cross the boundary. So you'd only omit drawing that single line segment, instead of calculating where that last segment would intersect the date line. But for drawing out the route, you can't omit that, since it's a pretty large line that's spanning it. The way I have it, it's the same code which splits the line up. The interesting thing I found in my research was the recommendation in the GeoJSON spec on how to handle it: https://datatracker.ietf.org/doc/html/rfc7946#section-3.1.9 Anyway - I have something working now that I'm going to push to alpha, if you want to try. Shoot me a message on Discord if you're not in the alpha distro list.
×
×
  • Create New...