pboy0922 / x360ce

Automatically exported from code.google.com/p/x360ce
1 stars 0 forks source link

unhandled exception error on startup #1077

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
PLEASE READ LIBRARIES MANUAL BEFORE REPORTING ISSUES:

http://ngemu.com/threads/x360ce-libraries-tutorial-by-
resolutespider5.155310/

Always make sure you use latest x360ce libraries!
Bugs created using older versions will be marked invalid as user error.
r848 vc10 is currently the latest version.

Steps will reproduce the problem?
1.download latest emulator verion with libraries
2.place in installed game directory (don bradman cricket 14)
3.Launch 360ce the following error is given

************** Exception Text **************
System.UnauthorizedAccessException: Access to the path 'D:\don 
bradman\DBC14\x360ce.tmp' is denied.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
   at System.IO.FileStream..ctor(String path, FileMode mode)
   at x360ce.App.Helper.GetFileChecksum(String fileName)
   at x360ce.App.MainForm.MainForm_FormClosing(Object sender, FormClosingEventArgs e)
   at System.Windows.Forms.Form.OnFormClosing(FormClosingEventArgs e)
   at System.Windows.Forms.Form.RaiseFormClosingOnAppExit()
   at System.Windows.Forms.Application.ExitInternal()
   at System.Windows.Forms.Application.Exit(CancelEventArgs e)
   at x360ce.App.Win32.WinAPI.RunElevated()
   at x360ce.App.MainForm.Elevate()
   at x360ce.App.MainForm.CopyFile(String sourceFileName, String destFileName)
   at x360ce.App.MainForm.CheckFiles(Boolean createIfNotExist)
   at x360ce.App.MainForm.LoadForm()
   at x360ce.App.MainForm.UpdateTimer_Elapsed(Object sender, ElapsedEventArgs e)

************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.34209 built by: FX452RTMGDR
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
x360ce
    Assembly Version: 2.1.2.191
    Win32 Version: 2.1.2.191
    CodeBase: file:///D:/don%20bradman/DBC14/x360ce.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0

What is the expected output? What do you see instead?
360ce should start working

What versions of x360ce and Windows are you using?
latest version/Windows 7

What gamepad do you use? On what drivers version?
no gamepad used, standard keyboard

Please attach a log file created with Log=1 setting in x360ce.ini file.
(LOG MUST BE FROM THE GAME, NOT X360CE)

Failure to follow the template will result in your issue being marked as
invalid.

Original issue reported on code.google.com by vas0...@gmail.com on 26 Dec 2014 at 10:09

GoogleCodeExporter commented 9 years ago
"System.UnauthorizedAccessException: Access to the path 'D:\don 
bradman\DBC14\x360ce.tmp' is denied."

Run x360ce.exe as Administrator.

Original comment by tapcio on 26 Dec 2014 at 10:34

GoogleCodeExporter commented 9 years ago
still the same error is given

Original comment by vas0...@gmail.com on 28 Dec 2014 at 5:52