From 2308614a8ff5e09a898dfda08de7c0afc1cc8bb2 Mon Sep 17 00:00:00 2001 From: Skial Bainn Date: Thu, 21 Jan 2016 08:43:12 +0000 Subject: [PATCH] =?UTF-8?q?Error=20appeared=20to=20be=20a=20corrupt=20sett?= =?UTF-8?q?ings,=20from=20a=20already=20existing=20plugin,=20thanks=20agai?= =?UTF-8?q?n=20H=C3=A9ctor!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 793e8ab..8169cd3 100644 --- a/README.md +++ b/README.md @@ -4,18 +4,7 @@ Attempted port of FlashDevelop's [Sample Plugin] to Haxe C#. ## Status -The project compiles and seems to be imported by FD, but results in the following error. - -``` -End of Stream encountered before parsing was completed. - - at System.Runtime.Serialization.Formatters.Binary.__BinaryParser.Run() - at System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler handler, __BinaryParser serParser, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage) - at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream, HeaderHandler handler, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage) - at PluginCore.Utilities.ObjectSerializer.InternalDeserialize(String file, Type type) - at PluginCore.Utilities.ObjectSerializer.Deserialize(String file, Object obj, Boolean checkValidity) -``` - -And once FD opens, with a dialog box `Unable to load an imcompatiable or broken plugin. c:/path/to/plugin.dll`. +The project compiles and seems to be imported by FD, but once FD opens, a dialog box appears with +`Unable to load an imcompatiable or broken plugin. c:/path/to/plugin.dll`. [Sample Plugin]: https://github.com/fdorg/flashdevelop/tree/development/External/Plugins/SamplePlugin "FlashDevelop SamplePlugin" \ No newline at end of file