Jump to content
TrinityCore

rezapj

Members
  • Posts

    26
  • Joined

  • Last visited

rezapj's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. BIG thanks Aokromes Questation !? If your core lags to much change -O0 by -Og or even -O1. Then copy TrinityCore/contrib/debugger/crashreport.gdb to your Trinitycore's bin directory and create a file with the following lines and make it runable: cp backtrace.log backtrace.`date +%Y%m%d-%H%M%S`.log screen -A -m -d -S tri_world gdb -x crashreport.gdb ./worldserver -c ../etc/worldserver.conf i creat server/bin/crashreport.sh with this lines . 1-need start crashreport.sh ? 2- or just start worldserver ?! ( i test start crashreport.sh and see empty screen) if 1 True ! what command USE for Start this 2 line ?!
  2. [You don't have read the readme 1st thread] sorry i checked it now [nor the warning message when enabling -DWITH_COREDEBUG=1 ] you say i use this ? cmake ../ -DCMAKE_INSTALL_PREFIX=/home/server -DCONF_DIR=/home/server/etc -DWITH_COREDEBUG=1 my problem is : when server Crashed i Dont have crash log in Crashes/logs/etc folders [ Like Windows when crash u have a log file on Crashes folder ]
  3. https://github.com/TrinityCore/TrinityCore/commit/61999b125a5509b1941f144089bf1c333af72c93 when compile i use tools with extractors creat map-vmap-mmap-dbc use this files on Bin folder but in game i give this error ?! what wrong ! Could not load MMAP name:Northrend, id:571, x:32, y:32 (mmap rep.: x:32, y:32) Could not load MMAP name:Northrend, id:571, x:31, y:32 (mmap rep.: x:31, y:32) Could not load MMAP name:Northrend, id:571, x:32, y:31 (mmap rep.: x:32, y:31) Could not load MMAP name:Northrend, id:571, x:31, y:31 (mmap rep.: x:31, y:31) Could not load MMAP name:Pit of Saron, id:658, x:29, y:33 (mmap rep.: x:29, y:33) Could not load MMAP name:Northrend, id:571, x:32, y:32 (mmap rep.: x:32, y:32) Could not load MMAP name:Northrend, id:571, x:31, y:32 (mmap rep.: x:31, y:32) Could not load MMAP name:Outland, id:530, x:42, y:29 (mmap rep.: x:42, y:29) Could not load MMAP name:Pit of Saron, id:658, x:32, y:31 (mmap rep.: x:32, y:31) Could not load MMAP name:Northrend, id:571, x:32, y:32 (mmap rep.: x:32, y:32) Could not load MMAP name:Northrend, id:571, x:31, y:32 (mmap rep.: x:31, y:32) Could not load MMAP name:Northrend, id:571, x:32, y:31 (mmap rep.: x:32, y:31) Could not load MMAP name:Northrend, id:571, x:31, y:31 (mmap rep.: x:31, y:31) Could not load MMAP name:Northrend, id:571, x:32, y:32 (mmap rep.: x:32, y:32) Could not load MMAP name:Northrend, id:571, x:31, y:32 (mmap rep.: x:31, y:32) Could not load MMAP name:Pit of Saron, id:658, x:28, y:31 (mmap rep.: x:28, y:31) Could not load MMAP name:Pit of Saron, id:658, x:28, y:32 (mmap rep.: x:28, y:32) Could not load MMAP name:Northrend, id:571, x:32, y:31 (mmap rep.: x:32, y:31) Could not load MMAP name:Northrend, id:571, x:31, y:31 (mmap rep.: x:31, y:31) Could not load MMAP name:Northrend, id:571, x:32, y:32 (mmap rep.: x:32, y:32) Could not load MMAP name:Northrend, id:571, x:31, y:32 (mmap rep.: x:31, y:32) Could not load MMAP name:Pit of Saron, id:658, x:28, y:30 (mmap rep.: x:28, y:30) Could not load MMAP name:Pit of Saron, id:658, x:32, y:31 (mmap rep.: x:32, y:31) Could not load MMAP name:Pit of Saron, id:658, x:32, y:32 (mmap rep.: x:32, y:32) Could not load MMAP name:Outland, id:530, x:42, y:29 (mmap rep.: x:42, y:29)
  4. i Use Centos 6 And Need To know why I Dont have Crash log I Compile Trinity with [ debug mode] cmake ../ -DCMAKE_INSTALL_PREFIX=/home/server -DCONF_DIR=/home/server/etc -DWITH_WARNINGS=1 -DWITH_COREDEBUG=1 -make -make install when my server Crashed i dont have Crash log on my [crashes] File or log file or others... what is my problem ? i am new on linux !
×
×
  • Create New...