Jump to content

ice74

Members
  • Posts

    9
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

ice74's Achievements

Newbie

Newbie (1/3)

0

Reputation

  1. GridUnload = 0 add spell_disable 9437 53142 56448 52482 818
  2. mv -f .deps/VMapFactory.Tpo .deps/VMapFactory.Po g++ -DHAVE_CONFIG_H -I. -I../../../../src/shared/vmap -I../../.. -I../../../../ dep/ACE_wrappers -I../../../dep/ACE_wrappers -I/usr/local/include/mysql -I/usr/ local/include -I../../../src/shared -I../../../../src/shared/vmap -I../../../ ../src/shared/vmap/../../../dep/include -I../../../../src/shared/vmap/../../fram ework -I../../../../src/shared/vmap/../../shared -I../../../../src/shared/vmap/. ./../../dep/include/g3dlite -g -DMANGOS_DEBUG -DDO_MYSQL -march=nocona -m64 -O 3 -msse3 -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -frename-registers -fno-strict-aliasing -fno-strength-reduce -fno-delete-null-po inter-checks -MT VMapManager.o -MD -MP -MF .deps/VMapManager.Tpo -c -o VMapManag er.o ../../../../src/shared/vmap/VMapManager.cpp In file included from ../../../../src/shared/vmap/../../../dep/include/g3dlite/G 3D/Box.h:21, from ../../../../src/shared/vmap/../../../dep/include/g3dlite/G 3D/CollisionDetection.h:27, from ../../../../src/shared/vmap/VMapTools.h:22, from ../../../../src/shared/vmap/AABSPTree.h:17, from ../../../../src/shared/vmap/VMapManager.h:23, from ../../../../src/shared/vmap/VMapManager.cpp:19: ../../../../src/shared/vmap/../../../dep/include/g3dlite/G3D/Array.h:125: warnin g: 'cdecl' attribute ignored ../../../../src/shared/vmap/../../../dep/include/g3dlite/G3D/Array.h:831: warnin g: 'cdecl' attribute ignored ../../../../src/shared/vmap/../../../dep/include/g3dlite/G3D/Array.h:868: warnin g: 'cdecl' attribute ignored mv -f .deps/VMapManager.Tpo .deps/VMapManager.Po rm -f libmangosvmaps.a ar cru libmangosvmaps.a BaseModel.o CoordModelMapping.o DebugCmdLogger.o Managed ModelContainer.o ModelContainer.o SubModel.o TileAssembler.o TreeNode.o VMapFact ory.o VMapManager.o ranlib libmangosvmaps.a gmake[5]: Leaving directory `/usr/home/ice/caeruleaus-mangos-2d9510e/obj/src/sha red/vmap' gmake[5]: Entering directory `/usr/home/ice/caeruleaus-mangos-2d9510e/obj/src/sh ared' g++ -DHAVE_CONFIG_H -I. -I../../../src/shared -I../.. -I../../../dep/ACE_wrappe rs -I../../dep/ACE_wrappers -I/usr/local/include/mysql -I/usr/local/include -I../../src/shared -I../../../src/shared -I../../../src/shared/../../dep/include -I../../../src/shared/../framework -I../../../src/shared/../shared -I../../../s rc/shared/../../dep/include/g3dlite -DSYSCONFDIR=\\"/usr/local/mangos3/etc/\\" -g -DMANGOS_DEBUG -DDO_MYSQL -march=nocona -m64 -O3 -msse3 -pipe -D_LARGEFILE_SO URCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -frename-registers -fno-strict -aliasing -fno-strength-reduce -fno-delete-null-pointer-checks -MT Common.o -MD -MP -MF .deps/Common.Tpo -c -o Common.o ../../../src/shared/Common.cpp mv -f .deps/Common.Tpo .deps/Common.Po gmake[5]: *** No rule to make target `DelayExecutor.o', needed by `libmangosshar ed.a'. Stop. gmake[5]: Leaving directory `/usr/home/ice/caeruleaus-mangos-2d9510e/obj/src/sha red' gmake[4]: *** [all-recursive] Error 1 gmake[4]: Leaving directory `/usr/home/ice/caeruleaus-mangos-2d9510e/obj/src/sha red' gmake[3]: *** [all] Error 2 gmake[3]: Leaving directory `/usr/home/ice/caeruleaus-mangos-2d9510e/obj/src/sha red' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/home/ice/caeruleaus-mangos-2d9510e/obj/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/home/ice/caeruleaus-mangos-2d9510e/obj' gmake: *** [all] Error 2 freebsd 7.2 amd x64
  3. take it commit 21062dbdf62915bae93c59eb24ba92e33a14ca00 Author: Alex Bolotsin <[email protected]> Date: Wed Mar 24 16:01:34 2010 +0200 Try to fix client freezing by using any spells. Signed-off-by: Alex Bolotsin <[email protected]> diff --git a/src/game/Player.cpp b/src/game/Player.cpp index f82298e..c6a9fd3 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -19479,7 +19479,8 @@ void Player::SendAurasForTarget(Unit *target) if(!(auraFlags & AFLAG_NOT_CASTER)) // packed GUID of caster { - data.appendPackGUID(aura->GetCasterGUID()); + //data.appendPackGUID(aura->GetCasterGUID()); + data << uint8(0); // used for test client frizzes } if(auraFlags & AFLAG_DURATION) // include aura duration diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index c0d8e88..54978db 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -1293,7 +1293,8 @@ void Aura::SendAuraUpdate(bool remove) if(!(auraFlags & AFLAG_NOT_CASTER)) { - data.appendPackGUID(GetCasterGUID()); + //data.appendPackGUID(GetCasterGUID()); + data << uint8(0); // used for test client frizzes } if(auraFlags & AFLAG_DURATION)
  4. freebsd 7.2x64 and repeat again,again,again I think the problem here
  5. MaNGOS/0.16.0 (* * Revision 9282 FreeBSD_x64 (little-endian) Group::EndRoll (this=0x820705dc0) at stl_list.h:224 No locals. #1 0x00000000005294cc in Creature::Update (this=0x857269000, diff=101) at ../../../src/game/Creature.cpp:407 group = (Group *) 0x4e55 #2 0x000000000061c62b in Cell::Visit<MaNGOS::ObjectUpdater, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > > (this=0x7fffff5fbe20, standing_cell=Variable "standing_cell" is not available. ) at GridNotifiersImpl.h:47 r_zone = {data = {Part = {grid_x = 42, grid_y = 12, cell_x = 51, cell_y = 40, nocreate = 1, reserved = 96}, All = 3248698154}} y = Variable "y" is not available.
  6. [root@blizz /usr/local/dep]# cp -R /usr/local/mangos3/lib/libtbb.so /usr/local/dep/tbb/ [root@blizz /usr/local/dep]# cp -R /usr/local/mangos3/lib/libtbbmalloc.so /usr/local/dep/tbb/ [root@blizz /usr/local/dep/tbb]# ls libtbb.so libtbbmalloc.so [root@blizz /usr/local/dep]# /usr/local/mangos3/bin/mangos-worldd /libexec/ld-elf.so.1: Cannot open "../../dep/tbb/libtbbmalloc.so" chmod 775 ThX
  7. FreeBSD blizz 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Wed May 20 20:47:21 YEKST 2009 xxx@blizz:/usr/src/sys/amd64/compile/FREEBSD amd64 [xxx@blizz ~]# /usr/local/mangos3/bin/mangos-worldd /libexec/ld-elf.so.1: Cannot open "../../dep/tbb/libtbbmalloc.so" [xxx@blizz ~]# ls /usr/local/mangos3/lib/ libACE-5.6.6.so libACE.so libmangosscript.so libtbb.so libACE.la libmangosscript.la libmangosscript.so.0 libtbbmalloc.so [xxx@blizz ~]# cd /lib/ [xxx@blizz /lib]# ls geom libalias_skinny.so libcrypt.so.4 libipsec.so.3 libnvpair.so.1 libufs.so.4 libalias.so.6 libalias_smedia.so libcrypto.so.5 libipx.so.4 libpcap.so.5 libumem.so.1 libalias_cuseeme.so libavl.so.1 libctf.so.1 libkiconv.so.3 libreadline.so.7 libutil.so.7 libalias_dummy.so libbegemot.so.3 libdevstat.so.6 libkvm.so.4 libsbuf.so.4 libuutil.so.1 libalias_ftp.so libbsdxml.so.3 libdtrace.so.1 libm.so.5 libssp.so.0 libz.so.4 libalias_irc.so libbsnmp.so.4 libedit.so.6 libmd.so.4 libtbb.so libzfs.so.1 libalias_nbt.so libc.so.7 libgcc_s.so.1 libncurses.so.7 libtbbmalloc.so libzpool.so.1 libalias_pptp.so libcam.so.4 libgeom.so.4 libncursesw.so.7 libthr.so.3 rev [8742]
×
×
  • 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