Jump to content

Matenia

Elite user
  • Posts

    2226
  • Joined

  • Last visited

Bug Report Comments posted by Matenia

  1. I didn't break compatibility and I didn't know Droidz was going to (he likely didn't know himself). We're developing third party binaries that are loaded through the C# API itself. This isn't a simple API change as you'd get it when distributing open source libs to a bunch of users.

    Discord has all the necessary info, including telling you not to update wRobot until I (or other creators) give the approval. It took me a total of 1:30h after the update to fix all binaries AND announce the update. Not a big deal.

    Also forum threads are NOT updated. It's considered bad manners between creators to push their own files into the forum's spotlight.

  2. Code to extract key before:

    var authKey = robotManager.Helpful.Others.StringBetween(authManager.LoginServer.GetSubcriptionInfoThread(), robotManager.Translate.Get(""License Key"") + "": "", ""...  - "" + robotManager.Translate.Get(""Subscription time expire""));

    Code to extract key after I fixed it for the update:

    CompilerResults result = RunCode.Compile(RunCode.CodeType.CSharp,
                @"
                    public class AuthMainClass
                    {
                        public static void Main()
                        {   
                            System.Text.RegularExpressions.Match matcher = System.Text.RegularExpressions.Regex.Match(authManager.LoginServer.GetSubcriptionInfoThread(), ""(Key: )(.*)(\\.\\.\\.)(.*)"");
                            if (matcher.Success) 
                            {
                                robotManager.Helpful.Var.SetVar(""wRobotAuthKey"", matcher.Groups[2].Value);
                            } 
                            else
                            {
                                robotManager.Helpful.Var.SetVar(""wRobotAuthKey"", ""TRIAL"");
                            }
                            
                        }
                    }
                ");
            RunCode.InvokeStaticMethod(result, "AuthMainClass", "Main");
            Logging.WriteError(RunCode.ErrorsToString(result));
            this.wRobotAuthKey = Var.GetVar<string>("wRobotAuthKey");

     

  3. Same problem now (again in Strangelthorn Vale, but different spot), not in combat:

    Quote

    ==============================================================================
    World of WarCraft (build 8606)

    Exe:      F:\Games\WoW 2.4.3\Wow.exe
    Time:     Jan 28, 2019 12:54:34.005 PM
    User:     Schaka
    Computer: DESKTOP-BN52JDE
    ------------------------------------------------------------------------------

    This application has encountered a critical error:

    ERROR #132 (0x85100084) Fatal Exception
    Program:    F:\Games\WoW 2.4.3\Wow.exe
    Exception:    0xC0000005 (ACCESS_VIOLATION) at 0023:006A24AA

    The instruction at "0x006A24AA" referenced memory at "0x1193F000".
    The memory could not be "written".


    WoWBuild: 8606
    Realm: Netherwing [37.187.251.149:8095]
    Local Zone: Mistvale Valley, Stranglethorn Vale
    Local Player: <removed>, <guid removed for security>, (-13908.8,-3.26506,26.0975)
    Last Enemy Target: Elder Mistvale Gorilla, F13000061501C57D, (-13906.9,-8.73438,28.2334)
    Add Ons: 
    ------------------------------------------------------------------------------

    ----------------------------------------
        x86 Registers
    ----------------------------------------

    EAX=0019FC34  EBX=02B70000  ECX=000015FF  EDX=00001000  ESI=00000BFE
    EDI=1193C008  EBP=0019FC1C  ESP=0019FC14  EIP=006A24AA  FLG=00010206
    CS =0023      DS =002B      ES =002B      SS =002B      FS =0053      GS =002B


    ----------------------------------------
        Stack Trace (Manual)
    ----------------------------------------

    Address  Frame    Logical addr  Module

    Showing 30/30 threads...

    --- Thread ID: 9924 [Current Thread] ---
    006A24AA 0019FC1C 0001:002A14AA F:\Games\WoW 2.4.3\Wow.exe
    006A3782 0019FC78 0001:002A2782 F:\Games\WoW 2.4.3\Wow.exe
    006A3866 0019FCC0 0001:002A2866 F:\Games\WoW 2.4.3\Wow.exe
    0040E248 0019FD48 0001:0000D248 F:\Games\WoW 2.4.3\Wow.exe
    0059771F 0019FD5C 0001:0019671F F:\Games\WoW 2.4.3\Wow.exe
    00447903 0019FE14 0001:00046903 F:\Games\WoW 2.4.3\Wow.exe
    0042B42B 0019FE44 0001:0002A42B F:\Games\WoW 2.4.3\Wow.exe
    00428879 0019FEBC 0001:00027879 F:\Games\WoW 2.4.3\Wow.exe
    00429D61 0019FED4 0001:00028D61 F:\Games\WoW 2.4.3\Wow.exe
    00406898 0019FF70 0001:00005898 F:\Games\WoW 2.4.3\Wow.exe
    7525FE09 0019FF80 0001:0000FE09 C:\Windows\System32\KERNEL32.DLL
    7741662D 0019FFDC 0001:0006562D C:\Windows\SYSTEM32\ntdll.dll
    774165FD 0019FFEC 0001:000655FD C:\Windows\SYSTEM32\ntdll.dll

    --- Thread ID: 4332 ---
    75F38AAF 040CFF0C 0001:000F7AAF C:\Windows\System32\KERNELBASE.dll
    0065EF34 040CFF68 0001:0025DF34 F:\Games\WoW 2.4.3\Wow.exe
    0075FDD4 040CFF80 0001:0035EDD4 F:\Games\WoW 2.4.3\Wow.exe
    7741662D 040CFFDC 0001:0006562D C:\Windows\SYSTEM32\ntdll.dll
    774165FD 040CFFEC 0001:000655FD C:\Windows\SYSTEM32\ntdll.dll

    --- Thread ID: 10868 ---
    75F4FB22 041CFF04 0001:0010EB22 C:\Windows\System32\KERNELBASE.dll

    --- Thread ID: 8640 ---
    75F4FB22 042CFF04 0001:0010EB22 C:\Windows\System32\KERNELBASE.dll

    --- Thread ID: 740 ---
    75F4FB22 043CFF04 0001:0010EB22 C:\Windows\System32\KERNELBASE.dll

    --- Thread ID: 10944 ---
    75F4FB22 0450FF04 0001:0010EB22 C:\Windows\System32\KERNELBASE.dll

    --- Thread ID: 10884 ---
    75F4FB22 0464FF04 0001:0010EB22 C:\Windows\System32\KERNELBASE.dll

    --- Thread ID: 7332 ---
    75F4FB22 0478FF04 0001:0010EB22 C:\Windows\System32\KERNELBASE.dll

    --- Thread ID: 6500 ---
    75F4FB22 048CFF04 0001:0010EB22 C:\Windows\System32\KERNELBASE.dll

    --- Thread ID: 10156 ---
    75F4FB22 085FFF1C 0001:0010EB22 C:\Windows\System32\KERNELBASE.dll
    565DB267 085FFF38 0001:0007A267 C:\Windows\System32\DriverStore\FileRepository\c0337288.inf_amd64_3c3211f00f323cb5\B337205\atiumdag.dll
    566E703E 085FFF70 0001:0018603E C:\Windows\System32\DriverStore\FileRepository\c0337288.inf_amd64_3c3211f00f323cb5\B337205\atiumdag.dll
    7525FE09 085FFF80 0001:0000FE09 C:\Windows\System32\KERNEL32.DLL
    7741662D 085FFFDC 0001:0006562D C:\Windows\SYSTEM32\ntdll.dll
    774165FD 085FFFEC 0001:000655FD C:\Windows\SYSTEM32\ntdll.dll

    --- Thread ID: 7288 ---
    75F4FB22 0873FF1C 0001:0010EB22 C:\Windows\System32\KERNELBASE.dll
    565DB267 0873FF38 0001:0007A267 C:\Windows\System32\DriverStore\FileRepository\c0337288.inf_amd64_3c3211f00f323cb5\B337205\atiumdag.dll
    566E703E 0873FF70 0001:0018603E C:\Windows\System32\DriverStore\FileRepository\c0337288.inf_amd64_3c3211f00f323cb5\B337205\atiumdag.dll
    7525FE09 0873FF80 0001:0000FE09 C:\Windows\System32\KERNEL32.DLL
    7741662D 0873FFDC 0001:0006562D C:\Windows\SYSTEM32\ntdll.dll
    774165FD 0873FFEC 0001:000655FD C:\Windows\SYSTEM32\ntdll.dll

    --- Thread ID: 10372 ---
    75F4FB22 0887FF1C 0001:0010EB22 C:\Windows\System32\KERNELBASE.dll
    565DB267 0887FF38 0001:0007A267 C:\Windows\System32\DriverStore\FileRepository\c0337288.inf_amd64_3c3211f00f323cb5\B337205\atiumdag.dll
    566E703E 0887FF70 0001:0018603E C:\Windows\System32\DriverStore\FileRepository\c0337288.inf_amd64_3c3211f00f323cb5\B337205\atiumdag.dll
    7525FE09 0887FF80 0001:0000FE09 C:\Windows\System32\KERNEL32.DLL
    7741662D 0887FFDC 0001:0006562D C:\Windows\SYSTEM32\ntdll.dll
    774165FD 0887FFEC 0001:000655FD C:\Windows\SYSTEM32\ntdll.dll

    --- Thread ID: 7004 ---
    75F4FB22 089BFF1C 0001:0010EB22 C:\Windows\System32\KERNELBASE.dll
    565DB267 089BFF38 0001:0007A267 C:\Windows\System32\DriverStore\FileRepository\c0337288.inf_amd64_3c3211f00f323cb5\B337205\atiumdag.dll
    566E703E 089BFF70 0001:0018603E C:\Windows\System32\DriverStore\FileRepository\c0337288.inf_amd64_3c3211f00f323cb5\B337205\atiumdag.dll
    7525FE09 089BFF80 0001:0000FE09 C:\Windows\System32\KERNEL32.DLL
    7741662D 089BFFDC 0001:0006562D C:\Windows\SYSTEM32\ntdll.dll
    774165FD 089BFFEC 0001:000655FD C:\Windows\SYSTEM32\ntdll.dll

    --- Thread ID: 7784 ---
    75F4FB22 08AFFF1C 0001:0010EB22 C:\Windows\System32\KERNELBASE.dll
    565DB267 08AFFF38 0001:0007A267 C:\Windows\System32\DriverStore\FileRepository\c0337288.inf_amd64_3c3211f00f323cb5\B337205\atiumdag.dll
    566E703E 08AFFF70 0001:0018603E C:\Windows\System32\DriverStore\FileRepository\c0337288.inf_amd64_3c3211f00f323cb5\B337205\atiumdag.dll
    7525FE09 08AFFF80 0001:0000FE09 C:\Windows\System32\KERNEL32.DLL
    7741662D 08AFFFDC 0001:0006562D C:\Windows\SYSTEM32\ntdll.dll
    774165FD 08AFFFEC 0001:000655FD C:\Windows\SYSTEM32\ntdll.dll

    --- Thread ID: 5132 ---
    7525FE09 0B2FFF80 0001:0000FE09 C:\Windows\System32\KERNEL32.DLL
    7741662D 0B2FFFDC 0001:0006562D C:\Windows\SYSTEM32\ntdll.dll
    774165FD 0B2FFFEC 0001:000655FD C:\Windows\SYSTEM32\ntdll.dll

    --- Thread ID: 2812 ---
    75F38AAF 0D43FB28 0001:000F7AAF C:\Windows\System32\KERNELBASE.dll
    00749C3D 0D43FB34 0001:00348C3D F:\Games\WoW 2.4.3\Wow.exe
    004584BD 0D43FF54 0001:000574BD F:\Games\WoW 2.4.3\Wow.exe
    00645617 0D43FF70 0001:00244617 F:\Games\WoW 2.4.3\Wow.exe
    7525FE09 0D43FF80 0001:0000FE09 C:\Windows\System32\KERNEL32.DLL
    7741662D 0D43FFDC 0001:0006562D C:\Windows\SYSTEM32\ntdll.dll
    774165FD 0D43FFEC 0001:000655FD C:\Windows\SYSTEM32\ntdll.dll

    --- Thread ID: 11244 ---
    75F4FB22 0D57FF2C 0001:0010EB22 C:\Windows\System32\KERNELBASE.dll
    00649400 0D57FF3C 0001:00248400 F:\Games\WoW 2.4.3\Wow.exe
    00709102 0D57FF54 0001:00308102 F:\Games\WoW 2.4.3\Wow.exe
    00645617 0D57FF70 0001:00244617 F:\Games\WoW 2.4.3\Wow.exe
    7525FE09 0D57FF80 0001:0000FE09 C:\Windows\System32\KERNEL32.DLL
    7741662D 0D57FFDC 0001:0006562D C:\Windows\SYSTEM32\ntdll.dll
    774165FD 0D57FFEC 0001:000655FD C:\Windows\SYSTEM32\ntdll.dll

    --- Thread ID: 5624 ---
    7525FE09 0F73FF80 0001:0000FE09 C:\Windows\System32\KERNEL32.DLL
    7741662D 0F73FFDC 0001:0006562D C:\Windows\SYSTEM32\ntdll.dll
    774165FD 0F73FFEC 0001:000655FD C:\Windows\SYSTEM32\ntdll.dll

    --- Thread ID: 7852 ---
    75F38AAF 0F87FF54 0001:000F7AAF C:\Windows\System32\KERNELBASE.dll
    007FDB00 0F87FF70 0001:003FCB00 F:\Games\WoW 2.4.3\Wow.exe
    7525FE09 0F87FF80 0001:0000FE09 C:\Windows\System32\KERNEL32.DLL
    7741662D 0F87FFDC 0001:0006562D C:\Windows\SYSTEM32\ntdll.dll
    774165FD 0F87FFEC 0001:000655FD C:\Windows\SYSTEM32\ntdll.dll

    --- Thread ID: 7908 ---
    75F38AAF 0F9DFF54 0001:000F7AAF C:\Windows\System32\KERNELBASE.dll
    007FDB00 0F9DFF70 0001:003FCB00 F:\Games\WoW 2.4.3\Wow.exe
    7525FE09 0F9DFF80 0001:0000FE09 C:\Windows\System32\KERNEL32.DLL
    7741662D 0F9DFFDC 0001:0006562D C:\Windows\SYSTEM32\ntdll.dll
    774165FD 0F9DFFEC 0001:000655FD C:\Windows\SYSTEM32\ntdll.dll

    --- Thread ID: 3352 ---
    75F4FB22 0FE2FF20 0001:0010EB22 C:\Windows\System32\KERNELBASE.dll
    00649400 0FE2FF30 0001:00248400 F:\Games\WoW 2.4.3\Wow.exe
    00425215 0FE2FF48 0001:00024215 F:\Games\WoW 2.4.3\Wow.exe
    00425351 0FE2FF54 0001:00024351 F:\Games\WoW 2.4.3\Wow.exe
    00645617 0FE2FF70 0001:00244617 F:\Games\WoW 2.4.3\Wow.exe
    7525FE09 0FE2FF80 0001:0000FE09 C:\Windows\System32\KERNEL32.DLL
    7741662D 0FE2FFDC 0001:0006562D C:\Windows\SYSTEM32\ntdll.dll
    774165FD 0FE2FFEC 0001:000655FD C:\Windows\SYSTEM32\ntdll.dll

    --- Thread ID: 4900 ---
    75F523D8 0FF6FCEC 0001:001113D8 C:\Windows\System32\KERNELBASE.dll
    00425ACB 0FF6FF44 0001:00024ACB F:\Games\WoW 2.4.3\Wow.exe
    00425328 0FF6FF54 0001:00024328 F:\Games\WoW 2.4.3\Wow.exe
    00645617 0FF6FF70 0001:00244617 F:\Games\WoW 2.4.3\Wow.exe
    7525FE09 0FF6FF80 0001:0000FE09 C:\Windows\System32\KERNEL32.DLL
    7741662D 0FF6FFDC 0001:0006562D C:\Windows\SYSTEM32\ntdll.dll
    774165FD 0FF6FFEC 0001:000655FD C:\Windows\SYSTEM32\ntdll.dll

    --- Thread ID: 8288 ---
    75CE28DD 1316FEF4 0001:000418DD C:\Windows\System32\USER32.dll
    006771C8 1316FF68 0001:002761C8 F:\Games\WoW 2.4.3\Wow.exe
    0075FDD4 1316FF80 0001:0035EDD4 F:\Games\WoW 2.4.3\Wow.exe
    7741662D 1316FFDC 0001:0006562D C:\Windows\SYSTEM32\ntdll.dll
    774165FD 1316FFEC 0001:000655FD C:\Windows\SYSTEM32\ntdll.dll

    --- Thread ID: 10400 ---
    75F4FB22 0B43FF34 0001:0010EB22 C:\Windows\System32\KERNELBASE.dll
    00649400 0B43FF44 0001:00248400 F:\Games\WoW 2.4.3\Wow.exe
    00424E66 0B43FF54 0001:00023E66 F:\Games\WoW 2.4.3\Wow.exe
    00645617 0B43FF70 0001:00244617 F:\Games\WoW 2.4.3\Wow.exe
    7525FE09 0B43FF80 0001:0000FE09 C:\Windows\System32\KERNEL32.DLL
    7741662D 0B43FFDC 0001:0006562D C:\Windows\SYSTEM32\ntdll.dll
    774165FD 0B43FFEC 0001:000655FD C:\Windows\SYSTEM32\ntdll.dll

    --- Thread ID: 5208 ---
    75F4FB22 0C3EFF04 0001:0010EB22 C:\Windows\System32\KERNELBASE.dll

    --- Thread ID: 8892 ---
    75F4FB22 0C52FF04 0001:0010EB22 C:\Windows\System32\KERNELBASE.dll

    --- Thread ID: 7924 ---
    75F4FB22 0C66FF04 0001:0010EB22 C:\Windows\System32\KERNELBASE.dll

    --- Thread ID: 368 ---
    75F4FB22 0C7AFF04 0001:0010EB22 C:\Windows\System32\KERNELBASE.dll

    --- Thread ID: 9076 ---
    75F38AAF 0BB8FF54 0001:000F7AAF C:\Windows\System32\KERNELBASE.dll
    007FDB00 0BB8FF70 0001:003FCB00 F:\Games\WoW 2.4.3\Wow.exe
    7525FE09 0BB8FF80 0001:0000FE09 C:\Windows\System32\KERNEL32.DLL
    7741662D 0BB8FFDC 0001:0006562D C:\Windows\SYSTEM32\ntdll.dll
    774165FD 0BB8FFEC 0001:000655FD C:\Windows\SYSTEM32\ntdll.dll

    --- Thread ID: 9040 ---
    7525FE09 0B53FF80 0001:0000FE09 C:\Windows\System32\KERNEL32.DLL
    7741662D 0B53FFDC 0001:0006562D C:\Windows\SYSTEM32\ntdll.dll
    774165FD 0B53FFEC 0001:000655FD C:\Windows\SYSTEM32\ntdll.dll

    ----------------------------------------
        Stack Trace (Using DBGHELP.DLL)
    ----------------------------------------

    Showing 30/30 threads...

    --- Thread ID: 9924 [Current Thread] ---
    006A24AA Wow.exe      <unknown symbol>+0 (0x0019FC34,0x02B70000,0x02B60000,0x00000000)

    --- Thread ID: 4332 ---
    75F38AAF KERNELBASE.dll Sleep+15 (0x00000064,0x0075FD55,0x02FC3B30,0x02FC3AF8)
    0065EF34 Wow.exe      <unknown symbol>+0 (0x0075FD55,0x7525FE09,0x02FC3B30,0x7525FDF0)
    0075FDD4 Wow.exe      <unknown symbol>+0 (0x02FC3B30,0x0BAF8C6B,0x00000000,0x00000000)
    7741662D ntdll.dll    RtlGetAppContainerNamedObjectPath+237 (0xFFFFFFFF,0x77435193,0x00000000,0x00000000)
    774165FD ntdll.dll    RtlGetAppContainerNamedObjectPath+189 (0x0075FD55,0x02FC3B30,0x00000000,0x00000000)

    --- Thread ID: 10868 ---
    75F4FB22 KERNELBASE.dll WaitForSingleObject+18 (0x000023C8,0xFFFFFFFF,0x02FC0F18,0x0075FD55)
    0065D313 Wow.exe      <unknown symbol>+0 (0x00000000,0x00000000,0x00000000,0x00000000)

    --- Thread ID: 8640 ---
    75F4FB22 KERNELBASE.dll WaitForSingleObject+18 (0x000023E0,0xFFFFFFFF,0x02FC1170,0x0075FD55)
    0065D313 Wow.exe      <unknown symbol>+0 (0x00000000,0x00000000,0x00000000,0x00000000)

    --- Thread ID: 740 ---
    75F4FB22 KERNELBASE.dll WaitForSingleObject+18 (0x000023CC,0xFFFFFFFF,0x02FC4DD0,0x0075FD55)
    0065D313 Wow.exe      <unknown symbol>+0 (0x00000000,0x00000000,0x00000000,0x00000000)

    --- Thread ID: 10944 ---
    75F4FB22 KERNELBASE.dll WaitForSingleObject+18 (0x000023D4,0xFFFFFFFF,0x02FC4FF0,0x0075FD55)
    0065D313 Wow.exe      <unknown symbol>+0 (0x00000000,0x00000000,0x00000000,0x00000000)

    --- Thread ID: 10884 ---
    75F4FB22 KERNELBASE.dll WaitForSingleObject+18 (0x000023BC,0xFFFFFFFF,0x02FC5210,0x0075FD55)
    0065D313 Wow.exe      <unknown symbol>+0 (0x00000000,0x00000000,0x00000000,0x00000000)

    --- Thread ID: 7332 ---
    75F4FB22 KERNELBASE.dll WaitForSingleObject+18 (0x000023AC,0xFFFFFFFF,0x02FC5430,0x0075FD55)
    0065D313 Wow.exe      <unknown symbol>+0 (0x00000000,0x00000000,0x00000000,0x00000000)

    --- Thread ID: 6500 ---
    75F4FB22 KERNELBASE.dll WaitForSingleObject+18 (0x000023B8,0xFFFFFFFF,0x02FC5650,0x0075FD55)
    0065D313 Wow.exe      <unknown symbol>+0 (0x00000000,0x00000000,0x00000000,0x00000000)

    --- Thread ID: 10156 ---
    75F4FB22 KERNELBASE.dll WaitForSingleObject+18 (0x000024A0,0xFFFFFFFF,0x00FA98B8,0x00FA98B8)
    565DB267 atiumdag.dll XdxInitXopAdapterServices+195159 (0x0597ED40,0x2B442611,0x566E6FE6,0x566E6FE6)
    566E703E atiumdag.dll XdxInitXopAdapterServices+1292334 (0x00FA98B8,0x7525FDF0,0x085FFFDC,0x7741662D)
    7525FE09 KERNEL32.DLL BaseThreadInitThunk+25 (0x00FA98B8,0x07FC8C6B,0x00000000,0x00000000)
    7741662D ntdll.dll    RtlGetAppContainerNamedObjectPath+237 (0xFFFFFFFF,0x77435193,0x00000000,0x00000000)
    774165FD ntdll.dll    RtlGetAppContainerNamedObjectPath+189 (0x566E6FE6,0x00FA98B8,0x00000000,0x00000000)

    --- Thread ID: 7288 ---
    75F4FB22 KERNELBASE.dll WaitForSingleObject+18 (0x000024B0,0xFFFFFFFF,0x00FA9BB8,0x00FA9BB8)
    565DB267 atiumdag.dll XdxInitXopAdapterServices+195159 (0x0597ED5C,0x2B682611,0x566E6FE6,0x566E6FE6)
    566E703E atiumdag.dll XdxInitXopAdapterServices+1292334 (0x00FA9BB8,0x7525FDF0,0x0873FFDC,0x7741662D)
    7525FE09 KERNEL32.DLL BaseThreadInitThunk+25 (0x00FA9BB8,0x07D08C6B,0x00000000,0x00000000)
    7741662D ntdll.dll    RtlGetAppContainerNamedObjectPath+237 (0xFFFFFFFF,0x77435193,0x00000000,0x00000000)
    774165FD ntdll.dll    RtlGetAppContainerNamedObjectPath+189 (0x566E6FE6,0x00FA9BB8,0x00000000,0x00000000)

    --- Thread ID: 10372 ---
    75F4FB22 KERNELBASE.dll WaitForSingleObject+18 (0x00002480,0xFFFFFFFF,0x00FBA450,0x00FBA450)
    565DB267 atiumdag.dll XdxInitXopAdapterServices+195159 (0x0597ED78,0x2B9C2611,0x566E6FE6,0x566E6FE6)
    566E703E atiumdag.dll XdxInitXopAdapterServices+1292334 (0x00FBA450,0x7525FDF0,0x0887FFDC,0x7741662D)
    7525FE09 KERNEL32.DLL BaseThreadInitThunk+25 (0x00FBA450,0x07248C6B,0x00000000,0x00000000)
    7741662D ntdll.dll    RtlGetAppContainerNamedObjectPath+237 (0xFFFFFFFF,0x77435193,0x00000000,0x00000000)
    774165FD ntdll.dll    RtlGetAppContainerNamedObjectPath+189 (0x566E6FE6,0x00FBA450,0x00000000,0x00000000)

    --- Thread ID: 7004 ---
    75F4FB22 KERNELBASE.dll WaitForSingleObject+18 (0x00002490,0xFFFFFFFF,0x00FBA4B0,0x00FBA4B0)
    565DB267 atiumdag.dll XdxInitXopAdapterServices+195159 (0x0597ED94,0x2B802611,0x566E6FE6,0x566E6FE6)
    566E703E atiumdag.dll XdxInitXopAdapterServices+1292334 (0x00FBA4B0,0x7525FDF0,0x089BFFDC,0x7741662D)
    7525FE09 KERNEL32.DLL BaseThreadInitThunk+25 (0x00FBA4B0,0x07388C6B,0x00000000,0x00000000)
    7741662D ntdll.dll    RtlGetAppContainerNamedObjectPath+237 (0xFFFFFFFF,0x77435193,0x00000000,0x00000000)
    774165FD ntdll.dll    RtlGetAppContainerNamedObjectPath+189 (0x566E6FE6,0x00FBA4B0,0x00000000,0x00000000)

    --- Thread ID: 7784 ---
    75F4FB22 KERNELBASE.dll WaitForSingleObject+18 (0x00002460,0xFFFFFFFF,0x00FBA3B0,0x00FBA3B0)
    565DB267 atiumdag.dll XdxInitXopAdapterServices+195159 (0x0597EDB0,0x2BB42611,0x566E6FE6,0x566E6FE6)
    566E703E atiumdag.dll XdxInitXopAdapterServices+1292334 (0x00FBA3B0,0x7525FDF0,0x08AFFFDC,0x7741662D)
    7525FE09 KERNEL32.DLL BaseThreadInitThunk+25 (0x00FBA3B0,0x070C8C6B,0x00000000,0x00000000)
    7741662D ntdll.dll    RtlGetAppContainerNamedObjectPath+237 (0xFFFFFFFF,0x77435193,0x00000000,0x00000000)
    774165FD ntdll.dll    RtlGetAppContainerNamedObjectPath+189 (0x566E6FE6,0x00FBA3B0,0x00000000,0x00000000)

    --- Thread ID: 5132 ---
    7525FE09 KERNEL32.DLL BaseThreadInitThunk+25 (0x00F81870,0x048C8C6B,0x00000000,0x00000000)
    7741662D ntdll.dll    RtlGetAppContainerNamedObjectPath+237 (0xFFFFFFFF,0x77435193,0x00000000,0x00000000)
    774165FD ntdll.dll    RtlGetAppContainerNamedObjectPath+189 (0x773FE230,0x00F81870,0x00000000,0x00000000)

    --- Thread ID: 2812 ---
    75F38AAF KERNELBASE.dll Sleep+15 (0x00000001,0x0D43FF54,0x004584BD,0x00000001)
    00749C3D Wow.exe      <unknown symbol>+0 (0x00000001,0x00000000,0x004582E0,0x00000AFC)
    004584BD Wow.exe      <unknown symbol>+0 (0x00000000,0x006455E0,0x006455E0,0x05632308)
    00645617 Wow.exe      <unknown symbol>+0 (0x000028DC,0x7525FDF0,0x0D43FFDC,0x7741662D)
    7525FE09 KERNEL32.DLL BaseThreadInitThunk+25 (0x05632308,0x02E08C6B,0x00000000,0x00000000)
    7741662D ntdll.dll    RtlGetAppContainerNamedObjectPath+237 (0xFFFFFFFF,0x77435193,0x00000000,0x00000000)
    774165FD ntdll.dll    RtlGetAppContainerNamedObjectPath+189 (0x006455E0,0x05632308,0x00000000,0x00000000)

    --- Thread ID: 11244 ---
    75F4FB22 KERNELBASE.dll WaitForSingleObject+18 (0x00002358,0xFFFFFFFF,0x0D57FF54,0x00709102)
    00649400 Wow.exe      <unknown symbol>+0 (0xFFFFFFFF,0x00002BEC,0x00E1E060,0x007090A0)
    00709102 Wow.exe      <unknown symbol>+0 (0x00E1E060,0x006455E0,0x006455E0,0x056336A8)
    00645617 Wow.exe      <unknown symbol>+0 (0x000028F8,0x7525FDF0,0x0D57FFDC,0x7741662D)
    7525FE09 KERNEL32.DLL BaseThreadInitThunk+25 (0x056336A8,0x02F48C6B,0x00000000,0x00000000)
    7741662D ntdll.dll    RtlGetAppContainerNamedObjectPath+237 (0xFFFFFFFF,0x77435193,0x00000000,0x00000000)
    774165FD ntdll.dll    RtlGetAppContainerNamedObjectPath+189 (0x006455E0,0x056336A8,0x00000000,0x01E7C405)

    --- Thread ID: 5624 ---
    7525FE09 KERNEL32.DLL BaseThreadInitThunk+25 (0x00000000,0x00D08C6B,0x00000000,0x00000000)
    7741662D ntdll.dll    RtlGetAppContainerNamedObjectPath+237 (0xFFFFFFFF,0x77435193,0x00000000,0x00000000)
    774165FD ntdll.dll    RtlGetAppContainerNamedObjectPath+189 (0x73603040,0x00000000,0x00000000,0x00000000)

    --- Thread ID: 7852 ---
    75F38AAF KERNELBASE.dll Sleep+15 (0x0000000A,0x008020C5,0x0000000A,0x00802057)
    007FDB00 Wow.exe      <unknown symbol>+0 (0x10747FA8,0x7525FDF0,0x0F87FFDC,0x7741662D)
    7525FE09 KERNEL32.DLL BaseThreadInitThunk+25 (0x10747FA8,0x00248C6B,0x00000000,0x00000000)
    7741662D ntdll.dll    RtlGetAppContainerNamedObjectPath+237 (0xFFFFFFFF,0x77435193,0x00000000,0x00000000)
    774165FD ntdll.dll    RtlGetAppContainerNamedObjectPath+189 (0x00802057,0x10747FA8,0x00000000,0x00000000)

    --- Thread ID: 7908 ---
    75F38AAF KERNELBASE.dll Sleep+15 (0x0000000A,0x008020C5,0x0000000A,0x00802057)
    007FDB00 Wow.exe      <unknown symbol>+0 (0x10737FA8,0x7525FDF0,0x0F9DFFDC,0x7741662D)
    7525FE09 KERNEL32.DLL BaseThreadInitThunk+25 (0x10737FA8,0x003E8C6B,0x00000000,0x00000000)
    7741662D ntdll.dll    RtlGetAppContainerNamedObjectPath+237 (0xFFFFFFFF,0x77435193,0x00000000,0x00000000)
    774165FD ntdll.dll    RtlGetAppContainerNamedObjectPath+189 (0x00802057,0x10737FA8,0x00000000,0x00000000)

    --- Thread ID: 3352 ---
    75F4FB22 KERNELBASE.dll WaitForSingleObject+18 (0x00002A04,0x000003E8,0x0FE2FF48,0x00425215)
    00649400 Wow.exe      <unknown symbol>+0 (0x000003E8,0x10E65818,0x00425340,0x00000D18)
    00425215 Wow.exe      <unknown symbol>+0 (0x00000000,0x0FE2FF70,0x00645617,0x10E65818)
    00425351 Wow.exe      <unknown symbol>+0 (0x10E65818,0x006455E0,0x006455E0,0x10E64F48)
    00645617 Wow.exe      <unknown symbol>+0 (0x00002AA4,0x7525FDF0,0x0FE2FFDC,0x7741662D)
    7525FE09 KERNEL32.DLL BaseThreadInitThunk+25 (0x10E64F48,0x00418C6B,0x00000000,0x00000000)
    7741662D ntdll.dll    RtlGetAppContainerNamedObjectPath+237 (0xFFFFFFFF,0x77435193,0x00000000,0x00000000)
    774165FD ntdll.dll    RtlGetAppContainerNamedObjectPath+189 (0x006455E0,0x10E64F48,0x00000000,0x00000000)

    --- Thread ID: 4900 ---
    75F523D8 KERNELBASE.dll WaitForMultipleObjects+24 (0x00000002,0x0FF6FE10,0x00000000,0x000001F4)
    00425ACB Wow.exe      <unknown symbol>+0 (0x00425360,0x0042536B,0x0FF6FF70,0x00645617)
    00425328 Wow.exe      <unknown symbol>+0 (0x10E65808,0x006455E0,0x006455E0,0x10E64F68)
    00645617 Wow.exe      <unknown symbol>+0 (0x00002AA8,0x7525FDF0,0x0FF6FFDC,0x7741662D)
    7525FE09 KERNEL32.DLL BaseThreadInitThunk+25 (0x10E64F68,0x00558C6B,0x00000000,0x00000000)
    7741662D ntdll.dll    RtlGetAppContainerNamedObjectPath+237 (0xFFFFFFFF,0x77435193,0x00000000,0x00000000)
    774165FD ntdll.dll    RtlGetAppContainerNamedObjectPath+189 (0x006455E0,0x10E64F68,0x00000000,0x00000000)

    --- Thread ID: 8288 ---
    75CE28DD USER32.dll   MsgWaitForMultipleObjects+77 (0x00000002,0x1316FF1C,0x00000000,0xFFFFFFFF)
    006771C8 Wow.exe      <unknown symbol>+0 (0x0075FD55,0x7525FE09,0x0FAE8A58,0x7525FDF0)
    0075FDD4 Wow.exe      <unknown symbol>+0 (0x0FAE8A58,0x1CB58C6B,0x00000000,0x00000000)
    7741662D ntdll.dll    RtlGetAppContainerNamedObjectPath+237 (0xFFFFFFFF,0x77435193,0x00000000,0x00000000)
    774165FD ntdll.dll    RtlGetAppContainerNamedObjectPath+189 (0x0075FD55,0x0FAE8A58,0x00000000,0x2470C243)

    --- Thread ID: 10400 ---
    75F4FB22 KERNELBASE.dll WaitForSingleObject+18 (0x00002CF4,0x00000064,0x0B43FF54,0x00424E66)
    00649400 Wow.exe      <unknown symbol>+0 (0x00000064,0x00424E50,0x0B43FF70,0x00645617)
    00424E66 Wow.exe      <unknown symbol>+0 (0x1368FC50,0x006455E0,0x006455E0,0x1368FA08)
    00645617 Wow.exe      <unknown symbol>+0 (0x00002CBC,0x7525FDF0,0x0B43FFDC,0x7741662D)
    7525FE09 KERNEL32.DLL BaseThreadInitThunk+25 (0x1368FA08,0x04E08C6B,0x00000000,0x00000000)
    7741662D ntdll.dll    RtlGetAppContainerNamedObjectPath+237 (0xFFFFFFFF,0x77435193,0x00000000,0x00000000)
    774165FD ntdll.dll    RtlGetAppContainerNamedObjectPath+189 (0x006455E0,0x1368FA08,0x00000000,0x00000000)

    --- Thread ID: 5208 ---
    75F4FB22 KERNELBASE.dll WaitForSingleObject+18 (0x00002E30,0xFFFFFFFF,0x0FB08808,0x0075FD55)
    0065D313 Wow.exe      <unknown symbol>+0 (0x00000000,0x00000000,0x00000000,0x00000000)

    --- Thread ID: 8892 ---
    75F4FB22 KERNELBASE.dll WaitForSingleObject+18 (0x00002FAC,0xFFFFFFFF,0x0FB09350,0x0075FD55)
    0065D313 Wow.exe      <unknown symbol>+0 (0x00000000,0x00000000,0x00000000,0x00000000)

    --- Thread ID: 7924 ---
    75F4FB22 KERNELBASE.dll WaitForSingleObject+18 (0x00002E3C,0xFFFFFFFF,0x0FB09570,0x0075FD55)
    0065D313 Wow.exe      <unknown symbol>+0 (0x00000000,0x00000000,0x00000000,0x00000000)

    --- Thread ID: 368 ---
    75F4FB22 KERNELBASE.dll WaitForSingleObject+18 (0x00002F98,0xFFFFFFFF,0x0FCEDCC8,0x0075FD55)
    0065D313 Wow.exe      <unknown symbol>+0 (0x00000000,0x00000000,0x00000000,0x00000000)

    --- Thread ID: 9076 ---
    75F38AAF KERNELBASE.dll Sleep+15 (0x0000000A,0x008020C5,0x0000000A,0x00802057)
    007FDB00 Wow.exe      <unknown symbol>+0 (0x136F7FA8,0x7525FDF0,0x0BB8FFDC,0x7741662D)
    7525FE09 KERNEL32.DLL BaseThreadInitThunk+25 (0x136F7FA8,0x041B8C6B,0x00000000,0x00000000)
    7741662D ntdll.dll    RtlGetAppContainerNamedObjectPath+237 (0xFFFFFFFF,0x77435193,0x00000000,0x00000000)
    774165FD ntdll.dll    RtlGetAppContainerNamedObjectPath+189 (0x00802057,0x136F7FA8,0x00000000,0xDEF9314D)

    --- Thread ID: 9040 ---
    7525FE09 KERNEL32.DLL BaseThreadInitThunk+25 (0x00ED07C0,0x04F08C6B,0x00000000,0x00000000)
    7741662D ntdll.dll    RtlGetAppContainerNamedObjectPath+237 (0xFFFFFFFF,0x77435193,0x00000000,0x00000000)
    774165FD ntdll.dll    RtlGetAppContainerNamedObjectPath+189 (0x773FE230,0x00ED07C0,0x00000000,0x00000000)


    ----------------------------------------
        Loaded Modules
    ----------------------------------------

    0x00400000 - 0x00EC8000  F:\Games\WoW 2.4.3\Wow.exe
    0x10000000 - 0x10069000  F:\Games\WoW 2.4.3\DivxDecoder.dll
    0x53FE0000 - 0x5401F000  C:\Windows\SYSTEM32\GLU32.dll
    0x54C60000 - 0x54D39000  C:\Windows\SYSTEM32\OPENGL32.dll
    0x56560000 - 0x5701B000  C:\Windows\System32\DriverStore\FileRepository\c0337288.inf_amd64_3c3211f00f323cb5\B337205\atiumdag.dll
    0x577F0000 - 0x57905000  F:\Games\WoW 2.4.3\dbghelp.dll
    0x5E400000 - 0x5E408000  C:\Windows\SYSTEM32\midimap.dll
    0x5E410000 - 0x5E429000  C:\Windows\SYSTEM32\MSACM32.dll
    0x5E430000 - 0x5E43A000  C:\Windows\SYSTEM32\msacm32.drv
    0x5E440000 - 0x5E47A000  C:\Windows\SYSTEM32\wdmaud.drv
    0x611B0000 - 0x611B7000  C:\Windows\SYSTEM32\ksuser.dll
    0x63660000 - 0x642A2000  C:\Windows\System32\DriverStore\FileRepository\c0337288.inf_amd64_3c3211f00f323cb5\B337205\atiumdva.dll
    0x65F50000 - 0x660D3000  C:\Windows\System32\DriverStore\FileRepository\c0337288.inf_amd64_3c3211f00f323cb5\B337205\aticfx32.dll
    0x66180000 - 0x66188000  C:\Windows\SYSTEM32\AVRT.dll
    0x66190000 - 0x661EE000  C:\Windows\System32\MMDevApi.dll
    0x661F0000 - 0x662FF000  C:\Windows\SYSTEM32\AUDIOSES.DLL
    0x66370000 - 0x66380000  C:\Windows\system32\wshbth.dll
    0x66380000 - 0x66396000  C:\Windows\system32\pnrpnsp.dll
    0x663A0000 - 0x663B1000  C:\Windows\system32\napinsp.dll
    0x669D0000 - 0x669F9000  C:\Windows\System32\DriverStore\FileRepository\c0337288.inf_amd64_3c3211f00f323cb5\B337205\atiu9pag.dll
    0x66FA0000 - 0x66FAB000  C:\Windows\System32\winrnr.dll
    0x67350000 - 0x673EC000  C:\Windows\SYSTEM32\apphelp.dll
    0x67830000 - 0x6783C000  C:\Windows\SYSTEM32\ColorAdapterClient.dll
    0x67840000 - 0x678D9000  C:\Windows\SYSTEM32\mscms.dll
    0x67900000 - 0x67907000  C:\Windows\SYSTEM32\DCIMAN32.dll
    0x67910000 - 0x679F9000  C:\Windows\SYSTEM32\DDRAW.dll
    0x6A030000 - 0x6A0BF000  C:\Windows\SYSTEM32\CoreMessaging.dll
    0x6A0C0000 - 0x6A32A000  C:\Windows\SYSTEM32\CoreUIComponents.dll
    0x6A330000 - 0x6A3B6000  C:\Windows\SYSTEM32\TextInputFramework.dll
    0x6C8C0000 - 0x6CC83000  C:\Windows\SYSTEM32\msi.dll
    0x6CC90000 - 0x6CD1E000  C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.17763.253_none_5891474378aab1c9\COMCTL32.dll
    0x6CD20000 - 0x6CD96000  C:\Windows\SYSTEM32\AcSpecfc.DLL
    0x6CDA0000 - 0x6CDB2000  C:\Windows\SYSTEM32\ondemandconnroutehelper.dll
    0x6D180000 - 0x6D25B000  C:\Windows\SYSTEM32\wintypes.dll
    0x6E630000 - 0x6E648000  C:\Windows\SYSTEM32\MPR.dll
    0x6E650000 - 0x6E658000  C:\Windows\SYSTEM32\WINNSI.DLL
    0x70400000 - 0x7040E000  C:\Windows\SYSTEM32\resourcepolicyclient.dll
    0x70880000 - 0x70CA3000  C:\Windows\SYSTEM32\WININET.dll
    0x71530000 - 0x71591000  C:\Program Files (x86)\TeamViewer\tv_w32.dll
    0x71C80000 - 0x71EAD000  C:\Windows\SYSTEM32\iertutil.dll
    0x720F0000 - 0x722AC000  C:\Windows\SYSTEM32\urlmon.dll
    0x72820000 - 0x72846000  C:\Windows\SYSTEM32\dwmapi.dll
    0x72850000 - 0x729C1000  C:\Windows\SYSTEM32\d3d9.dll
    0x729D0000 - 0x72A4B000  C:\Windows\system32\uxtheme.dll
    0x72AE0000 - 0x72B4B000  C:\Windows\SYSTEM32\WINSPOOL.DRV
    0x72C10000 - 0x72C33000  C:\Windows\System32\DEVOBJ.dll
    0x72CB0000 - 0x72CC6000  C:\Windows\system32\NLAapi.dll
    0x72CD0000 - 0x72CF9000  C:\Windows\SYSTEM32\ntmarta.dll
    0x72D00000 - 0x72D51000  C:\Windows\System32\fwpuclnt.dll
    0x72D60000 - 0x72D68000  C:\Windows\System32\rasadhlp.dll
    0x72D70000 - 0x72E00000  C:\Windows\SYSTEM32\DNSAPI.dll
    0x72FC0000 - 0x7313E000  C:\Windows\SYSTEM32\PROPSYS.dll
    0x73160000 - 0x7318F000  C:\Windows\system32\rsaenh.dll
    0x731C0000 - 0x731E3000  C:\Windows\SYSTEM32\WINMMBASE.dll
    0x73460000 - 0x73504000  C:\Windows\SYSTEM32\dxgi.dll
    0x73530000 - 0x735ED000  C:\Windows\SYSTEM32\winhttp.dll
    0x735F0000 - 0x735F8000  C:\Windows\SYSTEM32\VERSION.dll
    0x73600000 - 0x73624000  C:\Windows\SYSTEM32\WINMM.dll
    0x73640000 - 0x73673000  C:\Windows\SYSTEM32\IPHLPAPI.DLL
    0x736A0000 - 0x736C3000  C:\Windows\SYSTEM32\USERENV.dll
    0x738F0000 - 0x73942000  C:\Windows\system32\mswsock.dll
    0x74A10000 - 0x74A1A000  C:\Windows\System32\CRYPTBASE.dll
    0x74A20000 - 0x74A40000  C:\Windows\System32\SspiCli.dll
    0x74A40000 - 0x74AC0000  C:\Windows\System32\msvcp_win.dll
    0x74AC0000 - 0x74C27000  C:\Windows\System32\gdi32full.dll
    0x74C30000 - 0x74CA9000  C:\Windows\System32\sechost.dll
    0x74CB0000 - 0x74F28000  C:\Windows\System32\combase.dll
    0x74F30000 - 0x74F92000  C:\Windows\System32\bcryptPrimitives.dll
    0x74FA0000 - 0x74FAE000  C:\Windows\System32\MSASN1.dll
    0x74FB0000 - 0x750AC000  C:\Windows\System32\ole32.dll
    0x750B0000 - 0x75170000  C:\Windows\System32\msvcrt.dll
    0x751D0000 - 0x751E7000  C:\Windows\System32\win32u.dll
    0x751F0000 - 0x75234000  C:\Windows\System32\SHLWAPI.dll
    0x75240000 - 0x75320000  C:\Windows\System32\KERNEL32.DLL
    0x75320000 - 0x7586D000  C:\Windows\System32\SHELL32.dll
    0x75870000 - 0x7588C000  C:\Windows\System32\profapi.dll
    0x75890000 - 0x758CB000  C:\Windows\System32\cfgmgr32.dll
    0x758D0000 - 0x758E2000  C:\Windows\System32\cryptsp.dll
    0x75900000 - 0x75989000  C:\Windows\System32\shcore.dll
    0x75A80000 - 0x75A87000  C:\Windows\System32\NSI.dll
    0x75AE0000 - 0x75C1D000  C:\Windows\System32\MSCTF.dll
    0x75C20000 - 0x75C9E000  C:\Windows\System32\ADVAPI32.dll
    0x75CA0000 - 0x75E39000  C:\Windows\System32\USER32.dll
    0x75E40000 - 0x76039000  C:\Windows\System32\KERNELBASE.dll
    0x76040000 - 0x76094000  C:\Windows\System32\powrprof.dll
    0x760C0000 - 0x7615B000  C:\Windows\System32\OLEAUT32.dll
    0x76160000 - 0x7621F000  C:\Windows\System32\RPCRT4.dll
    0x76220000 - 0x763B9000  C:\Windows\System32\CRYPT32.dll
    0x763C0000 - 0x7641F000  C:\Windows\System32\WS2_32.dll
    0x76420000 - 0x764A1000  C:\Windows\System32\clbcatq.dll
    0x764B0000 - 0x764D3000  C:\Windows\System32\GDI32.dll
    0x764E0000 - 0x764EF000  C:\Windows\System32\kernel.appcore.dll
    0x76660000 - 0x7675A000  C:\Windows\System32\COMDLG32.dll
    0x767C0000 - 0x768E3000  C:\Windows\System32\ucrtbase.dll
    0x768F0000 - 0x76915000  C:\Windows\System32\IMM32.dll
    0x76D80000 - 0x76D99000  C:\Windows\System32\bcrypt.dll
    0x76DA0000 - 0x7739B000  C:\Windows\System32\windows.storage.dll
    0x773B0000 - 0x7754C000  C:\Windows\SYSTEM32\ntdll.dll


    ----------------------------------------
        Memory Dump
    ----------------------------------------

    Code: 16 bytes starting at (EIP = 006A24AA)

    006A24AA: 89 14 B7 8B  15 64 E8 DB  00 8B F2 83  C2 01 89 15  .....d..........


    Stack: 1024 bytes starting at (ESP = 0019FC14)

    * = addr               **                                         *           
    0019FC10: 00 00 00 00  00 00 B6 02  0A 1D 00 00  78 FC 19 00  ............x...
    0019FC20: 82 37 6A 00  34 FC 19 00  00 00 B7 02  00 00 B6 02  .7j.4...........
    0019FC30: 00 00 00 00  00 10 00 00  00 10 00 00  0A 1D 00 00  ................
    0019FC40: 00 10 00 00  B0 1A D0 35  DD DB 9F 3E  F3 0F B1 40  .......5...>...@
    0019FC50: FD 22 B3 45  EE 5B 85 46  C3 FE F1 46  55 55 85 46  .".E.[.F...FUU.F
    0019FC60: 55 55 85 46  DC 52 59 46  00 20 53 40  00 00 80 45  UU.F.RYF. [email protected]
    0019FC70: 00 10 00 00  00 10 00 00  C0 FC 19 00  66 38 6A 00  ............f8j.
    0019FC80: 00 20 53 40  0A 1D 00 00  00 00 BE 02  51 01 00 00  . [email protected]...
    0019FC90: 00 00 00 00  00 00 00 00  5C 00 C6 02  00 00 00 00  ........\.......
    0019FCA0: B0 FC 19 00  36 B5 46 00  FE A8 01 00  00 00 00 00  ....6.F.........
    0019FCB0: C0 FC 19 00  38 B6 46 00  FF FF FF FF  00 00 00 00  ....8.F.........
    0019FCC0: 48 FD 19 00  48 E2 40 00  00 00 B6 02  00 00 B7 02  H...H.@.........
    0019FCD0: 00 00 B8 02  00 00 BE 02  51 01 00 00  00 00 00 00  ........Q.......
    0019FCE0: 48 E2 40 00  08 40 96 03  48 FD 19 00  00 FD 19 00  H.@[email protected].......
    0019FCF0: E8 06 95 03  E0 1A 8B 72  0C 1A 15 06  80 EA 14 06  .......r........
    0019FD00: 02 02 00 00  4D B2 5A 00  80 EA 14 06  08 40 96 03  ....M.Z......@..
    0019FD10: 89 B2 5A 00  5D 17 91 00  A0 39 63 05  20 00 00 00  ..Z.]....9c. ...
    0019FD20: A0 39 63 05  40 FD 19 00  E6 76 59 00  02 00 00 00  [email protected].....
    0019FD30: 5D 17 91 00  00 00 00 00  00 00 00 00  00 00 80 3F  ]..............?
    0019FD40: 5C FD 19 00  0C 77 59 00  5C FD 19 00  1F 77 59 00  \....wY.\....wY.
    0019FD50: 00 00 00 00  00 00 00 00  00 00 00 00  14 FE 19 00  ................
    0019FD60: 03 79 44 00  30 6D 95 03  08 6C 95 03  00 00 80 3F  .yD.0m...l.....?
    0019FD70: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00  ................
    0019FD80: 00 00 80 3F  00 00 00 00  00 00 00 00  00 00 00 00  ...?............
    0019FD90: 00 00 00 00  00 00 80 3F  00 00 00 00  00 00 00 00  .......?........
    0019FDA0: 00 00 00 00  00 00 00 00  00 00 80 3F  00 00 00 40  ...........?...@
    0019FDB0: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00  ................
    0019FDC0: 00 00 00 40  00 00 00 00  00 00 00 00  00 00 00 00  ...@............
    0019FDD0: 00 00 00 00  6F 12 83 3B  00 00 00 00  00 00 80 BF  ....o..;........
    0019FDE0: 00 00 80 BF  00 00 80 BF  00 00 80 3F  00 00 00 00  ...........?....
    0019FDF0: 00 00 00 00  00 00 80 3F  00 00 80 3F  00 00 00 00  .......?...?....
    0019FE00: 00 00 80 3F  00 00 00 00  00 00 80 3F  00 00 00 00  ...?.......?....
    0019FE10: 00 00 80 3F  44 FE 19 00  2B B4 42 00  00 00 00 00  ...?D...+.B.....
    0019FE20: 00 00 00 00  08 6C 95 03  00 00 00 00  E8 06 95 03  .....l..........
    0019FE30: 35 6D 95 03  00 00 00 00  07 88 42 00  08 6C 95 03  5m........B..l..
    0019FE40: 01 00 00 00  BC FE 19 00  79 88 42 00  08 6C 95 03  ........y.B..l..
    0019FE50: 11 00 00 00  00 00 00 00  7D 9C 42 00  F0 23 00 00  ........}.B..#..
    0019FE60: 02 00 00 00  01 00 00 00  00 00 00 00  DA 6C FD 05  .............l..
    0019FE70: 00 00 00 00  00 00 00 00  45 6E 67 69  6E 65 20 32  ........Engine 2
    0019FE80: 36 63 34 00  E3 8D BA 0F  A8 FE 19 00  3E 1F 3F 77  6c4.........>.?w
    0019FE90: 01 00 00 00  3E 1F 3F 77  F0 23 00 00  70 CE ED 00  ....>.?w.#..p...
    0019FEA0: 01 00 00 00  01 00 00 00  6C 05 42 77  A0 46 F5 75  ........l.Bw.F.u
    0019FEB0: 40 23 00 00  00 00 00 00  30 C6 DB C5  D4 FE 19 00  @#......0.......
    0019FEC0: 61 9D 42 00  01 00 00 00  58 68 40 00  01 00 00 00  a.B.....Xh@.....
    0019FED0: 01 00 00 00  70 FF 19 00  98 68 40 00  E9 A4 40 00  ....p....h@...@.
    0019FEE0: 00 00 40 00  00 00 00 00  55 28 ED 00  01 00 00 00  [email protected](......
    0019FEF0: FC C7 DB C5  00 10 40 00  00 10 40 00  00 10 21 00  ......@...@...!.
    0019FF00: 44 00 00 00  70 C7 EE 00  E0 69 EE 00  00 83 EF 00  D...p....i......
    0019FF10: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00  ................
    0019FF20: 00 00 00 00  00 00 00 00  00 00 00 00  01 0C 00 00  ................
    0019FF30: 01 00 00 00  00 00 00 00  00 00 00 00  42 00 02 00  ............B...
    0019FF40: 00 00 00 00  05 00 00 C0  02 00 00 00  06 00 00 00  ................
    0019FF50: 00 00 00 00  00 10 40 00  F0 FE 19 00  58 F6 19 00  [email protected]...
    0019FF60: CC FF 19 00  20 A7 40 00  AC B0 52 C5  01 00 00 00  .... [email protected].....
    0019FF70: 80 FF 19 00  09 FE 25 75  00 10 21 00  F0 FD 25 75  ......%u..!...%u
    0019FF80: DC FF 19 00  2D 66 41 77  00 10 21 00  6B 8C BA 0F  ....-fAw..!.k...
    0019FF90: 00 00 00 00  00 00 00 00  00 10 21 00  05 00 00 C0  ..........!.....
    0019FFA0: E0 A0 FE 75  EB F9 BE DD  DF B7 7B 3D  00 00 00 00  ...u......{=....
    0019FFB0: 00 00 00 00  24 F6 19 00  E0 A0 FE 75  0B 59 40 A8  ....$......u.Y@.
    0019FFC0: 00 00 00 00  8C FF 19 00  24 F6 19 00  E4 FF 19 00  ........$.......
    0019FFD0: D0 86 42 77  F7 E1 E8 78  00 00 00 00  EC FF 19 00  ..Bw...x........
    0019FFE0: FD 65 41 77  FF FF FF FF  93 51 43 77  00 00 00 00  .eAw.....QCw....
    0019FFF0: 00 00 00 00  00 10 40 00  00 10 21 00  00 00 00 00  ......@...!.....
    001A0000: 41 63 74 78  20 00 00 00  01 00 00 00  18 33 00 00  Actx ........3..
    001A0010: DC 00 00 00  00 00 00 00  20 00 00 00  00 00 00 00  ........ .......


    ------------------------------------------------------------------------------

    ======================================================================
    Hardware/Driver Information:
    Processor:              0x0
    Page Size:              4096
    Min App Address:        0x10000
    Max App Address:        0x7ffeffff
    Processor Mask:         0xf
    Number of Processors:   4
    Processor Type:         586
    Allocation Granularity: 65536
    Processor Level:        6
    Processor Revision:     15363

    Percent memory used:    49
    Total physical memory:  17129394176
    Free Memory:            8695726080
    Page file:              19679531008
    Total virtual memory:   2147352576
     

    image.png.4805fc25506b0767d1f0c7475628e560.png

  4. I forgot string.match is not in vanilla, this works across vanilla-wotlk:

    public static int GetItemCount(string itemName)
        {
            string countLua =
                $@"
            local fullCount = 0;
            for bag=0,4 do
                for slot=1,36 do
                    local itemLink = GetContainerItemLink(bag, slot);
                    if (itemLink) then
                        local _,_, itemId = string.find(itemLink, 'item:(%d+):');
                        if (GetItemInfo(itemId) == ""{itemName}"") then
                            local texture, count = GetContainerItemInfo(bag, slot);
                            fullCount = fullCount + count;
                        end
                    end
                end
            end
            return fullCount;";
            return Lua.LuaDoString<int>(countLua);
        }

     

  5. Can't edit original report, but function is also a bit wrong - this works in vanilla/tbc/wrath:
     

    public static int GetItemCount(string itemName)
        {
            string countLua =
            $@"
            local fullCount = 0;
            for bag=0,4 do
                for slot=1,36 do
                    local itemLink = GetContainerItemLink(bag, slot);
                    if (itemLink) then
                        local itemString = string.match(itemLink, ""item[%-?%d:]+"");
                        if(GetItemInfo(itemString) == ""{itemName}"") then
                            local texture, count = GetContaimerItemInfo(bag, slot);
                            fullCount = fullCount + count;
                        end
                    end;
                end;
            end
            return fullCount;";
            return Lua.LuaDoString<int>(countLua);
        }

     

  6. Would it be detectable, if I created a reference to the original function on startup (say, on /reload) and then only called that function directly through Lua (which would be unprotected Lua call)?

    If not, that's something I could do. 

    Basically like this:
     

    EventsLua.AttachEventLua(LuaEventsId.PLAYER_ENTERING_WORLD, context => Lua.LuaDoString(@"
    if not _CastSpellSafe then
    	_CastSpellSafe = CastSpellByName;
    end    
    "));
    Lua.LuaDoString("if not _CastSpellSafe then ReloadUI() end;");
    Lua.LuaDoString($"_CastSpellSafe('Polymorph', 'focus');");

     

  7. Q0: Something is off, I don't understand this behavior? I think your plugin is causing it?
    A: While that is possible, please check your log. Anything NOT prefixed by "[HumanMasterPlugin]" is default wRobot behavior.
    It is generally recommended that you familiarize yourself with how wRobot works and try to understand how this plugin adds functionality on top.
    This will make your experience more pleasant but also help you understand where I can't change anything and save us both some time.


    Q1: I have problems with looting?
    A: Please increment your latency in wRobot general settings. I recommend 350-500 at the very least.

    Q2: Can I change food/drink that the bot buys?
    A: No, it's choosen for you and it chooses between Bread/Meat/Fungus/Cheese (whichever is closest).
    To prevent buying really expensive food or water, it will also only buy new food/water after overleveling it by 5 levels (at lower levels).

    Q3: The bot says it's going to Town for Food/Drink/Ammunition but doesn't actually go?
    A: wRobot takes a while to trigger its ToTown state sometimes. Give it a while. 
    If it NEVER starts going, try enabling "Automatically choose vendor" in the plugin settings. 

    Q4: It's not equipping items?
    A: It only equips items based on stats and DPS. Which means white armor is ignored.
    wRobot loves to reload the UI if you run with a bunch of addons, this can break auto equipping.
    Please disable all addons. We're botting, not playing the game.

    Q5: It says I'm out of ammo even though my bags have ammo?
    A: You probably leveled up and it now checks for higher level ammo. Don't worry, it will buy high level ammo and delete the low-level kind.

    Q6: It's vendoring all items (even greens) wtf?
    A: I don't change any of this. Make sure that your questing profile doesn't overwrite wRobot's settings.
    You can disable the first step in the Quester product settings (enabling/disabling steps).

    Q7: The bot is choosing a wrong vendor (e.g. Horde vendor as Alliance)
    A: This could be caused by your profile having faulty vendors. Enable automatically choosing vendors in the plugin settings.
    If the above setting is enabled, message me the NPC name and I will blacklist it.

    Q8: I get Lua errors ingame sometimes, how can I get rid of them?
    A: You can't, without an addon like ImprovedErrorFrame. There are some occasional bugs in the wRobot API causing Lua errors.
    Those don't affect the game in any bad way and you can just ignore them, as you aren't playing your character anyway.

    Q9: I don't want the bot to go to trainer at all
    A: Disable it in the general wRobot settings. The plugin just cancels going to trainer on a few levels (so it only goes every 4-6 on higher levels).
    It also automatically chooses the closest trainer. But sometimes that one might take you through high level zones and you'd want to avoid that by turning it off completely.

×
×
  • Create New...