anna-is-cute / plugin-issues

A repository of confirmed issues for my plugins.
3 stars 1 forks source link

[chattwo] - keybind failure for responding to tells #79

Open Mataya-Tempestmoon opened 1 year ago

Mataya-Tempestmoon commented 1 year ago

When using the ALT+R keybind to reply to tells, no names are populated, instead only "tell (outgoing)" is displayed above the chat input. All the other key binds seem to be working.

image

Sishen1542 commented 1 year ago

image Not the only person with this issue, more players complaining about this issue in the Dalamud discord with every day.

Mayo66 commented 11 months ago

Rebuilding the solution seems to fix the problem. Possible .NET SDK version issue?


I stepped through the code and thought I narrowed the issue to one function. So I put in some debug logging statements then rebuilt the plugin from source, and sent the binary to two friends who were experiencing the problem in hopes of gaining more information, as I was previously not a ChatTwo user and could not reproduce the bug after installation.

One of the binaries was compiled with the same name and thus used the same config folder. The other one had a different name and generated a new config folder. In the case with the different name, I asked the friend to copy their ChatTwo config files and database to the new folder.

In both cases, the bugs disappeared, and had not reappeared after two weeks. (Possibly ruling out database size issue)

One was running windows 10 and the other windows 11. Both were running 64-bit home edition. It does not seem like an OS issue.

Some specifications of the system used to rebuild the plugin I thought might be useful:

  • OS:
    Windows 10 Pro 64bit
  • Installed .NET SDK version: 7.0.306
  • CPU: AMD Ryzen 7000 series

Build configurations:

  • IDE used: Visual Studio 2022 version 17.6.5
  • VS 2022 .NET framework version: (not sure how this could be helpful, but including for completion's sake.) 4.8.04084
  • Solution configuration: Debug
  • Solution platform Any CPU

Out of respect for the plugin author, if you're not Anna, I will not be redistributing the rebuilt plugins. Please do not contact me asking for a download. If further information is required, please contact me at mayo-github@mayomail.net