Anyone know why the bot tried to update over and over?
This usually indicates that rebornbuddy.exe is in use, either another process is preventing it from updating, or RB is running.
Zip itI had that problem also and it wasn't updating --I just went here and got the new update
maybe when we get out of the beta it will be better
also I'm having problems --it doesn't want to go thru the barriers --blue dotted lines--- I have to stop the bot then go thru and then restart
note cant upload a file --too big
Looks like a profile issue. Do a clean install and try getting the latest verison, otherwise post in the profiles thread.here
It goes through the whole update process and then another popup comes up saying there's an update.
Try restarting the game otherwise remove all addons and try again.OrderBot is crashing when i try to start profiles.
ist in the current context
[23:09:40.388 N] Compiler Error: C:\Users\adrien\Desktop\Rebornbuddy64BETA 1.0.126.0\BotBases\Lisbeth\Crafting\MacroLogic.cs(43,17) : error CS0103: The name 'Actionmanager' does not exist in the current context
[23:09:53.178 N] Compiler Error: C:\Users\adrien\Desktop\Rebornbuddy64BETA 1.0.126.0\Plugins\Agil\Actions\RepairActions.cs(76,17) : error CS0103: The name 'Actionmanager' does not exist in the current context
[23:09:56.654 N] Compiler Error: C:\Users\adrien\Desktop\Rebornbuddy64BETA 1.0.126.0\Routines\UltimaCR\Rotations\Methods\Lancer.cs(107,54) : error CS0103: The name 'Actionmanager' does not exist in the current context
[23:09:56.654 N] Compiler Error: C:\Users\adrien\Desktop\Rebornbuddy64BETA 1.0.126.0\Routines\UltimaCR\Rotations\Methods\Lancer.cs(130,17) : error CS0103: The name 'Actionmanager' does not exist in the current context
[23:09:56.654 N] Compiler Error: C:\Users\adrien\Desktop\Rebornbuddy64BETA 1.0.126.0\Routines\UltimaCR\Rotations\Methods\Lancer.cs(144,17) : error CS0103: The name 'Actionmanager' does not exist in the current context
[23:09:56.654 N] Compiler Error: C:\Users\adrien\Desktop
[12:21:38.250 N] RebornBuddy64 Beta 1.0.126.0
[12:21:41.633 N] Logging in...
[12:21:41.751 N] T: 5248033695443836390 H: 61040348
[12:21:41.841 D] Microsoft Windows NT 6.2.9200.0
[12:21:42.082 N] Invalid byte 196 detected at requested jump point
[12:21:42.191 D] Loading data from database
[12:21:49.516 D] FFXIV closed,shutting down.
Seconding this, get the same DX11.exe crash when loading RB after the update. However, I only get the crash. RB stops at Loading data from database.After the patch today, when I run the bot, it crashes FFXIV
View attachment 226234
We will have to wait for an update, it was just to prevent![]()
<![CDATA[
if (await Buddy.Coroutines.Coroutine.Wait(5000, () => ff14bot.Managers.Actionmanager.CanCast(100069, null))) {
ff14bot.Managers.Actionmanager.DoAction(100069, null);
await Buddy.Coroutines.Coroutine.Wait(10000, () => CraftingManager.AnimationLocked);
await Buddy.Coroutines.Coroutine.Wait(Timeout.Infinite, () => !CraftingManager.AnimationLocked || ff14bot.RemoteWindows.SelectYesNoItem.IsOpen);
if (ff14bot.RemoteWindows.SelectYesNoItem.IsOpen) {
ff14bot.RemoteWindows.SelectYesNoItem.Yes();
await Buddy.Coroutines.Coroutine.Wait(10000, () => !ff14bot.RemoteWindows.SelectYesNoItem.IsOpen);
await Buddy.Coroutines.Coroutine.Wait(Timeout.Infinite, () => !CraftingManager.AnimationLocked);
}
}
]]>