Hello, I have the same issue as this guy 2 weeks ago had and you guys wanted to look into it: https://www.thebuddyforum.com/honor...fessionbuddy-compiling-plugins-bug-crash.html Did a completly fresh install in a new folder with the newest test release and also tried all other suggestions of that thread. HB freezes after I select any Plugin (doesn't matter which one) as soon as I press the "recompile" button and the log also stops at the same spot as it did for the guy in the thread: [16:40:55.959 D] ---------------------------------------- [16:40:55.970 D] Activity: Honorbuddy Startup Complete [16:40:55.970 N] Honorbuddy Startup Complete [16:41:23.492 D] Reloading AssemblyLoader<HBPlugin> - RefreshPlugins Called Full Log is attached and it is from the completly fresh install. Hope you can help me here.
Hey! Any update for this? I started developing a plugin but I can't seem to make HB load it. I've tried compiling it as a DLL and putting it into Plugins/<plugin>/<plugin>.dll with no avail. Recompile all (with the project consisting of the respective .cs files) results in HB freezing as per described in this topic (and others). So my question: how do I get on with my development without waiting for a fix from you guys? Best regards,
aha. that got me a bit further but I'm still stuck. Code: [16:39:35.359 N] Compiler Error: c:\dev\csharp\Honorbuddy\Plugins\plugin\Core\Api\HttpHelper.cs(3,7) : error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?) how do I go about this? is it against rules/hb functionality to include 3rd party dlls? and even if it is, any reason why I can't reference Newtonsoft.Json, as it's already included in HB?