So I'm trying to use winedbg and it tells me to run: > dnf debuginfo-install wine-core-2.20-1.fc26.i686 wine-core-2.20-1.fc26.x86_64 This does not work properly as those two packages conflict. End result is that just i686 gets installed. This results in winedbg doing: > fixme:dbghelp_dwarf:dwarf2_swallow_attribute Unhandled attribute form 1f21 > fixme:dbghelp_dwarf:dwarf2_swallow_attribute Unhandled attribute form 1f21 > fixme:dbghelp_dwarf:dwarf2_swallow_attribute Unhandled attribute form 1f21 > fixme:dbghelp_dwarf:dwarf2_fill_attr Unhandled attribute form 1f21 > fixme:dbghelp_dwarf:dwarf2_fill_attr Unhandled attribute form 1f21 > fixme:dbghelp_dwarf:dwarf2_load_one_entry Unhandled Tag type 0x1d at ctx(0x33e5f8,L"wine"), for 48 > fixme:dbghelp_dwarf:dwarf2_swallow_attribute Unhandled attribute form 1f21 > winedbg: Internal crash at 0x7e498311 Installing just x86_64 gets rid of the crash, but of course no debug symbols as the exe is a 32-bit one.
Is this still an issue? I cannot reproduce this issue with Wine 3.4. dnf debuginfo-install wine-core-3.4-1.fc27.i686 - installed successfully dnf debuginfo-install wine-core-3.4-1.fc27.x86_64 - installed successfully, no errors $ rpm -q wine-core-debuginfo wine-core-debuginfo-3.4-1.fc27.i686 wine-core-debuginfo-3.4-1.fc27.x86_64