Giter Site home page Giter Site logo

plugin-issues's Introduction

Plugin issues

Please make an issue here if you have a confirmed bug with one of my plugins. This is not somewhere to request features.


My plugins are not "dead"; I am struggling with depression, and the goat place Discord is not a good environment for that. I apologise if your issues are being ignored, but please rest assured that I do read them all and will eventually get to most of them.

plugin-issues's People

Contributors

anna-is-cute avatar

Stargazers

 avatar MNGO avatar Brian avatar

Watchers

 avatar

Forkers

eksynn

plugin-issues's Issues

ExtraChat: Feature inconsistencies with Vanilla chat and Chat 2

It seems like ExtraChat doesn't follow the linkshell colors that is set within ExtraChat settings properly. Works on the text entry but not on the chat itself. If you use it with conjunction of Chat 2, it won't sent the messages to the tabs that have it enabled on Chat 2 but instead double print on the vanilla chat.

Apparently I am not the only one with the linkshell color issue, so I assume the issue with Chat 2 could also happen to anyone else.
extrachat_preview

Chat 2 - Command help remains displayed after command is entered

Hello, thank you for your work on Chat 2.

This issue happens when entering a command. Typing out the command causes the command help to appear, but when the command is confirmed with Enter, the command help doesn't disappear until I click on the entry field or press Enter to focus the entry field again. This happens both in fixed and strict keybind mode.

Compared to vanilla, this is one more key press you have to do, so while it's not the end of the world, it's quite irksome when using the command help.

OGT: incorrect flag coords in housing subdivisions

when using the new coord link button in OGT's Your Messages tab on a message placed in a housing subdivision, the flag isn't visible on the map, opens the main district's tab on the map instead of the subdivision's, and prints incorrect coords to <flag>. reproducible by making a message in a housing subdivision, tested with only OGT enabled to reasonably assure no interference [1]

examples:

  1. message placed in shirogane subdivision at X:8.0 Y:14.4 - coord button scrolls map window as far into its top left corner as game allows, on Shirogane tab rather than Shirogane Subdivision, with <flag> printing X:-6.0 Y:0.5
  2. twin messages placed in the goblet at X:11.1 Y:7.4 and the goblet subdivision at X:14.9 Y:11.1, using an NPC as a marker. not a perfect control due to subdivisions being flipped on their side, but regardless - goblet functions perfectly, showing flag visibly in correct location and printing correct coords to <flag>. goblet subdivision mirrors shirogane subdivision example, printing to <flag> as X:1.0 Y:-2.-9
  3. message placed next to goblet subdivision message from example 2 at X:15.0 Y:11.1 with all plugins other than OGT disabled, X:1.0 Y:-2.-9 once again

now, as for /why/ this happens? i have a working theory. subdivisions share a map and zone ID with the main districts. subdivisions - or main districts, if you're in a subdivision - are hidden from sight behind mountains, and are left mostly unloaded except for their basic ground geometry. as example: The Goblet, as seen from The Goblet Subdivision

goblet

my guess for what's happening is something along the lines of:

  1. OGT saves the actual coords, I.E. where you're standing in the world
  2. the game interprets these differently depending if it's been told it's in a subdivision or main district, and renders the map window's X/Y accordingly
  3. OGT cannot currently tell the difference, and is feeding the map window subdivision coordinates but /telling/ it to interpret them as main division coordinates
  4. because the coords are way out of bounds for the area the game thinks they're in, it borks the flag

[1] - tangential, but by using --roamingPath to install only OGT, i was recognized as a different user and able to place 10 additional messages despite being the same person playing the same character. this could, theoretically, be used to spam messages around a given area

Glamaholic: Glamour Dresser warning stuck

Reported by Arein#1594 and Satoshi#7422. Out of date opcode/sig?

User also reported "saved plates are not applying" but I don't use this plugin, only installed to test, so fuck if I know what that means LMFAO

Chat 2: Dalamud Crash upon party invite via Chat2 context menu

3 crash logs included, reproduces every time on my machine.

Right clicking on player name, select invite to party, same world option, crash.

Does not occur with different world option, that one functions properly.

dalamud_appcrash_20220824_205913_905_20840.log
dalamud_appcrash_20220824_214642_640_21648.log
dalamud_appcrash_20220824_215308_718_9068.log

I am bad about checking git, if you need more info or if I should post in goats discord please reach out on discord @ Jassss#6969

NoSoliciting custom filters don't work properly with Japanese characters

Certain Japanese characters seem to prevent custom filters from working in both keyword and regex modes.

For example, testing with the easily repeatable entering triple triad battle area message, like at Limsa adventurer guild (I apologize if the examples are hard to understand due to being in Japanese):

カード対戦エリアに入った!

keywords mode example:

カード対戦エリアに入った! doesn't work
カード対戦エリアに入った WORKS

(note ! is different from normal !)

regular expressions example:

^カード対戦エリアに入った!$ doesn't work
^カード対戦エリアに入った.* doesn't work (should be same as the keyword one that does work?)
^カード対戦エリア.* doesn't work
.*対戦エリアに入った.$ WORKS
.*カード.* doesn't work
.*カ.ド.* doesn't work (replacing individual letters with .)
.*.ード.* doesn't work
.*カー..* WORKS

this would suggest that ド and ! were the problematic characters, but then:

^カー.対戦エリアに入った.$ doesn't work
.*カー.対戦.* doesn't work

It can require lots of trial and error to get Japanese filters working the way you want.

Chat2: popouts can always be resized and moved.

the "Allow moving chat" and "Allow resizing chat" options work for the main chat window, but not for the pop-out tabs.
I can move and resize the extra popout windows i have no matter what settings i select.

Tourist

Tourist doesn't work since the latest release. Could you repair it, please ?

Chat2: Chat bar disappearing

I don't know if this is intended behavior or not, but if you press the shortcut for changing to a linkshell while world hopping will remove the bar for typing in from the chat box altogether, along with the settings button on the right, and the chat bubble on the left for selecting the chat channel. It will also spam the log file with the error code following until you have used a different shortcut to change to a different chat channel.

2022-09-21 17:57:45.780 +12:00 [ERR] [ChatTwo] Error drawing component
System.ArgumentOutOfRangeException: Exception of type 'System.ArgumentOutOfRangeException' was thrown. (Parameter 'input')
Actual value was 18.
   at ChatTwo.Code.InputChannelExt.ToChatType(InputChannel input) in /work/repo/ChatTwo/Code/InputChannelExt.cs:line 33
   at ChatTwo.Ui.ChatLog.DrawChatLog() in /work/repo/ChatTwo/Ui/ChatLog.cs:line 469
   at ChatTwo.Ui.ChatLog.Draw() in /work/repo/ChatTwo/Ui/ChatLog.cs:line 360
   at ChatTwo.PluginUi.Draw() in /work/repo/ChatTwo/PluginUi.cs:line 152
2022-09-21 17:57:45.809 +12:00 [INF] LASTEXCEPTION:eyJXaGVuIjoiMjAyMi0wOS0yMVQxNzo1Nzo0NS44MDk1NzU5KzEyOjAwIiwiSW5mbyI6IlN5c3RlbS5Bcmd1bWVudE91dE9mUmFuZ2VFeGNlcHRpb246IEV4Y2VwdGlvbiBvZiB0eXBlICdTeXN0ZW0uQXJndW1lbnRPdXRPZlJhbmdlRXhjZXB0aW9uJyB3YXMgdGhyb3duLiAoUGFyYW1ldGVyICdpbnB1dCcpXHJcbkFjdHVhbCB2YWx1ZSB3YXMgMTguXHJcbiAgIGF0IENoYXRUd28uQ29kZS5JbnB1dENoYW5uZWxFeHQuVG9DaGF0VHlwZShJbnB1dENoYW5uZWwgaW5wdXQpIGluIC93b3JrL3JlcG8vQ2hhdFR3by9Db2RlL0lucHV0Q2hhbm5lbEV4dC5jczpsaW5lIDMzXHJcbiAgIGF0IENoYXRUd28uVWkuQ2hhdExvZy5EcmF3Q2hhdExvZygpIGluIC93b3JrL3JlcG8vQ2hhdFR3by9VaS9DaGF0TG9nLmNzOmxpbmUgNDY5XHJcbiAgIGF0IENoYXRUd28uVWkuQ2hhdExvZy5EcmF3KCkgaW4gL3dvcmsvcmVwby9DaGF0VHdvL1VpL0NoYXRMb2cuY3M6bGluZSAzNjBcclxuICAgYXQgQ2hhdFR3by5QbHVnaW5VaS5EcmF3KCkgaW4gL3dvcmsvcmVwby9DaGF0VHdvL1BsdWdpblVpLmNzOmxpbmUgMTUyIiwiQ29udGV4dCI6IltDaGF0VHdvXSBFcnJvciBkcmF3aW5nIGNvbXBvbmVudCJ9

ExtraChat: Constant Disconnects and Reconnects every 5 seconds

Title, when I have the plugin enabled, it just spams:

Disconnected from ExtraChat. Trying to reconnect.
Connected to ExtraChat.
Disconnected from ExtraChat. Trying to reconnect.
Connected to ExtraChat.
etc

Been like this since the addition of the new Datacenter.

ExtraChat: Can't use more than one device

I'm using both desktop and laptop because sometimes I have to go out from the town for days. Due to the plugin stored locally, I have to register twice, but

When I register on 2nd device, it was seen as deleting account and registering new one, thus I was out from any ECLS I joined.

Then when I went back to my 1st device, it showed like this and can't reconnect

image

Is there any solution or I just can't use more than one device on one character?

ETA: So far the solution I found is copy pasting the json config files, but everytime there's a change (joining new linkshell, for example) then you have to copy paste it again. If this is the only solution it can give then I'm more than okay :D

Chat2: Tells in Eureka

Chat2 prevents sending tells in content that the vanilla chat also forbids, but Eureka is one of the rare instance areas where tells are allowed.
Is it possible to get an exception for Eureka, and most likely also Bozja/Zadnor?

ExtraChat: Unable to connect (Stuck on "Connecting")

Screenshot_20230118_001711

Using a character on Primal/Behemoth, I'm unable to connect to ExtraChat. I have used this plugin in the past without issue, but took an extended break from the game (a few months); I can't remember how long it was, but I believe I came back at the beginning of December.

Anyways, that's about when I came back and updated my existing Dalamud setup, ExtraChat plugin along with it. When I realized ExtraChat didn't work, I tried reinstalling the plugin, and also uninstalling it and removing anything ExtraChat related from my Dalamud folder (On Linux, so the .xlcore folder. Notably, the ExtraChat config in .xlcore/pluginConfigs), I even tried setting up a completely fresh Dalamud environment to no avail.

My dalamud.log file has an error related to ExtraChat repeated over and over regarding a WebSocketException and being unable to connect to a remote server. I quit the game, renamed my log file, and launched the game again to make a fresh log. In the one attached, I start it up, install ExtraChat, log in to my character, try to use the plugin, and quit the game.

Thanks in advance for any help or suggestions!
dalamud.log.txt

(Addendum: Tried with a different character and no dice)

Glamaholic: Create Glamour Plate from Fitting Room is blank

When creating a glamour plate from the fitting room preview, it'll only save a blank template with an occasional random item. But, you can still save a glamour plate directly from examining a character. It's only the fitting room presenting an issue.

fitting_room
fitting_room_save

roleplays toolbox

i accidentally deleted the /doze emote off my hotbar and cant get it back u_u sorry if this is unprofessional, if i could update the pluging myself i would. best of luck to you and your contributions to xlplugins is valued and appreciated

The Heart of the Party: Crash when equipping title

Reported by Nines#2545. Callstack:

{
  [0]	ffxiv_dx11.exe+213449
  [1]	ffxiv_dx11.exe+213449
  [2]	ffxiv_dx11.exe+C6FBB
  [3]	ffxiv_dx11.exe+546EFC
  [4]	ffxiv_dx11.exe+60314C
  [5]	ffxiv_dx11.exe+9454F
  [6]	ffxiv_dx11.exe+1868CD
  [7]	ffxiv_dx11.exe+186B03
  [8]	ffxiv_dx11.exe+928EF
  [9]	7FFA6FAD98F4
  [10]	163C0A88F0
}

Two bugs in Roleplayer's Toolbox

Firstly, the new context menu implementation doesn't appear to work when right-clicking on a PF listing.

Secondly, I am unable to right-click the door to my FC house's additional chambers while the plugin is enabled, regardless of the options I have chosen in the Targeting menu.

Glamaholic: Change model in fitting room

Would it be possible to change the model in the fitting room window? For example, if I wanted to create a glam for my female hyur retainer while on my male miqote character. It would be helpful for gender-locked or race-locked items.

ExtraChat: Plugin not working with new NA datacenter servers

Since the addition of the new Dynamis datacenter, I am unable to authenticate a character whose home server is now within it. With an existing character that was transferred, I can still speak on already created linkshells, but my character is still listed by their old name and server, and has lost any admin privileges. The character is also unable to leave existing linkshells, making it impossible to create a new account--which wouldn't work anyway since authentication is failing for anyone on the Dynamis DC.

People with the same issues have reported it in the Anna Plugins thread on the goat place Discord.

Chat 2 - auto completion has problems with some (not all) german umlauts

Hey! First I want to thank you for your great work. The chat 2 plugin is my most loved plugin.
It seems that chat 2 has a problem with auto completion texts that contain german umlauts like Üü. for example Roll, please! is in german "Würfeln, bitte!" and i can't select it. More interesting is that Ää doesn't seem to be a problem.
German Umlauts are ÄäÖöÜü and ß.

If I should test some stuff or provide additional information please let me know.

XivCommon: Tooltip event fires multiple times per frame when CTRL held down

This isn't really related to a plugin but rather the XivCommon library. Love the library btw, it's very useful :)

From my testing caraxi's hook doesn't seem to exhibit the same issue though his is specific to simpletweaks so to test I grabbed some of his code + sig to test.

The hook in question is here
https://github.com/Caraxi/SimpleTweaksPlugin/blob/8f644cbd1abe279b3b665fc0cc50bc979a569859/Tweaks/TooltipTweaks.cs#L88

Your hook is
https://git.anna.lgbt/ascclemens/XivCommon/src/commit/8b6de185263ee0c3420842b4288aaacbf70575af/XivCommon/Functions/Tooltips/Tooltips.cs#L13

Doesn't look like it's exactly the same function but might be further up or down the call tree?

Let me know if you need me to do anything else

Roleplayer's Toolbox emote snap broken

It seems that with the last few versions the Disable /doze snap feature hasn't been working.

I'm guessing the signature might have changed, but I'm not knowledgeable enough to find/test signatures.

NoSoliciting is flagging my own shouts as "Free Company Ads"

NoSoliciting shouldn't apply any filters on your own shouts.

Shout category: "Free Company ads"
Shout text: "dis my new home now, hello fellow Goblins"

I am in a large FC that does advertise frequently, if that helps narrow things down. I've never advertised the FC or any FC myself.

Chat 2 - linking coordinates or items into send tells doesn't work

If you link map coordinate or items into tells they are translated into . Normally if you send it after wards into chat like party, public say chat or linkshells it will be send and displayed correctly for everyone. But if you send it via tell, it will be send as plain text showing also only the to everyone and not the linked version.

That's not only an issue for not working in tells but also may show others that you use a plugin for chat.

Remote Party Finder: The Omega Protocol showing as "Duty"

first off, thank you so much for making xivpf/remote party finder and allowing me/other discord bot makers to scrape it

currently any TOP listing shows up as just "Duty"

I guess I can just update my bot to treat that as "The Omega Protocol" but it would be nice if you could make it show the correct name

Chat2: Font sizes reset on new login

That's about it, whenever I start the game, the font size is back to normal. They settings still show the number I set (21.5) and I have to change it a bit to have it re-update. Might be an issue on my end, but I'm reporting it.

RoleplayersToolbox plugin outdated

Hello,
I'm not sure if the RoleplayersToolbox plugin (sit and doze anywhere) is still being maintained or not. It broke a while ago, I think due to an api change?

BetterPartyFinder crashing

The plugin crashes when I click on the "Duties" tab. I haven't seen it reported anywhere and if so, I apologize. Thanks for making really awesome plugins!

BetterPartyFinder: Missing Duties (and a category)

The V&C Dungeon Finder category is not listed under the "Categories" tab. Additionally, the following duties are missing from the "Duties" tab:

  • Delubrum Reginae
  • Delubrum Reginae (Savage)
  • The Sil'dihn Subterrane
  • Another Sil'dihn Subterrane
  • Another Sil'dihn Subterrane (Savage)

Currently, in order to view these duties, I need to set BPF to the preset.

So far as I'm aware, these are the only duties missing. Thank you for your work on this plugin; it's really helpful for finding blue mage log parties I actually need.

Chat 2 works during Aesthetician

As title says chat 2 shows up during the cutscene and edit at the hair guy when pressing enter, I dont think thats how it supposed to work

Chat2: issue with spaces

I've noticed spaces at the start of a sentence are being ignored, can we have it so they actually get included?
For example i can't input "fake" emotes with fantasy slash commands in chat because " /slap" won't get through

Mastercraft - Specialist action "Heart and Soul" doesn't activate

Heart and Soul gets picked up in the macro import, shows icon in rotation, but doesn't fire when it's supposed to, then pauses. For ALC at least, can't say for the others atm.

Turned logging on, but don't seem to be getting a message in the chat log. /xllog pretty much shows the following:

[INF] [Mastercraft] step 5: -1000
[INF] [Mastercraft] step 5: -1 (spammed until activated manually and finished)
[INF] [Mastercraft] step 5: -100
[INF] [Mastercraft] step 5: -100
[INF] [Mastercraft] job finished

Great job though, super fast! Thanks for all your hard work!

Chat2 Pop out tabs - Issue with re-docking

Not sure if isolated to just Chat2, as I have not been able to replicate it on any other plugin, but when I pop out a chat tab, and try to re-dock it, I receive an endless loop of all of Dalamud flashing like crazy and am unable to do anything with Dalamud at all. Disabled Chat2 and everything returned to normal.

Chat2 - Linkshells not appearing in channel select

Just updated to v1.17.5.0 and linkshells (both cross-world, and not) aren't appearing in the channel select. Have tried relogging and reinstalling to see if it was some weird jank, still hasn't appeared.

Chat2: Player names when they speak in smushed, strange symbols, /p command getting eaten constantly

I'm having two separate issues that are becoming quite frustrating. One is that I'm getting player names being smushed in together with the closing bracket on their chat message as well as strange symbols popping up. See below:

image

The above image also has an example of that - I know the strange symbol at the end of the bottom tell is supposed to be the alt+3 heart symbol but instead, I'm getting that. The name-smushing is only happening to players who have I on my friend's list and have them in a group, thus a symbol by their name. This can happen in FC chat, tells.. anywhere the player has a symbol by their name.

I do not have any custom anything set other than I've made the font-size smaller.

The other issue is when I'm typing /p to reply in party chat, the / always appears but about 25% of the time, it's opening up the P menu (Actions and Traits) instead of continuing to type in the chat bar.

Neither of these happened previously but seems to be from a somewhat recent update - either of Dalmund as a whole or the plugin, not sure which.

Chat 2: Certain inputs are being eaten

i can't put or in a sentence and have it show up. similarly, using autotranslate for a slash command like :AutoLeft: /wringhands :AutoRight: just inputs the emote command. this seems like changed behavior because i'm sure i've been able to see myself write in the chat as an example before

Chat2: Imgui-related Dalamud Crash when settings window is too small with About tab selected

When the settings window is too small and you navigate to the About tab, the game crashes.

Occurs with both resizing when about tab is selected as well as when navigating to about tab when window is already resized. Reproduces on two different machines(someone I know messaged me about it and I tried it myself)

Reproduce: Open Chat2 settings panel, resize window, click about tab. OR Open Chat2 settings panel, click about tab, resize window.

I would assume this is a "don't do that" kind of error but wanted to report it anyway.

Crash logs included below, second one is not my machine.

dalamud_appcrash_20220825_151440_381_22228.log
dalamud_appcrash_20220825_160227_280_63076.log
dalamud_appcrash_20220825_150819_806_10084.log
dalamud_appcrash_20220825_151118_632_14464.log

Chat2/ExtraChat Filters

image
few things; there are no 'input channels' for extrachat. The bubble doesn't allow you to select them either.
and I tested with a channel setup
image
and used the command /ecl1 test to see if it would appear in the new tab
image
and it didnt do anything.

TheGreatSeparator - any update for 6.3?

Hi, thanks for making and maintaining these plugins.

I was wondering if there are any plans to update The Great Separator plugin for 6.3? This plugin has not been updated since then. I checked the Gitea repository, and there was a commit with the message "version bump to 1.2.6.0" after 6.3, so I presume this has already been updated. However, the latest version on Dalamud is still 1.2.5.0, so perhaps there was a problem with pushing the latest version to Dalamud?

Anyways, it's not a big deal, and thanks again for all your generous work!

Chat2: Issue with auto-scroll when using modern layout

There is an issue that causes the auto-scroll to freak out if the topmost visible line is an empty line.

Affected settings: "Use modern layout" (on), "Hide timestamps when redundant" (off)

Steps to reproduce:

  1. Enter a command that produces empty lines as part of it, for example /? hotbar
  2. Resize the window to the point where the topmost visible chat line would be an empty line OR write lines into chat until the empty line is reaching the top.
  3. Expected behavior: Nothing happens, actual behavior: the chat repeatedly "skips" up a line, scrolls back down, repeat.
    See: https://imgur.com/a/QfkG2GB

Notes:

  • When not using modern layout, empty lines like this cause the timestamp to appear twice (in the same line)
  • This issue does not occur when "Hide timestamps when redundant" is active, as the line is then removed in its entirety - this is a valid workaround for now though I'm not sure dropping empty lines is the intended behavior as they are placed for readability.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.