Has anyone managed to get the rebuilding process working? I'm still struggling with mine. I've tried everything from removing any special characters including spaces, using different versions, and even using the desktop to rebuild it. I also made sure to double and even triple check that all the sound file names are the same as in the txt file. Still, I cannot rebuild any bank file as it keeps giving me an endless loop. Even when I tried to rebuild the bank file with no changes, it still gives me the endless loop.
Trying to extract a bank file and I'm only getting a few wav files and not the whole thing. It seems like it only extracts sfx and voices that are already in other bank files
found a fix. I tried everything listed below but saw that some people were saying that their wav files were named wrong. the QT windows 10 error WILL NOT bar you from rebuilding, it is only a warning. The real problem is that the script is not executing because something is not named properly.
Go back into your .wav files and cross-reference them with what you have in your txt file, if there is any discrepancies between the two FMOD Bank Tool will give you nothing but a blank cmd prompt.
My fix was finding out that I have left an extra _ on one of the wav files, removing this so that it was the same as what was in the txt file allowed it to rebuild. I wasted a whole afternoon on this, PLEASE check the names of your wav files...
Anyone managed to solve the build loop issue from 0.0.1.6? I've also tried 0.0.1.4 but it just throws the untested version error. I've even tried moving the qt5 from 0.0.1.6 to 0.0.1.4 but that still gives me the looping error. Worth noting I'm on Windows 11.
I tried everything here -- replacing qt from 1.6 to 1.4 (this and below fixes the error message which does not matter as the program should run regardless!!!) downloading qt studio rebooting moving the files to desktop running on admin and compatibility mode
the solution was simply removing a colon from a song name. So make sure to remove all special characters from your song names and it should work.
54 comments
Go back into your .wav files and cross-reference them with what you have in your txt file, if there is any discrepancies between the two FMOD Bank Tool will give you nothing but a blank cmd prompt.
My fix was finding out that I have left an extra _ on one of the wav files, removing this so that it was the same as what was in the txt file allowed it to rebuild. I wasted a whole afternoon on this, PLEASE check the names of your wav files...
I tried everything here --
replacing qt from 1.6 to 1.4 (this and below fixes the error message which does not matter as the program should run regardless!!!)
downloading qt studio
rebooting
moving the files to desktop
running on admin and compatibility mode
the solution was simply removing a colon from a song name. So make sure to remove all special characters from your song names and it should work.