A temporary wiki for a game KoboldKare. May or may not contain outdated information
There's a couple of things that can cause this, and the only way to determine what's wrong is by launching the game, loading the mod, then check the Player.log.
You can find the Player.log on Windows at
%appdata%\..\LocalLow\Naelstrof\KoboldKare.
RemoteProviderException: Invalid path in AssetBundleProvider:
'E:/SteamLibrary/steamapps/common/KoboldKare/KoboldKare_Data/StreamingAssets/aa\StandaloneWindows64\6b3b77d3a31c8284895a2874b268f945_monoscripts.bundle'
A common error is that the <GUID>_monoscripts.bundle
has changed names. This can happen if your Local Default Group (Default) Addressable Asset group has changed GUIDs.
You should use git
to reset the state of the Local Default Group (Default) and rebuild your mod, this should correct the name.
Misconfigured addressables can cause some issues with the build process, unfortunately a lot of it is a black-box with obtuse error messages, and might require some blind tinkering to get working again.
Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index
We struggled to find the exact cause of this issue, however this process seemed to fix it:
One or more of these steps are probably unnecessary, but it was the exact process we did to fix the issue and it worked okay.