Jump to content

if85myh

Members
  • Posts

    10
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Posts posted by if85myh

  1. I have solved this issue by stoping the server and applyed this sqls to characters database::

    
    DROP TABLE IF EXISTS `character_instance`;
    CREATE TABLE `character_instance` (
     `guid` int(11) unsigned NOT NULL default '0',
     `instance` int(11) unsigned NOT NULL default '0',
     `permanent` tinyint(1) unsigned NOT NULL default '0',
     PRIMARY KEY  (`guid`,`instance`),
     KEY `instance` (`instance`)
    ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
    
    --
    -- Dumping data for table `character_instance`
    --
    
    LOCK TABLES `character_instance` WRITE;
    /*!40000 ALTER TABLE `character_instance` DISABLE KEYS */;
    /*!40000 ALTER TABLE `character_instance` ENABLE KEYS */;
    UNLOCK TABLES;
    

    
    DROP TABLE IF EXISTS `instance_reset`;
    CREATE TABLE `instance_reset` (
     `mapid` int(11) unsigned NOT NULL default '0',
     `difficulty` tinyint(1) unsigned NOT NULL default '0',
     `resettime` bigint(40) NOT NULL default '0',
     PRIMARY KEY  (`mapid`,`difficulty`)
    ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
    
    --
    -- Dumping data for table `instance_reset`
    --
    
    LOCK TABLES `instance_reset` WRITE;
    /*!40000 ALTER TABLE `instance_reset` DISABLE KEYS */;
    /*!40000 ALTER TABLE `instance_reset` ENABLE KEYS */;
    UNLOCK TABLES;
    

  2. Revision 9171 - 2f33f5ad993ecb80df16ef973dbcbc1c62d8d700) for Linux_x32 (little-endian)

    Slackware linux

    Initialize data stores...

    *** glibc detected *** ./mangos-worldd: double free or corruption (out): 0xb64211b8 ***

    ======= Backtrace: =========

    /lib/libc.so.6[0xb6e47105]

    /lib/libc.so.6(cfree+0x96)[0xb6e490e6]

    /lib/libc.so.6(fclose+0x144)[0xb6e36ac4]

    ./mangos-worldd[0x815385d]

    ./mangos-worldd[0x8153a46]

    ./mangos-worldd(_Z13LoadDBCStoresRKSs+0x31)[0x8153f11]

    ./mangos-worldd(_ZN5World23SetInitialWorldSettingsEv+0x20c)[0x837a95c]

    ./mangos-worldd(_ZN6Master3RunEv+0xce)[0x810858e]

    ./mangos-worldd(main+0x260)[0x8107e90]

    /lib/libc.so.6(__libc_start_main+0xe5)[0xb6dee6a5]

    ./mangos-worldd[0x81067b1]

    ======= Memory map: ========

    08048000-0853a000 r-xp 00000000 08:02 277805 /opt/mangos/bin/mangos-worldd

    0853a000-08542000 rw-p 004f1000 08:02 277805 /opt/mangos/bin/mangos-worldd

    08542000-08579000 rw-p 00000000 00:00 0 [heap]

    b4c2f000-b5400000 rw-p 00000000 00:00 0

    b5400000-b5401000 ---p 00000000 00:00 0

    b5401000-b5c00000 rwxp 00000000 00:00 0

    b5c00000-b5c01000 ---p 00000000 00:00 0

    b5c01000-b6400000 rwxp 00000000 00:00 0

    b6400000-b6449000 rw-p 00000000 00:00 0

    b6449000-b6500000 ---p 00000000 00:00 0

    b6587000-b65ca000 rw-p 00000000 00:00 0

    b65ca000-b65d4000 r-xp 00000000 08:02 14816 /lib/libnss_files-2.9.so

    b65d4000-b65d5000 r--p 00009000 08:02 14816 /lib/libnss_files-2.9.so

    b65d5000-b65d6000 rw-p 0000a000 08:02 14816 /lib/libnss_files-2.9.so

    b65d6000-b65d7000 ---p 00000000 00:00 0

    b65d7000-b6dd6000 rwxp 00000000 00:00 0

    b6dd6000-b6dd8000 rw-p 00000000 00:00 0

    b6dd8000-b6f32000 r-xp 00000000 08:02 14807 /lib/libc-2.9.so

    b6f32000-b6f34000 r--p 0015a000 08:02 14807 /lib/libc-2.9.so

    b6f34000-b6f35000 rw-p 0015c000 08:02 14807 /lib/libc-2.9.so

    b6f35000-b6f38000 rw-p 00000000 00:00 0

    b6f38000-b6f44000 r-xp 00000000 08:02 224 /usr/lib/libgcc_s.so.1

    b6f44000-b6f45000 rw-p 0000b000 08:02 224 /usr/lib/libgcc_s.so.1

    b6f45000-b6f69000 r-xp 00000000 08:02 14811 /lib/libm-2.9.so

    b6f69000-b6f6a000 r--p 00023000 08:02 14811 /lib/libm-2.9.so

    b6f6a000-b6f6b000 rw-p 00024000 08:02 14811 /lib/libm-2.9.so

    b6f6b000-b6f7f000 r-xp 00000000 08:02 14821 /lib/libpthread-2.9.so

    b6f7f000-b6f80000 r--p 00013000 08:02 14821 /lib/libpthread-2.9.so

    b6f80000-b6f81000 rw-p 00014000 08:02 14821 /lib/libpthread-2.9.so

    b6f81000-b6f84000 rw-p 00000000 00:00 0

    b6f84000-b7061000 r-xp 00000000 08:02 1529 /usr/lib/libstdc++.so.6.0.10

    b7061000-b7065000 r--p 000dd000 08:02 1529 /usr/lib/libstdc++.so.6.0.10

    b7065000-b7066000 rw-p 000e1000 08:02 1529 /usr/lib/libstdc++.so.6.0.10

    b7066000-b706c000 rw-p 00000000 00:00 0

    b706c000-b733e000 r-xp 00000000 08:02 277826 /opt/mangos/lib/libmangosscript.so.0.0.0

    b733e000-b735a000 rw-p 002d1000 08:02 277826 /opt/mangos/lib/libmangosscript.so.0.0.0

    b735a000-b7360000 rw-p 00000000 00:00 0

    b7360000-b7362000 r-xp 00000000 08:02 14810 /lib/libdl-2.9.so

    b7362000-b7363000 r--p 00001000 08:02 14810 /lib/libdl-2.9.so

    b7363000-b7364000 rw-p 00002000 08:02 14810 /lib/libdl-2.9.so

    b7364000-b7497000 r-xp 00000000 08:02 23201 /usr/lib/libcrypto.so.0.9.8

    b7497000-b74ad000 rw-p 00132000 08:02 23201 /usr/lib/libcrypto.so.0.9.8

    b74ad000-b74b0000 rw-p 00000000 00:00 0

    b74b0000-b74f2000 r-xp 00000000 08:02 23200 /usr/lib/libssl.so.0.9.8

    b74f2000-b74f6000 rw-p 00041000 08:02 23200 /usr/lib/libssl.so.0.9.8

    b74f6000-b7509000 r-xp 00000000 08:02 217 /usr/lib/libz.so.1.2.3

    b7509000-b750a000 rw-p 00012000 08:02 217 /usr/lib/libz.so.1.2.3

    b750a000-b750b000 rw-p 00000000 00:00 0

    b750b000-b7520000 r-xp 00000000 08:02 14813 /lib/libnsl-2.9.so

    b7520000-b7521000 r--p 00014000 08:02 14813 /lib/libnsl-2.9.so

    b7521000-b7522000 rw-p 00015000 08:02 14813 /lib/libnsl-2.9.so

    b7522000-b7524000 rw-p 00000000 00:00 0

    b7524000-b752d000 r-xp 00000000 08:02 14809 /lib/libcrypt-2.9.so

    b752d000-b752e000 r--p 00008000 08:02 14809 /lib/libcrypt-2.9.so

    b752e000-b752f000 rw-p 00009000 08:02 14809 /lib/libcrypt-2.9.so

    b752f000-b7556000 rw-p 00000000 00:00 0

    b7556000-b766d000 r-xp 00000000 08:02 37052 /usr/lib/mysql/libmysqlclient_r.so.15.0.0

    b766d000-b769d000 rw-p 00116000 08:02 37052 /usr/lib/mysql/libmysqlclient_r.so.15.0.0

    b769d000-b769e000 rw-p 00000000 00:00 0

    b769e000-b76a5000 r-xp 00000000 08:02 14823 /lib/librt-2.9.so

    b76a5000-b76a6000 r--p 00006000 08:02 14823 /lib/librt-2.9.so

    b76a6000-b76a7000 rw-p 00007000 08:02 14823 /lib/librt-2.9.so

    b76b4000-b76b8000 rw-p 00000000 00:00 0

    b76b8000-b7844000 r-xp 00000000 08:02 277829 /opt/mangos/lib/libACE-5.6.6.so

    b7844000-b784f000 rw-p 0018c000 08:02 277829 /opt/mangos/lib/libACE-5.6.6.so

    b784f000-b7851000 rw-p 00000000 00:00 0

    b7851000-b786f000 r-xp 00000000 08:02 14849 /lib/ld-2.9.so

    b786f000-b7870000 r--p 0001e000 08:02 14849 /lib/ld-2.9.so

    b7870000-b7871000 rw-p 0001f000 08:02 14849 /lib/ld-2.9.so

    bfb42000-bfb56000 rwxp 00000000 00:00 0 [stack]

    bfb56000-bfb57000 rw-p 00000000 00:00 0

    ffffe000-fffff000 r-xp 00000000 00:00 0 [vdso]

  3. .o -MD -MP -MF .deps/CombatHandler.Tpo -c -o CombatHandler.o ../../../src/game/CombatHandler.cpp
    ../../../src/game/ChatHandler.cpp: In member function âvoid WorldSession::HandleTextEmoteOpcode(WorldPacket&)â:
    ../../../src/game/ChatHandler.cpp:584: error: â>>â should be â> >â within a nested template argument list
    make[3]: *** [ChatHandler.o] Error 1
    make[3]: *** Waiting for unfinished jobs....
    mv -f .deps/CombatHandler.Tpo .deps/CombatHandler.Po
    mv -f .deps/Chat.Tpo .deps/Chat.Po
    make[3]: Leaving directory `/root/evo-X/objdir/src/game'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/root/evo-X/objdir/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/root/evo-X/objdir'
    make: *** [all] Error 2

    Fix by replacing the line 584 in src/game/ChatHandler.cpp:

     TypeContainerVisitor<MaNGOS::PlayerDistWorker<MaNGOS::LocalizedPacketDo<MaNGOS::EmoteChatBuilder>>, WorldTypeMapContainer> message(emote_worker);

    with:

     TypeContainerVisitor<MaNGOS::PlayerDistWorker<MaNGOS::LocalizedPacketDo<MaNGOS::EmoteChatBuilder > >, WorldTypeMapContainer> message(emote_worker);

  4. MaNGOS is an object-oriented Massively Multiplayer Online Role-Playing Game Server (MMORPGS). It's an educational project, to help developers get familar with large scale C++ and C# development projects.

    The 0.13 release based on GIT commit [7986] is the thirteenth release on the MaNGOS roadmap. As a source-only release, it is intended only for developers and advanced users who understand they will probably experience bugs and/or rough edges.

    The following list only gives you a higher level overview, for further details see the ChangeLog file included in the source releases.

    ==== Game Features ====

    * Added: Support for heroic class character creating and functionality.

    * Added: Support for area phase system.

    * Added: Support for achievement system and most achievement types implemented.

    * Added: Support for pet's talents learning and pet's spells auto-learning at level change.

    * Added: Support for one potion per-combat functionality work.

    * Added: Support for glyphs work.

    * Added: Support for explicit recipe discovery abilities.

    * Added: Support for heroic raid instance mode.

    * Added: Support for currencies tab.

    * Added: Support for prismatic sockets in items.

    * Added: Support for feral attack power bonus from items.

    * Added: Support for gameobjects and creatures grouping (pools of them).

    * Added: Support for deep ocean fatigue timer.

    * Added: Basic support for mind control like spells. Required more work for full functionality.

    * Added: Support for spellclick units.

    * Added: Support for mobs fleeing and run for getting assistance.

    * Added: support for bind to account items.

    * Improved: Implement proper hide out of range (at another map) transports.

    * Improved: Updated spell casting pushback system.

    * Improved: Allows saving characters in Battle Grounds.

    * Improved: Implemented new BattleGroundQueue invitation system. Now it supports premade group versus premade group matches.

    * Improved: Allow mini-pet has been questgivers or gossip holders, mini-pet use DB data for stats and flags.

    * Improved: Show arrows/etc at creature use ranged weapon and more support for proper scripting creatures with ranged weapon.

    * Improved: Support in DB set time ordering details and reward quest emotes.

    * Improved: Support for use spell data for spellranges at friendly targets.

    * plus lots of fixes for auras, effects, spells, talents, and more.

    ==== Server Features ====

    * Added: `spell_bonus_data` table for store damage/healing bonus coefficients.

    * Added: `player_xp_for_level` table added for store XP requirements for player levels instead outdated formula.

    * Added: Implement mangosd stop and pause if it work as Windows service.

    * Added: Implement active objects support.

    * Added: Implement precompiled headers use in build at Windows that speedup builds at Windows in big degree.

    * Added: Implement support for PostgreSQL connection using Unix sockets.

    * Added: EventAI (DB-based creature AI scripting engine) contributed by ScriptDev2 team

    * Added: Tool for convert sql queries/statements from mysql to pgsql.

    * Improved: Rewritten spell proc system added that allow resolve many limitations old spell proc system

    * Improved: Redesigned .map files structure with result more compact files with better data quality.

    * Improved: Better security checks in generic way for chat commands.

    * Improved: Taxi and specially quest taxi paths work.

    * Improved: Better support C++ scripting in script DLL including improvements in AI calls system.

    * Improved: Better support for localization.

    * Improved: Implement item use target requirements store in table `item_required_target`.

    ==== Statistics ====

    * Fixed Bugs: 41 ticket and many bugs reported at forum resolved

    * Total number of changes: 1057 revisions (1550 commits)

    MaNGOS team not plan create special branch for 0.13 release. Tag will created release commit from other side.

    We plan continue provide limited support for existed mangos-0.12 branch with appropriate patches backporting from master.

    Does this mean that 3.1.3 is now supported?

×
×
  • 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