Jump to content

dereka

Members
  • Posts

    43
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by dereka

  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
  13. problem in your scripted library not checked in some script (target!=nul) before DoCastSpellIfCan(target,spellid )
  14. default lua is faster than Python too http://shootout.alioth.debian.org/u32/benchmark.php?test=all〈=lua&lang2=python3
  15. @Unit::GetRedirectThreatEntry@ it not exist in clean sources. please, not post crash dumps with million superpuper mega patches! post crash dumps only if you have clean sources from git
  16. please, not post crash dumps with it makes no sense
  17. ('loadscripts',3,'Syntax: .loadscripts $scriptlibraryname\\r\\n\\r\\nUnload current and load the script library $scriptlibraryname or reload current if $scriptlibraryname omitted, in case you changed it while the server was running.'),
  18. 1 AngelScript not as popular as the LUA and Python.
×
×
  • 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