Plugins Broken Via Version Update

Eorzea Time
 
 
 
Langues: JP EN FR DE
users online
Forum » Windower » Support » Plugins broken via Version Update
Plugins broken via Version Update
First Page 2 3 ... 6 7 8 ... 102 103 104
 Leviathan.Arcon
VIP
Offline
Serveur: Leviathan
Game: FFXI
user: Zaphor
Posts: 660
By Leviathan.Arcon 2013-12-19 10:58:23
Link | Citer | R
 
Fixed 2 and 3. For the DressUp error you'll need to specify which file it's in. I think it's helper_functions.lua, but I'm not sure.

The doubling in the chat log is due to us not filtering duplicate packets. It will be fixed soon.
 Phoenix.Demonjustin
Offline
Serveur: Phoenix
Game: FFXI
Posts: 661
By Phoenix.Demonjustin 2013-12-20 22:59:33
Link | Citer | R
 


Either this is another issue with Battlemod, or, that is the most terrifying/over powered bunny of all time.
 Asura.Calatilla
Offline
Serveur: Asura
Game: FFXI
user: Calatilla
Posts: 2507
By Asura.Calatilla 2013-12-20 23:21:44
Link | Citer | R
 
Where'd you get the radar from?
 Phoenix.Demonjustin
Offline
Serveur: Phoenix
Game: FFXI
Posts: 661
By Phoenix.Demonjustin 2013-12-20 23:26:26
Link | Citer | R
 
FFXIDB Add-on or Plugin, not sure which it is.
[+]
 Asura.Calatilla
Offline
Serveur: Asura
Game: FFXI
user: Calatilla
Posts: 2507
By Asura.Calatilla 2013-12-20 23:34:21
Link | Citer | R
 
I found it, thanks.
 Fenrir.Jinjo
VIP
Offline
Serveur: Fenrir
Game: FFXI
user: Minjo
Posts: 2269
By Fenrir.Jinjo 2013-12-20 23:53:26
Link | Citer | R
 
They're level -1; that's an issue with battlemod.

(0xFFFFF is -1 or 4294967295 depending on whether the value is signed or unsigned)
 Phoenix.Demonjustin
Offline
Serveur: Phoenix
Game: FFXI
Posts: 661
By Phoenix.Demonjustin 2013-12-21 01:23:46
Link | Citer | R
 
I know, just thought to point it out since it used to display properly if I remember correctly. Still, got a good laugh at it saying that was a level 4 billion bunny! XD
 Leviathan.Arcon
VIP
Offline
Serveur: Leviathan
Game: FFXI
user: Zaphor
Posts: 660
By Leviathan.Arcon 2013-12-21 01:55:40
Link | Citer | R
 
Strange, I remember having that issue before, but I thought we fixed it then. Although that might have been only in the action message event. Battlemod now parses the data itself, so maybe it needs to adjust for that.
Offline
Posts: 811
By Spiraboo 2013-12-21 15:22:11
Link | Citer | R
 
Strategem count on timer is broken. instead of counting up to Stratgem[5], it's always on Strategem[1] with a longer recast as you have less strats.

Fixed with today's update - thanks!
Offline
Posts: 265
By Darkvlade 2013-12-22 00:39:24
Link | Citer | R
 
Hello, its me again just was playing with battlemod commands and found out how to make battlemod to show in a compact way as it was before, just type that command below into game chat and it will go back to show the arrows icon and less cluster in the chat log, enjoy

//bm simplify

If wanna see other commands just type //bm help
 Asura.Izilder
Offline
Serveur: Asura
Game: FFXI
user: Izildur
Posts: 670
By Asura.Izilder 2013-12-22 04:44:40
Link | Citer | R
 
gametime still not working

lua.243 attempt to call global "time_change"
 Ragnarok.Zirael
Offline
Serveur: Ragnarok
Game: FFXI
user: Zirael
Posts: 95
By Ragnarok.Zirael 2013-12-22 05:32:43
Link | Citer | R
 
Darkvlade said: »
Hello, its me again just was playing with battlemod commands and found out how to make battlemod to show in a compact way as it was before, just type that command below into game chat and it will go back to show the arrows icon and less cluster in the chat log, enjoy

//bm simplify

If wanna see other commands just type //bm help
Here's my settings file with that auto-enabled:

..\Windower 4\addons\battlemod\data\settings v3.xml



<?xml version="1.1" ?>
<settings>
<!--
For the output customization lines, ${actor} denotes a value to be replaced. The options are actor, number, abil, and target.
Options for other modes are either "true" or "false". Other values will not be interpreted.
-->
<global>
<cancelmulti>true</cancelmulti>
<commamode>true</commamode>
<condensedamage>true</condensedamage>
<condensetargets>true</condensetargets>
<line_full>[${actor}] ${numb} ${abil} ¨ ${target}</line_full>
<line_nonumber>[${actor}] ${abil} ¨ ${target}</line_nonumber>
<oxford>true</oxford>
<simplify>true</simplify>
<swingnumber>true</swingnumber>
<targetnumber>true</targetnumber>
<tpstatuses>true</tpstatuses>
</global>
</settings>
Offline
Posts: 265
By Darkvlade 2013-12-22 09:22:55
Link | Citer | R
 
I tried that and it didnt work.... Thats how i started looking through its commands line. By the way do i have to delete one of the 2 settings xml in battlemod folder, since i got settings & settings v3 in folder?

Went back in setting one and added that simplify true line
 Sylph.Feary
Offline
Serveur: Sylph
Game: FFXI
user: feary
Posts: 455
By Sylph.Feary 2013-12-22 09:44:57
Link | Citer | R
 
findall doesnt seem to be functioning properly.

when i log out i get the message. it wasnt ready
and when start a query it doesn pull any of my offline characters or alts offline or online.

petschool and autocontrol also seem to be not working as of last night. will get the direct lua error asap and post it.
 Sylph.Feary
Offline
Serveur: Sylph
Game: FFXI
user: feary
Posts: 455
By Sylph.Feary 2013-12-22 10:34:34
Link | Citer | R
 
petschool.lua:84 bad argument #1 to 'get_by_index' number expected got nil.
 Sylph.Feary
Offline
Serveur: Sylph
Game: FFXI
user: feary
Posts: 455
By Sylph.Feary 2013-12-22 11:03:25
Link | Citer | R
 
garuda hastega is not giving a buffduration with timers
 Leviathan.Arcon
VIP
Offline
Serveur: Leviathan
Game: FFXI
user: Zaphor
Posts: 660
By Leviathan.Arcon 2013-12-23 05:07:28
Link | Citer | R
 
The PetSchool and Gametime errors should be fixed. What exactly about findAll isn't working? It works fine for me. The message you described appears if you zone too quickly (currently 20s before previous zone or login).
 Quetzalcoatl.Pompeii
Offline
Serveur: Quetzalcoatl
Game: FFXI
user: utbmw
Posts: 11
By Quetzalcoatl.Pompeii 2013-12-23 06:31:25
Link | Citer | R
 
One of the issues I have had with //findall is that no matter how long i have been online, when i logoff it says findall error: findall wasnt ready. i could be online all day standing in same zone and logoff and it will say that. so its not that i am zoning into mog and logging or anything.
 Asura.Eurewyen
Offline
Serveur: Asura
Game: FFXI
user: Tessy
Posts: 165
By Asura.Eurewyen 2013-12-23 06:42:22
Link | Citer | R
 
Quetzalcoatl.Pompeii said: »
One of the issues I have had with //findall is that no matter how long i have been online, when i logoff it says findall error: findall wasnt ready. i could be online all day standing in same zone and logoff and it will say that. so its not that i am zoning into mog and logging or anything.


Hi Arcon,

I have this issues on both my toons when logging off regardles if been on 5 mins or many hrs...
 Lakshmi.Byrth
VIP
Offline
Serveur: Lakshmi
Game: FFXI
user: Byrthnoth
Posts: 6140
By Lakshmi.Byrth 2013-12-23 06:47:27
Link | Citer | R
 
FindAll is saving itself for marriage!
Offline
Posts: 24
By playzthegame 2013-12-23 09:59:21
Link | Citer | R
 
Im having an issue where windower crashes upon zone change. Was working fine yesterday but today it crashes every time. Any suggestion? I might just erase windower and try reinstalling it.
 Lakshmi.Rassitier
Offline
Serveur: Lakshmi
Game: FFXI
user: Rassitier
Posts: 17
By Lakshmi.Rassitier 2013-12-23 10:18:49
Link | Citer | R
 
No need to erase windower, just turn the plugins/addons off. I was having the same issue this morning, I haven't figured out which one it is yet, but turning most of them off solved the issue for me.
 Ragnarok.Sekundes
Offline
Serveur: Ragnarok
Game: FFXI
user: Sekundes
Posts: 4189
By Ragnarok.Sekundes 2013-12-23 12:10:09
Link | Citer | R
 
I'm having some pretty bad crashing issues but it doesn't seem to just be while zoning. Was something updated and break? Happened on both of my wife's chars within a minute and then to my chars each time.
 Cerberus.Halticus
Offline
Serveur: Cerberus
Game: FFXI
user: Halticus
Posts: 257
By Cerberus.Halticus 2013-12-23 12:14:57
Link | Citer | R
 
Been having a recent issue when after I craft an item and my character stands up, all windower info appears on the screen and says Guildwork has successfully unloaded. It only appears again if i try to re-load Guildwork, and only happens when crafting. Anyone else have this issue?
 Leviathan.Arcon
VIP
Offline
Serveur: Leviathan
Game: FFXI
user: Zaphor
Posts: 660
By Leviathan.Arcon 2013-12-23 12:31:40
Link | Citer | R
 
Ragnarok.Sekundes said: »
I'm having some pretty bad crashing issues but it doesn't seem to just be while zoning. Was something updated and break? Happened on both of my wife's chars within a minute and then to my chars each time.

A major source of crashing has been fixed, try restarting and see if it happens again. If it does, crash dumps.
[+]
 Asura.Melbufrauma
Offline
Serveur: Asura
Game: FFXI
Posts: 188
By Asura.Melbufrauma 2013-12-23 12:49:32
Link | Citer | R
 
I have noticed that Impetus doesn't seem to show up on StatusTimers when active, it will show that you used it, but doesnt actually show the buff is active on you when you use it.
 Sylph.Feary
Offline
Serveur: Sylph
Game: FFXI
user: feary
Posts: 455
By Sylph.Feary 2013-12-23 13:27:02
Link | Citer | R
 
Leviathan.Arcon said: »
The PetSchool and Gametime errors should be fixed. What exactly about findAll isn't working? It works fine for me. The message you described appears if you zone too quickly (currently 20s before previous zone or login).

no, im not logging out before 20 secs or even 10 mins for that matter.. only reasons im logging in is to craft. i log back to main to just what materials i have. and nothing.

looking into it further.
example. querying any specfic item i know is on a character is returning no items for that character.

example2 //findall :character1 on 4 accounts and 5 characters is giving different results. saying no items or correctly resulting in correct items.

also everytime not matter which character or account im on, ive logged out to the response of findall wasnt ready.


also ohshi
helper ufctions.lua62 attempt to index field " a nil value.
 Leviathan.Arcon
VIP
Offline
Serveur: Leviathan
Game: FFXI
user: Zaphor
Posts: 660
By Leviathan.Arcon 2013-12-23 13:56:00
Link | Citer | R
 
I really cannot reproduce it. FindAll seems to work perfectly fine for me:



That's disregarding the logout issue. There are several ways to remedy that, although FindAll should really switch to a packet-based model instead of a constant timer.
 Asura.Melbufrauma
Offline
Serveur: Asura
Game: FFXI
Posts: 188
By Asura.Melbufrauma 2013-12-23 15:41:42
Link | Citer | R
 
Just got an error a few times during Morta with SB:
Lua error (runtime) -...es (x86)windower4/addons/Scoreboard.lua:346: attempt to index a nil value
First Page 2 3 ... 6 7 8 ... 102 103 104