• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

TrinityCore 3.3.5 Troubles debugging on ubuntu

darksoke

OnTop500
Well I have created the solution using the following rule

Code:
cmake ../ -DPREFIX=/home/core/server -DWITH_WARNINGS=0 -DWITH_COREDEBUG=1

Everything works well while compiling but when I try to start the worldserver I get this error in DBErrors.log
Code:
Missing base stats for creature class X level X

note the "x" mean all levels, and server just crash the thing is I already have all entries on creature_classlevelstats and the last lines on Server.log are
Code:
>> Loaded 519 player create actions in 0 ms
Loading Player Create Level HP/Mana Data...

I have also checked the ObjectMgr.cpp and everything look ok couldn't find the debug line on it
http://prntscr.com/czli74

anny idea how to fix this issue ?
 

Sylica

Exalted Member
Well I have created the solution using the following rule

Code:
cmake ../ -DPREFIX=/home/core/server -DWITH_WARNINGS=0 -DWITH_COREDEBUG=1

Everything works well while compiling but when I try to start the worldserver I get this error in DBErrors.log
Code:
Missing base stats for creature class X level X

note the "x" mean all levels, and server just crash the thing is I already have all entries on creature_classlevelstats and the last lines on Server.log are
Code:
>> Loaded 519 player create actions in 0 ms
Loading Player Create Level HP/Mana Data...

I have also checked the ObjectMgr.cpp and everything look ok couldn't find the debug line on it
http://prntscr.com/czli74

anny idea how to fix this issue ?

Sounds like you might have corrupt data somewhere. What destro of Ubuntu and revision of Trinity are you running?
 

darksoke

OnTop500
Yea that's old :p

Try running the compile without debug on and see what happens.

Also, try upgrading from 14.x to 16.x to see if that helps. Just a thought.

It work witouth debug I forgot to specify on the OP , but I want to run a debug because the Reliquary of Souls in BT is bitching out and i want to find out why.
 
Top