• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • RB response time

    Discussion in 'Rebornbuddy Forum' started by Helmet507, Feb 28, 2016.

    1. Helmet507

      Helmet507 Member

      Joined:
      Aug 21, 2015
      Messages:
      86
      Likes Received:
      0
      Trophy Points:
      6
      whats up with the RB response time for changing/starting botbases and such? all of a sudden since update its freezing up and in some cases crashing.
       
    2. tishat

      tishat Member

      Joined:
      May 29, 2015
      Messages:
      735
      Likes Received:
      7
      Trophy Points:
      18
      Yeah, seems like it takes forever sometimes
       
    3. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,348
      Likes Received:
      383
      Trophy Points:
      83
      Working fine for me. Post logs if your having an issue.
       
    4. mradmach

      mradmach New Member

      Joined:
      Jan 1, 2016
      Messages:
      37
      Likes Received:
      0
      Trophy Points:
      0
      i have the same issue, alot of time trying to switch crs using atb it hangs up real bad, assuming its the botbases
       
    5. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,348
      Likes Received:
      383
      Trophy Points:
      83
      Post some logs people.
       
    6. mumitroll

      mumitroll Member

      Joined:
      Mar 23, 2015
      Messages:
      75
      Likes Received:
      1
      Trophy Points:
      8
      I can just confirm that since the last Update x.375 the issue is resolved, for me at least.
       
    7. tishat

      tishat Member

      Joined:
      May 29, 2015
      Messages:
      735
      Likes Received:
      7
      Trophy Points:
      18
      Don't really have anything to post, it just took forever when switching CR's when switching class after a while.. say doing some combat, and then some crafting, took longer and longer to switch.. but it seems better now
       
    8. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,348
      Likes Received:
      383
      Trophy Points:
      83
      Haven't done anything. is it too hard to replicate the issue then post a log?
       
    9. mumitroll

      mumitroll Member

      Joined:
      Mar 23, 2015
      Messages:
      75
      Likes Received:
      1
      Trophy Points:
      8
      Here a log where it happend again, at the very end where I'm loading in the Vath profile. Attached the profile as well.
       

      Attached Files:

    10. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,348
      Likes Received:
      383
      Trophy Points:
      83
      Build 377 is coming out now. Please test it and let me know if it still is slow. Post a log if it is.
       
    11. mumitroll

      mumitroll Member

      Joined:
      Mar 23, 2015
      Messages:
      75
      Likes Received:
      1
      Trophy Points:
      8
      This update seemed to break some .cs files?

      For
      Code:
      Compiler Error: d:\Downloads\buddy\Quest Behaviors\UseObjectTag.cs(19,18) : error CS0101: The namespace 'ff14bot.NeoProfiles.Tags' already contains a definition for 'UseObjectTag'
      I usually use said UseObjectTag.cs and rename the default one provided. But doing so results now in:

      Code:
      [14:04:31.858 D] Current Locale Eng[14:04:31.859 N] Currently a level 60 Summoner
      [14:04:31.859 N] Compiling custom behaviors...
      [14:04:32.283 N] Compiler Error: d:\Downloads\buddy\Quest Behaviors\EatFood.cs(63,22) : warning CS0108: 'ff14bot.NeoProfiles.EatFood.Log(string, params object[])' hides inherited member 'ff14bot.NeoProfiles.ProfileBehavior.Log(string, params object[])'. Use the new keyword if hiding was intended.
      [14:04:32.283 N] Compiler Error: d:\Downloads\buddy\Quest Behaviors\Fish.cs(47,23) : warning CS0114: 'ff14bot.NeoProfiles.FishSpot.ToString()' hides inherited member 'object.ToString()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
      [14:04:32.283 N] Compiler Error: d:\Downloads\buddy\Quest Behaviors\UseItemNPC.cs(69,29) : warning CS0108: 'ff14bot.NeoProfile.UseItemNPCTag.Behavior()' hides inherited member 'ff14bot.NeoProfiles.ProfileBehavior.Behavior'. Use the new keyword if hiding was intended.
      [14:04:32.283 N] Compiler Error: d:\Downloads\buddy\Quest Behaviors\Crafting\CraftAction.cs(49,29) : warning CS0108: 'ff14bot.NeoProfiles.CraftAction.Log(string, params object[])' hides inherited member 'ff14bot.NeoProfiles.ProfileBehavior.Log(string, params object[])'. Use the new keyword if hiding was intended.
      [14:04:32.283 N] Compiler Error: d:\Downloads\buddy\Quest Behaviors\Crafting\CraftAction.cs(62,29) : warning CS0108: 'ff14bot.NeoProfiles.CraftAction.LogError(string, params object[])' hides inherited member 'ff14bot.NeoProfiles.ProfileBehavior.LogError(string, params object[])'. Use the new keyword if hiding was intended.
      [14:04:32.283 N] Compiler Error: d:\Downloads\buddy\Quest Behaviors\Crafting\StopCrafting.cs(47,22) : warning CS0108: 'ff14bot.NeoProfiles.StopCrafting.Log(string, params object[])' hides inherited member 'ff14bot.NeoProfiles.ProfileBehavior.Log(string, params object[])'. Use the new keyword if hiding was intended.
      [14:04:32.283 N] Compiler Error: d:\Downloads\buddy\Quest Behaviors\BotSettings.cs(37,33) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [14:04:32.283 N] Compiler Error: d:\Downloads\buddy\Quest Behaviors\BuyItem.cs(210,25) : warning CS0162: Unreachable code detected
      [14:04:32.283 N] Compiler Error: d:\Downloads\buddy\Quest Behaviors\CarriageTag.cs(189,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [14:04:32.283 N] Compiler Error: d:\Downloads\buddy\Quest Behaviors\EmoteNpcTag.cs(176,23) : error CS0103: The name 'ShortCircuit' does not exist in the current context
      [14:04:32.283 N] Compiler Error: d:\Downloads\buddy\Quest Behaviors\EmoteNpcTag.cs(176,44) : error CS0103: The name 'PersistentObject' does not exist in the current context
      [14:04:32.283 N] Compiler Error: d:\Downloads\buddy\Quest Behaviors\GatherTag.cs(413,21) : warning CS0164: This label has not been referenced
      [14:04:32.283 N] Compiler Error: d:\Downloads\buddy\Quest Behaviors\GatherTag.cs(743,17) : warning CS0162: Unreachable code detected
      [14:04:32.283 N] Compiler Error: d:\Downloads\buddy\Quest Behaviors\Scanner.cs(236,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [14:04:32.283 N] Compiler Error: d:\Downloads\buddy\Quest Behaviors\SelectStringOverride.cs(62,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [14:04:32.283 N] Compiler Error: d:\Downloads\buddy\Quest Behaviors\UseObjectTag.cs(175,23) : error CS0103: The name 'ShortCircuit' does not exist in the current context
      [14:04:32.283 N] Compiler Error: d:\Downloads\buddy\Quest Behaviors\UseObjectTag.cs(175,44) : error CS0103: The name 'PersistentObject' does not exist in the current context
      [14:04:32.283 N] Compiler Error: d:\Downloads\buddy\Quest Behaviors\UseSpellTag.cs(233,27) : error CS0103: The name 'ShortCircuit' does not exist in the current context
      [14:04:32.283 D] Done compiling custom behaviors...
      [14:04:32.299 D] Reloading AssemblyLoader<ff14bot.AClasses.BotBase> - Initializing
      [14:04:33.189 N] [ActiveTimeBattle] ActiveTimeBattle was loaded successfully.
      [14:04:35.080 D] [BotManager] Botbases have been reloaded.
      [14:04:35.080 D] ATB v0.0.0.0
      [14:04:35.080 D] ChocoboTrainer v1.0.377.0
      [14:04:35.080 D] Ex Combat Assist v0.0.0.0
      [14:04:35.080 D] Gardening bot v1.0.377.0
      [14:04:35.080 D] FishAssist v0.0.0.0
      [14:04:35.080 D] Lisbeth v0.0.0.0
      [14:04:35.080 D] Mud Assist v2.0.4.0
      [14:04:35.080 D] Combat Assist v1.0.377.0
      [14:04:35.080 D] TripleTriHard v0.0.0.0
      [14:04:35.081 D] Fate Bot v1.0.377.0
      [14:04:35.081 D] Fishing v1.0.377.0
      [14:04:35.082 D] Grinding v1.0.377.0
      [14:04:35.082 D] Gathering v1.0.377.0
      [14:04:35.082 D] Order Bot v1.0.377.0
      [14:04:35.127 D] Reloading AssemblyLoader<ff14bot.Interfaces.IBotPlugin> - Initializing
      [14:04:35.225 N] [Lisbeth] Lisbeth was loaded successfully.
      [14:04:35.357 N] [TripleTriHard] TripleTriHard was loaded successfully.
      [14:04:35.651 N] [Lisbeth] Logged in.
      [14:04:36.229 N] [Agil] Agil was loaded successfully.
      [14:04:36.479 N] Compiler Error: d:\Downloads\buddy\Plugins\CraftBuddy\Data\Templates\CustomTags\CraftActionByNameTag.cs(11,34) : error CS0246: The type or namespace name 'CraftAction' could not be found (are you missing a using directive or an assembly reference?)
      [14:04:36.658 N] [Agil] Logged in.
      [14:04:37.219 N] Compiler Error: d:\Downloads\buddy\Plugins\ExBuddy\OrderBotTags\Gather\ExGatherTag.cs(133,10) : error CS0246: The type or namespace name 'GatheringSkillOrder' could not be found (are you missing a using directive or an assembly reference?)
      [14:04:39.603 N] RBLeveGenerator Loaded
      [14:04:39.603 D] [PluginManager] Plugins have been reloaded.
      [14:04:39.604 D] AdvQuestDevTools v1.0.5
      [14:04:39.604 D] Agil v3.5.0
      [14:04:39.604 D] Chanko v1.0.0.1
      [14:04:39.604 D] DFAlert v1.0.1
      [14:04:39.604 D] FateStayTeleport v0.1
      [14:04:39.604 D] Position v0.0.0
      [14:04:39.604 D] QuestDevTools v0.0.1
      [14:04:39.604 D] RBLeveGen v1.0.3
      [14:04:39.604 D] RebornConsole v0.0.1
      [14:04:39.604 D] CRManager v1.0.2
      [14:04:39.606 N] Building Actioncache
      [14:04:41.696 N] Action Name:Sprint Action Id:3
      [14:04:41.696 N] Action Name:Ruin Action Id:163
      [14:04:41.696 N] Action Name:Bio Action Id:164
      [14:04:41.696 N] Action Name:Summon Action Id:165
      [14:04:41.696 N] Action Name:Aetherflow Action Id:166
      [14:04:41.696 N] Action Name:Energy Drain Action Id:167
      [14:04:41.696 N] Action Name:Miasma Action Id:168
      [14:04:41.696 N] Action Name:Virus Action Id:169
      [14:04:41.696 N] Action Name:Summon II Action Id:170
      [14:04:41.696 N] Action Name:Sustain Action Id:171
      [14:04:41.696 N] Action Name:Ruin II Action Id:172
      [14:04:41.696 N] Action Name:Resurrection Action Id:173
      [14:04:41.696 N] Action Name:Bane Action Id:174
      [14:04:41.696 N] Action Name:Eye for an Eye Action Id:175
      [14:04:41.696 N] Action Name:Rouse Action Id:176
      [14:04:41.696 N] Action Name:Miasma II Action Id:177
      [14:04:41.696 N] Action Name:Bio II Action Id:178
      [14:04:41.696 N] Action Name:Shadow Flare Action Id:179
      [14:04:41.696 N] Action Name:Summon III Action Id:180
      [14:04:41.696 N] Action Name:Fester Action Id:181
      [14:04:41.696 N] Action Name:Tri-bind Action Id:182
      [14:04:41.696 N] Action Name:Spur Action Id:183
      [14:04:41.696 N] Action Name:Enkindle Action Id:184
      [14:04:41.696 N] Action Name:Physick Action Id:190
      [14:04:41.696 N] Action Name:Painflare Action Id:3578
      [14:04:41.696 N] Action Name:Ruin III Action Id:3579
      [14:04:41.696 N] Action Name:Tri-disaster Action Id:3580
      [14:04:41.696 N] Action Name:Dreadwyrm Trance Action Id:3581
      [14:04:41.696 N] Action Name:Deathflare Action Id:3582
      [14:04:41.696 N] Action Name:Swiftcast Action Id:150
      [14:04:41.696 N] Action Name:Raging Strikes Action Id:101
      [14:04:41.696 N] Action Name:Surecast Action Id:143
      [14:04:41.696 N] Action Name:Quelling Strikes Action Id:104
      [14:04:41.696 N] Action Name:Blizzard II Action Id:146
      [14:04:41.696 N] Action Name:Misty Veil Action Id:1575
      [14:04:41.696 N] Action Name:Wither Action Id:1576
      [14:04:41.696 N] Action Name:Aetheric Burst Action Id:1581
      [14:04:41.696 N] Action Name:Equanimity Action Id:1582
      [14:04:41.696 N] Action Name:Mana Draw Action Id:1583
      [14:04:41.696 N] Action Name:Purify Action Id:1584
      [14:04:41.696 N] Done building Actioncache
      [14:04:41.750 D] Reloading AssemblyLoader<ff14bot.Interfaces.ICombatRoutine> - Initializing
      [14:04:50.307 D] [RoutineManager] Routines have been reloaded. Current class-specific list:
      [14:04:50.307 D] Codex v1.0.52.0
      [14:04:50.307 D] Eiko v0.0.0.0
      [14:04:50.307 D] FFXIV All In One v0.0.0.0
      [14:04:50.307 D] Kupo [Summoner] v1.0.377.0
      [14:04:50.307 D] YourRaidingBuddy0.0.1 v1.0.0.0
      [14:04:50.307 D] Ultima v1.0.0.0
      
      tl;dr more errors
       

      Attached Files:

    12. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,348
      Likes Received:
      383
      Trophy Points:
      83
      Do a clean install.
       
    13. mumitroll

      mumitroll Member

      Joined:
      Mar 23, 2015
      Messages:
      75
      Likes Received:
      1
      Trophy Points:
      8
      Clean install, with no additions: no issue.
      Loading the said profile:

      Since the provided tags are missing.
      Adding them to buddy.

      Replacing GrindTag.cs and UseObject.cs with new ones.
      Loading profile, works fine.

      Ok seems to be resolved.
      I also don't see the "response time" issue anymore. Will keep an eye out.
       

    Share This Page