Jump to content

dereka

Members
  • Posts

    43
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

dereka's Achievements

Advanced Member

Advanced Member (3/3)

0

Reputation

  1. download this http://download.sysinternals.com/Files/TcpView.zip run and you see when the program use 8085 port
  2. but mangos not have multithreading maps. grr STOP POST CRASH DUMPS FROM NOT CLEANED SOURCES IT MAKES NO SENSE!
  3. m_target NULL or corrupted in this crashes... you may be check ASSERT(m_target); but it hack. I think it crash not exist on cleaned sources
  4. * #0 0x083a17bb in Aura::PeriodicTick (this=0x3feea398) * at ../../../src/game/SpellAuras.cpp:7452 * 7452 if (!m_target->isAlive() && pCaster->IsNonMeleeSpellCasted(false)) in Mangos 9637 cleaned source on SpellAuras.cpp:7452 have pCaster->SendSpellNonMeleeDamageLog(&damageInfo);
  5. comment code in ConvertNativeType() diff --git a/src/shared/Database/QueryResultPostgre.cpp b/src/shared/Database/QueryResultPostgre.cpp index 7d989db..4bbf89f 100644 --- a/src/shared/Database/QueryResultPostgre.cpp +++ b/src/shared/Database/QueryResultPostgre.cpp @@ -78,7 +78,7 @@ void QueryResultPostgre::EndQuery() // see types in #include <postgre/pg_type.h> enum Field::DataTypes QueryResultPostgre::ConvertNativeType(Oid pOid ) const -{ +{/* switch (pOid) { case BPCHAROID: @@ -112,12 +112,12 @@ enum Field::DataTypes QueryResultPostgre::ConvertNativeType(Oid pOid ) const return Field::DB_TYPE_INTEGER; case BOOLOID: return Field::DB_TYPE_BOOL; // Bool -/* + case BOXOID: Rect; case LINEOID: Rect; case VARBITOID: BitArray; case BYTEAOID: ByteArray; -*/ + case LSEGOID: case OIDVECTOROID: case PATHOID: @@ -130,7 +130,7 @@ enum Field::DataTypes QueryResultPostgre::ConvertNativeType(Oid pOid ) const case XIDOID: default: return Field::DB_TYPE_UNKNOWN; - } + }*/ return Field::DB_TYPE_UNKNOWN; } #endif
  6. -Wall -Wextra -Wuninitialized -Wconversion try compile with this flags
  7. DoCastSpellIfCan(target,.....) taget mast be not NULL! if target null -> crash
  8. you realy test last rev? this crash fixed in [9384]
  9. in on top put and post stack trace
  10. on Ubuntu 9.10 have this error too packet openssl-dev installed...
  11. crash in @Quest::XPValue@ fixed in [9334] by NoFantasy
  12. problem in ScriptDev2, and that problem fixed in http://scriptdev2.svn.sourceforge.net/viewvc/scriptdev2?view=rev&revision=1571
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use