Exceptions using TurboHUD 20.6.26.4 (v9.1) BETA. They worked in TurboHUD 20.6.26.0??? menu

User Tag List

Results 1 to 9 of 9
  1. #1
    Rbroz's Avatar Member
    Reputation
    8
    Join Date
    Aug 2018
    Posts
    40
    Thanks G/R
    9/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Exceptions using TurboHUD 20.6.26.4 (v9.1) BETA. They worked in TurboHUD 20.6.26.0???

    Exceptions using TurboHUD 20.6.26.4 (v9.1) BETA. They worked in TurboHUD 20.6.26.0 this morning. Any ideas???



    020.06.26 19:40:11.816 20.6.26.4 suspicious code in plugin file: 'G:\Misc Files\TurboHUD 20.6.26.4 (v9.1) BETA\Plugins\Gigi\EliteBarPlugin.cs': possibly trying to hide behaviour with unicode characters.
    2020.06.26 19:40:11.817 20.6.26.4 suspicious code in plugin file: 'G:\Misc Files\TurboHUD 20.6.26.4 (v9.1) BETA\Plugins\Gjuz\poolstate.cs': possibly trying to hide behaviour with unicode characters.
    2020.06.26 19:40:11.820 20.6.26.4 suspicious code in plugin file: 'G:\Misc Files\TurboHUD 20.6.26.4 (v9.1) BETA\Plugins\GLQ\GLQ_PlayerResurrectionTimer.cs': possibly trying to hide behaviour with unicode characters.
    2020.06.26 19:40:11.837 20.6.26.4 suspicious code in plugin file: 'G:\Misc Files\TurboHUD 20.6.26.4 (v9.1) BETA\Plugins\Resu\CraftersDelightPlugin.cs': possibly trying to hide behaviour with unicode characters.
    2020.06.26 19:40:14.795 20.6.26.4 error while initializing plugins
    2020.06.26 19:40:14.795 20.6.26.4 G:\Misc Files\TurboHUD 20.6.26.4 (v9.1) BETA\Plugins\User\PluginEnablerOrDisablerPlugin.cs(49,34) : error CS0234: The type or namespace name 'CraftersDelightPlugin' does not exist in the namespace 'Turbo.Plugins.Resu' (are you missing an assembly reference?)

    Exceptions using TurboHUD 20.6.26.4 (v9.1) BETA. They worked in TurboHUD 20.6.26.0???
  2. #2
    takayo72's Avatar Active Member
    Reputation
    17
    Join Date
    Jan 2018
    Posts
    203
    Thanks G/R
    43/15
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    unicode characters are used in part of output text string in the plugin
    u could search \U and replace it with symbol char and save as the .cs file in utf-8(important)

  3. #3
    Rbroz's Avatar Member
    Reputation
    8
    Join Date
    Aug 2018
    Posts
    40
    Thanks G/R
    9/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by takayo72 View Post
    unicode characters are used in part of output text string in the plugin
    u could search \U and replace it with symbol char and save as the .cs file in utf-8(important)
    I am not a coder. Sure I can search for \U but what do you mean by symbol char?

  4. #4
    squire14's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    15
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by takayo72 View Post
    unicode characters are used in part of output text string in the plugin
    u could search \U and replace it with symbol char and save as the .cs file in utf-8(important)
    which symbol? i tried this Search - Unicode Character Table and got U+26A0 and ⚠. which one to put in to replace \u26A0?

  5. #5
    takayo72's Avatar Active Member
    Reputation
    17
    Join Date
    Jan 2018
    Posts
    203
    Thanks G/R
    43/15
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by squire14 View Post
    which symbol? i tried this Search - Unicode Character Table and got U+26A0 and ⚠. which one to put in to replace \u26A0?


    ........................

  6. #6
    franehr's Avatar Member
    Reputation
    6
    Join Date
    Oct 2017
    Posts
    82
    Thanks G/R
    34/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how do i fix poolstate from gjuz ?
    DeathsTotalSymbol = "\u2620";
    DeathsInRiftSymbol = "\ud83d\udd48";
    HasPoolSymbol = "\u2B1F";
    EmptyPoolSymbol = "\u2B20";

    and rift info from jack :


    ObjectiveProgressSymbol = "⚔"; //⚔
    GuardianAliveSymbol = "👿"; //👿
    GuardianDeadSymbol = "💀"; //💀

    ObjectiveProgressSymbol = "";
    GuardianAliveSymbol = "\uD83D\uDC7F"; //??
    GuardianDeadSymbol = "\uD83D\uDC80"; //??uDC80"; //??
    Last edited by franehr; 06-27-2020 at 02:50 PM.

  7. #7
    BeeAntOS's Avatar Active Member
    Reputation
    30
    Join Date
    Oct 2017
    Posts
    119
    Thanks G/R
    239/28
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by franehr View Post
    how do i fix poolstate from gjuz ?
    DeathsTotalSymbol = "\u2620";
    DeathsInRiftSymbol = "\ud83d\udd48";
    HasPoolSymbol = "\u2B1F";
    EmptyPoolSymbol = "\u2B20";
    Code:
    	DeathsTotalSymbol = "☠";
    	DeathsInRiftSymbol = "🕈";
    	HasPoolSymbol = "⬟";
    	EmptyPoolSymbol = "⬠";
    "When you reach the top, get ready to drop!"

  8. Thanks franehr (1 members gave Thanks to BeeAntOS for this useful post)
  9. #8
    KillerJohn's Avatar TurboHUD HUDmaster CoreCoins Purchaser Authenticator enabled
    Reputation
    3693
    Join Date
    Jul 2012
    Posts
    2,532
    Thanks G/R
    46/3335
    Trade Feedback
    0 (0%)
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)
    I never thought plugin developers actually use unicode charcters

  10. #9
    Mundzso's Avatar Member
    Reputation
    14
    Join Date
    Feb 2018
    Posts
    84
    Thanks G/R
    28/6
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    disabled all "suspicious plugins" listed above, and still getting randomly:

    2020.06.28 16:12:17.379 hostile process detected: svchost, C:\WINDOWS\System32\svchost.exe
    2020.06.28 16:33:40.439 hostile process detected: svchost, C:\WINDOWS\System32\svchost.exe
    2020.06.28 17:07:37.409 hostile process detected: svchost, C:\WINDOWS\System32\svchost.exe

    comeon, what now, the gaming mouse ? or what is the problem
    awesome job with THUD, but plz don't kill next season
    Last edited by Mundzso; 06-28-2020 at 10:17 AM.

Similar Threads

  1. [How To] [MEGA.nz]TurboHUD 20.3.9.0 (v9.1) BETA for Diablo III 2.6.8.66666 (64 bit)
    By xblade2k7 in forum TurboHUD Support
    Replies: 0
    Last Post: 04-24-2020, 08:48 AM
  2. [Selling] DIABLO III GAME I NEVER USED IT 20$ Includes HOTS 491 LEVEL SILENCED (IT WAS MY SON)
    By -SQUALO- in forum Diablo 3 Account Buy Sell Trade
    Replies: 0
    Last Post: 05-10-2018, 05:24 PM
  3. [Question] No connection to dashboard while using "TurboHUD 18.1.7.0 (v7.6) 64 Bit"
    By blink3y in forum TurboHUD Support
    Replies: 4
    Last Post: 01-07-2018, 09:54 PM
  4. [Bug] Exceptions using 64 bit
    By JollyTex in forum TurboHUD Support
    Replies: 3
    Last Post: 08-27-2017, 01:44 PM
All times are GMT -5. The time now is 04:20 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