chrisbagnall Posted November 26, 2013 Posted November 26, 2013 Hi All We are currently having problems getting Microsoft Small Basic working on CC4 machines. Our ICT Department are adding programming languages such as Python, Alice, Kodo and Small Basic to their curriculam. I have followed the steps outlined in the RM Small Basic blue print (http://www.rm.com/Support/GeneralDownload.asp?cref=DWN3045943&nav=0) Package has installed fine on the server, and allocates fine. Upon running Small Basic logged on as systemadmin works fine, and is fully functional. When logged on as a Student/Teacher account we have a few issues. The program runs fine, and are able to write code. As soon as they hit the run (f5) to test the code, it keeps coming up with an error message that the program has stopped responding. (Please see attached screen shot) I don't know if anyone else is having the same issues, and have found any work arounds
sted Posted November 26, 2013 Posted November 26, 2013 does it need write permission to say windows folder of c:\program files\wherever its installed?
chrisbagnall Posted November 26, 2013 Author Posted November 26, 2013 Hi Sted, thanks for the reply. Yeah have given everyone full control to the folder c:\program files\Microsoft\Small Basic
chrisbagnall Posted November 26, 2013 Author Posted November 26, 2013 No, we havn't got app locker enabled.
Techykev Posted November 26, 2013 Posted November 26, 2013 Hi, We had the same issue and had to change Station Security level to "none" in the RMMC computer properties. Not ideal but it solved the problem for us.
AngryTechnician Posted November 26, 2013 Posted November 26, 2013 This is usually down to the user not having permissions to run an .exe from wherever the SmallBasic file is saved. If they haven't saved at all, then it will be trying to run from the user's temp folder, which is often locked down by GP Software Restrictions even on non-RM networks due to malware often running from that location. It's also common for RM systems to block .exe files from running from all sorts of places, sometimes including the user's home folder.
HarryMonkey Posted November 26, 2013 Posted November 26, 2013 (edited) When SmallBasic compiles its exe it needs to run from %userprofile%\Local Settings\Temp which is prevented by policy in CC4. It's not a good idea to have this open as it will allow students to download executables and zip files from the web and run from there. Create a folder on RMShared Documents, set the appropriate permissions for your programming students and run the exe from there. Failing that use a VM ands let them run all their programming stuff from there. Also ... have a look here http://www.rm.com/_RMVirtual/Media/Downloads/Notes_-_Introduction_to_Programming.pdf Edited November 26, 2013 by HarryMonkey
kevin_lane Posted November 26, 2013 Posted November 26, 2013 have you looked at my blog might help also are you using quotes on home drives
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now