malforge / mdk2

MIT License
57 stars 3 forks source link

Cannot build project #48

Closed Dani1973 closed 1 day ago

Dani1973 commented 1 day ago

When building I get "system cannot find the path specified" while the shown binary path is correct. I tried setting the ouput and the binary path in the ini but that didn't help either.

Output from build :

Build started at 23:33...
1>------ Build started: Project: SE_Test, Configuration: Debug x64 ------
1>Found local ini file: C:\Users\pp_da\source\repos\SE_Test\SE_Test.mdk.local.ini
1>Found ini file: C:\Users\pp_da\source\repos\SE_Test\SE_Test.mdk.ini
1>Successfully determined the binary path of Space Engineers: c:\program files (x86)\steam\SteamApps\common\SpaceEngineers\Bin64
1>Loading Space Engineers assemblies from c:\program files (x86)\steam\SteamApps\common\SpaceEngineers\Bin64
1>The system cannot find the path specified.
1>C:\Users\pp_da\.nuget\packages\mal.mdk2.pbpackager\2.0.12\build\Mal.Mdk2.PbPackager.props(14,9): error MSB3073: The command ""C:\Users\pp_da\.nuget\packages\mal.mdk2.pbpackager\2.0.12\build\..\tools\mdk.exe" restore "C:\Users\pp_da\source\repos\SE_Test\SE_Test.csproj" -interactive" exited with code 3.
1>Done building project "SE_Test.csproj" -- FAILED.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
========== Build completed at 23:33 and took 00,196 seconds ==========
malware-dev commented 1 day ago

Update your nuget packages and templates https://github.com/malforge/mdk2/wiki

You're running an old broken version

malware-dev commented 1 day ago

It's supposed to inform you there's a new version available but apparently that only works when it feels like it 😒