Anybody else crashing when it tries to select bait?
log
Anybody else crashing when it tries to select bait?
[09:41:47.641 N] [FlightNav] Generated path to <-254.1186, -28.21022, 822.7599> using 2 hops in 00:00:00.0012703 ms
[09:41:47.904 V] [FlightNav] Moving to next hop: <-254.1186, -27.21022, 822.7599> D: 6.44803
[09:41:48.037 N] [FlightMover] Started Landing Task
[09:41:48.268 N] [FlightMover] Landing took 00:00:00.2301009 ms or less
[09:41:49.073 N] [ExFish v3.0.7.1510150] Shuffled fish spots
[09:41:49.092 V] [Poi.Clear] Reason: Current behavior changed to ExFishTag: { Baits: [Bait: { Condition: Core.Player.ClassLevel == 60 and HasAtLeast(12712,1), Name: Giant Crane Fly }, Bait: { Name: Red Balloon }], Keepers: [{ Name: Pteranodon, Action: KeepAll }, { Name: Star Faerie, Action: KeepAll }, { Name: Gobbie Mask, Action: KeepAll }], Collectables: [Collectable: { Name: }], FishSpots: [FishSpot: { Heading: 6.63, Location: <-263.4494, -29.37462, 848.6779> }, FishSpot: { Heading: 0.42, Location: <-247.4393, -29.7454, 845.2695> }], MoochLevel: 3, MinimumFishPerSpot: 25, MaximumFishPerSpot: 35, Chum: True, Condition: IsTimeBetween(8,17), Shuffle: True, SitRate: 0.75, Collect: True, LineNumber: 72 }.
[09:41:49.092 D] Replaced hook [ProfileOrderBehavior_Hook] 86ab8197-84da-4517-a0cb-87f103a0a2f1
[09:41:49.094 D] Requesting path on 400 from <-253.4138, -28.21212, 821.4952> to <-263.4494, -29.37462, 848.6779>
[09:41:49.152 D] Generated path to <-263.4494, -29.37462, 848.6779> in 00:00:00.0578103 ms
[09:41:52.504 D] DoAction General 23 0xE0000000
[09:41:53.579 D] DoAction Spell 288 0x10601B67
[09:41:56.135 D] FFXIV closed,shutting down.
Its not just this profile either. Any fishing profile that selects its own bait started doing it last night after an exbuddy svn update.
I need to get around to re-doing the bait part. I'll post a new one shortly.
Its not just this profile either. Any fishing profile that selects its own bait started doing it last night after an exbuddy svn update.
This is really strange....it is not even doing anything that I can think of that could cause that, it is only doing a window action on the bait window. I don't think it is anything Callleil can help with. I might give you a special version of the bait window file if you are willing so that i can log more info.
Same problem here. Yep, nothing I can do on my end for that. I can help log stuff if ya need.
Posted a new version of the profile that will work once this is resolved.
Log(ExBuddy.Helpers.Memory.Bait.SelectedBaitItemId);
If you use this in reborn console does it give you an itemid or crash you?
Code:Log(ExBuddy.Helpers.Memory.Bait.SelectedBaitItemId);
EDIT: Also, see if it crashes if you start with the Bait window open, this will help me determine which part might be causing an issue.
12706 is what console says for bait.
Flying in now to a fish spot with bait window open. With window open, it selected bait, closed it, then started fishing with no problem.
12712 for bait in console after.
Second fish spot, had window open manually, and it worked fine again. Picks bait, closes window, fishes.
lol it wasn't like a stutter you get when it's spamming command line and the game soft locks. It was as fast as if the little pointy bait hand clicked the X in windowed mode. I plan on trying to do something with the desynthesis code tonight. Is there a profile with it already in it somewhere I can reference?
<?xml version="1.0" encoding="utf-8"?>
<Profile>
<Name>Weaver Desynthesis</Name>
<KillRadius>50</KillRadius>
<Order>
<ExSalvage repairClass="Weaver" includeArmory="false" />
<ExLog Message="Completed"/>
</Order>
</Profile>
Anybody else crashing when it tries to select bait?
What about with the update I pushed today?Just confirmed it works fine if the bait window is open already.
I just updated your plugins and started fishing away on the EphemeralFishiesWater profile and have had no issue so far. Works even better than previously! (Also I'm quite surprised at the amount of Dravanian Bass and Pipira Pira it's fishing up right now. Crazy) ... Anyway, I only had problems at the Illuminati Perch portion of this profile (could be that I gave up before anything different caused it to fail) so I'm going to let this go for a while and update this post before I go to bed.
On a sidenote, how do we add a sort of wait delay into an orderbot profile? It seems that when I start this profile as !fisher, the <While Condition="Core.Me.CurrentJob == ClassJobType.Fisher"> statement runs before the class change completes and ends the profile. Simply pressing the start button again causes it to work, and it really doesn't bother me. But I'd like to add it in
Edit: Been letting this go again for about half an hour with no issues. Thanks for being awesome![]()
What about with the update I pushed today?