Jump to content

Simbrief not loading flight plan


Mr Mix Tea

Recommended Posts

13 hours ago, mark75 said:

It's a weird one, I know, but I've tried like three times with and without FSUIPC.

Wow that is quite peculiar. Which version of FSUIPC specifically?
I use it myself and haven't noticed this issue, however am a few versions behind (v7.4.6) 

Vrishabh Sehgal @Richboy2307 )
Community Team Member & Tester
IniBuilds Ltd. | inibuilds.com

Link to comment
Share on other sites

1 hour ago, richboy2307 said:

Wow that is quite peculiar. Which version of FSUIPC specifically?
I use it myself and haven't noticed this issue, however am a few versions behind (v7.4.6) 

It was 7.4.10. I updated to 7.4.11 today and A300 works normally with this version for me, I've just tested it. So for me problem solved for now.

Edited by mark75
Link to comment
Share on other sites

3 hours ago, mark75 said:

It was 7.4.10. I updated to 7.4.11 today and A300 works normally with this version for me, I've just tested it. So for me problem solved for now.

Thanks for letting me know about the .11 update. I was on .10. So will try this out later today!

  • Like 1
Link to comment
Share on other sites

I was experiencing the same issues described in this post.  I updated my FSUIPC to 7.4.11 today and it fixed the problem.  Strangely enough, I wasn't notified about the FSUIPC update like I normally am for this latest version.

  • Like 1
Link to comment
Share on other sites

28 minutes ago, Griff said:

I was experiencing the same issues described in this post.  I updated my FSUIPC to 7.4.11 today and it fixed the problem.  Strangely enough, I wasn't notified about the FSUIPC update like I normally am for this latest version.

Yes, took me a couple of hours of investigation and elimination but I'm glad I found it. See a few posts above. Definitely not expected, I had different suspects.

  • Like 1
Link to comment
Share on other sites

  • 2 weeks later...
4 hours ago, Joulz said:

I have the same problem on Xbox "error downloading data" on the FMC. My simbrief username is Joulz. I use the latest version 1.1.0.

Also got this problem on Xbox 

Link to comment
Share on other sites

  • 3 weeks later...
On 4/15/2024 at 9:42 PM, Stendec said:

I can confirm same problem  on Xbox Series X - haven’t managed a single successful download of Simbrief plan to MCDU  - but Simbrief login works on EFB fine.

Good evening, I have the same problem, what we can do?

Thanks in Advance 

 

Riccardo, new user

Link to comment
Share on other sites

2 minutes ago, dream said:

Good evening, I have the same problem, what we can do?

Thanks in Advance 

 

Riccardo, new user

Sorry, I have the problem with A320 neo V2

Link to comment
Share on other sites

On 5/1/2024 at 11:17 PM, dream said:

Sorry, I have the problem with A320 neo V2

You need to use your pilot ID in the neo which is a 6 number ID that you’ll find in your simbrief account settings. On the EFB for that, you need to use the EFB keyboard and not the Xbox keyboard or it won’t work.

 

haven’t tried the A300 yet due to WASM issues on beta

  • Like 1
Link to comment
Share on other sites

  • 3 weeks later...

There had been interim issues with Simbrief import on Xbox, which should be resolved as of SU15 public release.

Please let us know if you still experience such issues since, on v1.1.1. Thanks!

Vrishabh Sehgal @Richboy2307 )
Community Team Member & Tester
IniBuilds Ltd. | inibuilds.com

Link to comment
Share on other sites

Hi, i've still got the same issue intermittently - i'm on PC, have an updated MSFS and am on v1.1.1b of the A300. It doesn't happen for every flight, but it's been about 40% for the last two days. I'm launching with FSPUIC, but i'm probably not on the latest version; ill update it and see if that resolves the issue.

Link to comment
Share on other sites

  • 1 month later...

Yesterday, July 3rd, I did a BGSF-CYDF route. It's not the first time I fly a route involving coordinate waypoint, but it's been a while. When preparing for this route I recevied an "DOWNLOAD ERROR" error from ACARS menu after requesting Simbrief data. Despite the error, the flight plane was ok with one waypoint shown as the usual 55N054W and the other one as a FIX3 with the proper coordinate. I did the flight without any problems. Today I tried CYHX to KJFK with the same Simbrief download error, but this time there was no Flight plan to be flown. In both situations I could download the flight plan at EFB. I don´t have any FSPUIC here, as far as I am aware (never installed).

I've restarted MSFS after removing and reinstalling AIRAC 2406 rev. 2 data using NAVIGRAPH HUB. At first, the aircraft loaded but it wasn't respoding to battery or ext power.  The EXT power button light would be on but not system was responding. Restarted the flight and all seems fine now.

Link to comment
Share on other sites

15 hours ago, MarcusVT said:

I've restarted MSFS after removing and reinstalling AIRAC 2406 rev. 2 data using NAVIGRAPH HUB. At first, the aircraft loaded but it wasn't respoding to battery or ext power.  The EXT power button light would be on but not system was responding.

Yeah that is just a WebASsembly Module (WASM) crash on load. When the WASM crashes, all code that uses it will basically stop working - end result being that systems freeze/stop responding. Anything NOT using WASM will still continue to function. This was designed by MS/Asobo such that if the code crashes, it will only be contained to things within the WASM, and not CTD the whole sim itself (like in previous simulators).

However not all WASM crashes are due to the aircraft's code itself, as sometimes its to do with how the sim interacts with WASM, and where it stores that data specifically on memory. These are hardest to fix as they are difficult to reproduce, and are specific to each client's memory.

Anyways, based on testing so far, next A300 update should have some workarounds/fixes that improve WASM stability. However, whenever a WASM Crash happens, only way to resolve is to restart the flight as that resets the WASM.

Thanks!

Vrishabh Sehgal @Richboy2307 )
Community Team Member & Tester
IniBuilds Ltd. | inibuilds.com

Link to comment
Share on other sites

3 hours ago, richboy2307 said:

Yeah that is just a WebASsembly Module (WASM) crash on load. When the WASM crashes, all code that uses it will basically stop working - end result being that systems freeze/stop responding. Anything NOT using WASM will still continue to function. This was designed by MS/Asobo such that if the code crashes, it will only be contained to things within the WASM, and not CTD the whole sim itself (like in previous simulators).

However not all WASM crashes are due to the aircraft's code itself, as sometimes its to do with how the sim interacts with WASM, and where it stores that data specifically on memory. These are hardest to fix as they are difficult to reproduce, and are specific to each client's memory.

Anyways, based on testing so far, next A300 update should have some workarounds/fixes that improve WASM stability. However, whenever a WASM Crash happens, only way to resolve is to restart the flight as that resets the WASM.

Thanks!

I am not having any issue with Flight Plan, but I'm getting the Download Error message... 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...