ajkhoury / ReClassEx

ReClassEx
MIT License
873 stars 175 forks source link

Huge memory leak at Win8 x64 #14

Closed lastblade closed 8 years ago

lastblade commented 8 years ago

screenshot 3

ajkhoury commented 8 years ago

Oops. Let me look into that.

Timboy67678 commented 8 years ago

do you have any information? like how it is you got to this point? Anything to help us reproduce and fix the mem leak

lastblade commented 8 years ago

well, im using with bf4. it happens mostly is less than a hour after i opened. i can provide my reclass file if it helps.

ajkhoury commented 8 years ago

Can you screenshot what is in the ReClass Console Log after running for a while? I bet my ass its the console overflowing LOL. I was able to reproduce by overflowing the console by writing to it every frame. I'll have to free the console string after it reaches a certain length.

lastblade commented 8 years ago

image

You're right. it's the console.

ajkhoury commented 8 years ago

Made a work around for the overflow by removing that error message. Should be okay now.