Cataclysm-DDA
Cataclysm-DDA copied to clipboard
new imgui loading screen obstructs main menu if critical error has occured on loading the save
Describe the bug
If a save loading breaking error occurs during loading the game player is kicked back to main menu. The main menu is obstructed by the loading screen image.
Attach save file
N/A
Steps to reproduce
- make an error in json file - remove a comma somewhere or something
--- a/data/json/hobbies.json
+++ b/data/json/hobbies.json
@@ -1,6 +1,6 @@
[
{
- "type": "profession",
+ "type": "profession"
"subtype": "hobby",
"id": "boating_license",
"name": "Boating License",
- start new game
- See
An error has occured! Written below is the error report....screen - press
Ito dismiss the report - get kicked back to main menu which does not work properly now
Expected behavior
Expected to see this menu on the bottom of the screen:
Screenshots
No response
Versions and configuration
- OS: Linux
- OS Version: LSB Version: n/a; Distributor ID: Arch; Description: Arch Linux; Release: rolling; Codename: n/a;
- Game Version: cdda-experimental-2024-09-06-1722 faa10bf [64-bit]
- Graphics Version: Tiles
- Game Language: System language []
- Mods loaded: [ Dark Days Ahead [dda], Disable NPC Needs [no_npc_food], Portal Storms Ignore NPCs [personal_portal_storms], Slowdown Fungal Growth [no_fungal_growth] ]
Additional context
No response