H3VR-Modding / Mason

Compiles project directories into BepInEx plugins that utilize Stratum asset loading.
https://h3vr-modding.github.io/Mason
MIT License
4 stars 0 forks source link

Missing Assembly: CommandLine #4

Closed malicean closed 2 years ago

malicean commented 2 years ago

Standalone Mason produces this result when it is ran. Bugged in every version since 1.0.0.

error at .(0,0): [S0] An unhandled exception occured: System.IO.FileNotFoundException: Could not load file or assembly 'CommandLine, Version=2.8.0.0, Culture=neutral, PublicKeyToken=5a870481e358d379'. The system cannot find the file specified.

File name: 'CommandLine, Version=2.8.0.0, Culture=neutral, PublicKeyToken=5a870481e358d379'
   at Mason.Standalone.Program.MainSafe(String[] args)
   at Mason.Standalone.Program.Main(String[] args) in /home/runner/work/Mason/Mason/Mason/Program.cs:line 24