|
Plugins broken via Version Update
Lakshmi.Khyal
Server: Lakshmi
Game: FFXI
Posts: 40
By Lakshmi.Khyal 2014-07-09 21:10:02
Not sure if this related to the update but it started after the update.
Guildwork liveshouts dont seem to be working. And when I log in it says:
Welcome Khyal!
To add this character to Guildwork type /gw flush --add
When i do that, it says "None is already added by another user."
Either I cant figure out the syntax or something is borked.
Logging out and in, and unloading/loading guildwork doesnt help and has often fixed little glitches in the past.
Server: Lakshmi
Game: FFXI
Posts: 79
By Lakshmi.Krazykozy 2014-07-09 23:30:16
Still getting errors on line 377 on shortcuts on a bunch of abilities and weaponskills, not sure if gearswap isnt also affected.
Quetzalcoatl.Orestes
Server: Quetzalcoatl
Game: FFXI
Posts: 430
By Quetzalcoatl.Orestes 2014-07-09 23:57:09
Not sure if this related to the update but it started after the update.
Guildwork liveshouts dont seem to be working. And when I log in it says:
Welcome Khyal!
To add this character to Guildwork type /gw flush --add
When i do that, it says "None is already added by another user."
Either I cant figure out the syntax or something is borked.
Logging out and in, and unloading/loading guildwork doesnt help and has often fixed little glitches in the past.
I'm getting the same issue. Guildwork won't flush, and my character data won't update.
By Avebian 2014-07-11 12:07:36
PetTP, Silence, Treasury Won't load for me today, same lua error for all 3
Asura.Tamoa
Server: Asura
Game: FFXI
Posts: 1341
By Asura.Tamoa 2014-07-11 12:23:21
Quetzalcoatl.Orestes said: »Not sure if this related to the update but it started after the update.
Guildwork liveshouts dont seem to be working. And when I log in it says:
Welcome Khyal!
To add this character to Guildwork type /gw flush --add
When i do that, it says "None is already added by another user."
Either I cant figure out the syntax or something is borked.
Logging out and in, and unloading/loading guildwork doesnt help and has often fixed little glitches in the past.
I'm getting the same issue. Guildwork won't flush, and my character data won't update.
Unloading GW, opening task manager and terminating all Guildwork.exe processes running, then reloading GW did the trick for me.
http://guildwork.com/broadcasts/53bf49c3002aa8329f5e0e18
Didn't have to delete and redownload the plugin.
Leviathan.Arcon
VIP
Server: Leviathan
Game: FFXI
Posts: 666
By Leviathan.Arcon 2014-07-11 23:17:24
PetTP, Silence, Treasury Won't load for me today, same lua error for all 3
Don't know what to tell you, all of them work fine for me. What's the error?
By Avebian 2014-07-12 00:45:08
I deleted all my files and reinstalled windower, maybe that has something to do with it, idk, anyway the error is:
Lua error (unknown:1) - libs/files.lua:31 attempt to index local 'fh' (a nil value)
I didn't touch any of this, but here's what line 31 is in libs/files
function files.create(f)
f:create_path()
local fh = io.open(windower.addon_path .. f.path, 'w')
fh:write('')
fh:close()
return f
end
distance, zonetimer, almost all my addons are broke and I cant figure out how to fix, I've tried reinstalling 5 times and always get the same error.
Sylph.Jrpg
Server: Sylph
Game: FFXI
Posts: 161
By Sylph.Jrpg 2014-07-12 01:19:13
Downloaded and loaded up Treasury for the first time, got the error:
Edit: ^ beat me to it.
Also...mind giving me a sample treasury lua command to pass, for example, a Warrior's Stone? Want to put an end to all the dynamis junk.
By Yankke23 2014-07-12 01:48:40
Hmmm i was playing fine and i dc and when trying to log back i get a "Playonline Viewer stop working" i didnt touch anything. after a few try i unistal/instal Windower/Playonline Viewer but still get the same error.
By Santi 2014-07-12 02:06:40
Gear not changing with time.
In my gearswap I have windower telling GS to equip regen or movement feet based on time. Was working up until yesterday.
Can anyone confirm if this is a windower issue or maybe GS and windower communication issue?
By Santi 2014-07-12 03:07:33
So Mote-Utility.lua was changed or updated it seems and removed the classes.RegenTime that I had added.
Works now
Cerberus.Conagh
Server: Cerberus
Game: FFXI
Posts: 3189
By Cerberus.Conagh 2014-07-12 07:10:20
Find, Tparty, Gearcollector all broken.
Load Gearcollector - TParty has encountered a Fatal Error.
unloads TPparty
Load Gearcollector - Timers has encountered a Fatal Error.
Unloads timers
Load Gearcollector - Logger has encountered a fatal error and mjst be terminated.
Unload Loger
Load Gearcollector - Lightluggage has encountred a fatal error and must be terminated. unload LL
Load Gearcollector - FFXIDB has encountered a fatal error and mjst be terminated.. ETC
Side note all those plugins worked fine even after it stated there was a fatal error.
But it refused to load gearcollector or let me use find.
[+]
Shiva.Norms
Server: Shiva
Game: FFXI
Posts: 1
By Shiva.Norms 2014-07-12 09:21:20
I have the same problem here as Conagh.
Quetzalcoatl.Zubis
Server: Quetzalcoatl
Game: FFXI
Posts: 235
By Quetzalcoatl.Zubis 2014-07-12 09:26:52
Itemizer seems to have a problem too. Probably related to the GearCollector issue.
Valefor.Sapphire
Server: Valefor
Game: FFXI
Posts: 1828
By Valefor.Sapphire 2014-07-12 09:42:44
I deleted all my files and reinstalled windower, maybe that has something to do with it, idk, anyway the error is:
Lua error (unknown:1) - libs/files.lua:31 attempt to index local 'fh' (a nil value)
I didn't touch any of this, but here's what line 31 is in libs/files
function files.create(f)
f:create_path()
local fh = io.open(windower.addon_path .. f.path, 'w')
fh:write('')
fh:close()
return f
end
distance, zonetimer, almost all my addons are broke and I cant figure out how to fix, I've tried reinstalling 5 times and always get the same error.
I'm not familiar with the implementation of windower, but that lua error is an invalid file handle because it probably can't create/write a file either due to a permissions issue (you try running windower as administrator?) that or the windower addon path its trying to write a file at is invalid/nonexistent.
Cerberus.Conagh
Server: Cerberus
Game: FFXI
Posts: 3189
By Cerberus.Conagh 2014-07-12 09:43:24
I deleted all my files and reinstalled windower, maybe that has something to do with it, idk, anyway the error is:
Lua error (unknown:1) - libs/files.lua:31 attempt to index local 'fh' (a nil value)
I didn't touch any of this, but here's what line 31 is in libs/files
function files.create(f)
f:create_path()
local fh = io.open(windower.addon_path .. f.path, 'w')
fh:write('')
fh:close()
return f
end
distance, zonetimer, almost all my addons are broke and I cant figure out how to fix, I've tried reinstalling 5 times and always get the same error.
I'm not familiar with the implementation of windower, but that lua error is an invalid file handle because it probably can't create/write a file either due to a permissions issue (you try running windower as administrator?) that or the windower addon path its trying to write a file at is invalid/nonexistent.
Always run as Admin
Phoenix.Lithical
Server: Phoenix
Game: FFXI
Posts: 194
By Phoenix.Lithical 2014-07-12 09:49:22
Find, Tparty, Gearcollector all broken.
Load Gearcollector - TParty has encountered a Fatal Error.
unloads TPparty
Load Gearcollector - Timers has encountered a Fatal Error.
Unloads timers
Load Gearcollector - Logger has encountered a fatal error and mjst be terminated.
Unload Loger
Load Gearcollector - Lightluggage has encountred a fatal error and must be terminated. unload LL
Load Gearcollector - FFXIDB has encountered a fatal error and mjst be terminated.. ETC
Side note all those plugins worked fine even after it stated there was a fatal error.
But it refused to load gearcollector or let me use find. I'm having the same problem, it's not loading StatusTimer, Autoexec, or Find for me. Console says Tparty encountered fatal error, but it's still working. Unload and it says timers, which is still working as well
By Avebian 2014-07-12 09:58:20
Ya I always run as Admin, thanks for the idea though, still not working..
Leviathan.Arcon
VIP
Server: Leviathan
Game: FFXI
Posts: 666
By Leviathan.Arcon 2014-07-12 10:16:22
Yeah, the problem is the german/french thing... SE removed those names from new resources, but when we did it, plugins refused to load because the resource parser expected them... I'll have it fixed in a bit, sorry about that.
The files.lua error is unrelated and I'll fix it right after this.
Leviathan.Arcon
VIP
Server: Leviathan
Game: FFXI
Posts: 666
By Leviathan.Arcon 2014-07-12 10:17:10
Itemizer, Find and GearCollector should be working again (but GC had some changes, so not sure if that works exactly like it did before, let me know if something is off).
Quetzalcoatl.Zubis
Server: Quetzalcoatl
Game: FFXI
Posts: 235
By Quetzalcoatl.Zubis 2014-07-12 10:54:41
Thanks Arcon.
Server: Phoenix
Game: FFXI
Posts: 3
By Phoenix.Wildthang 2014-07-12 13:01:36
status time and autoexec not working keeps saying fatel error
Quetzalcoatl.Orestes
Server: Quetzalcoatl
Game: FFXI
Posts: 430
By Quetzalcoatl.Orestes 2014-07-12 15:04:27
Phoenix.Wildthang said: »status time and autoexec not working keeps saying fatel error
I can also confirm autoexec isn't working now.
Asura.Natenn
Server: Asura
Game: FFXI
Posts: 1979
By Asura.Natenn 2014-07-12 15:10:57
Quetzalcoatl.Orestes said: »Phoenix.Wildthang said: »status time and autoexec not working keeps saying fatel error
I can also confirm autoexec isn't working now. status timers are bugged for me to yea
By Diggerguy 2014-07-12 17:56:51
Just a small issue with Gear Collector, the actual storage windows are not being displayed now, ie your inventory and whichever part of your "storage" you are collecting from are not displayed on the screen. However despite this the actual collection does work fine in every other way. A small niggle, but thought it worth mentioning
in case this was not deliberate. :-)
Leviathan.Arcon
VIP
Server: Leviathan
Game: FFXI
Posts: 666
By Leviathan.Arcon 2014-07-12 17:57:29
Should be fixed. The new resources were the problem.
[+]
Leviathan.Arcon
VIP
Server: Leviathan
Game: FFXI
Posts: 666
By Leviathan.Arcon 2014-07-12 17:58:35
That was @ StatusTimer and AutoExec.
As for GC, I'll look into it tomorrow. Displaying the windows has always been optional (you can enable/disable it in the settings), but it's possible I screwed that up.
By Diggerguy 2014-07-12 17:59:12
As an addendum to my last post I have rebooted the game and windower and the issue is still there.
By Diggerguy 2014-07-12 18:00:42
Ok, thanks Arcon, I will check my settings in case they got changed some how ^^
By Diggerguy 2014-07-12 18:07:54
The "OpenStorage" option in my global settings is set to "true". I presume that is the option u use to display the windows
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.
|
|