Plugins Broken Via Version Update

Eorzea Time
 
 
 
Language: JP EN FR DE
users online
Forum » Windower » Support » Plugins broken via Version Update
Plugins broken via Version Update
First Page 2 3 ... 105 106 107 ... 108 109 110
Offline
Posts: 7
By chrys 2025-02-05 08:31:39
Link | Quote | Reply
 
Experiencing something similar to the above poster, can get binds to function via physical keyboard, but trying to trigger the same binds via keystrokes from programmable shortcut keys no longer works.
Offline
Posts: 24
By neonrage 2025-02-05 09:28:16
Link | Quote | Reply
 
My controller keybinds are experiencing this too. I have to press it button over and over for it to trigger, and half the time its saying "must have a valid subtarget" in the chatlog.
 Asura.Eiryl
Offline
Server: Asura
Game: FFXI
user: Eiryl
By Asura.Eiryl 2025-02-05 09:47:32
Link | Quote | Reply
 
Lili said: »
Is the paste completely broken, or does it still work just with some quirks? Because ctrl+v doesn't work natively, it's a keybind to the paste command https://docs.windower.net/commands/input/#paste

It's quirky, as stated.

A quick control v will NOT work, but a double press, or a long press will work. And the command will not work after it's input anyway.

/console exec sellcrystals.txt won't function

It's literally just;
It's never not worked until today

If I type //sellnpc Fire Crystal , that works, but inputting the command to the text file to sell all 8, it won't work.

There is zero chance I'm closing and restarting all instances before the update though, so I'm just informing that it's not working.
[+]
 Asura.Certainly
Offline
Server: Asura
Game: FFXI
user: Lutia
Posts: 43
By Asura.Certainly 2025-02-05 12:39:49
Link | Quote | Reply
 
My keybinds may look strange to you, but they all stopped working today as well:

bind scrolllock input /lockon
bind pause down setkey numpad- down
bind pause up setkey numpad- up
bind ^scrolllock down setkey numpad+ down
bind ^scrolllock up setkey numpad+ up

pause does /logout, scrolllock hides the hud, the native functions of the keys. ctrl+v still works, screenshot still works.

I have one client that's been running for several days, keybinds are still working here.
 Asura.Eiryl
Offline
Server: Asura
Game: FFXI
user: Eiryl
By Asura.Eiryl 2025-02-05 13:24:10
Link | Quote | Reply
 
Just in case. Which plugin/lua affects /console commands? Or is it just part of the exe and it's broken forever now.
 Fenrir.Niflheim
VIP
Offline
Server: Fenrir
Game: FFXI
user: Tesahade
Posts: 863
By Fenrir.Niflheim 2025-02-05 13:27:55
Link | Quote | Reply
 
Asura.Eiryl said: »
Just in case. Which plugin/lua affects /console commands?

I'll just manually replace that one

hook, changes were made to fix a bug in hook for command handling it has been on dev since Nov but the issues where not noticed by anyone using the dev build.

also the current hook and launcher are not compatible with the previous hook and launcher.
 Asura.Eiryl
Offline
Server: Asura
Game: FFXI
user: Eiryl
By Asura.Eiryl 2025-02-05 13:35:33
Link | Quote | Reply
 
I see, it's odd some commands work and some don't.

I can use a skillup txt that just spams barspell but I can't use a macro that does for all intents and purposes the same thing to sell garbage.

Totally normal
Code
input /magic "Barfira" <me>
wait 5
input /magic "Baraera" <me>
wait 5
input /magic "Barfira" <me>
wait 5
input /magic "Baraera" <me>

Won't work
Code
input /\/\sellnpc Flame Geode
wait 1
input /\/\sellnpc Snow Geode
wait 1
input /\/\sellnpc Breeze Geode
wait 1
input /\/\sellnpc Soil Geode
wait 1
input /\/\sellnpc Thunder Geode
wait 1
input /\/\sellnpc Aqua Geode
wait 1
input /\/\sellnpc Light Geode
wait 1
input /\/\sellnpc Shadow Geode
 Fenrir.Niflheim
VIP
Offline
Server: Fenrir
Game: FFXI
user: Tesahade
Posts: 863
By Fenrir.Niflheim 2025-02-05 13:57:29
Link | Quote | Reply
 
Asura.Eiryl said: »
Won't work
you dont need the input or `//` for that block just `sellnpc Snow Geode`
 Shiva.Thorny
Offline
Server: Shiva
Game: FFXI
user: Rairin
Posts: 2978
By Shiva.Thorny 2025-02-05 13:58:04
Link | Quote | Reply
 
Are you sure that script previously worked? I haven't used windower in forever, but a backslash is typically an escape key. Shouldn't it be:
Code
input \/\/sellnpc Shadow Geode

(if the escape is even needed in the first place.. your first / isn't being escaped)
 Carbuncle.Nynja
Offline
Server: Carbuncle
Game: FFXI
user: NynJa
Posts: 4472
By Carbuncle.Nynja 2025-02-05 14:00:21
Link | Quote | Reply
 
Why would you “input sellnpc” with or without slashes in a script when you can just do “sellnpc” lmao

Lets not even go into running a separate sellnpc command for wvrry geode ¯\_(ツ)_/¯
 Asura.Fiasko
Offline
Server: Asura
Game: FFXI
By Asura.Fiasko 2025-02-05 14:08:39
Link | Quote | Reply
 
Just to throw other behaviors into the ring. I have the HOME key bound as my cursna spam, but it is now doing both cursna and readjusting camera.

bind home send @others /ma "Cursna" <p1>

Edit: page up and down are doing the same thing.
[+]
 Asura.Eiryl
Offline
Server: Asura
Game: FFXI
user: Eiryl
By Asura.Eiryl 2025-02-05 14:14:13
Link | Quote | Reply
 
It's the same .txt file I've been using for 15 years, it work(ed) never cared to alter it

Fenrir.Niflheim said: »
Asura.Eiryl said: »
Won't work
you dont need the input or `//` for that block just `sellnpc Snow Geode`

This makes it work, the reason I added the input /\/\ was because react required it, so I put them in everything. Didn't question it, it just worked.

(react probably doesn't need them either, but it worked, and it didn't without them, so. In they went.)

Had I known I'd be doing this for 20 years, I'd have made the effort to learn the minimum amount of coding. But I didn't and I ain't going to start now.
 Carbuncle.Nynja
Offline
Server: Carbuncle
Game: FFXI
user: NynJa
Posts: 4472
By Carbuncle.Nynja 2025-02-05 14:57:20
Link | Quote | Reply
 
Asura.Eiryl said: »
and you can't have 2 commands in response to [a react] action)


Remoted home just to get a snippet from one of my luas, pita to highlight on phone but you can figure out whats happening

dy_reaction"]="input /p fire;wait 4;input /ma fire <bt>;wait 4;input /ma fir


hes literally so bad at this lmao

edit: lol he got cooked so bad he edited that part of his post out.
 Fenrir.Niflheim
VIP
Offline
Server: Fenrir
Game: FFXI
user: Tesahade
Posts: 863
By Fenrir.Niflheim 2025-02-05 16:45:42
Link | Quote | Reply
 
Asura.Eiryl said: »
Had I known I'd be doing this for 20 years, I'd have made the effort to learn the minimum amount of coding. But I didn't and I ain't going to start now.
oh come on no time like the present :D plus I think you will still be doing this for another 20 years, i mean what are you going to say then "Had I known I'd be doing this for 40 years"
[+]
 Asura.Eiryl
Offline
Server: Asura
Game: FFXI
user: Eiryl
By Asura.Eiryl 2025-02-05 16:52:58
Link | Quote | Reply
 
Sudoku spoiler
[+]
 Phoenix.Iocus
Offline
Server: Phoenix
Game: FFXI
user: androwe
Posts: 1824
By Phoenix.Iocus 2025-02-05 19:00:13
Link | Quote | Reply
 
Moonlightagb said: »
I use Joy2Key to make certain buttons on my controller input keystrokes such as pushing the Options button does "windowskey + z" which is set to a windower keybind that does "/jump" for example. The keybind still works when physically pushing those keys on the keyboard but the game doesn't seem to recognize inputs the same way as before if it has 2 keys like "ctrl + z", "alt + z" etc.

My right trigger is set to input only "F8" and it still works fine, but anything that has a combination doesn't seem to work anymore. However, I noticed if I spam the button quickly and repeatedly it may work 1 time out of the 30 times I pushed the button if I spam it quickly, not sure if this has anything to do with the post above copy pasting sometimes having to be pushed multiple times that I also noticed. Thank for your help!

Same problem. @keybinds for controllers, probably all binds, i quick and dirty changed my ctrl + FKeys to my number key equivalent. Numpad keys are still setup to defaults and I dont know how change them right now, so they are not a good swap.
 Fenrir.Zenion
Offline
Server: Fenrir
Game: FFXI
user: Zenion
Posts: 244
By Fenrir.Zenion 2025-02-05 19:20:49
Link | Quote | Reply
 
So about the keybind thing... what I'm seeing happen is you get the keybind action, as well as the non keybind action for the same keystroke. It's a little annoying, but this is also something that could be really really useful.

If it's possible to preserve this behavior as a modifier that can be added to a bind, that would be pretty cool. For multiboxers, it would basically allow an easy framework to directly control multiple characters from one instance without a whole bunch of extra scripts; in particular, it would make for basically the best /follow alternative ever just by binding keydown w to send keydown w to all characters and so on.
 Bismarck.Ihinaa
Offline
Server: Bismarck
Game: FFXI
user: Ihina
Posts: 161
By Bismarck.Ihinaa 2025-02-05 21:14:08
Link | Quote | Reply
 
I'm having a bunch of issues with my binds as well. Sorry if this was stated before, but it appears that on button press, some baseline default action is taking place first. Our scripted binds are only being triggered upon button release.
Example 1: I have the * key as my lock on button. Upon button press, the default lockon would trigger (at least I think that's what it does), and upon press release, my scripted input /lock on would trigger. Effectively, target lock on then instantly lock off.
Example 2: I have alt+numpad2 as my curaga2. Upon button press, my character would move down a little first (because a direction key was pressed) and stop almost immediately, and upon button release, curaga 2 would trigger.

So something was probably done with what actions trigger when the button is pressed and also when the button is released.
[+]
 Asura.Auxtaru
Offline
Server: Asura
Game: FFXI
user: Auxtaru
Posts: 32
By Asura.Auxtaru 2025-02-05 21:59:40
Link | Quote | Reply
 
Asura.Fiasko said: »
Just to throw other behaviors into the ring. I have the HOME key bound as my cursna spam, but it is now doing both cursna and readjusting camera.

bind home send @others /ma "Cursna" <p1>

Edit: page up and down are doing the same thing.

Exact same issue. I actually bind most of my gameplay to the numpad with various combinations of ctrl, alt, windows key. I think in the past a gearswap lua would overwrite base binds if a new one was assigned, but this is no longer the case. They also both go off simultaneously so you'll have your base bind + whatever unique action you added.

For example, my numpad + 2 is Ruthless Stroke, and numpad + 5 is Aeolian edge. Now if I try to do Ruthless, it will do the weaponskill but also try to turn my character around (that was a fun Sortie run hah), If I try to do Aeolian it will also put my character in first person view. Before my DNC lua overwrote these numpad movement and first person view binds but no longer.
 Asura.Auxtaru
Offline
Server: Asura
Game: FFXI
user: Auxtaru
Posts: 32
By Asura.Auxtaru 2025-02-05 22:02:33
Link | Quote | Reply
 
Bismarck.Ihinaa said: »
I'm having a bunch of issues with my binds as well. Sorry if this was stated before, but it appears that on button press, some baseline default action is taking place first. Our scripted binds are only being triggered upon button release.
Example 1: I have the * key as my lock on button. Upon button press, the default lockon would trigger (at least I think that's what it does), and upon press release, my scripted input /lock on would trigger. Effectively, target lock on then instantly lock off.
Example 2: I have alt+numpad2 as my curaga2. Upon button press, my character would move down a little first (because a direction key was pressed) and stop almost immediately, and upon button release, curaga 2 would trigger.

So something was probably done with what actions trigger when the button is pressed and also when the button is released.

Just tested and I think you are bang on here. The base default bind goes on button press and whatever unique assigned one fires on release so you get a double action.
[+]
Offline
Posts: 7
By chrys 2025-02-05 23:20:57
Link | Quote | Reply
 
Restoring the following files/folders from my last backup and blocking windower.exe from all outbound connections to prevent re-updating seems to be a functioning workaround.

  • Windower/Windower.exe

  • Windower/Hook.dll

  • Windower/updates/*

  • Windower/plugins/* (or at least the ones you use)



Hopefully the bind issue is quick to patch, but if it's going to take a few days, maybe the windower team can throw up a known safe copy of the relevant old files for other affected users in the meantime.
[+]
 Sylph.Reain
Offline
Server: Sylph
Game: FFXI
user: dmregm
Posts: 411
By Sylph.Reain 2025-02-06 00:51:01
Link | Quote | Reply
 
bind key names seem case sensitive now. bind F9 will throw an invalid key provided error but bind f9 is okay.
[+]
 Leviathan.Arcon
VIP
Offline
Server: Leviathan
Game: FFXI
user: Zaphor
Posts: 676
By Leviathan.Arcon 2025-02-06 04:33:40
Link | Quote | Reply
 
We have just pushed a fix for the following binding issues:
- Pressing bound keys still reach the game
- Case sensitivity binds
- up/down binds not working separately
[+]
 Phoenix.Iocus
Offline
Server: Phoenix
Game: FFXI
user: androwe
Posts: 1824
By Phoenix.Iocus 2025-02-06 07:07:17
Link | Quote | Reply
 
I went back to my previous profiles and Ctrl+fkey binds and they work same as before. The 2nd button bind only working on release seems to have resolved as well.
Offline
Posts: 187
By waffle 2025-02-06 07:35:22
Link | Quote | Reply
 
I can't get the console to appear after the update, and neither TParty nor Pointwatch load. Gearswap works fine though.
 Fenrir.Niflheim
VIP
Offline
Server: Fenrir
Game: FFXI
user: Tesahade
Posts: 863
By Fenrir.Niflheim 2025-02-06 07:36:54
Link | Quote | Reply
 
waffle said: »
neither TParty nor Pointwatch load
Do you get an error when loading them? If so what is the error
Offline
Posts: 187
By waffle 2025-02-06 07:46:48
Link | Quote | Reply
 
Fenrir.Niflheim said: »
waffle said: »
neither TParty nor Pointwatch load
Do you get an error when loading them? If so what is the error
Well, I have no red text up in the upper left corner giving me loading or error messages at all. And I can't bring it up either.

To add to this, the console text doesn't come up at all. It's not there when I log in, nor when I press Insert. I can still send some commands. For instance, if I type a command to lock a gear slot in gearswap, it will lock. The console text won't appear though. However, sending a command to load or reload TParty won't make it appear.
 Lakshmi.Kulx
Offline
Server: Lakshmi
Game: FFXI
user: jnaze2
Posts: 15
By Lakshmi.Kulx 2025-02-06 08:12:32
Link | Quote | Reply
 
Hey all, not to add another layer to this, but windower doesn’t appear to want to load ant all after the update when trying to open in Lutris (on steam deck).
Offline
Posts: 42722
By Jetackuu 2025-02-06 08:13:27
Link | Quote | Reply
 
Lakshmi.Kulx said: »
Hey all, not to add another layer to this, but windower doesn’t appear to want to load ant all after the update when trying to open in Lutris (on steam deck).
Lili said: »
EDIT: on some systems, it's also possibly needed to update .NET to 4.8. This also applies to Linux/Steamdeck installs.
 Lakshmi.Kulx
Offline
Server: Lakshmi
Game: FFXI
user: jnaze2
Posts: 15
By Lakshmi.Kulx 2025-02-06 08:16:03
Link | Quote | Reply
 
Sorry, I tried to see if anyone had posted something about it. Missed that. Thank you
[+]
First Page 2 3 ... 105 106 107 ... 108 109 110