foobar2000 crash in Wine 6.6

Questions about Wine on Linux
Locked
takomora
Newbie
Newbie
Posts: 2
Joined: Thu Apr 15, 2021 4:33 pm

foobar2000 crash in Wine 6.6

Post by takomora »

Never had any issues with foobar2000 in Wine for years until today after updating OpenSUSE Tumbleweed to 20210414. foobar2000.exe starts and crashes, safe mode does not work. Here is the output in the console when after executing

Code: Select all

wine foobar2000.exe

Code: Select all

0024:fixme:msvcrt:_set_abort_behavior _WRITE_CALL_REPORTFAULT unhandled
0024:fixme:win:SetGestureConfig (00010090 00000000 1 0021EDF4 12): stub
0024:fixme:win:SetGestureConfig (000100A2 00000000 1 0021EFB4 12): stub
0024:err:ole:com_get_class_object class {1968106d-f3b5-44cf-890e-116fcb9ecef1} not registered
0024:err:ole:com_get_class_object class {1968106d-f3b5-44cf-890e-116fcb9ecef1} not registered
0024:err:ole:create_server class {1968106d-f3b5-44cf-890e-116fcb9ecef1} not registered
0024:fixme:ole:com_get_class_object CLSCTX_REMOTE_SERVER not supported
0024:err:ole:com_get_class_object no class object {1968106d-f3b5-44cf-890e-116fcb9ecef1} could be created for context 0x17
0024:fixme:msvcrt:_SetWinRTOutOfMemoryExceptionCallback (03707640): stub
0024:fixme:combase:RoGetActivationFactory (L"Windows.Media.Playback.BackgroundMediaPlayer", {00000035-0000-0000-c000-000000000046}, 0021FA10): semi-stub
0024:err:combase:RoGetActivationFactory Failed to find library for L"Windows.Media.Playback.BackgroundMediaPlayer"
0024:fixme:combase:GetRestrictedErrorInfo (0021F9E8)
wine: Call from 7B010146 to unimplemented function api-ms-win-core-winrt-error-l1-1-0.dll.RoOriginateError, aborting
0118:fixme:server:invoke_system_apc syscall frame changed in APC function, frame (nil), saved_frame 0x349fd14.
0024:fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported constant (parameter) "pEncodePara" in function
0024:fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported constant (parameter) "dwFlags" in function
0024:fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported constant (parameter) "pEncodePara" in function
0024:fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported constant (parameter) "dwFlags" in function
spoon0042
Level 6
Level 6
Posts: 570
Joined: Thu Dec 24, 2009 11:00 am

Re: foobar2000 crash in Wine 6.6

Post by spoon0042 »

For me it seems to work with winecfg set to Windows 7 (default). It may still be worth filing a bug though if it doesn't work with other settings.
takomora
Newbie
Newbie
Posts: 2
Joined: Thu Apr 15, 2021 4:33 pm

Re: foobar2000 crash in Wine 6.6

Post by takomora »

Setting winecfg set to Windows 7 (default) did fix it.
spoon0042
Level 6
Level 6
Posts: 570
Joined: Thu Dec 24, 2009 11:00 am

Re: foobar2000 crash in Wine 6.6

Post by spoon0042 »

Alternatively installing native vcrun2015 with winetricks is reported to work on the foobar forum.

https://hydrogenaud.io/index.php?topic= ... #msg996196
Locked