pwndbg / pwndbg

Exploit Development and Reverse Engineering with GDB Made Easy
https://pwndbg.re/
MIT License
7.52k stars 882 forks source link

.deb install: "Cannot convert between character sets `UTF-32` and `UTF-8`" #2323

Closed zupd closed 2 months ago

zupd commented 2 months ago

After installing the newest deb package from 2024-02 I get this message when starting pwndbg: "Cannot convert between character sets UTF-32 and UTF-8". It seems like it is only a warning, and I can still use pwndbg as usual.

zupd commented 2 months ago

I think I tagged it wrong, because I first wanted to ask if a new .deb release could be released soon. But This issue should be tagged with bug

disconnect3d commented 2 months ago

Yes, thanks, it is a bug. We need to create a new release that would fix this utf-* issue on Ubuntu 24.04.

disconnect3d commented 2 months ago

Additionally, we need to start testing the release build on CI.

disconnect3d commented 2 months ago

Fixed in https://github.com/pwndbg/pwndbg/pull/2355 , release soon (max few days)