PassiveModding / Meddle

An experimental plugin for exporting models from FFXIV
https://raw.githubusercontent.com/PassiveModding/Meddle/main/repo.json
GNU Affero General Public License v3.0
21 stars 3 forks source link

[BUG] Error when exporting character #11

Open rafaeltab opened 3 weeks ago

rafaeltab commented 3 weeks ago

Describe the bug When the Export all Models with Attaches, Export All Models or Export Selected Models (x) buttons are pressed on the character screen under Character then an error is thrown and the model is not correctly exported.

Weapon export, and world export work like a charm, but the character export gets the error. The error has been pasted as a screenshot below.

To Reproduce Steps to reproduce the behavior:

  1. Add https://raw.githubusercontent.com/PassiveModding/Meddle/main/repo.json to dalamud experimental tab
  2. Install Meddle version v0.1.14
  3. Run /meddle
  4. Click any of these buttons: Export all Models with Attaches, Export All Models or Export Selected Models (x) (after selecting a model)

Expected behavior A file explorer should be opened, and them models should be exported to the selected directory

Screenshots {E50166B3-B7F3-44B0-AC4C-45F2683BA85D}

Additional context The paths in the error are weird as well, I am running Windows 11, so Linux paths make no sense in this context, it also doesnt look like this would be any of the developers paths, more like a CI path? which is quite weird.

PassiveModding commented 2 weeks ago

This issue is due to lack of support for colour tables that use the 16 row format seen pre-dawntrail, most materials were updated but some weren't. Will look at adding support back for this format in a future update

As for the paths, they reference the build environment (github runner) in this case, nothing to worry about.