-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Closed
Labels
(S2 - Confirmed)Bug that's been confirmed to existBug that's been confirmed to exist
Description
Describe the bug
ERROR : src/cata_utility.cpp:554 [std::optional<std::string> read_whole_file(const std::filesystem::path &)] Failed to read from "data/json/npcs/godco/members/NPC_Olwen_Powell.json": opening file failed
INFO : Fail to initialize global game state
Failed to read data/json/npcs/godco/members/NPC_Olwen_Powell.json
terminate called after throwing an instance of 'std::filesystem::__cxx11::filesystem_error'
what(): filesystem error: cannot remove all: Too many open files [test_user_dir/save/Test World 测试世 界 1087607]
zsh: IOT instruction (core dumped) tests/cata_test 'force_load_game'
Attach save file
N/A
Steps to reproduce
rm -r data/cache
tests/cata_test 'force_load_game'
- no errortests/cata_test 'force_load_game'
- error
Expected behavior
data/cache
works as a cache and does not prevent the game from loading.
Screenshots
No response
Versions and configuration
Linux
Additional context
No response
Metadata
Metadata
Assignees
Labels
(S2 - Confirmed)Bug that's been confirmed to existBug that's been confirmed to exist