Hourousha

Results 5 comments of Hourousha

It appears changing `src/magic.cpp` lines 3197 and 3198 from ` if( ImGui::BeginChild( "spellbook info", info_size, false, ImGuiWindowFlags_AlwaysAutoResize ) ) ` to `if( ImGui::BeginChild( "spellbook info", info_size, ImGuiChildFlags_AutoResizeX | ImGuiChildFlags_AutoResizeY |...

Other magic books I've found are affected. I initially located the bug with a druid, but I failed to preserve the save file.

I have a stack trace from a debugger using RELEASE=0 with make if it helps: (gdb) run Starting program: /home/wo/projects/games/Cataclysm-DDA/cataclysm-tiles [Thread debugging using libthread_db enabled] Using host libthread_db library "/usr/lib64/libthread_db.so.1"....

`src/magic.cpp` was modified as of version `cdda-experimental-2024-12-11-2206 651881e30d` Unfortunately, the issue persists, but the stack trace is different: `cataclysm-tiles: src/third-party/imgui/imgui.cpp:5956: bool ImGui::BeginChildEx(const char*, ImGuiID, const ImVec2&, ImGuiChildFlags, ImGuiWindowFlags): Assertion (window_flags...