Compile Issue: Cannot invoke "core.cache.CacheFileManager.getContainersSize()"

Having issues? Ask here!
Forum rules
- Search for existing answers before creating a new topic
- Topic titles must be descriptive and searchable
- Duplicate questions will be redirected to the existing answer(s) and locked.
Post Reply
User avatar
Red Bracket
Retired Staff
Posts: 317
Joined: Thu Aug 11, 2022 7:18 am
Location: Varrock West Bank
Has thanked: 282 times
Been thanked: 74 times
Contact:

Compile Issue: Cannot invoke "core.cache.CacheFileManager.getContainersSize()"

Post by Red Bracket »

To make some things Googleable..

Code: Select all

[23:47:51]: [Cache] Error loading cache index 0: no information.
[23:47:51]: [Cache] Error loading cache index 1: no information.
[23:47:51]: [Cache] Error loading cache index 2: no information.
[23:47:51]: [Cache] Error loading cache index 3: no information.
[23:47:51]: [Cache] Error loading cache index 4: no information.
[23:47:51]: [Cache] Error loading cache index 5: no information.
[23:47:51]: [Cache] Error loading cache index 6: no information.
[23:47:51]: [Cache] Error loading cache index 7: no information.
[23:47:51]: [Cache] Error loading cache index 8: no information.
[23:47:51]: [Cache] Error loading cache index 9: no information.
[23:47:51]: [Cache] Error loading cache index 10: no information.
[23:47:51]: [Cache] Error loading cache index 11: no information.
[23:47:51]: [Cache] Error loading cache index 12: no information.
[23:47:51]: [Cache] Error loading cache index 13: no information.
[23:47:51]: [Cache] Error loading cache index 14: no information.
[23:47:51]: [Cache] Error loading cache index 15: no information.
[23:47:51]: [Cache] Error loading cache index 16: no information.
[23:47:51]: [Cache] Error loading cache index 17: no information.
[23:47:51]: [Cache] Error loading cache index 18: no information.
[23:47:51]: [Cache] Error loading cache index 19: no information.
[23:47:51]: [Cache] Error loading cache index 20: no information.
Exception in thread "main" java.lang.NullPointerException: Cannot invoke "core.cache.CacheFileManager.getContainersSize()" because "core.cache.Cache.getIndexes()[19]" is null
This means your files that look like
./data/cache/main_file_cache.idx6
probably have the content

Code: Select all

version https://git-lfs.github.com/spec/v1
oid sha256:eca6bae3333edbca742e34674145d33255138a06ae9911152ff6b934a200bee4
size 16344
User avatar
Red Bracket
Retired Staff
Posts: 317
Joined: Thu Aug 11, 2022 7:18 am
Location: Varrock West Bank
Has thanked: 282 times
Been thanked: 74 times
Contact:

Re: Compile Issue: Cannot invoke "core.cache.CacheFileManager.getContainersSize()"

Post by Red Bracket »

To fix, do

Code: Select all

git lfs install
git lfs pull
User avatar
Ceikry
Site Admin
Posts: 577
Joined: Wed Aug 10, 2022 11:48 pm
Location: Draynor Village
Has thanked: 81 times
Been thanked: 93 times

Re: Compile Issue: Cannot invoke "core.cache.CacheFileManager.getContainersSize()"

Post by Ceikry »

dang it's almost like the README tells you that you need Git LFS and that you need to pull from Git LFS
Nerds
User avatar
Red Bracket
Retired Staff
Posts: 317
Joined: Thu Aug 11, 2022 7:18 am
Location: Varrock West Bank
Has thanked: 282 times
Been thanked: 74 times
Contact:

Re: Compile Issue: Cannot invoke "core.cache.CacheFileManager.getContainersSize()"

Post by Red Bracket »

This guy in here so fast, prolly bout to spit something about following the README Image

Edit: LOOOOL

Image
User avatar
Ceikry
Site Admin
Posts: 577
Joined: Wed Aug 10, 2022 11:48 pm
Location: Draynor Village
Has thanked: 81 times
Been thanked: 93 times

Re: Compile Issue: Cannot invoke "core.cache.CacheFileManager.getContainersSize()"

Post by Ceikry »

idk bro if you ignore the file literally labeled "README" you kinda deserve to be stuck

:lol: :lol: :lol: :lol:
Nerds
Post Reply