Genshin Impact
[GI] Data Error [Error Code: 31-4302]

This could be triggered by number of factors, but usually a rouge .dll
or .exe
file anywhere in the game folder tree. Make sure that:
- You don't put any other dll or exe file anywhere in the game tree unless its the game file
- Make sure you don't combine other game into the same folder (this applies to any game, please do not do it)
If you still can't find the file culprit, run "Game Files Cleanup" feature in Collapse and delete any detected entry either to Recycle Bin or permanently.
Honkai Impact 3rd
[HI3] Audio Patch Verify Fail

This is caused by the pre-check of the in-game audio patching mechanism detected that the audio asset before patching is not what they expect, causing an error. There are ways to fix these:
(Safest) Do a full repair using Collapse Launcher. Our launcher repair mechanism is able to fix this using our custom-made metadata. It's usually available the same time when the server is up, so please be patient.
Trigger complete audio redownload You can trigger this action for the game to download all the newest audio files by deleting the
Version.txt
file inBH3_Data\StreamingAssets\Audio\GeneratedSoundBanks\Windows
directory.
WARNING
Audio redownload will need about 7 - 10 GB of data. Make sure your internet is stable and you are not using metered data to avoid internet cost balloon.
- (Dangerous) Manually editing the hash identifier Example step for
Audio_Default.pcktemp
file- Get MD5 for
Audio_Default.pcktemp
using 7z or PowerShell commandGet-FileHash [path to the file] -Algorithm MD5
- Put it inside the Version.txt file as the Audio_Default.pck MD5 (replace the current value)
- Restart the game, then do in-game check, twice.
- In this part you might went beyond the lift and actually went into the game at 1st step, but this might give you missing audio on certain scenes, so close the game and do a 2nd try on the in-game check.
- Get MD5 for
WARNING
This method has the inherent risk of corrupting the files further if the input file is actually corrupted. Do not do this if you are unsure and just do step 1.