-
Notifications
You must be signed in to change notification settings - Fork 230
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
[1.0.2-pre] ContractConfigurator kills the Addon-wrappers #1849
Comments
the Error in the log is: ` 10/21/2016 11:44:43 AM,kOS-IRWrapper,Attempting to Grab IR Types... (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42) NotSupportedException: The invoked member is not supported in a dynamic module. (Filename: Line: -1) 10/21/2016 11:44:43 AM,kOS-IRWrapper,Attempting to Grab IR Types... (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42) |
Close via #1855 |
The next release of ContractConfigurator will not play nice with kOS wrapper functions. I got the described errors from the IR-wrapper about every tick.
The needed Change is described here:
blizzy78/ksp_toolbar#39
https://github.com/blizzy78/ksp_toolbar/pull/39/files
The issue first showed up with the toolbar users, but kOS is also affected.
The text was updated successfully, but these errors were encountered: