• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Leak Check 3.1

This bundle is marked as useful / simple. Simplicity is bliss, low effort and/or may contain minor bugs.
  • Like
Reactions: zulrivers
This tool originates from here

[TD]
[highlight]OUTDATED![/code]
This tool is faulty and its creator has not updated it to reflect recent patches and community findings, and has therefore been deprecated. Its use is not advised. [/TD]

Made by Im_On_56k
Detects memory leaks in GUI Code.

Simply "copy as text" the gui code you want to check and paste it into the program text box.

For those of you getting errors, try looking here.
Contents

Leak Check 3.1 (Binary)

Reviews
05:06, 22nd Jul 2012 Magtheridon96: This is outdated and is in need of a lot of bug-fixes.

Moderator

M

Moderator

05:06, 22nd Jul 2012
Magtheridon96: This is outdated and is in need of a lot of bug-fixes.
 
Level 2
Joined
Dec 20, 2005
Messages
7
ok in my code i had
unit group- add (unit (rings)) to TempUnitGroup

and when i checked it it said it had a leak in that line but the recommendation said

unit group- add (unit (rings)) to TempUnitGroup

is that a bug or sumtin??
 
Level 4
Joined
Nov 9, 2005
Messages
113
Not 'copy as text', that's only for functions. For the whole trigger you must select it and in one of the menus the an option like 'convert to custom text'.
 
Level 8
Joined
Jul 23, 2005
Messages
329
Lol, copy under text:
Click the trigger you wanna check. Then, at the very top (Above events), right click on the trigger and it'll be there.
 

Cokemonkey11

Code Reviewer
Level 29
Joined
May 9, 2006
Messages
3,522
I'm getting a similar problem.

This program worked fine on my old computer, but on my new one:

Component 'RICHTX32.OCX' or one of its dependenies not correctly registered: a file is missing or invalid

After some research it seems microsoft has retired this module.

I need to get it installed and working though because this is quite the important tool for me :)
 
Level 4
Joined
Aug 9, 2008
Messages
67
Has this program ever actually detected any leaks for anybody? because I put in my attached map and it said there were no leaks!:hohum:
 

Attachments

  • LEAKTIME!.w3x
    16.5 KB · Views: 94
Level 2
Joined
Oct 2, 2008
Messages
9
i got a new computer and i got stuck with vista:cry: will this work for vista (re downloading all the programs i had)
 
Level 27
Joined
Sep 24, 2006
Messages
4,979
When i try to start it has an error that says;

Component 'RICHTX32.OCX' or one of its dependencies not correctly registered: a file is missing or invalid

and i also don't know how to copy GUI triggers as text...

Also using vista btw. I guess this is a vista problem.
 
Level 7
Joined
Jan 2, 2008
Messages
77
How to get work

How to get this program work:
1. Download the Leak Check 1.3.zip file and extract it
2. Download the RICHTX32.OCX file and extract it to the same folder
3. Download the COMCTL32.OCX file and extract it to the same folder
4. Run the program in admin mode
5. It should work!

:thumbs_up:


EDIT:
This is awesome tool!
 
Last edited:
Level 13
Joined
Mar 23, 2008
Messages
1,214
Ikx_1 i hope you mean 3.1 not 1.3 XD
anyway im gonna try that, as it doesent work for me either, and i rly need it :S

EDIT: thank you for the help Ikx_1 +rep as so many been asking but no one else made a good answer like you ;D
 
Level 4
Joined
Mar 2, 2009
Messages
77
How to get this program work:
1. Download the Leak Check 1.3.zip file and extract it
2. Download the RICHTX32.OCX file and extract it to the same folder
3. Download the COMCTL32.OCX file and extract it to the same folder
4. Run the program in admin mode
5. It should work!

:thumbs_up:



EDIT:
This is awesome tool!


LOVE YOU MAN THAT WAS GREAT, searched all over and this worked fast and easily
 
Top