Jump to content
TrinityCore

Aokromes

Moderators
  • Posts

    4497
  • Joined

  • Last visited

  • Days Won

    229

Posts posted by Aokromes

  1. 7 hours ago, 25toten said:

    Thank you Dane!

     

    > What does it mean to execute the following query?

    Okay, literally all you have to do is copy paste this text into the command prompt for mysql: https://github.com/TrinityCore/TrinityCore/blob/3.3.5/sql/create/create_mysql.sql

    I wish the guide would've said that. I figured that out by a random guess. I feel dumb for not having figured that out sooner. As long as the TBD_world file is in the folder worldserver.exe is, after pasting that text into CMD, run worldserver.exe and it will do its thing automatically.

    the guide is made for people with a minimum knowledge of the system they use.

  2. very likely the repack was so old or with changed structure making imposible to update with autoupdater, i suggest you to drop world database and leave core to import clean TDB.

    3 hours ago, santahashi said:

    That was a repack of Trinity Core (Single Player Project)

    Now I want to keep all the database but running on a fresh complied Trinity Core.

     

     

  3. 29 minutes ago, Billy said:

    Well, I'm starting to think it may be something to do with debian. I rebooted and logged into the user account Trinity to redo all this with.

    I then started by pulling a fresh new pull from the repo using "git clone -b 3.3.5 git://github.com/TrinityCore/TrinityCore.git"

    And followed the rest of the steps 1 at a time.

    I did the cmake configuration and generation, then used 'make' and when it was finished hit the return key for the 'make install' part.

    Tried to run servers and still get the "bash: worldserver: command not found" error.

    trinity@debian:~/server/bin$ worldserver
    bash: worldserver: command not found
    trinity@debian:~/server/bin$ dir
    authserver    mmaps_generator  vmap4extractor
    mapextractor  vmap4assembler   worldserver
    trinity@debian:~/server/bin$ 

    The funny thing though, is I can still run the servers. I see them listed as running on the System Monitor, and can log in with my client straight to my character.

    ls -lh better than dir. also, i use debian to run trinitycore since the 1st year.

  4. 4 hours ago, Elygor77 said:

    Hi there,

    after the last git pull I am no longer able to compile the server.
    I went into my TrinityCore folder, then used

    
    git pull origin 3.3.5

    there, went to the build folder afterwards and used cmake ../ there.

    After trying to compile the server with

    
    make -j 2

    I get the following error:

    
    	trinity@mondlichtung:~/TrinityCore/build$ make -j 2
    [  0%] Built target Detour
    [  4%] Built target g3dlib
    [  5%] Built target Recast
    [  6%] Built target fmt
    [  6%] Built target gsoap
    [  7%] Built target mpq
    [ 10%] Built target jemalloc
    [ 10%] Built target revision_data.h
    [ 10%] Building CXX object src/common/CMakeFiles/common.dir/GitRevision.cpp.o
    fatal error: file '/usr/include/asm-generic/errno.h' has been modified since the precompiled header '/home/trinity/TrinityCore/build/src/common/cotire/common_CXX_prefix.hxx.pch' was built
    note: please rebuild precompiled header '/home/trinity/TrinityCore/build/src/common/cotire/common_CXX_prefix.hxx.pch'
    1 error generated.
    src/common/CMakeFiles/common.dir/build.make:127: recipe for target 'src/common/CMakeFiles/common.dir/GitRevision.cpp.o' failed
    make[2]: *** [src/common/CMakeFiles/common.dir/GitRevision.cpp.o] Error 1
    CMakeFiles/Makefile2:897: recipe for target 'src/common/CMakeFiles/common.dir/all' failed
    make[1]: *** [src/common/CMakeFiles/common.dir/all] Error 2
    Makefile:127: recipe for target 'all' failed
    make: *** [all] Error 2
    
    

    make clean or remove build directory and rerun cmake again.

  5. 28 minutes ago, Billy said:

    Was reading the Wiki for a linux setup and noticed for Ubuntu it states "AVOID UBUNTU LTS versions."

    Is there a particular reason to avoid them?

    because we update trinitycore requirements with Debian Stable and people installing LTS stays with the same version for long time and won't fit tc requirements and have problems to compile or break their systems trying to match debian stable versions.

  6. 9 hours ago, WpgnGaming said:

    Hello, There would one of you lovely people happen to have the following programs for windows?

    vmap4extractor
    vmap4assembler
    mapextractor
    mmaps_generator

    pre made I have them on my linux box but need windows version's so i can get maps so on, and I dont really want to setup a new development environment on my main pc as i have everything working on my linux box.

    thanks alot :) 

    you can copy wow client to your linux box.

    • Like 1
×
×
  • Create New...