Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug report - unhandled exception. #107

Open
Admin-Yukiko opened this issue Nov 24, 2022 · 0 comments
Open

Bug report - unhandled exception. #107

Admin-Yukiko opened this issue Nov 24, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Admin-Yukiko
Copy link
Contributor

I tried to change the path settings to a different client folder and Fiddler threw an exception. So I closed it and re-opened Fiddler now I get this exception. I deleted everything inside my Fiddler folder and copied the contents of the Fiddler zip file to my Fiddler folder and that did not resolve the issue. This happens with versions 4.9.8, 4.9.10, 4.9.16, and 4.9.17. So I have reverted to 4.9.6

System.TypeInitializationException: The type initializer for 'Ultima.Textures' threw an exception. ---> System.UnauthorizedAccessException: Access to the path 'C:\Program Files (x86)\Ultima Online\texidx.mul' 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)
   at Ultima.FileIndex..ctor(String idxFile, String mulFile, String uopFile, Int32 length, Int32 file, String uopEntryExtension, Int32 idxLength, Boolean hasExtra)
   at Ultima.FileIndex..ctor(String idxFile, String mulFile, Int32 length, Int32 file)
   at Ultima.Textures..cctor()
   --- End of inner exception stack trace ---
   at Ultima.Textures.TestTexture(Int32 index)
   at UoFiddler.Controls.UserControls.TexturesControl.UpdateLabels(Int32 graphic)
   at UoFiddler.Controls.UserControls.TexturesControl.set_SelectedTextureId(Int32 value)
   at UoFiddler.Forms.MainForm.InitializeComponent()
   at UoFiddler.Forms.MainForm..ctor()
   at UoFiddler.FiddlerAppContext..ctor(ILogger logger)
   at UoFiddler.Program.Main()
@AsYlum- AsYlum- added the bug Something isn't working label Nov 26, 2022
@AsYlum- AsYlum- self-assigned this Nov 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants