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

A mechanism to override version checking #2227

Merged
merged 1 commit into from
Jun 29, 2019

Conversation

eggrobin
Copy link
Member

Example

Without principia_override_version_check {}

Log file created at: 2019/06/29 12:54:22
Running on machine: BELLINI
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0629 12:54:22.463878 32608 interface.cpp:628] Initialized Google logging for Principia
I0629 12:54:22.464879 32608 interface.cpp:629] Principia version 2019060310-Fatou-27-g9c250e0d609be7ecdea3fd7de47088062ba20e13-dirty built on 2019-06-02T23:08:18Z by Microsoft Visual C++ version 192227724 for Windows x86-64
I0629 12:54:22.464879 32608 interface.cpp:642] Base address is 000007FEC49E0000
I0629 12:54:22.464879 32608 ksp_physics_lib.cpp:18] Principia KSP physics DLL version 2019060310-Fatou-27-g9c250e0d609be7ecdea3fd7de47088062ba20e13-dirty built on 2019-06-02T23:08:18Z by Microsoft Visual C++ version 192227724 for Windows x86-64
I0629 12:54:22.464879 32608 ksp_physics_lib.cpp:30] Base address is 000007FEC9F00000
    @   000007FEC4A66B84        principia__LogFatal [0x000007FEC4A66B83+227] (C:\Users\robin\Projects\Kerbal Space Program\Plugins\Principia\ksp_plugin\interface.cpp:848)
    @   000000001DB66A98        (No symbol) [0x000000001DB66A97]
F0629 12:54:22.466878 32608 ksp_plugin_adapter.cs:218] Unexpected KSP version 1.7.2; this build targets 1.7.0, 1.6.1, 1.5.1, 1.4.5, 1.4.4, 1.4.3, 1.4.2, and 1.4.1.

With principia_override_version_check {}

Log file created at: 2019/06/29 12:57:14
Running on machine: BELLINI
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0629 12:57:14.770107 28424 interface.cpp:628] Initialized Google logging for Principia
I0629 12:57:14.771107 28424 interface.cpp:629] Principia version 2019060310-Fatou-27-g9c250e0d609be7ecdea3fd7de47088062ba20e13-dirty built on 2019-06-02T23:08:18Z by Microsoft Visual C++ version 192227724 for Windows x86-64
I0629 12:57:14.771107 28424 interface.cpp:642] Base address is 000007FEC4CC0000
I0629 12:57:14.771107 28424 ksp_physics_lib.cpp:18] Principia KSP physics DLL version 2019060310-Fatou-27-g9c250e0d609be7ecdea3fd7de47088062ba20e13-dirty built on 2019-06-02T23:08:18Z by Microsoft Visual C++ version 192227724 for Windows x86-64
I0629 12:57:14.771107 28424 ksp_physics_lib.cpp:30] Base address is 000007FEC9F00000
E0629 12:57:14.773108 28424 ksp_plugin_adapter.cs:220] Unexpected KSP version 1.7.2; this build targets 1.7.0, 1.6.1, 1.5.1, 1.4.5, 1.4.4, 1.4.3, 1.4.2, and 1.4.1.
I0629 12:57:14.782109 28424 ksp_plugin_adapter.cs:505] principia.ksp_plugin_adapter.PrincipiaPluginAdapter.OnAwake()
W0629 12:57:14.855116 28424 ksp_plugin_adapter.cs:620] No principia state found, creating one
[...]

@pleroy pleroy added the LGTM label Jun 29, 2019
@eggrobin eggrobin merged commit 21e93eb into mockingbirdnest:master Jun 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants