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 ... 108 109 110
Offline
Posts: 187
By waffle 2025-02-07 09:48:53
Link | Quote | Reply
 
Bahamut.Academic said: »
That's strange and sounds frustrating. I assume you mean stuff that uses the texts elements (aside of the console window). I have several addons loaded post update and displays fine.
Now that you mention it, I don't run any addons that have graphical elements like the minimap one, so I don't know if those load or not. I suppose I can try to test that if I get the chance. But yes, you are correct. No windower or addon text elements appear outside of the chatlog. For instance, the Distance addon isn't displaying the number of yalms to any target either.
 Bahamut.Academic
Offline
Server: Bahamut
Game: FFXI
user: Sevu
Posts: 72
By Bahamut.Academic 2025-02-07 11:10:23
Link | Quote | Reply
 
waffle said: »
Now that you mention it, I don't run any addons that have graphical elements like the minimap one, so I don't know if those load or not. I suppose I can try to test that if I get the chance. But yes, you are correct. No windower or addon text elements appear outside of the chatlog. For instance, the Distance addon isn't displaying the number of yalms to any target either.
Have you tried setting to font to Arial or Consolas? I know I've had issues on Linux when I moved over my Windows settings for Windower since I use Jetbrains Mono font there, which isn't enabled by default in Linux.
 Fenrir.Niflheim
VIP
Offline
Server: Fenrir
Game: FFXI
user: Tesahade
Posts: 863
By Fenrir.Niflheim 2025-02-07 20:09:50
Link | Quote | Reply
 
@waffle what type of processor hardware do you have?
 Cpu
Offline
Posts: 252
By Cpu 2025-02-08 07:13:01
Link | Quote | Reply
 
EDIT: I'm leaving this up to archive how dumb I am for the record and to help anyone else with the same issue. You literally just remove the escape chars from the aliases and it works now so disregard all of this :)

-----

I know that escape chars in scripts were previously discussed but I'm wondering if anyone has a workaround for my specific situation. I'm using the send command in conjunction with an alias to have other characters use items that have an apostrophe in their name, e.g. Mirror's Tonic.

I played around a lot with getting send to handle this properly by sending the escaped chars directly instead of via an alias proxy but it wasn't working at the time and this was the best (quick) solution that I could come up. I currently have it implemented as:

alias instantiation from init:
Code
alias mirton input /item \"Mirror's Tonic\" <me>
alias amir sa mirton

command entered in game to have all characters utilize alias:
Code
//amir

game output for all characters:
Code
08:02:26>> /item \"Mirror's Tonic\" <me>
08:02:26...A command error occurred.

I can definitely find a way to handle this through an addon if it's no longer possible through simple aliases but thought I'd try my luck here first.
VIP
Offline
Posts: 841
By Lili 2025-02-08 08:27:11
Link | Quote | Reply
 
Cpu said: »
EDIT: I'm leaving this up to archive how dumb I am for the record and to help anyone else with the same issue. You literally just remove the escape chars from the aliases and it works now so disregard all of this :)

The crux of the matter here is that we upgraded send a while ago to no longer remove double quotes, so escaping them is no longer needed.
[+]
 Asura.Eiryl
Offline
Server: Asura
Game: FFXI
user: Eiryl
By Asura.Eiryl 2025-02-08 10:09:45
Link | Quote | Reply
 
Well; *** Hurray for crashes.

Paste is working normally after updating.

But console exec files are still janky. It's weird that for 15+ years I've used /\/\sellnpc and that no longer works.

2 Dozen sell this, sell that files that I had to change. Not a huge deal. Just odd.
Offline
Posts: 187
By waffle 2025-02-08 17:54:12
Link | Quote | Reply
 
Bahamut.Academic said: »
Have you tried setting to font to Arial or Consolas? I know I've had issues on Linux when I moved over my Windows settings for Windower since I use Jetbrains Mono font there, which isn't enabled by default in Linux.
I've never fiddled with the font at all, so it's whatever the default font is. I'll look into it.
Fenrir.Niflheim said: »
@waffle what type of processor hardware do you have?
An old one. The PC I use for FFXI isn't quite as old as the game itself, but it's certainly up in years. The processor is an Intel Q9550.
[+]
VIP
Offline
Posts: 841
By Lili 2025-02-08 19:33:13
Link | Quote | Reply
 
Asura.Eiryl said: »
for 15+ years I've used /\/\sellnpc
[+]
 Asura.Eiryl
Offline
Server: Asura
Game: FFXI
user: Eiryl
By Asura.Eiryl 2025-02-08 19:37:31
Link | Quote | Reply
 
Something I found that long ago said it worked, and it did.

Never looked back. Wasn't broke, didn't fix it. Now it's broke. Am sad. Change bad.
 Lakshmi.Byrth
VIP
Offline
Server: Lakshmi
Game: FFXI
user: Byrthnoth
Posts: 6214
By Lakshmi.Byrth 2025-02-08 20:39:18
Link | Quote | Reply
 
Asura.Eiryl said: »
Something I found that long ago said it worked, and it did.

Never looked back. Wasn't broke, didn't fix it. Now it's broke. Am sad. Change bad.

Obligatory: https://xkcd.com/1172/
[+]
 Fenrir.Niflheim
VIP
Offline
Server: Fenrir
Game: FFXI
user: Tesahade
Posts: 863
By Fenrir.Niflheim 2025-02-12 20:55:22
Link | Quote | Reply
 
New changes pushed to dev for fixing some open issues

waffle, these changes do appear to have fixed the console display issues.
Offline
Posts: 187
By waffle 2025-02-12 21:23:09
Link | Quote | Reply
 
Fenrir.Niflheim said: »
New changes pushed to dev for fixing some open issues

waffle, these changes do appear to have fixed the console display issues.
Thank you. I updated windower and logged into the game. Unfortunately, nothing has changed on my end. Both the console text and text from addons that display outside the chatlog window continue to fail to display.
Offline
Posts: 45
By Kainminter 2025-02-12 21:54:40
Link | Quote | Reply
 
Can anyone confirm for SheolHelper if the packet['Message ID'] for counting segs has been changed to 40010 with the update?
[+]
 Fenrir.Niflheim
VIP
Offline
Server: Fenrir
Game: FFXI
user: Tesahade
Posts: 863
By Fenrir.Niflheim 2025-02-12 22:29:01
Link | Quote | Reply
 
waffle said: »
Thank you. I updated windower and logged into the game. Unfortunately, nothing has changed on my end. Both the console text and text from addons that display outside the chatlog window continue to fail to display.
It is specifically on the dev branch, the hook version is 4.6.1.0
Offline
Posts: 187
By waffle 2025-02-12 23:35:40
Link | Quote | Reply
 
Fenrir.Niflheim said: »
It is specifically on the dev branch, the hook version is 4.6.1.0
I misunderstood. Thanks for clarifying. I downloaded the dev branch and will try to test it when I can.
 Fenrir.Niflheim
VIP
Offline
Server: Fenrir
Game: FFXI
user: Tesahade
Posts: 863
By Fenrir.Niflheim 2025-02-13 08:49:29
Link | Quote | Reply
 
ok i lied :D our CI failed so it did not make it out to the dev users, can come to our discord and grab the file: https://discord.com/channels/338590234235371531/338713865812574219/1339428295011336274
Offline
Posts: 45
By Kainminter 2025-02-13 19:45:48
Link | Quote | Reply
 
Kainminter said: »
Can anyone confirm for SheolHelper if the packet['Message ID'] for counting segs has been changed to 40010 with the update?
Tested, not 40010. not sure what it is
Offline
Posts: 96
By Ninjaxtasy 2025-02-13 22:29:33
Link | Quote | Reply
 
40011 works
[+]
 Asura.Eiryl
Offline
Server: Asura
Game: FFXI
user: Eiryl
By Asura.Eiryl 2025-02-15 10:17:51
Link | Quote | Reply
 
God damn it. You guys did the same thing again where the new update forces you to close all instances when one crashes.

Come on. Please stop doing that. I don't want to backup and overwrite the hook literally every update.

Don't push a new hook the same day we already had to do a full log in and force a second full log in. It's miserable enough once.
 Fenrir.Niflheim
VIP
Offline
Server: Fenrir
Game: FFXI
user: Tesahade
Posts: 863
By Fenrir.Niflheim 2025-02-15 11:23:30
Link | Quote | Reply
 
It is a requirement of a hook update, we are working on a solution for it, but this update fixed a number of open issues so we decided to push it out now.
 Odin.Oyukisan
Offline
Server: Odin
Game: FFXI
Posts: 4
By Odin.Oyukisan 2025-02-15 12:11:27
Link | Quote | Reply
 
Help Needed. I went to login today and when I click Play on the POL window and it switches to the Windower where you see the messages saying addons were successfully loaded, at that point windower crashes and closes out. I tried several times to login but no luck.
UPDATE: I turned off all Addons and Plugins, but I still crashed. Ran the game without windower and loaded just fine. Im not sure what else I can or should do.
VIP
Offline
Posts: 841
By Lili 2025-02-15 12:37:55
Link | Quote | Reply
 
Asura.Eiryl said: »
It's miserable enough once.

I feel your pain, on the other hand nobody said you needed 64 instances open. Consider the reboots cost of doing business.
[+]
 Asura.Eiryl
Offline
Server: Asura
Game: FFXI
user: Eiryl
By Asura.Eiryl 2025-02-15 15:30:17
Link | Quote | Reply
 
Even just two would be irritating enough

There's a reason no one logs out unless they have to.

I mean look, how many people wouldn't be irritated if they're in the middle of some 3boxing thing, and they HAVE to crash all 3 cause one crashed.
[+]
 Asura.Eiryl
Offline
Server: Asura
Game: FFXI
user: Eiryl
By Asura.Eiryl 2025-02-15 17:07:07
Link | Quote | Reply
 
Did you seriously push another hook just like 2 hours after the last hook

Unreal
 Bahamut.Academic
Offline
Server: Bahamut
Game: FFXI
user: Sevu
Posts: 72
By Bahamut.Academic 2025-02-15 17:07:57
Link | Quote | Reply
 
What are you expecting the Windower team to do then? I get that you're upset but starting to sound like a entitled child.
[+]
 Asura.Eiryl
Offline
Server: Asura
Game: FFXI
user: Eiryl
By Asura.Eiryl 2025-02-15 17:12:18
Link | Quote | Reply
 
This has never been an issue before, they're making it an issue.

So yeah. I'm a little petulant about it. 5 hooks in 10 days is excessive.
 Fenrir.Zenion
Offline
Server: Fenrir
Game: FFXI
user: Zenion
Posts: 244
By Fenrir.Zenion 2025-02-15 17:55:31
Link | Quote | Reply
 
So um...

Quote:
\cs(255,128,0)

I... I just wanted a "\", what's all that about?
Offline
Posts: 4827
By RadialArcana 2025-02-15 18:14:17
Link | Quote | Reply
 
Asura.Eiryl said: »
5 hooks in 10 days is excessive.

[+]
 Carbuncle.Nynja
Offline
Server: Carbuncle
Game: FFXI
user: NynJa
Posts: 4464
By Carbuncle.Nynja 2025-02-15 18:28:27
Link | Quote | Reply
 
Let me know when Iocus and Meeble give Eiryl ***for bitching at the windower team over updates the same way they gave me ***for simply offering the windower team suggestions to the patch process.
First Page 2 3 ... 108 109 110