What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Honorbuddy freezes as soon as the "recompile plugins" button is pressed

Eamos

New Member
Joined
Mar 17, 2015
Messages
12
Reaction score
0
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.
 

Attachments

Last edited:
we are aware,thx :)
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,
 
you dont put the dll in there. you just drag the project folder into your plugins folder.
 
you dont put the dll in there. you just drag the project folder into your plugins folder.
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?
 
Back
Top