When I was attempting to replace the bootup cinematic with an .mp4 file, I ran into an issue where several .bik files were unable to be found under the .cache directory, preventing the system from loading the file and prepping it for conversion.
The following is an example of the error I am getting in the console. There are many files that I am slowing creating dummy files for to try and bypass the issue, so I don't know how many are missing as of right now. Working on getting a full list shortly.
Exception in Tkinter callback
Traceback (most recent call last):
File "tkinter\__init__.py", line 1921, in __call__
File "tkinter\__init__.py", line 839, in callit
File "audio_modder.py", line 2556, in bik_conversion_callback
File "core.py", line 2139, in import_video
File "core.py", line 56, in set_data
File "genericpath.py", line 50, in getsize
FileNotFoundError: [WinError 2] The system cannot find the file specified: 'C:\\<Install_Path_Here>\\.cache\\1772757879551.bik'
I am using the Windows executable, version 1.19.3. RAD is installed, and is able to view pre-existing video files within Audio Modder just fine. I also installed version 1.19.2 and checked the .cache file there, but it was also empty and would cause similar problems (I assume anyways).
When I was attempting to replace the bootup cinematic with an .mp4 file, I ran into an issue where several .bik files were unable to be found under the .cache directory, preventing the system from loading the file and prepping it for conversion.
The following is an example of the error I am getting in the console. There are many files that I am slowing creating dummy files for to try and bypass the issue, so I don't know how many are missing as of right now. Working on getting a full list shortly.
I am using the Windows executable, version 1.19.3. RAD is installed, and is able to view pre-existing video files within Audio Modder just fine. I also installed version 1.19.2 and checked the .cache file there, but it was also empty and would cause similar problems (I assume anyways).