Posts for CujoIHSV


Joined: 1/21/2016
Posts: 2
No, it's on my desktop. I'm able to get it to work by running as administrator, but I'd be more comfortable if I didn't have to do that.
Post subject: SNES load error
Joined: 1/21/2016
Posts: 2
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 ---------------------------