Crauzer / lol2gltf

Convert between League of Legends mesh formats and the glTF runtime format
GNU General Public License v3.0
136 stars 20 forks source link

Command-line API process hangs after finishing #12

Closed arcman7 closed 1 year ago

arcman7 commented 3 years ago

I tried running the following command from my windows git-bash terminal:

./lol2gltf.exe skn2gltf-rigged --skn "assets\characters\aatrox\skins\base\aatrox.skn" --skeleton "assets\characters\aatrox\skins\base\aatrox.skl" -o aatrox.gltf --material-textures "Body:assets\characters\aatrox\skins\base\aatrox_base_tx_cm.dds" "Wings:assets\characters\aatrox\skins\base\2x_aatrox_wings_tx_cm.dds" "Sword:assets\characters\aatrox\skins\base\2x_aatrox_base_sword_tx_cm.dds" --animations-folder "assets\characters\aatrox\skins\base\animations"

output:

Warning: Found an animation that's potentially not compatible with the provided skeleton - aatrox_channel_windup
Warning: Found an animation that's potentially not compatible with the provided skeleton - aatrox_ground_q1_to_unsheathrun
Warning: Found an animation that's potentially not compatible with the provided skeleton - aatrox_sheath_run01
Warning: Found an animation that's potentially not compatible with the provided skeleton - aatrox_skin01_recall
Warning: Found an animation that's potentially not compatible with the provided skeleton - aatrox_spell3_dash_to_walk
Warning: Found an animation that's potentially not compatible with the provided skeleton - aatrox_spell3_ult
Warning: Found an animation that's potentially not compatible with the provided skeleton - aatrox_spell4
Warning: Found an animation that's potentially not compatible with the provided skeleton - aatrox_stunned
Warning: Found an animation that's potentially not compatible with the provided skeleton - aatrox_towerattack
Warning: Found an animation that's potentially not compatible with the provided skeleton - aatrox_ult
Warning: Found an animation that's potentially not compatible with the provided skeleton - aatrox_ult_attack1
Warning: Found an animation that's potentially not compatible with the provided skeleton - aatrox_ult_attack2
Warning: Found an animation that's potentially not compatible with the provided skeleton - aatrox_ult_idle
Warning: Found an animation that's potentially not compatible with the provided skeleton - aatrox_ult_idlein
Warning: Found an animation that's potentially not compatible with the provided skeleton - aatrox_ult_into
Warning: Found an animation that's potentially not compatible with the provided skeleton - aatrox_ult_out
Warning: Found an animation that's potentially not compatible with the provided skeleton - aatrox_ult_out_to_passive_idle
Warning: Found an animation that's potentially not compatible with the provided skeleton - aatrox_ult_q1
Warning: Found an animation that's potentially not compatible with the provided skeleton - aatrox_ult_q2
Warning: Found an animation that's potentially not compatible with the provided skeleton - aatrox_ult_q3
Warning: Found an animation that's potentially not compatible with the provided skeleton - aatrox_ult_run
Warning: Found an animation that's potentially not compatible with the provided skeleton - aatrox_ult_spell_dash
Warning: Found an animation that's potentially not compatible with the provided skeleton - aatrox_ult_spell_dash_to_run
Warning: Found an animation that's potentially not compatible with the provided skeleton - aatrox_ult_taunt
Warning: Found an animation that's potentially not compatible with the provided skeleton - aatrox_ult_taunt_loop
Warning: Found an animation that's potentially not compatible with the provided skeleton - aatrox_ult_towera

Afterward, the program just hangs there, and nothing comes out, neither are there any raised exceptions. How should I be using this instead?

EDIT: just realized it is outputting a file. But the process still just hangs aftwerwards. Ideally, I'd like to call this process over and over again many times.

Crauzer commented 1 year ago

Should be fixed in https://github.com/Crauzer/lol2gltf/releases/tag/3.0.0-beta.4