1
0
mirror of synced 2024-11-13 18:50:53 +01:00
ImHex/main/gui
Colin Snover 0263d3538e
fix: Don't supress stderr anymore (#1822)
### Problem description

Typing `--help` causes ImHex to exit without outputting anything.
Diagnostic messages from glib, ASan, other libraries that might have
something important to say, etc. are also suppressed.

### Implementation description

This effectively reverts 7c1e33dde6, which
was partially reverted only on Windows by code that was left commented
out in f114239f51.

Allowing other libraries to print to stderr may make the output ‘ugly’,
but lots of things print to stderr that are important for figuring out
why something is bugged, like ASan and glib.

### Additional things


![image](https://github.com/user-attachments/assets/fa6771e2-da2e-45ea-93cd-06c3f6bfd3bf)
2024-08-09 22:15:34 +02:00
..
include feat: log stacktrace implementation used (#1769) 2024-06-22 21:33:52 +02:00
romfs impr: Refactor init logic 2023-12-17 20:33:17 +01:00
source fix: Don't supress stderr anymore (#1822) 2024-08-09 22:15:34 +02:00
CMakeLists.txt feat: Enumerate fonts on Linux using Fontconfig when available (#1821) 2024-07-21 20:28:37 +02:00