Skip to content
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

Error Code = 126 - Module not found #31

Open
subabrain opened this issue Feb 24, 2021 · 4 comments
Open

Error Code = 126 - Module not found #31

subabrain opened this issue Feb 24, 2021 · 4 comments

Comments

@subabrain
Copy link

hi,

i always get this error, when compiled and loaded to xplane 11:

Error Code = 126 : Das angegebene Modul wurde nicht gefunden.

i dont know what can i do now?

Thanks and Greets!
Robert

@subabrain
Copy link
Author

Hello - somebody here?

@justsvero
Copy link

This error means that a required dependency was not found. Often one of the VCPP libs from Microsoft. Hard to say. And not really an issue of the source code here.

@todirbg
Copy link

todirbg commented Apr 20, 2021

If you build it yourself make sure you link static for windows. Else as dralog sated it is a missing library but very hard to say which one. Try looking in the build scrip what is linked and check if you have it all.

@subabrain
Copy link
Author

okay i found out - i had to copy the dependent .dlls in the same folder as the plugin self ;)

Greets
Robert

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants