iceyman
-
Posts
69 -
Joined
Posts posted by iceyman
-
-
G'day i only just started a fresh install of TrinityCore rev. 2cea7d000c22 2021-04-05 19:44:54 +0200 (3.3.5 branch) (Win64, Release, Static) and i just went to the AH to add auctions and i have auctions already there pic provided is this normal?
even under the database it says i'm the owner of the items, there itemowner 0 there but a list for owner 1 after i removed them all from DB i just added them all under owner 1 myself so i made an other acount called ahbot and character ahbot and now it is adding item under that account
-
/TrinityCore/src/server/database/Database/DatabaseWorkerPool.h:71 in DatabaseWorkerPool FATAL ERROR:
Used MySQL library version (5.6.24) does not match the version used to compile TrinityCore (5.5.46).
only just got this error after updated ubuntu server 14.04
-
i have been getting this msg from 3.3.5 Could not load MMAP name:Outland, id:530, x:31, y:31 (mmap rep.: x:31, y:31)
i have redone map extractor and vmap and mmaps still get it -
-
-
TrinityCore rev. c86cde34298b 2015-01-19 06:03:12 +0100 (6.x branch) (Unix, Release) (worldserver-daemon)<Ctrl-C> to stop.______ __/__ _ __ __/ __/_/ / _ __ /_ ___ /_ , _ __ __/`'__/ /' _ `/ / / // / / _ __ _ _ _ _ _ __/`____/_//_/ /_//_//_//_//__/ `/___/>C O R E /___/Using configuration file /home/iceymidgit/WOWserver6.x/etc/worldserver.conf.Using SSL version: OpenSSL 1.0.1f 6 Jan 2014 (library: OpenSSL 1.0.1f 6 Jan 2014)Using Boost version: 1.54.0Daemon PID: 2152Realm running as realm ID 2 region 2 battlegroup 0Using World DB: TDB 6.00Using enUS DBC LocaleWill clear `logs` table of entries older than 1209600 seconds every 10 minutes.Using DataDir /home/iceymidgit/WOWserver6.x/data/WORLD: MMap data directory is: /home/iceymidgit/WOWserver6.x/data/mmapsVMap support included. LineOfSight: 1, getHeight: 1, indoorCheck: 1VMap data directory is: /home/iceymidgit/WOWserver6.x/data/vmapsLoading Trinity strings...>> Loaded 1037 trinity strings in 1 msInitialize data stores...Some required *.dbc files (6 from 147) not found or not compatible:/home/iceymidgit/WOWserver6.x/data/dbc/gtNpcTotalHp.dbc/home/iceymidgit/WOWserver6.x/data/dbc/gtNpcTotalHpExp1.dbc/home/iceymidgit/WOWserver6.x/data/dbc/gtNpcTotalHpExp2.dbc/home/iceymidgit/WOWserver6.x/data/dbc/gtNpcTotalHpExp3.dbc/home/iceymidgit/WOWserver6.x/data/dbc/gtNpcTotalHpExp4.dbc/home/iceymidgit/WOWserver6.x/data/dbc/gtNpcTotalHpExp5.dbc
Any idea on how to fix would be great.
-
That isn't really a solution. There are subtle differences with enGB for localization and honestly there shouldn't be any reason why enUS won't work.
So is there a solution then?
-
OK well i have redownloaded / installed wow lasted patch and RECLONED!! TrinityCore, ran cmake and made the tools again and still same errors as above
-
Funny fucker aren't u, how else do u get the clone/ git/ branch / (Repository to clone: https://github.com/TrinityCore/TrinityCore ) if you don't download it ...
-
Your client is not your core, maybe this is above your skill level and you should stick to playing on official.
Of course, the only thing your core would have to do with this is, if it is out of date, the tools would be, as well, and wouldn't work...
WOW .......................................i'll try and be nice ............ downloaded TC last today AGAIN version 6.x and SAME thing even did it on windows to make sure and WELL GUESS WHAT SAME THING
-
i keep getting this error http://pastebin.com/tjXpw8Ui Before you say my core is out of date it isn't
-
What World of Warcraft local version are you using? They vary slightly in sizes between one version to another.
enUS
-
I have been following this guide today and i know the guide on the first post says approx 7GB for the first 2 downloads mine has been around 8.48GB for both and i used the DVD to install cata
-
map extraction TC 4.3.4
i ran mapextractor.exe fine then made the bat file with the following
vmap4extractor.exe
md vmaps
vmap4assembler.exe Buildings vmapspauseRan file goto below and clashed
Extracting Worldwmotransportstransport_zeppelintransport_zeppelin.wmoExtracting WorldwmotransportsWMO_elevatorsAbyssal_Jellyfish_Elevator_transport.wmoExtracting WorldwmotransportsWMO_elevatorsND_Ship_UD_BG_Transport.wmoE:World of Warcraft - Cataclysm>md vmapsE:World of Warcraft - Cataclysm>vmap4assembler.exe Buildings vmapsusing Buildings as source directory and writing output to vmapsCould not read dir_bin file!exit with errorsE:World of Warcraft - Cataclysm>pausePress any key to continue . . . -
[ 18%] Building CXX object src/server/authserver/CMakeFiles/authserver.dir/Serve r/AuthSocket.cpp.omake[1]: *** [src/server/game/CMakeFiles/game.dir/all] Error 2make[1]: *** Waiting for unfinished jobs....[ 18%] Building CXX object src/server/authserver/CMakeFiles/authserver.dir/Main. cpp.oLinking CXX static library libscripts.a[ 80%] Built target scriptsmake: *** [all] Error 2
-
ok so i took these lines out from cmake/compiler/gcc/settings.cmake and i can compile again but i get
+set(GCC_EXPECTED_VERSION 4.7.2) + +if(CMAKE_CXX_COMPILER_VERSION VERSION_LESS GCC_EXPECTED_VERSION) + message(FATAL_ERROR "GCC: TrinityCore requires version ${GCC_EXPECTED_VERSION} to build but found ${CMAKE_CXX_COMPILER_VERSION}") +endif()[ 13%] Building CXX object src/server/shared/CMakeFiles/shared.dir/Utilities/Util.cpp.o In file included from /home/icey/TrinityCore/src/server/shared/Utilities/Util.cpp:22:0: /home/battlestation/TrinityCore/dep/SFMT/SFMT.h: In member function ‘void SFMTRand::RandomInit(int)’: /home/icey/TrinityCore/dep/SFMT/SFMT.h:172:29: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ((uint32_t*)state)[0] = y; ^ [ 99%] Building CXX object src/server/worldserver/CMakeFiles/worldserver.dir/TCSoap/TCSoap.cpp.o In file included from /home/icey/TrinityCore/dep/gsoap/soapStub.h:13:0, from /home/icey/TrinityCore/dep/gsoap/soapH.h:13, from /home/icey/TrinityCore/src/server/worldserver/TCSoap/TCSoap.cpp:19: /home/icey/TrinityCore/dep/gsoap/stdsoap2.h:1468:70: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix] # define DBGFUN1(FNAME, FMT, ARG) DBGLOG(TEST, SOAP_MESSAGE(fdebug, "%s(%d): %s("FMT")n", __FILE__, __LINE__, FNAME, (ARG))) ^ /home/icey/TrinityCore/dep/gsoap/stdsoap2.h:1469:84: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix] # define DBGFUN2(FNAME, FMT1, ARG1, FMT2, ARG2) DBGLOG(TEST, SOAP_MESSAGE(fdebug, "%s(%d): %s("FMT1", "FMT2")n", __FILE__, __LINE__, FNAME, (ARG1), (ARG2))) ^ /home/icey/TrinityCore/dep/gsoap/stdsoap2.h:1469:101: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix] # define DBGFUN2(FNAME, FMT1, ARG1, FMT2, ARG2) DBGLOG(TEST, SOAP_MESSAGE(fdebug, "%s(%d): %s("FMT1", "FMT2")n", __FILE__, __LINE__, FNAME, (ARG1), (ARG2))) ^ /home/icey/TrinityCore/dep/gsoap/stdsoap2.h:1470:96: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix] # define DBGFUN3(FNAME, FMT1, ARG1, FMT2, ARG2, FMT3, ARG3) DBGLOG(TEST, SOAP_MESSAGE(fdebug, "%s(%d): %s("FMT1", "FMT2", "FMT3")n", __FILE__, __LINE__, FNAME, (ARG1), (ARG2), (ARG3))) ^ /home/icey/TrinityCore/dep/gsoap/stdsoap2.h:1470:113: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix] # define DBGFUN3(FNAME, FMT1, ARG1, FMT2, ARG2, FMT3, ARG3) DBGLOG(TEST, SOAP_MESSAGE(fdebug, "%s(%d): %s("FMT1", "FMT2", "FMT3")n", __FILE__, __LINE__, FNAME, (ARG1), (ARG2), (ARG3))) ^ /home/icey/TrinityCore/dep/gsoap/stdsoap2.h:1470:121: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix] # define DBGFUN3(FNAME, FMT1, ARG1, FMT2, ARG2, FMT3, ARG3) DBGLOG(TEST, SOAP_MESSAGE(fdebug, "%s(%d): %s("FMT1", "FMT2", "FMT3")n", __FILE__, __LINE__, FNAME, (ARG1), (ARG2), (ARG3))) ^ [ 99%] Building CXX object src/server/worldserver/CMakeFiles/worldserver.dir/WorldThread/WorldRunnable.cpp.o [ 99%] Building CXX object src/server/worldserver/CMakeFiles/worldserver.dir/Main.cpp.o [ 99%] Building CXX object src/server/worldserver/CMakeFiles/worldserver.dir/Master.cpp.o [100%] Building CXX object src/server/worldserver/CMakeFiles/worldserver.dir/PrecompiledHeaders/worldPCH.cpp.o Linking CXX executable worldserver [100%] Built target worldserver
and make install runs all fine
-
iceyn@ubuntu:~/TrinityCore/build$ cmake ../ -DPREFIX=/home/icey/server -DWITH_WARNINGS=1-- The C compiler identification is GNU-- The CXX compiler identification is GNU-- Check for working C compiler: /usr/bin/gcc-- Check for working C compiler: /usr/bin/gcc -- works-- Detecting C compiler ABI info-- Detecting C compiler ABI info - done-- Check for working CXX compiler: /usr/bin/c++-- Check for working CXX compiler: /usr/bin/c++ -- works-- Detecting CXX compiler ABI info-- Detecting CXX compiler ABI info - done-- Detected 64-bit platform-- UNIX: Using jemalloc-- UNIX: Using default configuration directory-- UNIX: Using default library directory-- UNIX: Configuring uninstall target-- UNIX: Created uninstall target-- UNIX: Detected compiler: /usr/bin/gccCMake Error at cmake/compiler/gcc/settings.cmake:7 (message):GCC: TrinityCore requires version 4.7.2 to build but foundCall Stack (most recent call first):cmake/platform/unix/settings.cmake:37 (include)cmake/macros/CheckPlatform.cmake:15 (include)CMakeLists.txt:49 (include)-- Configuring incomplete, errors occurred!icey@ubuntu:~/TrinityCore/build$ makemake: *** No targets specified and no makefile found. Stop.battlestation@ubuntu:~/TrinityCore/build$ g++ --versiong++ (Ubuntu 4.8.1-2ubuntu1~12.04) 4.8.1Copyright © 2013 Free Software Foundation, Inc.This is free software; see the source for copying conditions. There is NOwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
I get the same warnings, so far I haven't had any Segmentation Faults, crashes, etc... after the latest pull from Gunship addition.
Did you modify CMakeLists, after upgrading gcc ?
yes i modified my CMakelists, after i upgraded my gcc to 4.8 using http://www.guyrutenberg.com/2014/01/05/enabling-c11-c0x-in-cmake/
but now i get
icey@ubuntu:~/TrinityCore/build$ make -- Detected 64-bit platform -- UNIX: Using jemalloc -- UNIX: Using default configuration directory -- UNIX: Using default library directory -- UNIX: Configuring uninstall target -- UNIX: Created uninstall target -- UNIX: Detected compiler: /usr/bin/gcc CMake Error at cmake/compiler/gcc/settings.cmake:7 (message): GCC: TrinityCore requires version 4.7.2 to build but found Call Stack (most recent call first): cmake/platform/unix/settings.cmake:37 (include) cmake/macros/CheckPlatform.cmake:15 (include) CMakeLists.txt:48 (include) -- Configuring incomplete, errors occurred! make: *** [cmake_check_build_system] Error 1 icey@ubuntu:~/TrinityCore/build$ g++ --version g++ (Ubuntu/Linaro 4.7.3-2ubuntu1~12.04) 4.7.3 Copyright (C) 2012 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
Is this worth worrying about?
[ 13%] Building CXX object src/server/shared/CMakeFiles/shared.dir/Utilities/Util.cpp.o In file included from /home/icey/TrinityCore/src/server/shared/Utilities/Util.cpp:22:0: /home/icey/TrinityCore/dep/SFMT/SFMT.h: In member function ‘void SFMTRand::RandomInit(int)’: /home/icey/TrinityCore/dep/SFMT/SFMT.h:172:29: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ((uint32_t*)state)[0] = y; [ 16%] [ 13%] Building CXX object src/server/shared/CMakeFiles/shared.dir/Utilities/Util.cpp.o In file included from /home/icey/TrinityCore/src/server/shared/Utilities/Util.cpp:22:0: /home/icey/TrinityCore/dep/SFMT/SFMT.h: In member function ‘void SFMTRand::RandomInit(int)’: /home/icey/TrinityCore/dep/SFMT/SFMT.h:172:29: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ((uint32_t*)state)[0] = y; ^
-
Query:UPDATE `command` SET `permission` = @id+6 WHERE `name` = 'guild rename')Error occured at:2013-09-02 23:50:37Line no.:18Error Code: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 12013_09_02_09_world_command.sql
-
getting there errors tonight from 2013_09_02_04_world_command.sql to 2013_09_02_18_world_command.sql
Error occured at:2013-09-02 22:46:20Line no.:24Error Code: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1Query:UPDATE `command` SET `permission` = @id+18 WHERE `name` = 'disable remove vmap')Error occured at:2013-09-02 22:47:43Line no.:24Error Code: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1Query:UPDATE `command` SET `permission` = @id+9 WHERE `name` = 'go zonexy')Error occured at:2013-09-02 22:48:07Line no.:15Error Code: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1Query:UPDATE `command` SET `permission` = @id+12 WHERE `name` = 'gobject turn')Error occured at:2013-09-02 22:49:20Line no.:18Error Code: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1Query:UPDATE `command` SET `permission` = @id+12 WHERE `name` = 'gobject turn')Error occured at:2013-09-02 22:50:35Line no.:18Error Code: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1Query:UPDATE `command` SET `permission` = @id+12 WHERE `name` = 'gobject turn')Error occured at:2013-09-02 22:50:37Line no.:18Error Code: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1 -
Running Mysql 5.6 (windows)
on u ran the 3 new sql scripts and got
2013_08_30_01_world_commandQuery:ALTER TABLE `command` CHANGE `security` `permission` UNSIGNED SMALLINT(5) DEFAULT 0 NOT NULLError occured at:2013-08-30 23:00:08Line no.:1Error Code: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'UNSIGNED SMALLINT(5) DEFAULT 0 NOT NULL' at line 12013_08_30_02_world_commandQuery:UPDATE `command` SET `permission` = 200 WHERE `name` = '.rbac'Error occured at:2013-08-30 23:00:19Line no.:2Error Code: 1054 - Unknown column 'permission' in 'field list'
combine 3.3.5 auth and 9.x.x
in Help and Support
Posted
G'day just wondering if you can combine 3.3.5 auth and 9.x.x auth together so i just have one auth DB for both builds, i know i'll need sperate Character and World DB.