guzenco / USM_Audio_chunks_rewriter

Rewrite audio chunks in USM files in one folder, use USM audio chunks from files with ones name in another folder.
4 stars 0 forks source link

NullPointerException #3

Closed ARandomGuy231 closed 3 months ago

ARandomGuy231 commented 3 months ago

Just tried following the instructions on the page and I got this error after saying start image

There is one USM in each of these folders, one with the audio I want and one with one I want to swap out

guzenco commented 3 months ago

You are using paths in quotes and this is causing the error. Using paths without quotes should fix this error.

ARandomGuy231 commented 3 months ago

Weird, but that fixed it! Thanks for that!