Organizer got broken after the update ? :/
doesn't seem to store my current job gear/put everything else away outside of mog now
This usually happens after updates if you have a just released item on your char and the windower resources haven't been updated (organizer doesn't find that item and throws errors). If you close everything and start windower again it should refresh the resource files and organizer should start working.
Organizer got broken after the update ? :/
doesn't seem to store my current job gear/put everything else away outside of mog now
This usually happens after updates if you have a just released item on your char and the windower resources haven't been updated (organizer doesn't find that item and throws errors). If you close everything and start windower again it should refresh the resource files and organizer should start working.
I tried that but sadly it didn't work.the addon acknowledges the items count but for some odd reason it doesn't call them.I tried removing the data file from the addon then reloading everything and still no dice
edit : I should add that it's integrated to my lua file and it's not giving me any errors or anything,but after the update it just won't call the gear for the current job
Uh, so, did something break unityNPC, today it is unable to locate the unity npc, that's it's literal only job.
Never seen that one before.
Edit: there was a windower update that may or may not have caused/fix it... Dunno, can't won't test it till I cap again now. But launching windower prompted the file update.
Uh, so, did something break unityNPC, today it is unable to locate the unity npc, that's it's literal only job.
Never seen that one before.
Edit: there was a windower update that may or may not have caused/fix it... Dunno, can't won't test it till I cap again now. But launching windower prompted the file update.
guildwork addon isnt working (not auto-updating or able to force-update), tf does work mean if it doesnt work ????
guildunworking.
(thanks for the help)
>sidenote: im not talkin angry.
This problem started for me a few days ago, the plugin automatically updates to guildwork.com just fine, but it is not updating on the ffxiah.com page.
Edit: now I come to think of it, might have something to do with the free to play for everyone -every character unlocked- return home campaign?
Necro Bump Detected!
[73 days between previous and next post]
Windower updates will be way late tonight didn't realize it was update night till my phone notified me that Funk had gone live on twitch.
Aye. Figured it didn't hurt to draw attention for a team that's very small and works their butt off for our benefit rather than just assuming it would happen on its own.
If taken as a whiny complaint on my part, definitely not my intent.
organizer-lib.lua:101 is trying to find the length of tables that don't exist, as the range of the loop iterator id (1,2,3,4) in line 100 doesn't match the previously initialized values in ward_ids (8,10,11,12) in line 63 (and the T-table constructed in line 70).
The loop control in line 100 should probably be changed from:
for id=1,4 do
to:
for _,id in pairs(ward_ids) do
, as in line 67.
I don't use either of these addons--and could certainly be wrong---but am academically curious how that section would have ever worked properly before.
organizer-lib.lua:101 is trying to find the length of tables that don't exist, as the range of the loop iterator id (1,2,3,4) in line 100 doesn't match the previously initialized values in ward_ids (8,10,11,12) in line 63 (and the T-table constructed in line 70).
The loop control in line 100 should probably be changed from:
for id=1,4 do
to:
for _,id in pairs(ward_ids) do
, as in line 67.
I don't use either of these addons--and could certainly be wrong---but am academically curious how that section would have ever worked properly before.
organizer-lib.lua:101 is trying to find the length of tables that don't exist, as the range of the loop iterator id (1,2,3,4) in line 100 doesn't match the previously initialized values in ward_ids (8,10,11,12) in line 63 (and the T-table constructed in line 70).
The loop control in line 100 should probably be changed from:
for id=1,4 do
to:
for _,id in pairs(ward_ids) do
, as in line 67.
I don't use either of these addons--and could certainly be wrong---but am academically curious how that section would have ever worked properly before.
I'll check this out when I get home! Thank you
This didn't work. When I first load the game before my inventory loads, i can //gs org and it works fine but once everything is loaded it throws the error.
I tried it out just now and it still funky. It lets me deposit things fine, but when I try to withdraw it just brings up the slip selection for me to choose and wont stop even if I click esc. Ody Porter Packer Error
I haven't really played in like 6+ months so I could only go by the data given to me, since I don't have access to Gaol. I don't really have any answers for you. It's also not an official addon so less people look into things. We did ping Ivaar about it though but they took forever to respond with the last slip change that happened so who knows.
Thank you Chiaia for all the hard work, we do really appreciate your efforts, responding to the community and helping others. If we can support through donations, let us know.
Thank you Chiaia for all the hard work, we do really appreciate your efforts, responding to the community and helping others. If we can support through donations, let us know.
The Windower team doesn't accept any form of donations but also being part of the BG Wiki team you can donate some time and help us edit the wiki with missing info or corrections. Especially when you run into them and figure out the solution yourself but then decide to leave the wiki un-updated.
I haven't really played in like 6+ months so I could only go by the data given to me, since I don't have access to Gaol. I don't really have any answers for you. It's also not an official addon so less people look into things. We did ping Ivaar about it though but they took forever to respond with the last slip change that happened so who knows.
I appreciate trying and the info. What makes an addon official?
Please post all crashes and errors concerning plugins after an update breaks them. This will prevent a mass amount of new topics containing the same information.
If you know an answer to any questions relating to any plugin that's broken, by all means, answer it. This is what this thread is for.
New topics made about broken plugins after an update will be locked and referred to here.