• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Scheduled Maintenance ~ Tues, July 22nd ~ Update 2.8.2

    Discussion in 'Buddy Wing Forum' started by Developer, Jul 22, 2014.

    1. Developer

      Developer New Member

      Joined:
      Jul 11, 2012
      Messages:
      799
      Likes Received:
      2
      Trophy Points:
      0
      From the official game forums:

      New Users: After the patch drops, Buddy Wing will not function until updated. Please be patient. Users can can check Buddy Updates for a version number higher than 1097.499 to determine if the update is ready.

      When available, patch notes will be found here: Patch 2.8.2

      Cheers,
      -D
       
      Last edited: Aug 18, 2014
    2. Aevitas

      Aevitas Well-Known Member Staff Member Buddy Core Dev

      Joined:
      Mar 2, 2010
      Messages:
      2,307
      Likes Received:
      36
      Trophy Points:
      48
      Update is out, servers aren't up yet so couldn't take it for a test run. Let me know if the bot doesn't work (it will, but just in case).
       
    3. JoeBrewski

      JoeBrewski New Member

      Joined:
      Jul 4, 2012
      Messages:
      315
      Likes Received:
      4
      Trophy Points:
      0
      Questing Profile, Start....

      Field XXXXXXXXXXXXXXXX does not exist.
      (no corresponding log text for the message, just a popup message)

      Thanks

      Joe
       
      Last edited: Jul 22, 2014
    4. Developer

      Developer New Member

      Joined:
      Jul 11, 2012
      Messages:
      799
      Likes Received:
      2
      Trophy Points:
      0
      Mine have been running without issue. Are you sure the error is BW update related?
       
    5. pindleskin

      pindleskin Community Developer

      Joined:
      Oct 24, 2012
      Messages:
      1,124
      Likes Received:
      2
      Trophy Points:
      38
      Mine also working without any issues.
       
    6. Mrozik91

      Mrozik91 New Member

      Joined:
      Mar 21, 2012
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      1
      I have the same problem as Joe, it happens only with "questing" profiles. Grinding profiles work fine.
       
    7. JoeBrewski

      JoeBrewski New Member

      Joined:
      Jul 4, 2012
      Messages:
      315
      Likes Received:
      4
      Trophy Points:
      0
      More detail in the log (after the click on the msgbox, mybad).

      System.Exception: Field 4611686091772969991 does not exist.
      at ..[](UInt64 ,  )
      at Buddy.Swtor.Objects.TorObject.SetField[T](DomFieldIds field, T val)
      at ..(UInt64 )
      at Buddy.Swtor.OracleManager.SetConversationSkip(ConversationSkip skip)
      at Buddy.CommonBot.Profile.ForceAlignmentSetting.SetSettings()
      at Buddy.CommonBot.ProfileManager.(IBot )
      at Buddy.CommonBot.BotMain..(Object& , Arguments , Object )
      at PostSharp.Aspects.Internals.MethodInterceptionArgsImpl.Proceed()
      at Buddy.Common.Aspects.LogMethodAttribute.OnInvoke(MethodInterceptionArgs args)
      at Buddy.CommonBot.BotMain.Start()
      at Buddywing.MainWindow.HandleStartStopClicked(Object sender, RoutedEventArgs e)

      ON THIS ATTEMPT, running Random Grind, with a profile, Alignment-Only, with the following in it (will try removing the Alignment from the profile and notify).

      <Profile>
      <ForceAlignment Type="Light" AutoSkip="True" />
      </Profile>

      Yep, Alignment profile setting. Took it out and it works fine.

      Joe
       
      Last edited: Jul 22, 2014
    8. Cryogenesis

      Cryogenesis Moderator Moderator

      Joined:
      Jul 13, 2010
      Messages:
      2,128
      Likes Received:
      13
      Trophy Points:
      38
      Can we expect a fix on this?
       
    9. silentfu72

      silentfu72 Member

      Joined:
      Jun 15, 2014
      Messages:
      95
      Likes Received:
      1
      Trophy Points:
      8
      I am having the same issue as Joe. "Field 4611686091772969991 does not exist." I get a popup message with that error. When I edit out the following code in the profile the bot runs fine but that doesn't really help since I have to answer any conversations manually.

      <ForceAlignment Type="Light" AutoSkip="True" />

      Can we get a fix on this?
       
    10. Spookie

      Spookie Member

      Joined:
      Dec 14, 2013
      Messages:
      36
      Likes Received:
      0
      Trophy Points:
      6
      field 4611686091772969991 does not exist

      I keep getting this error while trying to run a script..

      Code:
      Loaded profile [E - Dark] 10-17 Dromund Kaas [Kick]
      Starting bot Quest Bot
      Added new hook [RepopCorpse] 609f6d27-862b-4447-82ce-52ad6425ffac
      Added new hook [Pull] f0d4a03b-854c-4a07-8350-d6f33dd1a270
      Added new hook [RoutineCombat] f0d4a03b-854c-4a07-8350-d6f33dd1a270
      Added new hook [HotspotPoi] dc00eb2d-4aee-482b-921a-ee9be0b1d8bd
      Added new hook [SellVendorPoi] 285aab9f-bcf4-4372-9462-8829e8d24cbf
      Added new hook [SetLootPoi] b7570b59-10cd-488d-9e04-14fa8f725e8a
      Added new hook [SetCombatPoi] 3a1da728-e4f3-4b29-a48d-d7fc8b27523e
      Added new hook [SetVendorPoi] 8d16662e-3259-483a-a046-0e8aeba86da8
      Added new hook [SetHotspotPoi] 49c13bc0-c525-45c7-82e1-317a46e556b7
      Added new hook [SelectPoiType] e9fdbfcc-5cd7-4cc6-b49c-a567ddd2a4a9
      Replaced hook [SelectPoiType] 66278c28-aa86-4f3b-a8ab-22a559540b9a
      Setting force alignment settings.
      System.Exception: Field 4611686091772969991 does not exist.
         at ..[](UInt64 ,  )
         at Buddy.Swtor.Objects.TorObject.SetField[T](DomFieldIds field, T val)
         at ..(UInt64 )
         at Buddy.Swtor.OracleManager.SetConversationSkip(ConversationSkip skip)
         at Buddy.CommonBot.Profile.ForceAlignmentSetting.SetSettings()
         at Buddy.CommonBot.ProfileManager.(IBot )
         at Buddy.CommonBot.BotMain..(Object& , Arguments , Object )
         at PostSharp.Aspects.Internals.MethodInterceptionArgsImpl.Proceed()
         at Buddy.Common.Aspects.LogMethodAttribute.OnInvoke(MethodInterceptionArgs args)
         at Buddy.CommonBot.BotMain.Start()
         at Buddywing.MainWindow.HandleStartStopClicked(Object sender, RoutedEventArgs e)
       
    11. silentfu72

      silentfu72 Member

      Joined:
      Jun 15, 2014
      Messages:
      95
      Likes Received:
      1
      Trophy Points:
      8
      This is related to the latest BuddyWing patch. Editing the following line of code out of the profile you are using with fix the issue, however, you will need to manually click through convos.

      <ForceAlignment Type="Light" AutoSkip="true" /> (Just include remarks around this line until they produce a fix).

      Hoping they will have a fix for this soon.
       
    12. bobrolee

      bobrolee Member

      Joined:
      Jul 22, 2014
      Messages:
      32
      Likes Received:
      0
      Trophy Points:
      6
      I got the same problem, "Field 4611686091772969991 does not exist." Is there anyone can have it fixed?
       
    13. eddiejav

      eddiejav New Member

      Joined:
      Apr 7, 2012
      Messages:
      30
      Likes Received:
      0
      Trophy Points:
      0
      Thanks for this. I too, really hope this gets fixed. Too many things aren't functional and this adds to the list.
       
    14. Rostol

      Rostol Member

      Joined:
      Jul 19, 2014
      Messages:
      95
      Likes Received:
      1
      Trophy Points:
      8
      OMG you guys fixed something that was really annoying :) the log now stays filtered properly if timestamps are on YAY !!! Thanks
       
    15. Developer

      Developer New Member

      Joined:
      Jul 11, 2012
      Messages:
      799
      Likes Received:
      2
      Trophy Points:
      0
      I've messaged Aevitas about this and directed him to this thread. He's offline at the moment though, but should be back in a few hours.
       
    16. Developer

      Developer New Member

      Joined:
      Jul 11, 2012
      Messages:
      799
      Likes Received:
      2
      Trophy Points:
      0
      Merging threads...
       
    17. snow2179

      snow2179 Member

      Joined:
      Mar 10, 2014
      Messages:
      32
      Likes Received:
      2
      Trophy Points:
      8
      i have the same prob

      thats no problem, i think developer and aevitas do ther best, that the bot work again.

      thx4help
       
    18. Developer

      Developer New Member

      Joined:
      Jul 11, 2012
      Messages:
      799
      Likes Received:
      2
      Trophy Points:
      0
      Aevitas just pushed out a new version. Please let us know if the problem persists after updating.

      Cheers,
      -D
       
    19. silentfu72

      silentfu72 Member

      Joined:
      Jun 15, 2014
      Messages:
      95
      Likes Received:
      1
      Trophy Points:
      8
      Still same problem and error code popping up when forcealignment is used...... Buddy Wing v1.0.1101.501

      Starting bot Quest Bot
      Added new hook [RepopCorpse] aecd8bb9-770b-4785-a3a1-134d9fdcde94
      Added new hook [Pull] adb8c46a-c6ed-4123-83f0-2b529da5a720
      Added new hook [RoutineCombat] adb8c46a-c6ed-4123-83f0-2b529da5a720
      Added new hook [HotspotPoi] aca9ff57-2dff-46ac-8a56-9b5ea0f89bd9
      Added new hook [SellVendorPoi] ea4eb09b-8595-4bbe-8b6f-c4c836b6e31b
      Added new hook [SetLootPoi] 14f98a0e-fb5f-41da-b1df-fc79583983b9
      Added new hook [SetCombatPoi] 1991f0f2-7898-4971-891b-36ca8a29aa56
      Added new hook [SetVendorPoi] 11c14c3b-8644-4113-92b4-3fa507d83690
      Added new hook [SetHotspotPoi] 2cf0adbb-1930-47a7-84bb-b2ffd4cf68df
      Added new hook [SelectPoiType] 0e233502-5caa-4dd5-b997-a7c9ef97e93e
      Replaced hook [SelectPoiType] fadf09e5-1621-44ad-8c70-b58672fee46f
      Setting force alignment settings.
      System.Exception: Field 4611686091772969991 does not exist.

      at ..[](UInt64 ,  )
      at Buddy.Swtor.Objects.TorObject.SetField[T](DomFieldIds field, T val)
      at ..(UInt64 )
      at Buddy.Swtor.OracleManager.SetConversationSkip(ConversationSkip skip)
      at Buddy.CommonBot.Profile.ForceAlignmentSetting.SetSettings()
      at Buddy.CommonBot.ProfileManager.(IBot )
      at Buddy.CommonBot.BotMain..(Object& , Arguments , Object )
      at PostSharp.Aspects.Internals.MethodInterceptionArgsImpl.Proceed()
      at Buddy.Common.Aspects.LogMethodAttribute.OnInvoke(MethodInterceptionArgs args)
      at Buddy.CommonBot.BotMain.Start()
      at Buddywing.MainWindow.HandleStartStopClicked(Object sender, RoutedEventArgs e)
       
      Last edited: Jul 23, 2014
    20. Aevitas

      Aevitas Well-Known Member Staff Member Buddy Core Dev

      Joined:
      Mar 2, 2010
      Messages:
      2,307
      Likes Received:
      36
      Trophy Points:
      48
      I've released an update which should address this a couple of hours ago. Let me know if the problems persist.
       

    Share This Page