Messyproduct / Wifi_Safe_Animation_Maker

a script for automating base files for wifi safe animations for use in super smash bros ultimate modding
0 stars 0 forks source link

Issue with Converting Vanilla c05landingairb Animations #1

Open HappyDile190 opened 8 months ago

HappyDile190 commented 8 months ago

Running the_works.bat, the script that modifies the .json throws back an error when it reaches c05landingairb.nuanmb.json, then moves on to the next script without finishing the rest of the files. After testing this with Sonic, Pikachu, and Mario, it seems to always be this one specific animation that causes issues with the script with all fighters. Removing this '.nuanmb' lets the program run through the rest of the animations without any issues.

Below is a screenshot of the error that appears when it reaches the c05landingairb.nuanmb.json. Error message is the same across the three fighters I tested. Screenshot 2023-10-04 234614

Messyproduct commented 8 months ago

Could you show me your settings files, I ran the conversion script with the file you specified for sonic and it converted fine with the default settings values.

HappyDile190 commented 8 months ago

Here's my settings.txt: image bone_dictionary.txt (The last line does have an underscore in Tail4_w. Accidently cropped it out): image And my added_vis.txt is blank: image Also here's the SSBH_Path.txt: image

Messyproduct commented 8 months ago

Thanks, I'll use those settings and see of i can replicate the error, then I'll diagnose it.

On Sat, Oct 7, 2023, 3:02 PM HappyDile190 @.***> wrote:

Here's my settings.txt: [image: image] https://user-images.githubusercontent.com/147209759/273412504-4f246a7b-a137-4466-8a2e-55258e2a9924.png bone_dictionary.txt: [image: image] https://user-images.githubusercontent.com/147209759/273413006-464fb593-2629-442a-a54a-cba3659f67f6.png And my added_vis.txt is blank: [image: image] https://user-images.githubusercontent.com/147209759/273413425-4f338a99-541f-4adb-a20f-1718486b50f8.png Also here's the SSBH_Path.txt: [image: image] https://user-images.githubusercontent.com/147209759/273413938-704e31fa-c2a9-4723-a275-33bb5dcf3e36.png

— Reply to this email directly, view it on GitHub https://github.com/Messyproduct/Wifi_Safe_Animation_Maker/issues/1#issuecomment-1751827632, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2DKDHANCQHXQINDBVN3YALX6HGRBAVCNFSM6AAAAAA5WMBMHWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONJRHAZDONRTGI . You are receiving this because you commented.Message ID: @.***>

HappyDile190 commented 3 months ago

I figured out what was causing this error. It wasn't actually the animation causing the issue. The .txt files in the folders, specifically the ones labeled "CONVERTED JSON HERE.txt", was apparently getting pulling into the program and causing the error to happen. Removing those text files lets the program run through the rest of the .json files normally.

Messyproduct commented 3 months ago

Oh wow thanks for clarifying that. I was having the hardest time, replicating it.

On Sat, Mar 30, 2024, 1:20 PM HappyDile190 @.***> wrote:

I figured out what was causing this error. It wasn't actually the animation causing the issue. The .txt files in the folders, specifically the ones labeled "CONVERTED JSON HERE.txt", was apparently getting pulling into the program and causing the error to happen. Removing those text files lets the program run through the rest of the .json files normally.

— Reply to this email directly, view it on GitHub https://github.com/Messyproduct/Wifi_Safe_Animation_Maker/issues/1#issuecomment-2028460293, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2DKDHGXSJLSM24SIOGUQDDY24M7LAVCNFSM6AAAAAA5WMBMHWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMRYGQ3DAMRZGM . You are receiving this because you commented.Message ID: @.***>