Skip to content

Commit 9da22c2

Browse files
authored
Create unauthorized.md
1 parent a187490 commit 9da22c2

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Unauthorized access exception
3+
---
4+
This error will show
5+
```
6+
System.UnauthorizedAccessException
7+
Access to the path '<path>' is denied.
8+
```
9+
10+
- Open the folder where the Launcher Kit is installed, the path should be shown in the error message
11+
- By default this is `C:\ProgramData\Spore ModAPI Launcher Kit`
12+
- Press Win+R and type this path in (not including `mLibs` or anything following it, nor `Spore ModAPI Launcher.exe`) to open it
13+
- You should see an `mLibs` folder
14+
- Right click the `mLibs` folder > Properties > Security tab > Edit
15+
- Select "Users" in the list at the top
16+
- In the list at the bottom, check the "Allow" box next to "Full control"
17+
- Click "OK" to save and close both windows

0 commit comments

Comments
 (0)