File Errors
This page contains several file errors you may come across while using OpenMarch. Please refer to the appropriate section for the error you are receiving and look for the troubleshooting steps for your operating system.
Invalid File Permissions Error
This happens when OpenMarch doesn’t have permission to access or write to a file. If you see the following, it is likely a permissions issue:
- When opening a file
- OpenMarch popup saying -
Invalid file permissions - System popup saying -
Unable to open file - An infinite loading spinner
- OpenMarch popup saying -
- When editing a show
- Seeing
Error updating pageswhen trying to edit marchers - Not seeing your changes persist when you close and reopen the file
- Seeing
If you see an error similar to You do not have permission to open this file please review the following steps:
Windows
Using the File Explorer
- Locate the file in Windows File Explorer.
- Right-click on the file and select Properties from the context menu
- In the Properties window, go to the Security tab
- Under “Group or user names,” select your user account or the group you belong to
- In the “Permissions for [Your Username]” box below, check the “Allow” column for Read and Write permissions. A checkmark indicates you have the permission
- If “Read” or “Write” is not checked, or if “Deny” is checked, you do not have that specific permission. Contact your system administrator for more information
MacOS
Be sure when MacOS prompts you with “OpenMarch would like to access files in your Desktop folder,” allow it. If you clicked “Do not allow,” or are having issues with permissions, please review the following steps:
System settings
This is most likely the solution to many MacOS file permission issues.
- Open System Settings - Click the Apple icon in the top-left corner and select System Settings.
- Navigate to Privacy - Click Privacy & Security in the sidebar (you may need to scroll down).
- Find Files & Folders - Select Files & Folders from the list of permissions.
- Adjust Settings - Review the apps listed and turn access on or off for individual applications, such as Desktop, Documents, or Downloads.
Using Finder
This is only for specific files and is likely just for rare cases.
- On your Mac, select a disk, folder, or file, then choose
File > Get Info. - If the information in Sharing & Permissions isn’t visible, click the arrow. (You may need to scroll down.)
- Click the lock to unlock permission settings:
- Select a user or group in the Name column, click the pop-up menu, then choose a privilege setting.
- Read & Write - Allows a user to open the item and change it.
- Read only - Allows a user to open the item, but not change its contents.
- Write only (Drop Box) - Makes a folder into a drop box. Users can copy items to the drop box, but can’t open it. Only the owner of the drop box can open it.
- No Access - Blocks all access to the item.
You can undo any changes to privilege settings for a user or group in the Sharing & Permissions section since opening the Info window. Before closing the Info window, click the Action pop-up menu at the bottom of the window, then choose “Revert changes.”
Please see the Mac User Guide for more information.
Linux
Using chmod via the terminal
- Open a terminal and enter the directory containing your
.dotsfile (e.g.cd path/to/dots-file/) - Type
ls -l my-project.dotsto verify whether you have read/write permissions
(see Linux file permissions explained for more information) - Type
chmod u+rw my-project.dotsto add read and write permissions for your current user - Verify the permissions were updated via
ls -l my-project.dots
File Not Found Error
If you see an error similar to The file does not exist at this location this is likely due to trying
to open a recent file that has since moved or been renamed. Please review the following steps:
- Open the source folder of the
.dotsfile. - Verify the
.dotsfile exists in that folder and has not been renamed. - If the
.dotsfile was moved or renamed, use theOpen Filemenu item in OpenMarch to open the moved / renamed file. Click theXbutton on the Recent Files section to remove the outdated file.
If you were not using the Recent Files section and you received this error, please submit a bug report.
Server Error
This was likely caused by an internal system in OpenMarch.
Please submit a bug report and consider including your .dots file.
”Unable to open file” Error or Render Failure
Please submit a bug report and consider including your .dots file.