• Visit Rebornbuddy
  • A few bug reports for the new version.

    Discussion in 'Community Developer Forum' started by Neverdyne, Jan 19, 2017.

    1. Neverdyne

      Neverdyne Community Developer

      Joined:
      Sep 12, 2014
      Messages:
      644
      Likes Received:
      18
      Trophy Points:
      18
      Here's some stuff I've found to be broken as of January 19 at 8:00 PM. I'll post more if I find any.

      When trying to buy an item form a normal merchant using Shop.Purchase() it gets:

      Code:
      System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object.
         at ff14bot.RemoteWindows.Shop.get_Items()
         at ff14bot.RemoteWindows.Shop.Purchase(UInt32 itemId, UInt32 itemCount)
         at Driver.Run() in c:\Users\Hans Dieter\Documents\Rebornbuddy\Plugins\RebornConsole\Temp\0kbym4st.0.cs:line 37
         --- End of inner exception stack trace ---
         at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
         at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
         at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
         at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
         at System.Type.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args)
         at HighVoltz.CodeDriver.CompileAndRun(String input) in C:\Users\Hans Dieter\Documents\Rebornbuddy\Plugins\RebornConsole\RebornConsole.cs:line 501
      CraftingManager.CurrentRecipe.Ingredients is always returning null when crafting or selecting a recipe.

      Thanks!
       
    2. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,231
      Likes Received:
      364
      Trophy Points:
      83
      I'm not seeing any issues with CraftingManager.CurrentRecipe.Ingredients

      Shop is fixed in new build
       
    3. Neverdyne

      Neverdyne Community Developer

      Joined:
      Sep 12, 2014
      Messages:
      644
      Likes Received:
      18
      Trophy Points:
      18
      Thanks! The ingredient thing seems to be fixed now that I tried again.
       
    4. Neverdyne

      Neverdyne Community Developer

      Joined:
      Sep 12, 2014
      Messages:
      644
      Likes Received:
      18
      Trophy Points:
      18
      Found another one. For most items, it seem Shop.Purchase() is working. But for some reason it doesn't work for a few particular items. One of them is Garlean Garlic (ID 4829) when trying to purchase from Jossy on the Culinarian's Guild. It tries to buy 0 of the item every time.

      [​IMG]
       
    5. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,231
      Likes Received:
      364
      Trophy Points:
      83
      Does this happen on both 32 and 64?
       
    6. Neverdyne

      Neverdyne Community Developer

      Joined:
      Sep 12, 2014
      Messages:
      644
      Likes Received:
      18
      Trophy Points:
      18
      Just tested it, seems to happen only on x64.
       
    7. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      Confirmed on 32 as well:

      [​IMG]
       
    8. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,231
      Likes Received:
      364
      Trophy Points:
      83
      32bit is fixed in 472
       

    Share This Page