Jump to content
TrinityCore

heugabel

Members
  • Posts

    22
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

heugabel's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. not the same...that was linux...an i have a clean enviroment used.
  2. hi, Ive tried to Compile with VS2013 on Windows 10 x64 * TrinityCore revision : ce0ce25a666f 2016-04-20 12:59:57 +0200 (6.x branch) char const* GitRevision::GetFullVersion() { #if PLATFORM == PLATFORM_WINDOWS # ifdef _WIN64 return _PACKAGENAME " rev. " VER_PRODUCTVERSION_STR " (Win64, " _BUILD_DIRECTIVE ")"; # else return _PACKAGENAME " rev. " VER_PRODUCTVERSION_STR " (Win32, " _BUILD_DIRECTIVE ")"; # endif #else return _PACKAGENAME " rev. " VER_PRODUCTVERSION_STR " (Unix, " _BUILD_DIRECTIVE ")"; #endif Fehler 27 error C2146: Syntaxfehler: Fehlendes ';' vor Bezeichner '_BUILD_DIRECTIVE' E:\src\common\GitRevision.cpp 57 1 common Fehler 28 error C2065: '_BUILD_DIRECTIVE': nichtdeklarierter Bezeichner E:\src\common\GitRevision.cpp 57 1 common Fehler 29 error C2143: Syntaxfehler: Es fehlt ';' vor 'Zeichenfolge' E:\src\common\GitRevision.cpp 57 1 common how to fix it :-)
  3. both.... from e3a583646edd736176e5b4614b69fa794bc83c5b e3a583646edd736176e5b4614b69fa794bc83c5b
  4. no! im still disconnected... 4/17 23:01:45.790 [GlueLogin] Logon complete. 4/17 23:01:45.790 [GlueLogin] Waiting for realm list. 4/17 23:01:45.790 [IBN_Login] Requesting realm list ticket 4/17 23:01:45.848 [IBN_Login] Received realm list ticket | code=ERROR_OK (0) 4/17 23:01:45.848 [GlueLogin] Waiting for realm list. 4/17 23:01:45.897 [IBN_Login] Received sub region list | code=ERROR_OK (0) 4/17 23:01:45.897 [IBN_Login] Requesting last played chars | numSubRegions=1 4/17 23:01:45.996 [GlueLogin] Realm list ready. 4/17 23:01:48.056 [IBN_Login] Joining realm | subRegion=1-0-0 | realmAddress=1-0-1 4/17 23:01:48.136 [IBN_Login] OnRealmJoin | code=ERROR_OK (0) 4/17 23:01:49.284 [GlueLogin] Disconnected from WoW | previouslyConnected=false 4/17 23:01:49.284 [IBN_Login] Front disconnecting | connectionId=1 4/17 23:01:49.284 [GlueLogin] Disconnecting from authentication server. 4/17 23:01:49.342 [IBN_Login] Front disconnected | connectionId=1 | result=( | code=ERROR_OK (0) | localizedMessage= | debugMessage=) 4/17 23:01:49.342 [GlueLogin] Disconnected from authentication server. 4/17 23:01:49.342 [IBN_Login] Destroying | isInitialized=true 4/17 23:01:53.191 [IBN_Login] Destroying | isInitialized=false 4/17 23:01:53.432 [IBN_Login] Shutting down
  5. https://github.com/trinity6/trinity6.github.io/tree/master/US/wow its not included, without this we cant start the game. i have send a pull request with updated infos. wait for accept...
  6. http://zeromq.org/distro:microsoft-windows
  7. wich dbc files are relevant for 6.x branch? 6.0.3 doesnt start worldserver...
  8. cant compile navmesh source since deleted ace libs.
×
×
  • Create New...