help #177
Unanswered
chicken-nugget1104
asked this question in
Q&A
help
#177
Replies: 1 comment 1 reply
-
How and when are you getting this? Also, is RMCP in a restricted path such as in OneDrive? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
java.nio.file.AccessDeniedException: options.cfg
at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:89)
at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
at java.base/sun.nio.fs.WindowsFileSystemProvider.newByteChannel(WindowsFileSystemProvider.java:234)
at java.base/java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:482)
at java.base/java.nio.file.Files.newOutputStream(Files.java:227)
at java.base/java.nio.file.Files.newBufferedWriter(Files.java:2988)
at java.base/java.nio.file.Files.newBufferedWriter(Files.java:3036)
at org.mcphackers.mcp.Options.save(Options.java:73)
at org.mcphackers.mcp.MCP.setParameter(MCP.java:259)
at org.mcphackers.mcp.main.MainGUI.setupVersion(MainGUI.java:303)
at org.mcphackers.mcp.gui.MCPFrame$2.lambda$popupMenuWillBecomeInvisible$0(MCPFrame.java:174)
at java.base/java.lang.Thread.run(Thread.java:1583)
java.nio.file.AccessDeniedException: options.cfg
at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:89)
at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
at java.base/sun.nio.fs.WindowsFileSystemProvider.newByteChannel(WindowsFileSystemProvider.java:234)
at java.base/java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:482)
at java.base/java.nio.file.Files.newOutputStream(Files.java:227)
at java.base/java.nio.file.Files.newBufferedWriter(Files.java:2988)
at java.base/java.nio.file.Files.newBufferedWriter(Files.java:3036)
at org.mcphackers.mcp.Options.save(Options.java:73)
at org.mcphackers.mcp.MCP.setParameter(MCP.java:259)
at org.mcphackers.mcp.main.MainGUI.setupVersion(MainGUI.java:303)
at org.mcphackers.mcp.gui.MCPFrame$2.lambda$popupMenuWillBecomeInvisible$0(MCPFrame.java:174)
at java.base/java.lang.Thread.run(Thread.java:1583)
Beta Was this translation helpful? Give feedback.
All reactions