Skip to content

Commit

Permalink
Error appeared to be a corrupt settings, from a already existing plug…
Browse files Browse the repository at this point in the history
…in, thanks again Héctor!
  • Loading branch information
skial committed Jan 21, 2016
1 parent 576ebef commit 2308614
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 2308614

Please sign in to comment.