TurboHUD overlay disappears menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 20
  1. #1
    Satirov's Avatar Member
    Reputation
    1
    Join Date
    Jan 2019
    Posts
    23
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    TurboHUD overlay disappears

    Hi, I have such a problem, after an hour or two, TurboHUD just disappears, I have to restart the game, checked without plugins, everything repeats in the same way.
    Attached Files Attached Files

    TurboHUD overlay disappears
  2. #2
    KillerJohn's Avatar TurboHUD HUDmaster CoreCoins Purchaser Authenticator enabled
    Reputation
    3696
    Join Date
    Jul 2012
    Posts
    2,532
    Thanks G/R
    46/3338
    Trade Feedback
    0 (0%)
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)
    sadly I can not determine the issue from this log
    restarting HUD does not solve the issue?
    Do not send me private messages unless it is absolutely necessary or the content is sensitive or when I ask you to do that...

  3. #3
    Satirov's Avatar Member
    Reputation
    1
    Join Date
    Jan 2019
    Posts
    23
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by KillerJohn View Post
    sadly I can not determine the issue from this log
    restarting HUD does not solve the issue?

    if you restart during the game, then the game freezes, you have to turn off the game and do everything in a new way. It just wasn’t before, it always worked stably. What logs do you need? are they in the folder?

  4. #4
    Romanmas's Avatar Member
    Reputation
    11
    Join Date
    Mar 2017
    Posts
    187
    Thanks G/R
    9/9
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Satirov View Post
    Hi, I have such a problem, after an hour or two, TurboHUD just disappears, I have to restart the game, checked without plugins, everything repeats in the same way.
    Включи файл подкачки у себя (если выключен)

  5. Thanks Satirov (1 members gave Thanks to Romanmas for this useful post)
  6. #5
    Satirov's Avatar Member
    Reputation
    1
    Join Date
    Jan 2019
    Posts
    23
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Romanmas View Post
    Включи файл подкачки у себя (если выключен)
    I have the size set for dump files, I no longer need it, I have 16 gigabytes of memory.
    Screen-230.png

  7. #6
    Satirov's Avatar Member
    Reputation
    1
    Join Date
    Jan 2019
    Posts
    23
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Please look at the log file that I attached, I attached the wrong file to you that time.

    404 - Page Not Found
    exceptions.txt

    probably what is written there causes a problem.

  8. #7
    SeaDragon's Avatar Contributor
    Reputation
    322
    Join Date
    Aug 2016
    Posts
    1,041
    Thanks G/R
    140/300
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    (System.OutOfMemoryException:
    I think you need to set up some virtual memory

  9. #8
    JarJarD3's Avatar Contributor
    Reputation
    106
    Join Date
    Oct 2017
    Posts
    395
    Thanks G/R
    41/101
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by SeaDragon View Post
    Code:
    (System.OutOfMemoryException:
    I think you need to set up some virtual memory
    OutOfMemoryException does not have anything to do with how much memory your system has.
    Without seeing to call stack I just say that when these are related to UI problems there is some fault in the code that handles graphic API calls.

  10. #9
    Satirov's Avatar Member
    Reputation
    1
    Join Date
    Jan 2019
    Posts
    23
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the person above wrote to include the swap file, I turned it on 3gb and everything began to work fine, before that there was 256mb for dump files only. Thanks to everyone for the answers. The swap file solved the problem. I have 16GB of RAM

  11. #10
    KillerJohn's Avatar TurboHUD HUDmaster CoreCoins Purchaser Authenticator enabled
    Reputation
    3696
    Join Date
    Jul 2012
    Posts
    2,532
    Thanks G/R
    46/3338
    Trade Feedback
    0 (0%)
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)
    there is no way HUD filled up your RAM, except you are using poorly written plugins
    Do not send me private messages unless it is absolutely necessary or the content is sensitive or when I ask you to do that...

  12. #11
    Satirov's Avatar Member
    Reputation
    1
    Join Date
    Jan 2019
    Posts
    23
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by KillerJohn View Post
    there is no way HUD filled up your RAM, except you are using poorly written plugins
    the fact of the matter is that there is a lot of free memory and it does not fill up, but, due to the fact that the swap file was 256mb in total, the HUD disappeared after 1 hour. I have only one plugin installed, RunStatsPlugin Release TurboHUD api v9.1 . User5981/RunStatsPlugin . GitHub

  13. #12
    iThinkiWin's Avatar Active Member
    Reputation
    28
    Join Date
    Oct 2018
    Posts
    104
    Thanks G/R
    25/25
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ^ as for plugin usage

    InspectorGadgetPlugin.cs from JackCeparou



    if you have 16gb. Something else is wrong... winkey+r, Resmon.exe (Resource Monitor) find out what is eating memory up. 16 is more than enough for hud. especially base hud.

  14. #13
    Satirov's Avatar Member
    Reputation
    1
    Join Date
    Jan 2019
    Posts
    23
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by iThinkiWin View Post
    ^ as for plugin usage

    InspectorGadgetPlugin.cs from JackCeparou



    if you have 16gb. Something else is wrong... winkey+r, Resmon.exe (Resource Monitor) find out what is eating memory up. 16 is more than enough for hud. especially base hud.
    where to put this file? I put it in plagins / user, but it shows an error when starting the HUD below in red.

  15. #14
    iThinkiWin's Avatar Active Member
    Reputation
    28
    Join Date
    Oct 2018
    Posts
    104
    Thanks G/R
    25/25
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Satirov View Post
    where to put this file? I put it in plagins / user, but it shows an error when starting the HUD below in red.
    plugins/Jack/

    and in the future in the cs file look for
    ex: namespace Turbo.Plugins.Jack // anything after Turbo.Plugins.(is the folder)
    also if something is written as Turbo.Plugins.Jack.Extensions you would place in plugins/Jack/Extensions/

  16. #15
    RNN's Avatar Legendary
    Reputation
    875
    Join Date
    Sep 2018
    Posts
    1,150
    Thanks G/R
    108/837
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    Also look in the Windows task manager for the memory consumption of the process corresponding to TH. It should be kept between 200-400mb normally. If there are memory leaks, it will greatly exceed 1GB (personally, I have seen consume more than 2GB due to a bad plugin)

    Regardless of this, windows has not been designed to work without virtual memory, if you delete it, no matter how much ram you have, it will not work properly
    Last edited by RNN; 10-15-2019 at 12:02 PM.

Page 1 of 2 12 LastLast

Similar Threads

  1. [Question] Overlay disappearing
    By Silverguy45 in forum TurboHUD Support
    Replies: 2
    Last Post: 08-26-2019, 11:22 AM
  2. [Question] Letterbox video option messing up TurboHud overlay
    By Kylpasta in forum TurboHUD Support
    Replies: 0
    Last Post: 02-01-2019, 02:27 PM
  3. Replies: 5
    Last Post: 08-01-2018, 02:37 AM
  4. [Question] TurboHUD overlay disabled Because TurboHUD is outdated
    By flapse34 in forum TurboHUD Support
    Replies: 12
    Last Post: 11-02-2017, 04:19 PM
  5. [Question] Overlay Turbohud
    By Ciorngate in forum TurboHUD Support
    Replies: 2
    Last Post: 08-14-2017, 12:33 PM
All times are GMT -5. The time now is 03:41 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search