Hi, I'm running Blue Prince on Linux via Steam/Proton and the mod stopped working after Patch 1.7. The game boots but shows a black screen and exits after ~5 seconds.
From MelonLoader/Latest.log:
[Blue_Prince_Ultra-Wide] Failed to Harmony Patch BluePrince.Patches.Patches
System.TypeLoadException: Could not load type 'Il2Cpp.AspectUtility' from assembly 'Il2CppFurySdkProjectUtils'
It appears Patch 1.7 removed the three classes the mod patches:
LetterboxCamera
LetterboxCameraBars
FixedAspectRatio
The game now uses ResolutionSetter and AspectUtility instead (visible in the Cpp2IL-generated assemblies bundled with MelonLoader). However the correct assembly name for these types still needs to be confirmed.
Would love an updated build, happy to test on Linux/Proton if that helps. Thanks for the great mod!
Hi, I'm running Blue Prince on Linux via Steam/Proton and the mod stopped working after Patch 1.7. The game boots but shows a black screen and exits after ~5 seconds.
From
MelonLoader/Latest.log:[Blue_Prince_Ultra-Wide] Failed to Harmony Patch BluePrince.Patches.Patches
System.TypeLoadException: Could not load type 'Il2Cpp.AspectUtility' from assembly 'Il2CppFurySdkProjectUtils'
It appears Patch 1.7 removed the three classes the mod patches:
LetterboxCameraLetterboxCameraBarsFixedAspectRatioThe game now uses
ResolutionSetterandAspectUtilityinstead (visible in the Cpp2IL-generated assemblies bundled with MelonLoader). However the correct assembly name for these types still needs to be confirmed.Would love an updated build, happy to test on Linux/Proton if that helps. Thanks for the great mod!