Dalamud icon indicating copy to clipboard operation
Dalamud copied to clipboard

FFXIV plugin framework and API

Results 235 Dalamud issues
Sort by recently updated
recently updated
newest added

These are JP version FFXIV reports. case.1 Dalamud menu displayed on the system window during the game an unlocalized string. #SystemMenuPlugins #SystemMenuSettings It’s localized on startup after the Launcher updated....

Fresh install, worked properly for about 2 weeks, now hangs on startup/closing. Unsure what the issue is. Seems to be the same error on the output file . `2023-01-23 15:41:12.577...

the save and close button on the dalamud settings ->Experimental tab is in the way of the + icon for the last line at the bottom i can't add the...

FFXIV starts in windowed mode, but in the settings the game is set to borderless windowed. I have been trying to find whats been causing this issues for months and...

This fixes ``` System.NullReferenceException: Object reference not set to an instance of an object. at Dalamud.Game.Framework.HandleFrameworkUpdate(IntPtr framework) in C:\goatsoft\companysecrets\dalamud\Game\Framework.cs:line 456 ``` which seemed to happen semi-reliably for some wine users.

Plugins that have both a stable and testing version will only display the changelog of the stable version. The pluginmaster json also only contains the stable changelog.

The ingame chat prioritizes the `Alias` field, if it has a value in it See for multiple examples

Interfaces now available as they are part of public APIs and should themselves be interfaced: - AetheryteEntry(IAetheryteEntry) - AetheryteList(IAetheryteList) - BuddyMember(IBuddyMember) - BuddyList(IBuddyList) - GameObject(IGameObject) - PlayerCharacter(IPlayerCharacter) - BattleChara(IBattleChara) -...