-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
KSP's Monkey Patching is screwing with me. #71
Comments
Quoting myself from Forum, just in case:
|
AHA!!!! I'm not mad about the "feature" implemented, it appears to be good - but, hell, we need to be warned about the changes, damnit!!!. Silently patching things is what malware does, by God's sake!! * EDIT: can't affirm that, unfortunately. After thinking on the problem, I concluded I may be biased due that traumatic event that initiated this Report. I can't prove that this is not a feature that I never stomped over yet by pure luck. |
I used KDIFF3 on the affected KSP (1.4.3, by the way - they are Monkey Patching everything) with an old backup to see if the patching is being persisted on disk. Apparently, they are not - the thing apparently is being downloaded and applied on every KSP boot. This suggests we can block it using firewalls. |
I transferred this to KSP-Recall, as now I have undeniable evidence this is something related to KSP itself. This doesn't means I will tackle this down on KSP-Recall (or that I ever will try), but KSP-Recall is the place where I'm consolidating KSP (mis)behaviours for future reference. |
NOTEAfter thinking about, I concluded that no, this is not a hard evidence of Monkey Patching after all. It may be something on KSP that I never had seen before: Absence of evidence is not evidence of absence, in order to make such bold affirmation I would had to had screwed up an savegame in the exact way I did to check this user's report before, but I don't recall doing it before and, so, I don't have how to know if this is something that was always there or not. To be more specific, I'm talking about this message: It's happening while trying to open a savegame that by some reason throws up an Exception while being inspected - apparently, it's just it, KSP tries to open the data file, gets an Exception (any one, by any reason) and stupidly concludes "it's not compatible" and shows the message. The user that reported the problem coming back today telling that his problem just vanished without they knowing how is still an evidence that suggests Monkey Patching, but it's not a positive and undeniable evidence about the message being something new, or even something else being patched on their rig (besides the suggestion being strong enough, see the next paragraph):
— — EDIT — — The TweakScale#312 was finally diagnosed, and it's completely unrelated to this one. |
Note to future readers: on Oct 1, I mentioned:
This DOES NOT RULES OUT Monkey Patching (look on the damned log, damnit - the words This only means that I can't use this evidence as a HARD EVIDENCE (i.e., undeniable evidence or proof) of Monkey Patching because correlation is not causality:
So, this is not a proof - but it's still an evidence that should be used together other evidences that, so, may be used to conclude if we have or not Monkey Patching being downloaded from Kraken knows where by our backs.
|
Monkey Patching was completely ruled out on TweakScale/TweakScale#312 . See TweakScale/TweakScale#312 (comment) for details. |
On the other hand, this post on Forum may still be explained by Monkey Patching. |
Oukey. I found a Monkey Patching on KSP, and this freaking thing is screwing with me.
On 2022's Hallowing (more specifically, the weekend following it), my DLLs on A+ got screwed by the following problem:
That
AirplanePlus.MonkeyPatching
thingy? Not mine, don't have the slighest idea from what deepness of Hell this crapness came. I can only say that this prevented me from working on the DLL for the whole weekend.As long the clock marked midnight of Monday, the problem goes away.
I can only infer this was some kind of Easter Egg that some jerk though it could be a good idea to have hardcoded inside KSP without telling anyone about.
Also on Forum
I'm still thinking if I want to mess with this crap.
The text was updated successfully, but these errors were encountered: