Jesse Posted May 6, 2016 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")
Czar Posted May 6, 2016 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
Token Posted May 6, 2016 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.
Aiban Posted May 6, 2016 Posted May 6, 2016 Think the latest osbot update doesnt allow you to access foreign data
Jesse Posted May 6, 2016 Author Posted May 6, 2016 Ya I figured out the issue I went lurking back on previous updates and saw them discuss about security