You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
smiRaphi
d99a8c65cc
[hle/kernel] Fix OutputDebugString formatting (#3744)
Fixes the debug outputs by buffering it, should not effect any normal game as the flush thread only get's created once the function has actually been called.
Turning it from:
```
[ 9.707449] Debug.Emulated <Info> core\hle\kernel\svc\svc_debug_string.cpp:17:OutputDebugString: SDK Assertion Failure: 'hipc::ResultSessionClosed::Includes(result)' in CloseClientSessionHandleSafely() at pid=81, tid=76(Main
[ 9.707642] Debug.Emulated <Info> core\hle\kernel\svc\svc_debug_string.cpp:17:OutputDebugString: Thread)
[ 9.707791] Debug.Emulated <Info> core\hle\kernel\svc\svc_debug_string.cpp:17:OutputDebugString: [SF-Internal]
[ 9.707827] Debug.Emulated <Info> core\hle\kernel\svc\svc_debug_string.cpp:17:OutputDebugString:
[ 9.708202] Debug.Emulated <Info> core\hle\kernel\svc\svc_debug_string.cpp:17:OutputDebugString: Stack trace:
[ 9.708880] Debug.Emulated <Info> core\hle\kernel\svc\svc_debug_string.cpp:17:OutputDebugString: 0x00000000866B5170 (unknown)
[ 9.708911] Debug.Emulated <Info> core\hle\kernel\svc\svc_debug_string.cpp:17:OutputDebugString: 0x00000000866B42BC (unknown)
[ 9.708916] Debug.Emulated <Info> core\hle\kernel\svc\svc_debug_string.cpp:17:OutputDebugString: 0x00000000866B4AEC (unknown)
[ 9.708919] Debug.Emulated <Info> core\hle\kernel\svc\svc_debug_string.cpp:17:OutputDebugString: 0x00000000866B2F20 (unknown)
[ 9.708922] Debug.Emulated <Info> core\hle\kernel\svc\svc_debug_string.cpp:17:OutputDebugString: 0x00000000866B19BC (unknown)
[ 9.708925] Debug.Emulated <Info> core\hle\kernel\svc\svc_debug_string.cpp:17:OutputDebugString: 0x0000000086875C64 (unknown)
[ 9.708927] Debug.Emulated <Info> core\hle\kernel\svc\svc_debug_string.cpp:17:OutputDebugString: 0x00000000868752E0 (unknown)
[ 9.708929] Debug.Emulated <Info> core\hle\kernel\svc\svc_debug_string.cpp:17:OutputDebugString: 0x0000000086874C1C (unknown)
[ 9.708932] Debug.Emulated <Info> core\hle\kernel\svc\svc_debug_string.cpp:17:OutputDebugString: 0x00000000866FBD1C (unknown)
[ 9.708944] Debug.Emulated <Info> core\hle\kernel\svc\svc_debug_string.cpp:17:OutputDebugString: 0x00000000866FBDCC (unknown)
[ 9.708967] Debug.Emulated <Info> core\hle\kernel\svc\svc_debug_string.cpp:17:OutputDebugString:
[ 9.709035] Debug.Emulated <Info> core\hle\kernel\svc\svc_debug_string.cpp:17:OutputDebugString: Related modules:
[ 9.709061] Debug.Emulated <Info> core\hle\kernel\svc\svc_debug_string.cpp:17:OutputDebugString: base size name/path
[ 9.709349] Debug.Emulated <Info> core\hle\kernel\svc\svc_debug_string.cpp:17:OutputDebugString: 0x000000008665D000 0x0000000000E50000 nnSdkEn
[ 9.709431] Debug.Emulated <Info> core\hle\kernel\svc\svc_debug_string.cpp:17:OutputDebugString:
```
Into:
```
[ 5.895512] Debug.Emulated <Info> core\hle\kernel\svc\svc_debug_string.cpp:47:FlushDbgLoop:
SDK Assertion Failure: 'hipc::ResultSessionClosed::Includes(result)' in CloseClientSessionHandleSafely() at pid=81, tid=76(MainThread)
[SF-Internal]
Stack trace:
0x00000000866B5170 (unknown)
0x00000000866B42BC (unknown)
0x00000000866B4AEC (unknown)
0x00000000866B2F20 (unknown)
0x00000000866B19BC (unknown)
0x0000000086875C64 (unknown)
0x00000000868752E0 (unknown)
0x0000000086874C1C (unknown)
0x00000000866FBD1C (unknown)
0x00000000866FBDCC (unknown)
Related modules:
base size name/path
0x000000008665D000 0x0000000000E50000 nnSdkEn
```
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3744
Reviewed-by: crueter <crueter@eden-emu.dev>
Co-authored-by: smiRaphi <neogt404@gmail.com>
Co-committed-by: smiRaphi <neogt404@gmail.com>
|
1 month ago |
| .. |
|
Hmovetoolbar.png
|
[dist] shrink png asset size with optipng, scripts to generate assets (#2573)
|
8 months ago |
|
Hsepartoolbar.png
|
citra-qt: Add Dark theme from https://github.com/ColinDuquesnoy/QDarkStyleSheet
|
9 years ago |
|
Vmovetoolbar.png
|
[dist] shrink png asset size with optipng, scripts to generate assets (#2573)
|
8 months ago |
|
Vsepartoolbar.png
|
citra-qt: Add Dark theme from https://github.com/ColinDuquesnoy/QDarkStyleSheet
|
9 years ago |
|
branch_closed-on.png
|
citra-qt: Add Dark theme from https://github.com/ColinDuquesnoy/QDarkStyleSheet
|
9 years ago |
|
branch_closed.png
|
citra-qt: Add Dark theme from https://github.com/ColinDuquesnoy/QDarkStyleSheet
|
9 years ago |
|
branch_open-on.png
|
citra-qt: Add Dark theme from https://github.com/ColinDuquesnoy/QDarkStyleSheet
|
9 years ago |
|
branch_open.png
|
citra-qt: Add Dark theme from https://github.com/ColinDuquesnoy/QDarkStyleSheet
|
9 years ago |
|
checkbox_checked.png
|
frontend: Match indeterminate checkbox state with light theme
|
6 years ago |
|
checkbox_checked_disabled.png
|
frontend: Match indeterminate checkbox state with light theme
|
6 years ago |
|
checkbox_checked_focus.png
|
frontend: Match indeterminate checkbox state with light theme
|
6 years ago |
|
checkbox_indeterminate.png
|
[dist] shrink png asset size with optipng, scripts to generate assets (#2573)
|
8 months ago |
|
checkbox_indeterminate_disabled.png
|
[dist] shrink png asset size with optipng, scripts to generate assets (#2573)
|
8 months ago |
|
checkbox_indeterminate_focus.png
|
[dist] shrink png asset size with optipng, scripts to generate assets (#2573)
|
8 months ago |
|
checkbox_unchecked.png
|
[dist] shrink png asset size with optipng, scripts to generate assets (#2573)
|
8 months ago |
|
checkbox_unchecked_disabled.png
|
[dist] shrink png asset size with optipng, scripts to generate assets (#2573)
|
8 months ago |
|
checkbox_unchecked_focus.png
|
[dist] shrink png asset size with optipng, scripts to generate assets (#2573)
|
8 months ago |
|
close-hover.png
|
[dist] shrink png asset size with optipng, scripts to generate assets (#2573)
|
8 months ago |
|
close-pressed.png
|
[dist] shrink png asset size with optipng, scripts to generate assets (#2573)
|
8 months ago |
|
close.png
|
[dist] shrink png asset size with optipng, scripts to generate assets (#2573)
|
8 months ago |
|
down_arrow.png
|
citra-qt: Add Dark theme from https://github.com/ColinDuquesnoy/QDarkStyleSheet
|
9 years ago |
|
down_arrow_disabled.png
|
citra-qt: Add Dark theme from https://github.com/ColinDuquesnoy/QDarkStyleSheet
|
9 years ago |
|
left_arrow.png
|
citra-qt: Add Dark theme from https://github.com/ColinDuquesnoy/QDarkStyleSheet
|
9 years ago |
|
left_arrow_disabled.png
|
citra-qt: Add Dark theme from https://github.com/ColinDuquesnoy/QDarkStyleSheet
|
9 years ago |
|
radio_checked.png
|
[dist] shrink png asset size with optipng, scripts to generate assets (#2573)
|
8 months ago |
|
radio_checked_disabled.png
|
[dist] shrink png asset size with optipng, scripts to generate assets (#2573)
|
8 months ago |
|
radio_checked_focus.png
|
[dist] shrink png asset size with optipng, scripts to generate assets (#2573)
|
8 months ago |
|
radio_unchecked.png
|
[dist] shrink png asset size with optipng, scripts to generate assets (#2573)
|
8 months ago |
|
radio_unchecked_disabled.png
|
[dist] shrink png asset size with optipng, scripts to generate assets (#2573)
|
8 months ago |
|
radio_unchecked_focus.png
|
[dist] shrink png asset size with optipng, scripts to generate assets (#2573)
|
8 months ago |
|
right_arrow.png
|
citra-qt: Add Dark theme from https://github.com/ColinDuquesnoy/QDarkStyleSheet
|
9 years ago |
|
right_arrow_disabled.png
|
citra-qt: Add Dark theme from https://github.com/ColinDuquesnoy/QDarkStyleSheet
|
9 years ago |
|
sizegrip.png
|
citra-qt: Add Dark theme from https://github.com/ColinDuquesnoy/QDarkStyleSheet
|
9 years ago |
|
stylesheet-branch-end.png
|
[dist] shrink png asset size with optipng, scripts to generate assets (#2573)
|
8 months ago |
|
stylesheet-branch-more.png
|
citra-qt: Add Dark theme from https://github.com/ColinDuquesnoy/QDarkStyleSheet
|
9 years ago |
|
stylesheet-vline.png
|
[dist] shrink png asset size with optipng, scripts to generate assets (#2573)
|
8 months ago |
|
transparent.png
|
citra-qt: Add Dark theme from https://github.com/ColinDuquesnoy/QDarkStyleSheet
|
9 years ago |
|
undock.png
|
[dist] shrink png asset size with optipng, scripts to generate assets (#2573)
|
8 months ago |
|
up_arrow.png
|
citra-qt: Add Dark theme from https://github.com/ColinDuquesnoy/QDarkStyleSheet
|
9 years ago |
|
up_arrow_disabled.png
|
citra-qt: Add Dark theme from https://github.com/ColinDuquesnoy/QDarkStyleSheet
|
9 years ago |