alef

Results 11 comments of alef

I had the same problem on Windows with rustc v1.73.0. After running `rustup update`, I got rustc v1.74.1. That was enough to fix it.

Mixing @fholzer and @pearj solutions: ```bash #!/usr/bin/bash plink="/c/Program\\\\ Files/PuTTY/plink.exe" IdentityAgent=$(

Problems lays [here](https://github.com/CleverRaven/Cataclysm-DDA/blob/master/src/cata_imgui.cpp#L264) where calling `ensure_unifont_loaded()` make sure the *only* `unifont.ttf` is used by ImGui

Could close the 10 years old #8417 too ?

> Hey i just updated and i get this error i presume it's related to this, and i instantly crash to desktop afterwards. Same here. Built with CMake `windows-tiles-sounds-x64-msvc` profile....

@bateau-de-coal > This is the imgui demo screen. That will be fixed by #75905

In 273ef69 you get a backtrace, the name of the signal, and a clean Catch2 report.

Using OP's repro world, under my Windows debug build I don't get a crash but an infinite loop here: https://github.com/CleverRaven/Cataclysm-DDA/blob/8d698f8e30f278f11135610ad71b469e532a82b6/src/item_pocket.cpp#L812 `item->charges` is 2 at every turn. Moreover, the destination container...

it fixed somehow in b35342fa or earlier