Dockid 9 Posted May 18, 2020 Hi, currently working on a script where I was starting/stopping it for testing. I now for some reason cannot start this specific script anymore. The play button simply doesn't work for it yet I am able to start my other scripts. Any ideas why this is happening?(My script compiles perfectly)
NovaGTX 106 Posted May 19, 2020 11 hours ago, Dockid said: Hi, currently working on a script where I was starting/stopping it for testing. I now for some reason cannot start this specific script anymore. The play button simply doesn't work for it yet I am able to start my other scripts. Any ideas why this is happening?(My script compiles perfectly) You probably have a null pointer that is causing the script to infinitely loop and never successfully kills the script. Use the debug log.
ytt0m 1 Posted May 19, 2020 In DreamBot, select 'Tools', 'Debugging Tools' and then enable the 'Debug Console'. This should give you some more information as to why the script is failing.
Dockid 9 Author Posted May 20, 2020 10 hours ago, ytt0m said: In DreamBot, select 'Tools', 'Debugging Tools' and then enable the 'Debug Console'. This should give you some more information as to why the script is failing. Got my script to start, I'm aware of the debug log however,when the play button to start the script fails the debug shows nothing.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.