Shotdox Posted September 9, 2017 Share Posted September 9, 2017 Hey I'm new to scripting and have made a couple of scripts before but today I found an issue which I cannot seem to track down and was wondering if anybody else had this issue or knows what I am doing wrong. Basically, when I start the bot, all of the clients inputs freezes, so when i click the pause bot or terminate, it doesn't even do the little push button animation. This is same for options and even the close button (Windows 10 X) doesn't work. I have to close it with task manager. Strange thing is the bot continues to run perfectly for as long as I leave it. Its just using way too much memory and cpu atm for me to leave it go. ~ 2000 mb of memory and up to 50% o my cpu at times. Any help would be greatly appreciated if you have come across a problem like this before. I think it might be a memory leak but I have no idea how to track that down. Thanks, Shotdox Quote Link to comment Share on other sites More sharing options...
liverare Posted September 9, 2017 Share Posted September 9, 2017 This seems like a script problem. Post your script. Quote Link to comment Share on other sites More sharing options...
d0zza Posted September 10, 2017 Share Posted September 10, 2017 You have a null pointer exception somewhere in your code. Have the logger open before you start the script and you should be able to see which line in your code is causing the problem. Quote Link to comment Share on other sites More sharing options...