You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
The reference to the qpv-plugins.dll is missing. Adding some kind of reference to qpv-plugins would fix the issue (submodule would be ideal).
Exception
System.IO.FileNotFoundException
HResult=0x80070003
Message=Could not load file or assembly 'C:\Users\adrie\GitHub\QuickPictureViewerPlus\quick-picture-viewer\bin\Debug\net8.0-windows\plugins\qpv-plugins\qpv-plugins.dll'. The system cannot find the path specified.
Source=<Cannot evaluate the exception source>
StackTrace:
<Cannot evaluate the exception stack trace>
Callstack
> QuickLibrary.dll!QuickLibrary.PluginMenuItem.ProcessPlugin(object input, string path, bool alwaysOnTop, object secondaryArg, System.Windows.Forms.Form mainForm) Line 89 C#
quick-picture-viewer.dll!quick_picture_viewer.MainForm.ReloadPlugins.AnonymousMethod__0(object s, System.EventArgs e) Line 1994 C#
[External Code]
quick-picture-viewer.dll!quick_picture_viewer.Program.Main(string[] args) Line 36 C#
The text was updated successfully, but these errors were encountered:
Describe the bug
The application crashes when trying to apply an effect coming from
qpv-plugins
Info:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Shouldn't crash
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
The reference to the
qpv-plugins.dll
is missing. Adding some kind of reference toqpv-plugins
would fix the issue (submodule would be ideal).Exception
Callstack
The text was updated successfully, but these errors were encountered: