What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Rebornbuddy64 beta

Status
Not open for further replies.
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:
Everything is working well for me except Fate Bot. When it runs, I keep getting a DirectX 11 error after 2-5 mins:
 

Attachments

  • fateboterror.png
    fateboterror.png
    12.1 KB · Views: 29
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.
 
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:
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:
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?
 
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.

Downloaded the latest RB Beta - Rebornbuddy64BETA 1.0.103.0. Unable to open it - it doesnt even bring up the login key window.

This is a fresh install of windows 10 - Creators update. At first I thought it may be due to a missing .net install so I ran buddywizard to ensure I had the required files. If I could attach logs I would but rb never makes it to a logging stage.

I started checking event viewer for errors I can see these 2 errors for rb.exe

Application error
Code:
Faulting application name: RebornBuddy.exe, version: 1.0.103.0, time stamp: 0x594ae629
Faulting module name: KERNELBASE.dll, version: 10.0.15063.296, time stamp: 0xa0527b0c
Exception code: 0xe0434352
Fault offset: 0x0000000000069e08
Faulting process id: 0x2928
Faulting application start time: 0x01d2ead9cc0faae5
Faulting application path: D:\RB\RebornBuddy.exe
Faulting module path: C:\Windows\System32\KERNELBASE.dll
Report Id: 0898e0e3-fa3c-4be5-9232-b6032e8bcc08
Faulting package full name:
Faulting package-relative application ID:
.NET runtime error
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()
 
Last edited:
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.
 
I think its a .net issue but im not 100% - downloading the old rebornbuddy does that open the key window? like the non beta?
 
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
 
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.
 
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()
 
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.
 
Status
Not open for further replies.
Back
Top