• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Honorbuddy freezes as soon as the "recompile plugins" button is pressed

    Discussion in 'Honorbuddy Support' started by Eamos, Apr 3, 2015.

    1. Eamos

      Eamos New Member

      Joined:
      Mar 17, 2015
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      1
      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.
       

      Attached Files:

      Last edited: Apr 3, 2015
    2. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      we are aware,thx :)
       
    3. disguised

      disguised New Member

      Joined:
      Feb 26, 2015
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      0
      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,
       
    4. CodenameG

      CodenameG New Member

      Joined:
      Jan 15, 2010
      Messages:
      38,369
      Likes Received:
      231
      Trophy Points:
      0
      you dont put the dll in there. you just drag the project folder into your plugins folder.
       
    5. disguised

      disguised New Member

      Joined:
      Feb 26, 2015
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      0
      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?
       
    6. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      its against rules
       
    7. disguised

      disguised New Member

      Joined:
      Feb 26, 2015
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      0
      yeah, I figured - understandable. but what about this part?

       

    Share This Page