Hi There,
I wish to use the JSBSIM for my flight sim project. However, UE5 crashes to desktop with the error logs.
In a nutshell:
- I download the jsbsim master from github. I can compile it without issues with VS 2019.
- I run the reference project and works flawlessly, I fly a few rounds.
I then copy the “Plugins” folder from the referenceapp to my “MyProject” folder.
I enable the plugin JSBSIM in the plugins editor for MyProject and then restart.
Creating a Pawn, and adding a physical mesh(simple cube) and the JSBSIM movement components.
Then I grab it into the world editor, and hit play:
And immediately:
Do you have any idea if I am skipping anything? Apart from “Plugins” folder do I need to copy anything else? The official guide doesn’t say so.
If you notice, the error message is referring a link to my downloads folder where I oirginally downloaded the script and did the compilation. It should not, because after the plugin folder copy, I delete the whole downloaded folder.
Many thanks for your help in advance.
Cheers!