MelonLoader

MelonLoader

242 Downloads

[Bug]: [0.5.3] Invalid Version '0.5.3.0' when using VerifyLoaderVersion

ScottGriffin213 opened this issue ยท 0 comments

commented

All of the following criteria must be met

  • All Requirements must be installed.
  • Full Latest.log file included. If no file exists then leave this unchecked and state so.

All of the following are optional to answer

  • Tried reinstalling the Game.
  • Tried reinstalling MelonLoader.
  • Tried restarting PC.
  • Was able to see the Start Screen.

Describe the issue.

I'm working on a mod for VRChat that triggered a bug in 0.5.2. So, to prevent users from using an earlier version, I moved to add the VerifyLoaderVersion attribute to the assembly. This resulted in the following log (I killed VRChat with CTRL+C after it failed to load the mod).

Code:

[assembly: VerifyLoaderVersion(0,5,3,true)] // Bug in ML 0.5.2 results in false obfuscation detection.

Log:
Latest.log

Did you attach your log file?

  • Yes, I attached my log file to the text box above.
  • No, I could not find a log file at {Game_Directory}\MelonLoader\Latest.log