-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thank you for your great work! Partial solution for MSFS 2024 in Go #8
Comments
Very neat! Though, I'm curious: what happens with MSFS 2024? I no longer have a ForeFlight subscription (I haven't flown for real lately, and I can't personally justify the subscription cost for using it solely with flight sim), so I haven't tested it myself since the new sim's been available -- but I do have other SimConnect addons that still work, so I'm wondering what seems to be the issue? |
@ollyau ,I’m not sure what changed, but EFBConnect stopped working with MSFS 2024. Perhaps something in the API was modified. I couldn’t build it for debugging, as the new msfs 2024 SimConnect DLL version requires a newer .NET version, and there seems to be an issue with the project dependencies. |
As noted in the readme, as well as issues #2 and #3, EFB Connect uses a third-party SimConnect client (
I'm still not sure what you mean by "stopped working" -- does the EFB Connect application crash? Does it open, but fail to connect to the simulator? Do you not see anything in ForeFlight? The SimConnect server in MSFS 2024 maintains backwards compatibility with FSX SimConnect clients (including BeatlesBlog SimConnect), which I've confirmed in other projects as well as EFB Connect. Additionally, I've specifically just tested EFB Connect with MSFS 2024 (version 1.2.11.0, released yesterday, January 9th) and it seems to be functioning as designed for me -- the application opens, connects to the simulator, and sends the Have you tried both the Broadcast and IP Address options? I've heard anecdotes from other users that despite ForeFlight's documentation (or perhaps some configuration with Windows / .NET?), ForeFlight may no longer be working with the Broadcast option. Perhaps try setting the IP address of the device that's running your copy of ForeFlight (i.e. your iPad / iPhone)? |
Since I haven't heard back and haven't been able to reproduce the issue, I'm closing the issue for now. If anyone has further context, feel free to let me know! |
Hello,
I just wanted to say a huge thank you for all the effort you put into this project. Your work with MSFS 2020 and EFBConnect has been incredibly helpful, and I appreciate the time and expertise you invested.
However, I noticed that EFBConnect doesn't seem to function correctly with the new MSFS 2024 release. Since I'm not a .NET developer, I ended up creating my own partial solution in Go and C/C++ to capture and broadcast the necessary data for MSFS 2024.
If anyone else finds this helpful or wants to expand upon it, I’ve shared my repository here:
https://github.com/vsychov/msfs-2024-skydemon/releases
Thanks again for your original code and for making it available to the community. Hopefully, this information can be useful for others who need MSFS 2024 compatibility.
Best regards
The text was updated successfully, but these errors were encountered: