[Question]Mangos boss bug on MaNGOS 6313 (2.4.3) menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    zerrku's Avatar Member
    Reputation
    2
    Join Date
    Apr 2008
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Question]Mangos boss bug on MaNGOS 6313 (2.4.3)

    Can someone help me I use 2.4.3 MaNGOS 6313.
    So the problem is :
    When Mother shahraz use a spell mangos got crash.
    this is the only bugged boss please help me guys.

    EDIT :
    sorry for my english I know it is verry bad xD

    [Question]Mangos boss bug on MaNGOS 6313 (2.4.3)
  2. #2
    Reflection's Avatar Legendary
    Reputation
    783
    Join Date
    Mar 2008
    Posts
    3,377
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have no idea about mangos, but if it uses lua scripts post it here.


  3. #3
    Dythzer's Avatar Contributor
    Reputation
    271
    Join Date
    May 2008
    Posts
    461
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Do you use ScriptDev2?

  4. #4
    grayfm's Avatar Active Member
    Reputation
    30
    Join Date
    May 2008
    Posts
    76
    Thanks G/R
    6/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Please post the error that appears in the mangos-world window then i might be able to help you more.

    As a side note im guessing he is using scriptdev2 and btw mangos doesn't use lua scripts.

  5. #5
    zerrku's Avatar Member
    Reputation
    2
    Join Date
    Apr 2008
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dythzer View Post
    Do you use ScriptDev2?
    Yea I use scriptDev2 and I will post the error from mangosd after a few minutes

    Edit :
    From mangosd.exe crash log (I just crashed the server with the boss) I got this :


    Code:
     Exception code: C0000005 ACCESS_VIOLATION
    Fault address:  77A3B950 01:0001B950 C:WindowsSysWOW64ntdll.dll
    
    Registers:
    EAX:683D976D
    EBX:11FF3130
    ECX:0C850000
    EDX:11FF3130
    ESI:1EF3C208
    EDI:11FF3128
    CS:EIP:0023:77A3B950
    SS:ESP:002B:05BFF550  EBP:05BFF584
    DS:002B  ES:002B  FS:0053  GS:002B
    Flags:00010202
    
    Call stack:
    Address   Frame     Function		SourceFile
    77A3B950  00000000  RtlTryEnterCriticalSection+2EE
    77A3B2DF  00000000  RtlDeactivateActivationContextUnsafeFast+C2B3
    76EF1D27  00000000  HeapFree+14
    0C59B60C  00000000  ??0UnitBaseEvent@@QAE@I@Z+4FEC
    0C4B7C30  00000000  ?GetAccountId@WorldSession@@QBEIXZ+5E0
    0C4EDBD5  00000000  ?GetLatency@WorldSession@@QBEIXZ+525
    0C4ED8A5  00000000  ?GetLatency@WorldSession@@QBEIXZ+1F5
    0C4ED7F2  00000000  ?GetLatency@WorldSession@@QBEIXZ+142
    0C4ED7CF  00000000  ?GetLatency@WorldSession@@QBEIXZ+11F
    0C586F4F  00000000  ??1instance_molten_core@@UAE@XZ+731F
    0C536A4B  00000000  ?getFirst@?@V?@V?@$07VPlayer@@U?@VPlayer@@U?@VCreature@@U?@VCorpse@@VTypeNull@@@@@@@@U?@VGameObject@@U?@VCreature@@U?@VDynamicObject@@U?@VCorpse@@VTypeNull@@@@@@@@@@V?@VPlayer@@@MaNGOS@@@@@@V?@$07VPlayer@@U?@VPlayer@@U?@VCreature@@U?@VCorpse@@VTypeNull@@@@@@@@U?@VGameObject@@U?@VCreature@@U?@VDynamicObject@@U?@VCorpse@@VTypeNull@@@@@@@@@@V?@VPlayer@@@MaNGOS@@@@@@QAEPAV?@V?@V?@$07VPlayer@@U?@VPlayer@@U?@VCreature@@U?@VCorpse@@VTypeNull@@@@@@@@U?@VGameObject@@U?@VCreature@@U?@VDynamicObject@@U?@VCorpse@@VTypeNull@@@@@@@@@@V?@VPlayer@@@MaNGOS@@@@@@V?@$07VPlayer@@U?@VPlayer@@U?@VCreature@@U?@VCorpse@@VTypeNull@@@@@@@@U?@VGameObject@@U?@VCreature@@U?@VDynamicObject@@U?@VCorpse@@VTypeNull@@@@@@@@@@V?@VPlayer@@@MaNGOS@@@@@@XZ+5456404065737072
    do u have some ideas for fix this ? :S
    Last edited by zerrku; 08-06-2008 at 05:57 AM.

  6. #6
    Dythzer's Avatar Contributor
    Reputation
    271
    Join Date
    May 2008
    Posts
    461
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I found this on ScriptDev2 forum:

    That's the function she uses to teleport the three players. As you can see, we're not using the TeleportTo function, as it can cause some issues were players get dropped from combat and sometimes from the threatlist. Instead, we're using a work around method using WorldPackets. This method only allows us to change the player's x, y, z and orientation. We cannot teleport the player from one map to another (even though this is possible with TeleportTo. Once again, it's commented out - we're not using it).

    So unless you've spawned Mother Shahraz in an area that is not the Black Temple instance, such as somewhere out in Eastern Kingdoms, then you shouldn't be getting this error. Of course, this is assuming that the script is stock SD2, and not custom.

  7. #7
    zerrku's Avatar Member
    Reputation
    2
    Join Date
    Apr 2008
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I can`t understand u mean the boss is not on right location ? (the boss is in black temple) just when she cast a spell I got mangosd crash .

  8. #8
    Dythzer's Avatar Contributor
    Reputation
    271
    Join Date
    May 2008
    Posts
    461
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Strange.. Try update your MaNGOS and ScriptDev2 to latest version.

  9. #9
    zerrku's Avatar Member
    Reputation
    2
    Join Date
    Apr 2008
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I will try

    and I want to ask for good restarter for vista cuz my restarted doesn`t work correct.
    Last edited by zerrku; 08-06-2008 at 07:30 AM.

  10. #10
    Dythzer's Avatar Contributor
    Reputation
    271
    Join Date
    May 2008
    Posts
    461
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Board Message
    Board Message
    Board Message
    Board Message
    Board Message
    Board Message
    Board Message

    Just try any of them and see which one you like Some of them may be outdated, haven't tested.

  11. #11
    zerrku's Avatar Member
    Reputation
    2
    Join Date
    Apr 2008
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dythzer View Post
    Board Message
    Board Message
    Board Message
    Board Message
    Board Message
    Board Message
    Board Message

    Just try any of them and see which one you like Some of them may be outdated, haven't tested.
    that is nice but can u give me link for lastest scriptdev2 for my mangos ?

  12. #12
    Dythzer's Avatar Contributor
    Reputation
    271
    Join Date
    May 2008
    Posts
    461
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I hope you compile your own mangos.. If you do, then use this SVN:
    https://scriptdev2.svn.sourceforge.n...oot/scriptdev2

    Read here where to install it:
    Board Message

  13. #13
    zerrku's Avatar Member
    Reputation
    2
    Join Date
    Apr 2008
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nope I use repack and I am trying to fix it.
    but can I use this scriptdev with this repack or I must compile my mangos to use it ?
    I think this is the last necesarry fix for my server
    P.S.
    Again .... sorry for my english I know it is verry bad and i am new in wow servers like all.

  14. #14
    Saint-Pasdoy's Avatar Banned
    Reputation
    219
    Join Date
    Dec 2006
    Posts
    1,172
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thx alot for the help

  15. #15
    Dythzer's Avatar Contributor
    Reputation
    271
    Join Date
    May 2008
    Posts
    461
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zerrku View Post
    nope I use repack and I am trying to fix it.
    but can I use this scriptdev with this repack or I must compile my mangos to use it ?
    I think this is the last necesarry fix for my server
    P.S.
    Again .... sorry for my english I know it is verry bad and i am new in wow servers like all.
    ScriptDev2 is included in most of the repacks but you must still compile your own mangos to use that teleporter NPC.

Page 1 of 2 12 LastLast

Similar Threads

  1. [Question] Mangos Character Titles
    By Shao111 in forum WoW EMU Questions & Requests
    Replies: 0
    Last Post: 08-20-2008, 12:48 PM
  2. Priest bug on 2.4.3 MaNGOS 6313
    By zerrku in forum WoW EMU Questions & Requests
    Replies: 4
    Last Post: 08-08-2008, 03:26 PM
  3. [Question] Mangos, realmd, patch spoofing, possible?
    By dirtycommie in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 07-14-2008, 08:47 AM
  4. [Questions] Mangos VS Ascent
    By Zulsonki in forum World of Warcraft Emulator Servers
    Replies: 7
    Last Post: 06-17-2008, 01:54 PM
All times are GMT -5. The time now is 03:53 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search