Jump to content
TrinityCore

iceyman

Members
  • Posts

    69
  • Joined

Posts posted by iceyman

  1. 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 

    Screenshot_2.png

  2. /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 

  3. 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  /___/
    http://TrinityCore.org                    /__/
     
    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.0
    Daemon PID: 2152
     
    Realm running as realm ID 2 region 2 battlegroup 0
    Using World DB: TDB 6.00
    Using enUS DBC Locale
    Will 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/mmaps
    VMap support included. LineOfSight: 1, getHeight: 1, indoorCheck: 1
    VMap data directory is: /home/iceymidgit/WOWserver6.x/data/vmaps
    Loading Trinity strings...
    >> Loaded 1037 trinity strings in 1 ms
    Initialize 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.

  4. 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

  5. vmapcrash_zps460c55a8.png

     

    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 vmaps
    pause
     

    Ran file goto below and clashed  

     

    Extracting Worldwmotransportstransport_zeppelintransport_zeppelin.wmo
    Extracting WorldwmotransportsWMO_elevatorsAbyssal_Jellyfish_Elevator_transpo
    rt.wmo
    Extracting WorldwmotransportsWMO_elevatorsND_Ship_UD_BG_Transport.wmo
     
    E:World of Warcraft - Cataclysm>md vmaps
     
    E:World of Warcraft - Cataclysm>vmap4assembler.exe Buildings vmaps
    using Buildings as source directory and writing output to vmaps
    Could not read dir_bin file!
    exit with errors
     
    E:World of Warcraft - Cataclysm>pause
    Press any key to continue . . .
     
     
    error_zpsaf884e2b.png
  6. [ 18%] Building CXX object src/server/authserver/CMakeFiles/authserver.dir/Serve                                                                                                                                                             r/AuthSocket.cpp.o
    make[1]: *** [src/server/game/CMakeFiles/game.dir/all] Error 2
    make[1]: *** Waiting for unfinished jobs....
    [ 18%] Building CXX object src/server/authserver/CMakeFiles/authserver.dir/Main.                                                                                                                                                             cpp.o
     
    Linking CXX static library libscripts.a
    [ 80%] Built target scripts
    make: *** [all] Error 2
     
  7. 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

  8. 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/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:49 (include)
     
     
    -- Configuring incomplete, errors occurred!
    icey@ubuntu:~/TrinityCore/build$ make
    make: *** No targets specified and no makefile found.  Stop.
    battlestation@ubuntu:~/TrinityCore/build$ g++ --version
    g++ (Ubuntu 4.8.1-2ubuntu1~12.04) 4.8.1
    Copyright © 2013 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.
  9. 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.
    
    
  10. 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;
                                 ^
    
    
  11.  
    Query:
    UPDATE `command` SET `permission` = @id+6 WHERE `name` = 'guild rename')
     
    Error occured at:2013-09-02 23:50:37
    Line no.:18
    Error 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
     
     
    2013_09_02_09_world_command.sql
  12. 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:20
    Line no.:24
    Error 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
     
     
     
    Query:
    UPDATE `command` SET `permission` = @id+18 WHERE `name` = 'disable remove vmap')
     
    Error occured at:2013-09-02 22:47:43
    Line no.:24
    Error 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
     
     
     
    Query:
    UPDATE `command` SET `permission` = @id+9 WHERE `name` = 'go zonexy')
     
    Error occured at:2013-09-02 22:48:07
    Line no.:15
    Error 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
     
     
     
    Query:
    UPDATE `command` SET `permission` = @id+12 WHERE `name` = 'gobject turn')
     
    Error occured at:2013-09-02 22:49:20
    Line no.:18
    Error 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
     
     
     
    Query:
    UPDATE `command` SET `permission` = @id+12 WHERE `name` = 'gobject turn')
     
    Error occured at:2013-09-02 22:50:35
    Line no.:18
    Error 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
     
     
     
    Query:
    UPDATE `command` SET `permission` = @id+12 WHERE `name` = 'gobject turn')
     
    Error occured at:2013-09-02 22:50:37
    Line no.:18
    Error 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
     
     
     
  13. Running Mysql 5.6 (windows)

     

    on u ran the 3 new sql scripts and got

     

    2013_08_30_01_world_command
     
    Query:
    ALTER TABLE `command` CHANGE `security` `permission` UNSIGNED SMALLINT(5) DEFAULT 0 NOT NULL
     
    Error occured at:2013-08-30 23:00:08
    Line no.:1
    Error 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 1
     
    2013_08_30_02_world_command
     
    Query:
    UPDATE `command` SET `permission` = 200 WHERE `name` = '.rbac'
     
    Error occured at:2013-08-30 23:00:19
    Line no.:2
    Error Code: 1054 - Unknown column 'permission' in 'field list'
×
×
  • Create New...