Jump to content

Nabeel

Administrators
  • Posts

    8139
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by Nabeel

  1. 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?
  2. 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
  3. Can you DM me on Discord or DM me your IP address here?
  4. 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
  5. Do you have a SimConnect.ini file in the ACARS directory? If so, can you try deleting it
  6. 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
  7. Hi David, Which folder did you place it in? Do you have a screenshot?
  8. 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
  9. 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
  10. It does support transparency, does that help?
  11. Looks like there was an issue saving to the local database. Thanks for the logs, let me look into it more
  12. Can you send the full logs on Discord? Usually it's some issue server-side
  13. 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.
  14. Yeah, this is a limitation of the mapping library I'm using, since it doesn't "infinite scroll" the maps. I believe it's on their roadmap. But thanks for the suggestion, I have something like that on my mind, where if there's one point to another point, and it intersects the date line, turn into that into 2 separate segments, so from p1 -> dateline, dateline -> p2. I just haven't quite done the research or looked into the math to determine whether there is a crossing of that boundary, but also, getting the coordinates of where it's intersected, to draw that out. On a quick search I see https://gis.stackexchange.com/questions/83425/splitting-linestrings-on-dateline-with-openlayers But any other suggestions on an algorithm would be great. We can discuss it on Discord too. I'll probably end up doing some research about this over the next few days to finally get it off my list
  15. Hi, There isn't a way right now in the app - the "easiest" way is to change the settings.xml file (in Documents/phpvms) - so have one called "settings_va1.xml" and "settings_va2.xml", and rename whichever one you want to be active to "settings.xml". I'm slowly making the internal changes to make this possible (like a dropdown or something to be able to change the active airline or select which settings file to load)
  16. I've started working on the Mac plugin, that build is working, with a few other changes at least Mac users can use VMWare Fusion or something. I might try to make a guide - so they can mount the folder for scanning the scenery and then run it that way.
  17. Thanks for the link - I'll take a look. I'm using the beacon and strobe values, but I see they're using some simconnect events too, I have to do some research if those are standard events or not, because right now, I'm not looking at those to get values from. Edit; So interesting, looks like a few new sim vars have been added (so I'm using the older "LANDING LIGHTS ON" vs "LANDING LIGHTS"). But the strobes one is interesting, since the doc says it ignores "auto". I can do some experimenting with this later.
  18. Hi, that depends on how they report it to simconnect. So with it being on auto, they must always be reporting it as "on". I'm guessing their api are lvars which I don't think are supported through the simconnect interface yet. It's on my list to look into
  19. The webserver is not setup correctly, it's not hitting phpvms, looks like a landing page or something
  20. Download the latest phpvms dev version. There's an option in the ACARS settings for the beta.
  21. I think I've found an issue with this, where it's not properly reading it from the remote ACARS config setting ("ACARS Update Timer"). I'm pushing a fix to the beta channel right now.
  22. What's your ACARS update timer set to? Because that looks like it's updating every few seconds. But let me look at that code... it could be a bug.
  23. Hi Nicky, a fixed was just pushed. This was only on the beta. Just restart the client.
  24. That sounds normal. Reduce your data collection rate, I don't think it needs to be that high. They're just talking about request rate. Every 2 minutes is probably a good amount. Otherwise you probably need to look into a VPS, you might just be outgrowing shared hosting I'll look at the code and see if there's anything I missed, though
  25. How many flights were going on? Do you have timestamps with the logs? 30 seconds is still pretty frequent.
×
×
  • Create New...