Whenever I try to open any SNES ROM in BizHawk 1.11.4, I get the following exception on Windows 8.1. I've already run the prereq installer.
---------------------------
SNES load error
---------------------------
A core accepted the rom, but threw an exception while loading it:
System.UnauthorizedAccessException: Access to the path is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.File.InternalMove(String sourceFileName, String destFileName, Boolean checkHost)
at BizHawk.Common.InstanceDll..ctor(String dllPath)
at BizHawk.Emulation.Cores.Nintendo.SNES.LibsnesApi..ctor(String dllPath)
at BizHawk.Emulation.Cores.Nintendo.SNES.LibsnesCore..ctor(GameInfo game, Byte[] romData, Boolean deterministicEmulation, Byte[] xmlData, CoreComm comm, Object Settings, Object SyncSettings)
at BizHawk.Client.Common.RomLoader.LoadRom(String path, CoreComm nextComm, Boolean forceAccurateCore, Int32 recursiveCount)
---------------------------
OK
---------------------------