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

Altimeter Position is reset after every revert #125

Closed
Clayell opened this issue Mar 13, 2023 · 5 comments
Closed

Altimeter Position is reset after every revert #125

Clayell opened this issue Mar 13, 2023 · 5 comments
Labels
bug Something isn't working

Comments

@Clayell
Copy link

Clayell commented Mar 13, 2023

Describe your problem with KSPCF : Every time I change the position of the altimeter, it resets the next revert and I have to fix it again. The actual slider within the settings doesn't change, as moving it even a little bit causes the altimeter to snap back to its original position. This doesn't seem to happen after a new game session, as manually changing the altimeter position within the cfg file causes it to be at the correct position for that one launch. (but as stated previously, every launch after that will be at a bugged position) For now, I'm just going to disable this patch in the settings so it isn't bugging out every single time.

Images:
Fixed position on launch 1
Bugged position on launch 2

KSP version : 1.12.5
Link to your KSP.log file : https://drive.google.com/file/d/1joQyonUvv0GjtcAjYN8L4lzAwWFwFbXf/view?usp=share_link

@gotmachine gotmachine added the bug Something isn't working label Mar 22, 2023
@gotmachine
Copy link
Contributor

I can't reproduce this.

TBH, your install is extremely bloated and your log is full of errors and exceptions, including repeating exceptions in rather core KSP subsystems.

I don't exclude a mod compatibility issue, but the altimeter position feature has been in KSPCF since nearly 2 years, it's probable it failing totally at what it's supposed to do would have been reported already.

Let me know if you manage to reproduce this in a stock install or if you identify a specific mod incompatibility.

@gotmachine gotmachine added the unconfirmed Can't reproduce, more information needed label Mar 22, 2023
@Clayell
Copy link
Author

Clayell commented Mar 23, 2023

alright ill be on the lookout for that
where do you see the errors by the way?

@gotmachine
Copy link
Contributor

Ok, I see the issue. The position isn't actually reset like you said, it's just that the position you set while in the settings menu is slightly offset compared to the one you get after, the reason being that the width of the stock app/mod launcher toolbar on the right is accounted for in one case and not the other.

Will push a fix for that, thanks for the report.

where do you see the errors by the way?

More or less everywhere. Tons of asset errors ModularLaunchPads, TundraSpaceCenter and OSSNTR.
Runtime errors in mods like Scatterer, TextureUnlimited, Kerbalism, TransferWindowPlanner, KerbalChangelog
You have repeating errors in the KSP mouse input handler.
Thousands of repeating errors from DecouplerLight

@gotmachine gotmachine removed the unconfirmed Can't reproduce, more information needed label Mar 24, 2023
@Clayell
Copy link
Author

Clayell commented Mar 24, 2023

nice! im glad i was able to report something broken

ill report these bugs to their respective mod owners

More or less everywhere. Tons of asset errors ModularLaunchPads, TundraSpaceCenter and OSSNTR. Runtime errors in mods like Scatterer, TextureUnlimited, Kerbalism, TransferWindowPlanner, KerbalChangelog You have repeating errors in the KSP mouse input handler. Thousands of repeating errors from DecouplerLight

@Clayell
Copy link
Author

Clayell commented Mar 24, 2023

after some testing, i can confirm this was fixed on my machine
many thanks for the fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants