JAR Template Memory Permission Error

I am using the JacksonAreaRobotics Template found here, but no matter what I do I receive the memory permission error.

It would be nice for you to describe the situation in a little more detail. Are you having trouble downloading JAR template? Having trouble uploading the program to the brain? Also, if you’re having programming problems, in the future include your code (Or at least the segment your are having difficulty with).

A good practice to isolate issues in code is to create a minimum reproducible example. Create a duplicate of your code and start deleting stuff bit by bit until untils the issue disappears. When it disappears, you know that the last chunk you took out was the problem.

It’s also worth taking into consideration what was the last thing you changed in the code before it stopped working. Saying “my code doesn’t work” with no code or no further information makes it near to impossible to help. No matter what I do is also very indescriptive. What specifically have you tried and has been the result?

A memory permission error is caused by the code trying to access something it can’t. In my experience, this is usually related to configuring devices. One example is creating a three-wire device in the brain without a brain object declared in that file. Use the search bar for some info but I doubt it will be helpful.

3 Likes

This is fixed in the latest version. :slight_smile:

1 Like

Sorry for not including more information I was just not running on the latest vexcode update.

1 Like