1
0
mirror of synced 2024-12-18 10:35:53 +01:00
ImHex/main/gui/source
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
..
init fix: ImHex hanging at startup in certain cases 2024-06-29 21:13:04 +02:00
messaging impr: Make Win32 API properly use unicode support 2024-06-28 11:12:17 +02:00
window fix: Don't supress stderr anymore (#1822) 2024-08-09 22:15:34 +02:00
crash_handlers.cpp impr: Only handle SIGINT on release builds so IDEs can fast-kill ImHex 2024-07-04 21:28:43 +02:00
main.cpp feat: show Linux distribution information on startup (#1729) 2024-06-03 10:02:29 +02:00
stacktrace.cpp feat: log stacktrace implementation used (#1769) 2024-06-22 21:33:52 +02:00