valters-tomsons / Spectabis

A modern PCSX2 Frontend.
https://spectabis.github.io/
GNU General Public License v3.0
114 stars 18 forks source link

Specifying pluginDir creates crash on start #2

Closed cascardian closed 7 years ago

cascardian commented 7 years ago

Entering the plugin directory path (null works, of course) in advanced.ini will crash Spectabis with the following error:

'The invocation of the constructor on type 'Spectabis_WPF.Views.MainWindow' that matches the specified binding constraints threw an exception.' Line number '15' and line position '9'. The process cannot access the file 'E:\Emulator Games\PCSX2\plugins\LilyPad.dll' because it is being used by another process.

No process is running that would load LilyPad.dll, so this confuses me. Have you encountered it before?

valters-tomsons commented 7 years ago

Just tested, works on my end.

Don't worry if it's not working, because it's just a one-time setup. These plugins are not used in emulator, but instead in configuration window. You can leave path as null.

valters-tomsons commented 7 years ago

Plugins will be shipped with Spectabis from now and won't be copied from anywhere automatically.