https://bugs.winehq.org/show_bug.cgi?id=57026
--- Comment #3 from James topgamer7@gmail.com --- (In reply to Alexandre Julliard from comment #2)
Could you please get a backtrace of the crash? You should be able to get one by running tools/makedep under gdb.
$ gdb --args makedep -C GNU gdb (GDB) 15.1 Copyright (C) 2024 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-pc-linux-gnu". Type "show configuration" for configuration details. For bug reporting instructions, please see: https://www.gnu.org/software/gdb/bugs/. Find the GDB manual and other documentation resources online at: http://www.gnu.org/software/gdb/documentation/.
For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from makedep...
This GDB supports auto-downloading debuginfo from the following URLs: https://debuginfod.archlinux.org Enable debuginfod for this session? (y or [n]) Debuginfod has been disabled. --Type <RET> for more, q to quit, c to continue without paging-- To make this setting permanent, add 'set debuginfod enabled off' to .gdbinit. (No debugging symbols found in makedep) (gdb) run Starting program: /home/james/projects/wine-fresh/build-64/tools/makedep -C [Thread debugging using libthread_db enabled] Using host libthread_db library "/usr/lib/libthread_db.so.1".
Program received signal SIGSEGV, Segmentation fault. 0x0000555555556f22 in strarray_set_value () (gdb) bt #0 0x0000555555556f22 in strarray_set_value () #1 0x0000555555566029 in load_sources () #2 0x000055555556775e in main () (gdb)