http://bugs.winehq.org/show_bug.cgi?id=58335
--- Comment #56 from Bernhard Übelacker bernhardu@mailbox.org --- Created attachment 78865 --> http://bugs.winehq.org/attachment.cgi?id=78865 gdb-commands-58335_3.txt
(In reply to Michael Setzer II from comment #55)
--Type <RET> for more, q to quit, c to continue without paging--#5
Looks like I did not consider the pagination ... I should next time add set pagination off set width 0
root@setzconote:~# gdb -q --args /usr/bin/wine winecfg <testwine2b
But now I realize it - is there a reason for running wine as root? I think this should be avoided due to this wiki entry: https://gitlab.winehq.org/wine/wine/-/wikis/FAQ#should-i-run-wine-as-root
Your backtrace shows:(gdb) #0 add_assembly (actctx=0x0, ...) at actctx.c:770 #1 parse_manifest (acl=acl@entry=0x7ffffe2ff7e0, ...) at actctx.c:2873 #2 0x00006fffffc3f26d in get_manifest_in_manifest_file (acl=acl@entry=0x7ffffe2ff7e0, ...) at actctx.c:3087 #3 0x00006fffffc0d9c0 in lookup_winsxs (acl=0x7ffffe2ff7e0, ...) at actctx.c:3280 #4 lookup_assembly (acl=0x7ffffe2ff7e0, ...) at dlls/ntdll/actctx.c:3344 #5 parse_depend_manifests (acl=<optimized out>) at dlls/ntdll/actctx.c:3401 #6 RtlCreateActivationContext (...) at dlls/ntdll/actctx.c:5384 #7 0x00006fffffc32327 in actctx_init () at dlls/ntdll/actctx.c:5238 #8 0x00006fffffc454b9 in loader_init (...) at dlls/ntdll/loader.c:4451
This leads to the assumption acl->actctx is a null pointer somehow.
Can you please repeat with gdb-commands-58335_3.txt. It may print the content of the acl variable.