maziac / DeZogPlugin

Plugin to connect the CSpect emulator with DeZog.
MIT License
5 stars 1 forks source link

Exception with CSpect 2.19.5.0 #4

Open hurricane-src opened 8 months ago

hurricane-src commented 8 months ago

I've tried the plugin with the current version of CSpect (2.19.5.0) and I got:

#CSpect logfile 17-12-23 19:04:05

Error in DLL: E:\SpectrumNext\Tools\CSpect\DeZogPlugin.dll Exception: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information. Exception: Method 'OSTick' in type 'DeZogPlugin.Main' from assembly 'DeZogPlugin, Version=2.1.0.23379, Culture=neutral, PublicKeyToken=null' does not have an implementation.

hurricane-src commented 8 months ago

I've tried to build from the source and have opened the Plugin.dll that is provided with CSpect.

OSTick is present.

Rebuiding from the source (I've used VS 2022) fixes the issue.

maziac commented 8 months ago

CSpect is released nowadays with the Dezog plugin included. So there isn't (shouldn't be) any need to compile the dezog plugin by yourself. I tested CSpect 2.19.5.0 on macOS and on windows. For me it runs (CSpect and plugin) without any problems.