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] System.IO.FileNotFoundException: Could not load file or assembly #472

Open
Hofknecht opened this issue Mar 20, 2023 · 2 comments
Open
Projects
Milestone

Comments

@Hofknecht
Copy link
Owner

Detlef S. reported (in version 1.2.9.0):
System.IO.FileNotFoundException: Could not load file or assembly 'System.Diagnostics.StackTrace, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. Das System kann die angegebene Datei nicht finden.File name: 'System.Diagnostics.StackTrace, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' at SystemTrayMenu.Utilities.AppRestart.GetCurrentMethod() at SystemTrayMenu.Utilities.AppRestart.ByConfigChange() at SystemTrayMenu.UserInterface.SettingsForm.ButtonOk_Click(Object sender, EventArgs e) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message

@Hofknecht Hofknecht added this to the 1.4 milestone Mar 20, 2023
@Hofknecht Hofknecht added this to Analyze / Spec in STM 1.4.0 via automation Mar 20, 2023
@Hofknecht
Copy link
Owner Author

we answered:

Thanks for reporting!
We created an issue here:
#472

I could only imagine that an anti-virus program might have deleted the exe?

This happened when you pressed 'OK' in the options menu and SystemTrayMenu wanted to restart itself.

We hope it only happened once? If it happens again you can always report it back or if you have more information about when it happened then let us know.

@Hofknecht
Copy link
Owner Author

Jeffrey reported something similar:

System.IO.FileNotFoundException: Could not load file or assembly 'SharpDX.DirectInput, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1'. The system cannot find the file specified.File name: 'SharpDX.DirectInput, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1' at SystemTrayMenu.Helpers.JoystickHelper.Dispose(Boolean disposing) at SystemTrayMenu.Business.Menus.Dispose() at SystemTrayMenu.App.Dispose() at SystemTrayMenu.Program.Main(String[] args)

seems there the file
SharpDX.DirectInput.dll
was deleted by antivirus or user

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
STM 1.4.0
  
Analyze / Spec
Development

No branches or pull requests

1 participant