• Visit Rebornbuddy
  • Rebornbuddy64 beta

    Discussion in 'Archives' started by mastahg, May 19, 2017.

    Thread Status:
    Not open for further replies.
    1. Kagamine

      Kagamine New Member

      Joined:
      Jun 21, 2017
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      1
      Attempted to use a freshly installed RB64 and the log in keeps looping.

      Code:
      [03:35:07.217 N] RebornBuddy64 1.0.140.0
      [03:37:51.262 N] Logging in...
      [03:37:52.292 N] T: 5248023013144297849 H: 1753114107
      [03:37:52.731 N] Error during login procedure
      [03:37:52.901 N] Authentication failed!
      [03:38:19.723 N] Logging in...
      [03:38:19.873 N] T: 5248023013425823952 H: 2581228909
      [03:38:19.991 N] Error during login procedure
      [03:38:20.080 N] Authentication failed!
      [03:38:22.748 N] Logging in...
      [03:38:23.056 N] T: 5248023013457615770 H: 1586752564
      [03:38:23.160 N] Error during login procedure
      [03:38:23.279 N] Authentication failed!
      
      Edit: Installed the updated version in this thread and it booted up just fine.
       
      Last edited: Jun 21, 2017
    2. asiner

      asiner New Member

      Joined:
      Feb 7, 2010
      Messages:
      22
      Likes Received:
      0
      Trophy Points:
      1
      Everything is working well for me except Fate Bot. When it runs, I keep getting a DirectX 11 error after 2-5 mins:
       

      Attached Files:

    3. iyake

      iyake Member

      Joined:
      Oct 19, 2014
      Messages:
      143
      Likes Received:
      5
      Trophy Points:
      18
      I'm having some trouble with the following code snippet for flight.
      Code:
                      while (Location.Distance2D(Core.Player.Location) > Radius)
                      {
                          if (!MovementManager.IsFlying)
                          {
                              await CommonTasks.TakeOff();
                          }
      
                          if (!MovementManager.IsMoving)
                          {
                              MovementManager.MoveForwardStart();
                          }
      
                          if (CommonBehaviors.IsLoading || WorldManager.ZoneId != StartingZoneId)
                          {
                              MovementManager.MoveStop();
                              return true;
                          }
      
                          if (!MovementManager.IsFlying && Location.Distance2D(Core.Me.Location) < 25)
                          {
                              MovementManager.MoveStop();
                              return true;
                          }
      
                          if (!Core.Me.IsFacing(Location))
                              MovementManager.SetFacing(Location);
                          await Coroutine.Yield();
                      }
      
      SetFacing is stopping movement and really jerking my toon around. It eventually works out, but not after some weird slow flying.
       
    4. Kirasumi

      Kirasumi New Member

      Joined:
      Jan 5, 2016
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      1
      It doesn't work for me, like at all.
      I double click the program, it loads for like 4 seconds, stops loading, nothing happens
      Doesn't matter if i start it as administrator or not.

      Do I need to install it in a specific way? I can't show logs since there are none because it won't start at all...

      EDIT
      Got this now, same as a guy that posted earlier.
      Except for him redownloading it fixed it, for me it does not.

      [18:49:14.249 N] RebornBuddy 1.0.488.0
      [18:49:18.872 N] Logging in...
      [18:49:20.001 N] T: 5248023560016291954 H: 3765100950
      [18:49:20.115 N] Error during login procedure
      [18:49:20.223 N] Authentication failed!
      [18:49:23.208 N] Logging in...
      [18:49:23.361 N] T: 5248023560060515768 H: 2488419539
      [18:49:23.466 N] Error during login procedure
      [18:49:23.576 N] Authentication failed!
      [18:49:25.715 N] Logging in...
      [18:49:26.496 N] T: 5248023560091884753 H: 3794286395
      [18:49:26.602 N] Error during login procedure
      [18:49:26.712 N] Authentication failed!
       
      Last edited: Jun 22, 2017
    5. Lucky Panko

      Lucky Panko New Member

      Joined:
      Jul 3, 2015
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      1
      Is there any documentation on how to change/create orderbot profiles to work with this?

      First it said it no longer supports the TeleportTo tag, so I commented that out, and then it tells me it doesn't support the <Gather while="True"> tag either. Nothing I seem to do is able to get a profile working at all, and since most - if not all - CRs aren't working w/ the new skills FATE grinding seems out of the question. Not asking for somebody to hold my hand, just point me to a repository or something where I can see the new commands and adapt/create profiles as needed, thanks!


      In the event this is a bug:


      Code:
      [23:15:00.566 N] Failed to load profile: Invalid cast from 'System.String' to 'ff14bot.NeoProfiles.ProfileBehavior'. at line  (<Gather while="True">
        <GatherObject>Mature Tree</GatherObject>
        <HotSpots>
          <HotSpot Radius="80" XYZ="105.9301, -146.5234, 580.2755" />
          <HotSpot Radius="80" XYZ="123.8005, -147.8377, 510.446" />
          <HotSpot Radius="80" XYZ="161.3919, -147.8377, 461.3971" />
          <HotSpot Radius="80" XYZ="303.8707, -118.2533, 548.2971" />
        </HotSpots>
        <ItemNames>
          <ItemName>Birch Sap</ItemName>
        </ItemNames>
        <GatheringSkillOrder>
          <GatheringSkill SpellName="Blessed Harvest II" TimesToCast="1" />
        </GatheringSkillOrder>
      </Gather>) Line 19
      [23:15:00.566 D] System.Exception: Invalid cast from 'System.String' to 'ff14bot.NeoProfiles.ProfileBehavior'. at line  (<Gather while="True">
        <GatherObject>Mature Tree</GatherObject>
        <HotSpots>
          <HotSpot Radius="80" XYZ="105.9301, -146.5234, 580.2755" />
          <HotSpot Radius="80" XYZ="123.8005, -147.8377, 510.446" />
          <HotSpot Radius="80" XYZ="161.3919, -147.8377, 461.3971" />
          <HotSpot Radius="80" XYZ="303.8707, -118.2533, 548.2971" />
        </HotSpots>
        <ItemNames>
          <ItemName>Birch Sap</ItemName>
        </ItemNames>
        <GatheringSkillOrder>
          <GatheringSkill SpellName="Blessed Harvest II" TimesToCast="1" />
        </GatheringSkillOrder>
      </Gather>) Line 19
         at Clio.XmlEngine.PropertyProcessor.(XElement , Type )
         at Clio.XmlEngine.PropertyProcessor..(XElement )
         at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
         at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
         at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
         at Clio.XmlEngine.PropertyProcessor.(XElement , PropertyInfo )
         at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
         at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
         at ff14bot.NeoProfiles.NeoProfile.Load(XElement element, String path)
         at ff14bot.NeoProfiles.NeoProfile.Load(String path)
         at ff14bot.NeoProfiles.NeoProfileManager.Load(String profilePath, Boolean rememberPath)

      EDIT: I did a clean install of the beta client, and now it doesn't throw these errors, but just refuses to gather (I assume some plugin I copied over messed it up somehow). I understand that ExBuddy (and therein I assume flight) is not working, but when I landed next to the hotspot/node, and ran the profile it sat there but didn't throw any errors.

      On the other hand, crafting seems to work fine so far.

      FINAL EDIT: As of the latest update on 6/23/17 the bot now properly runs to nodes and gathers. I assume no native flight yet?
       
      Last edited: Jun 23, 2017
    6. surferkidjared

      surferkidjared Member

      Joined:
      Jun 2, 2014
      Messages:
      57
      Likes Received:
      1
      Trophy Points:
      8
      So the fate bot is now moving to the fate but then the guy just stands there and doesnt attack anything. Before he wouldnt even move when yuou turned on the bot but since you updated it he actually goes to the fate but doesnt attack anything. Just sits there. anything im doing wrong?
       
    7. T10H

      T10H Member

      Joined:
      Jan 15, 2010
      Messages:
      71
      Likes Received:
      1
      Trophy Points:
      8
      Gave the latest versions a go Rebornbuddy64BETA 1.0.105.0 and Rebornbuddy64BETA 1.0.106.0 - Similar errors as before - this is on latest windows 10 which has .net 4.7 and when rolled back on .net 4.6.1 same issue fails to load. Its strange because the old version of RB 64x - Rebornbuddy64 1.0.140.0 loads the key login so it isnt failing only the beta is.

       
      Last edited: Jun 23, 2017
    8. Kirasumi

      Kirasumi New Member

      Joined:
      Jan 5, 2016
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      1
      Still doesn't work for me. I drag the entire folder out of the zip into a folder on my computer, I startup Rebornbuddy, my mouse gets the loading icon for 5 seconds then stops loading and nothing happened.
      Same when I startup as Administrator, please can someone help me....

      The old one always worked fine for me, never had any problems, so this is rather frustrating.
       
    9. T10H

      T10H Member

      Joined:
      Jan 15, 2010
      Messages:
      71
      Likes Received:
      1
      Trophy Points:
      8
      What version of windows are you running?

      Link below shows how to find out - OS Build specifically
      https://support.microsoft.com/en-au/help/13443/windows-which-operating-system
       
    10. Kirasumi

      Kirasumi New Member

      Joined:
      Jan 5, 2016
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      1
    11. T10H

      T10H Member

      Joined:
      Jan 15, 2010
      Messages:
      71
      Likes Received:
      1
      Trophy Points:
      8
    12. Kirasumi

      Kirasumi New Member

      Joined:
      Jan 5, 2016
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      1
    13. T10H

      T10H Member

      Joined:
      Jan 15, 2010
      Messages:
      71
      Likes Received:
      1
      Trophy Points:
      8
      I think its a .net issue but im not 100% - downloading the old rebornbuddy does that open the key window? like the non beta?
       
    14. Kirasumi

      Kirasumi New Member

      Joined:
      Jan 5, 2016
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      1
      Yes it does (when I have my game on Direct 9)
       
    15. T10H

      T10H Member

      Joined:
      Jan 15, 2010
      Messages:
      71
      Likes Received:
      1
      Trophy Points:
      8
      Does the old rebornbuddy x64 load when game is in DX11?
       
    16. Kirasumi

      Kirasumi New Member

      Joined:
      Jan 5, 2016
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      1
      No, says this -> https://puu.sh/ws98j/1ce3b9608d.png
      And on Direct 9 I can't login (assuming because outdated?)
       
    17. alastarsc

      alastarsc New Member

      Joined:
      Oct 28, 2016
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      1
      The only issues I'm having with the beta is when trying to do upgrades or at random times, certain files within the Roslyn folder will somehow change permissions to where they can't be run or overwritten. I've found a way to remove the issue but it consists of restarting into a command prompt to delete the files in question. It has happened for several updates so far and I'm not sure if it's an issue with RB or somehow my install of Windows 10. This is the only time I've experienced it is with RB Beta. Below is what one of the files shows for properties.

      http://imgur.com/a/XWc36
       
    18. Draod

      Draod Member

      Joined:
      Jan 15, 2010
      Messages:
      59
      Likes Received:
      0
      Trophy Points:
      6
      Same Problem here:
      Windows 10 Pro
      Version: 1703
      Systembuild: 15063.413

      Last 64 Bit Version worked well, the new Beta won´t log until the Keylogin. Reinstalled all dependencies via Buddywizard, all with Admin priviliges. Until now the Bot won´t start.
       
    19. T10H

      T10H Member

      Joined:
      Jan 15, 2010
      Messages:
      71
      Likes Received:
      1
      Trophy Points:
      8
      Tried out Rebornbuddy64BETA 1.0.109.0 - made sure the zip was unblocked just in case it was something silly like that breaking RB.

      Windows 10 creators update installed on OS build 15063.413 - buddywizard has been run - .net 4.6.1 won't install due to Microsoft incorporating 4.7 into the OS

      The key login window still doesn't come up similar errors as previous beta builds in event viewer - the old rebornbuddy x64 brings up the key login window but fails to login as it is currently unsupported.
      Application Error
      Code:
      Faulting application name: RebornBuddy.exe, version: 1.0.109.0, time stamp: 0x594d6f34
      Faulting module name: KERNELBASE.dll, version: 10.0.15063.296, time stamp: 0xa0527b0c
      Exception code: 0xe0434352
      Fault offset: 0x0000000000069e08
      Faulting process id: 0x3260
      Faulting application start time: 0x01d2ec71a11849a3
      Faulting application path: D:\RB\RebornBuddy.exe
      Faulting module path: C:\Windows\System32\KERNELBASE.dll
      Report Id: 3df74825-a759-40f5-bceb-f6c192ed3b8c
      Faulting package full name:
      Faulting package-relative application ID: 
      .NET Runtime
      Code:
      Application: RebornBuddy.exe
      Framework Version: v4.0.30319
      Description: The process was terminated due to an unhandled exception.
      Exception Info: System.IO.FileNotFoundException
         at ff14bot.Core.InitalizeHook()
         at ff14bot.App.Current_Startup(System.Object, System.Windows.StartupEventArgs)
         at System.Windows.Application.OnStartup(System.Windows.StartupEventArgs)
         at System.Windows.Application.<.ctor>b__1_0(System.Object)
         at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
         at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
         at System.Windows.Threading.DispatcherOperation.InvokeImpl()
         at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(System.Object)
         at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
         at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
         at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
         at MS.Internal.CulturePreservingExecutionContext.Run(MS.Internal.CulturePreservingExecutionContext, System.Threading.ContextCallback, System.Object)
         at System.Windows.Threading.DispatcherOperation.Invoke()
         at System.Windows.Threading.Dispatcher.ProcessQueue()
         at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
         at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
         at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object)
         at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
         at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
         at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)
         at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)
         at MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG ByRef)
         at System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame)
         at System.Windows.Application.RunDispatcher(System.Object)
         at System.Windows.Application.RunInternal(System.Windows.Window)
         at ff14bot.App.Main()
      
       
    20. bross30

      bross30 New Member

      Joined:
      Jun 4, 2014
      Messages:
      29
      Likes Received:
      0
      Trophy Points:
      1
      Can anyone point me towards some updated combat rotations haha I feel like my bot is confused with all the changes and I don't think samurai works at all.
       
    Thread Status:
    Not open for further replies.

    Share This Page