You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This bug is possibly due to Windows' User Account Control system preventing a directory being created under program files. Why this isn't a problem with release builds is unclear. On at least one machine with UAC disabled, this bug is not present.
Thank you to @ReneeJunior03 for helping to identify this issue.
Expected Behavior
The
datadirectory is created the first time the game is launched with the plugin loaded.Observed Behavior
The
datadirectory is not created and the plugin fails to load.Steps to Reproduce
Notes
This bug is possibly due to Windows' User Account Control system preventing a directory being created under program files. Why this isn't a problem with release builds is unclear. On at least one machine with UAC disabled, this bug is not present.