Jump to content
TrinityCore

drmike

Members
  • Posts

    17
  • Joined

  • Last visited

Posts posted by drmike

  1. I haven't extracted mmaps in a while, but, when I did, it took 3 days, or so.

    So it;s like a weekend visit to my mother in laws then? Sounds about right....

    Is there anyway to get it to give some output as it does what it does? I mean I know it counts the maps that it finds but it just shows a total.

    Would be nice to see it's actually doing something. Send the output to a screen or something....

    Having asked that, I found a reference to where you can have one of the extractors pull out high res graphics. Do any of these extractors have options that we can use? If so, is there a table of these commands somewhere? I haven't been able to find anything and throwing --help and -? at them doesn't do a whole lot.

  2. A list of the 4.3.4 commits: https://github.com/TrinityCore/TrinityCore/commits/4.3.4

    You'll note the 7 digit hashes along the right hand side of the main column. As I write this, 059f303 is the hash for the latest commit. Note sure what the command is for windows' version of git but on linux, it's 'get describe' to get the hash of the version that you have.

    Hope this helps

    edit: I wrote this while tonka4ok was writing his or her post. I'll just leave it here for reference.

  3. Not really sure why that happens but the wiki could be edited to list both /etc and /conf

    I realized on my walk come last night that the wiki uses the example of /conf :

    http://collab.kpsn.org/display/tc/Linux

    cmake ../ -DPREFIX=/home/wow/server -DCONF_DIR=/home/wow/server/conf -DLIBSDIR=/home/wow/server/lib -DTOOLS=1 -DWITH_WARNINGS=1
    even though a page down from there, it's back to using /etc :

    and the standard configuration files in the /home/<username>/server/etc folder.
  4. How about a Duplicate entry error upon character creation:

     

    SQL(p): INSERT INTO character_action (guid, spec, button, action, type) VALUES (1, 0, 0, 686, 0)
     [ERROR]: [1062] Duplicate entry '1-0-0' for key 'PRIMARY'
    SQL(p): INSERT INTO character_action (guid, spec, button, action, type) VALUES (2, 0, 0, 686, 0)
     [ERROR]: [1062] Duplicate entry '2-0-0' for key 'PRIMARY'
    Those are 2 different attempts and it's copied out of the DBErrors.log file.

    Used the TDB_full_335.54_2014_07_05.sql file to populate the database.

    I imported the updates from sql/updates/world. I used the Marcus Woods' script from the comments here:

    http://collab.kpsn.org/display/tc/Database_master

    I changed the directory and the login information in the script. Seemed to run fine.

    No, I did not apply the auth or character updates.

    edit: Never mind, I see it's been fixed: https://github.com/TrinityCore/TrinityCore/issues/12549

    I need to stop working on this thing after a 12-14 hour day. I swear I searched....

  5. Hmmm strange:

    drmike@vps5:~$ cd server
    drmike@vps5:~/server$ ls -la
    total 20
    drwxrwxr-x 5 drmike drmike 4096 Jul 18 08:54 .
    drwxr-xr-x 6 drmike drmike 4096 Jul 18 23:06 ..
    drwxrwxr-x 2 drmike drmike 4096 Jul 18 22:56 bin
    drwxrwxr-x 2 drmike drmike 4096 Jul 18 22:52 conf
    drwxrwxr-x 5 drmike drmike 4096 Jul 18 09:08 data
    
    No etc directory and both of the *.dist files are in the conf directory. Using Ubuntu for an OS.

    If that's how it is for you, it's not a biggie for me. Just not seeing that.

  6. Greets:

     

    Under the Configuring the server section of the How To Linux walkthru, it mentions the two config files to be located in the /home/<username>/server/etc/ folder.

    Mine are in the /home/<username>/server/conf/ folder.

    Not sure if that's a typo or an issue with my install but I wanted to point that out.

    Is it ok if I edit the wiki or should I stay away from doing so until I'm more familiar with the software? I don't want to step on any toes so that's why I'm reporting these instead of making the edits myself.

    Thanks

    -drmike

  7. Greets again:

     

    I'm running out the door as I'm late for a doctor's appointment.  I'll come back and add more to this report/question later if needed.

     

    Getting the following as an error when I get the mmaps extractor a try:

    drmike@vps5:~/clientsoftware)$ /home/drmike/server/bin/mmaps_generator
    Discovering maps... found 105.
    Discovering tiles... found 5744.
    
    terminate called after throwing an instance of 'std::system_error'
      what():  Enable multithreading to use std::thread: Operation not permitted
    Aborted (core dumped)
    drmike@vps5:~/clientsoftware$
    
    

    A quick google suggests an issue with multiprocessing.  I've got access to 2 cpus on this box.  If so, is there a flag I can pass along with the run command?

     

    Thanks for the help.

  8. Boost is now part of master, new requierement libs for linux:

    libboost-dev libboost-thread-dev libboost-system-dev libboost-program-options-dev

    http://sourceforge.net/projects/boost/files/boost-binaries/1.55.0-build2/boost_1_55_0-msvc-12.0-64.exe/download or

    http://sourceforge.net/projects/boost/files/boost-binaries/1.55.0-build2/boost_1_55_0-msvc-12.0-32.exe/download for windows.

     

    Is a specific version required?  I ask because the versions you're linking to are 1.55 while the apt-get pulled 1.53.

     

    Thanks

     

    edit: Never mind.  I noticed that the first post in this thread got edited.  You need at least v1.49 so I'm fine.

     

    Thanks again

  9. Greets:

     

    I'm hoping someone can help me as well.  I'm trying to install the software and am having an issue right at the very end of the make command.

     

    I'm installing this on Ubuntu 13.03 32bit.  Versions are:

    ACE 6.0.3
    MySQL 5.5.37
    CMake 2.8.11.2
    OpenSSL 1.0.1e
    GCC 4.8.1
    

    Using the following for the cmake command.  I just add that for reference:

    cmake ../ -DPREFIX=/home/testuser/server -DCONF_DIR=/home/testuser/server/conf -DLIBSDIR=/home/testuser/server/lib -DTOOLS=1 -DWITH_WARNINGS=1
    

    I'm following these instructions:

     

    http://collab.kpsn.org/display/tc/How-to_Linux

     

    And I'm receiving the following output with the errors included:

    [ 97%] Building CXX object src/server/worldserver/CMakeFiles/worldserver.dir/WorldThread/WorldRunnable.cpp.o
    [ 97%] Building CXX object src/server/worldserver/CMakeFiles/worldserver.dir/Main.cpp.o
    [ 97%] Building CXX object src/server/worldserver/CMakeFiles/worldserver.dir/Master.cpp.o
    [ 98%] Building CXX object src/server/worldserver/CMakeFiles/worldserver.dir/PrecompiledHeaders/worldPCH.cpp.o
    Linking CXX executable worldserver
    ../game/libgame.a(BattlegroundDS.cpp.o): In function `BattlegroundDS::StartingEventOpenDoors()':
    BattlegroundDS.cpp:(.text+0x248): undefined reference to `Battleground::_GetPlayer(std::_Rb_tree_const_iterator<std::pair<unsigned long long const, BattlegroundPlayer> >, char const*) const'
    ../game/libgame.a(Arena.cpp.o): In function `Arena::RemovePlayerAtLeave(unsigned long long, bool, bool)':
    Arena.cpp:(.text+0x789): undefined reference to `Battleground::_GetPlayer(unsigned long long, bool, char const*) const'
    ../game/libgame.a(Arena.cpp.o): In function `Arena::EndBattleground(unsigned int)':
    Arena.cpp:(.text+0x1158): undefined reference to `Battleground::_GetPlayer(unsigned long long, bool, char const*) const'
    collect2: error: ld returned 1 exit status
    make[2]: *** [src/server/worldserver/worldserver] Error 1
    make[1]: *** [src/server/worldserver/CMakeFiles/worldserver.dir/all] Error 2
    make: *** [all] Error 2
    

    The only reference I can find for this error with a couple different searches is this recent pastebin:

     

    http://pastebin.com/c8Sdk4bW

     

    I had hoped that whoever had recently posted that would have come along to follow up but I guess not.

     

    I thank you for your assistance.

    -drmike

     

    edit: I forgot to mention that I;ve gone back about 20 pages in this thread as well as scanned this subforum as well as the solved subforum but to no avail.

×
×
  • Create New...