nstlaurent / DoomLauncher

Doom Launcher is a doom launching utility and database for custom wads and pk3s
GNU General Public License v3.0
231 stars 20 forks source link

Unexpected Error when opening exe file. #232

Closed Endalus127 closed 3 years ago

Endalus127 commented 3 years ago

I click the exe and it just pops up with this:

System.UnauthorizedAccessException: Access to the path is denied. at System.IO.Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.Error.WinIOError() at System.IO.FileInfo.MoveTo(String destFileName) at DoomLauncher.MainForm.InitFileCheck(String initFile, String file, Boolean directory) at DoomLauncher.MainForm.VerifyDatabase()

I don't know what the issue is. I am the administrator of my computer so I don't know what is wrong.

nstlaurent commented 3 years ago

Did you run the installer or unzip from the zip package?

Endalus127 commented 3 years ago

Did you run the installer or unzip from the zip package?

I unzipped it from a zip package.

nstlaurent commented 3 years ago

It must have been unzipped to a directory it doesn't have permissions to write. You would probably have to right click and select 'Run as administrator'. Otherwise your best bet is to run the installer.