Hey,
I’m suspecting this is a bug, but might have gotten something wrong. I’m trying to build GammaLauncher for win-Arm using nuke
. When building from the editor it goes all well, but when trying with vvvvc.exe
, it complains about a missing package :
[ERR] Compile: Unhandled exception. VL.Lang.CompileException: Compilation failed: Error: Missing package: RestSharp
[ERR] Compile: at Program.Main(String[] args)
[ERR] Compile: at Program.<Main>(String[] args)
The package is indeed installed in the default location, and the IDE is totally happy when building the patch.
I’m attempting to run vvvvc
against GammaLauncher.vl
with the following arguments:
--output-type WinExe --platform x64 --clean
Repro steps
- Checkout GammaLauncher to the latest commit and
cd
inside cd /nuke
nuke compile --version 10.0.0
Thanks in advance!