KSP-RO / RealFuels

Modular fuel tanks and engines, with real fuels and realistic performance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MissingMethodException when trying to unlock new avionics

Codelet opened this issue · comments

Version 15.2.1
When trying to unlock new tier of avionics from UI in VAB nothing happens and console gives me MissingMethodException: bool RealFuels.EntryCostManager.PurchaseConfig(string)
Apparently this method signature was changed to have two parameters by this commit
If I understand correct there is still somewhere a binding for button click which looks for old signature using reflection.
Can this be fixed ASAP as it is not possible to unlock any avionics and thus progress through the game. Or maybe there is some workaround?

Best Regards.

image

I downgraded just RealFuels addon to 15.1.0 and it seems to work, I hope using latest RP-1 express install with RealFuels downgraded will not introduce other issues which are not visible immediately :)

Fixed in v15.2.2.

Double checked with 15.2.2 installed and it is working idd.
Thanks a lot for what you are doing!