Jesse Posted May 6, 2016 Share Posted May 6, 2016 When ever I try to load my script I keep getting this error. Blocked permission: ("java.io.FilePermission" "C:\Users\USER\OSBot\dudeami\logs" "read") Quote Link to comment Share on other sites More sharing options...
Czar Posted May 6, 2016 Share Posted May 6, 2016 (edited) When ever I try to load my script I keep getting this error. Blocked permission: ("java.io.FilePermission" "C:\Users\USER\OSBot\dudeami\logs" "read") Script author hasn't updated their scripts, just post in the script thread, and they will most likely fix it edit: oh it's local nvm, thought it was an SDN script Make sure all I/O operations are handled in the OSBot/Data/ folder, you almost got it right, but you forgot /Data/ after OSBot/ Edited May 6, 2016 by Czar Quote Link to comment Share on other sites More sharing options...
Token Posted May 6, 2016 Share Posted May 6, 2016 All IO operations are restricted to "user.home\OSBot\Data". That script is accessing data outside that folder so it is not allowed to run. Quote Link to comment Share on other sites More sharing options...
Aiban Posted May 6, 2016 Share Posted May 6, 2016 Think the latest osbot update doesnt allow you to access foreign data Quote Link to comment Share on other sites More sharing options...
Jesse Posted May 6, 2016 Author Share Posted May 6, 2016 Ya I figured out the issue I went lurking back on previous updates and saw them discuss about security Quote Link to comment Share on other sites More sharing options...