FFXIVClientStructs icon indicating copy to clipboard operation
FFXIVClientStructs copied to clipboard

Remaining CExporter issues

Open daemitus opened this issue 3 years ago • 1 comments

Current offset exceeded the next field's offset (0x228 > 0x1E0): Client::Graphics::Render::RenderTargetManager.OffscreenRenderTarget_1
Current offset exceeded the next field's offset (0x18E8 > 0x18C8): Client::UI::AddonWeeklyBingo.SecondChanceButton
Current offset exceeded the next field's offset (0x8 > 0x1): Client::Game::Character::Character::ForayInfo.Element
Current offset exceeded the next field's offset (0x4280 > 0x3E90): Client::UI::Agent::AgentMap.MiniMapMarkerArray
Current offset exceeded the next field's offset (0x8F8 > 0x8F1): Client::Graphics::Scene::Human.Sex
Current offset exceeded the next field's offset (0x1A0 > 0x198): Client::Game::UI::Buddy.Pet
Unhandled type: FFXIVClientStructs.FFXIV.Client.System.Memory.ICreatable

I think the ForayInfo is an issue in how the program calculates offsets. WeeklyBingo has buttons in the wrong struct i think? but the offsets need to be recalculated. I'm not sure whats going on with BuddyPet.

daemitus avatar May 06 '22 15:05 daemitus

for Buddy.Pet it's probably that StatusManager is 0x190 bytes and it's set as field at offset 0x10 in BuddyMember so the struct becomes 0x1A0 in size

pohky avatar May 06 '22 15:05 pohky