Jump to content
TrinityCore

Armandas

Plebs
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Armandas

  1. ​Same ​Reextracting mmaps ant vmaps from updated retail client fixed the problem
  2. Start VS in Administrator mode. Seems to be a problem with permissions. ​It did fix the problen, it compiled perfectly now. I gues after installing windows 10 it changed VS run settings to default. Thanks.
  3. 6.x I'm running MS Visual Studio 12 2013 update 5, OpenSSL is 64bit too. Compiler setup:Release, 64bit How i got my error: Clean ALL_BUILD> Build ALL_BUILD>Build INSTALL(... gave me an error) Note:In Cmake i have WITH_SOURCE_TREE set to hierarchical. The error: Error 1 error MSB3073: The command "setlocal "C:\Program Files (x86)\CMake\bin\cmake.exe" -DBUILD_TYPE=Release -P cmake_install.cmake if %errorlevel% neq 0 goto :cmEnd :cmEnd endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone :cmErrorLevel exit /b %1 :cmDone if %errorlevel% neq 0 goto :VCEnd :VCEnd" exited with code 1. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 132 5 INSTALL Log: 1>------ Build started: Project: revision_data.h, Configuration: Release x64 ------ 2>------ Build started: Project: INSTALL, Configuration: Release x64 ------ 2> -- Install configuration: "Release" 2> -- Installing: C:/Program Files/TrinityCore/bnetserver.exe 2> CMake Error at src/server/bnetserver/cmake_install.cmake:50 (file): 2> file INSTALL cannot copy file "C:/Build/bin/Release/bnetserver.exe" to 2> "C:/Program Files/TrinityCore/bnetserver.exe". 2> Call Stack (most recent call first): 2> src/server/cmake_install.cmake:36 (include) 2> src/cmake_install.cmake:33 (include) 2> cmake_install.cmake:33 (include) 2> 2> 2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(132,5): error MSB3073: The command "setlocal 2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(132,5): error MSB3073: "C:\Program Files (x86)\CMake\bin\cmake.exe" -DBUILD_TYPE=Release -P cmake_install.cmake 2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(132,5): error MSB3073: if %errorlevel% neq 0 goto :cmEnd 2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(132,5): error MSB3073: :cmEnd 2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(132,5): error MSB3073: endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone 2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(132,5): error MSB3073: :cmErrorLevel 2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(132,5): error MSB3073: exit /b %1 2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(132,5): error MSB3073: :cmDone 2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(132,5): error MSB3073: if %errorlevel% neq 0 goto :VCEnd 2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(132,5): error MSB3073: :VCEnd" exited with code 1. ========== Build: 1 succeeded, 1 failed, 23 up-to-date, 0 skipped ==========
×
×
  • Create New...