Jump to content
TrinityCore

piccolodmq

Plebs
  • Posts

    5
  • Joined

  • Last visited

Everything posted by piccolodmq

  1. Hi there, could I get some help, in the topic. Just to get some backstory, I have a custom trinitycore 3.3.5a server with many custom models, zones, etc. I succesfully created custom graveyards in zones like Pandaria and Draenor (the ones from Kronixusa), following this tutorial.http://www.model-changing.net/tutorials ... graveyard/I have created graveyards for custom zones in Custom maps and in deserted zones like Hyjal that have no graveyards. HOWEVER, I foudn out that none of the graveyards work in Northrend and if I die there, I will just get ported to westfall or barrens. I dont know how to fix this. I even tried to remake new custom gyards copying everything from the original custom graveyards of northrend using the tutorial above, but all I get when trying to use this command, .linkgrave X (X being the new graveyard ID) is the message ""CANNOT LINK TO NON EXISTING ZONE OR SUBZONE #INTERNAL ERROR"Thanks for you help!
  2. ** CMAKE problems when compiling ** I followed this guide https://trinitycore.atlassian.net/wiki/display/tc/Installation+Guide with no problems until the point where I have tu USe Cmake 3.4.6 and setup the Source Code and Build Binaries to configure and generate the compiled version and get errors: I should get a red screen in Cmake where I have to select the Tools check box and then select genereate to get the build: *Septes taken *: First I select Cmake Select the sourcode location C:/ trinity Where to build binaries C:/Build I get to choose what generator to use: Choose Visual Studio 14 2015 Win64. Get this error and scren instead. https://drive.google.com/file/d/0B8x...ew?usp=sharing 3.3.5 Branch(es): Here is the error log http://pastebin.com/raw/4WusXqfu Using this on a *: using Windows server2012R2 Cmake 3.4.6 Microsoft Visual Studio 14.0 x64, (and thats the one I am using for Cmake) although i have previous versions isntalled also, Win32OpenSSL-1_1_0 (64 and 32 versión installed) boost_1_60_0-msvc-14.0-64 --------------------------------------------------------------- sOLVED BY REINSTALLING OPENSLL 1.01 THANKS!
  3. Hi there Hi there I am trying to compile a fresh core and whn I am using Cmake, I get this error. ------------ Build started 9/13/2016 1:43:54 PM. Project "C:\Build\CMakeFiles\CMakeTmp\cmTC_985e4.vcxpr oj" on node 1 (default targets). PrepareForBuild: Creating directory "cmTC_985e4.dir\Debug". Creating directory "C:\Build\CMakeFiles\CMakeTmp\Debug". Creating directory "cmTC_985e4.dir\Debug\cmTC_985e4.tlog". InitializeBuildStatus: Creating "cmTC_985e4.dir\Debug\cmTC_985e4.tlog\unsuccessful build" because "AlwaysCreate" was specified. ClCompile: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64\CL.exe /c /Zi /W1 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR="Debug"" /D _MBCS /Gm- /RTC1 /MDd /GS /fprecise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_985e4.dir\Debug\" /Fd"cmTC_985e4.dir\Debug\vc140.pdb" /Gd /TC /wd4996 /wd4355 /wd4244 /wd4985 /wd4267 /wd4619 /wd4512 /errorReport:queue C:\Build\CMakeFiles\CMakeTmp\CheckIncludeFile.c Microsoft (R) C/C++ Optimizing Compiler Version 19.00.24210 for x64 Copyright (C) Microsoft Corporation. All rights reserved. cl /c /Zi /W1 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR="Debug"" /D _MBCS /Gm- /RTC1 /MDd /GS /fprecise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_985e4.dir\Debug\" /Fd"cmTC_985e4.dir\Debug\vc140.pdb" /Gd /TC /wd4996 /wd4355 /wd4244 /wd4985 /wd4267 /wd4619 /wd4512 /errorReport:queue C:\Build\CMakeFiles\CMakeTmp\CheckIncludeFile.c CheckIncludeFile.c C:\Build\CMakeFiles\CMakeTmp\CheckIncludeFile.c(1) : fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory [C:\Build\CMakeFiles\CMakeTmp\cmTC_985e4.vcxproj] Done Building Project "C:\Build\CMakeFiles\CMakeTmp\cmTC_985e4.vcxpr oj" (default targets) -- FAILED. Build FAILED. "C:\Build\CMakeFiles\CMakeTmp\cmTC_985e4.vcxpr oj" (default target) (1) -> (ClCompile target) -> C:\Build\CMakeFiles\CMakeTmp\CheckIncludeFile.c(1) : fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory [C:\Build\CMakeFiles\CMakeTmp\cmTC_985e4.vcxproj] 0 Warning(s) 1 Error(s) Time Elapsed 00:00:00.27 ------ I am using Microsoft Visual Comunity 2015. Heres is a picture of the Error itself https://drive.google.com/file/d/0B8x...ew?usp=sharing Thanks in advanced for your help! ------------------------ sOLVED BY REINSTALLING OPENSLL 1.01 THANKS!
×
×
  • Create New...