http://bugs.winehq.org/show_bug.cgi?id=58970
Bug ID: 58970 Summary: foobar2000 (x86) crashes playing songs with wine 10.19 Product: Wine Version: 10.19 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@list.winehq.org Reporter: paregistrase@yahoo.es Distribution: ---
Created attachment 79677 --> http://bugs.winehq.org/attachment.cgi?id=79677 Linux console log
foobar2000 (x86) crashes when a song start to play with wine version 10.19. The program worked just fine with wine 10.18
When the program start, there are some err: lines in console not present with wine 10.18. 0128:err:environ:init_peb starting L"Z:\home\user\.local\bin\foobar2000\foobar2000.exe" in experimental wow64 mode 01c8:err:environ:init_peb starting L"C:\windows\syswow64\cmd.exe" in experimental wow64 mode 01e4:err:environ:init_peb starting L"C:\windows\syswow64\wbem\wmic.exe" in experimental wow64 mode 01ec:err:environ:init_peb starting L"C:\windows\syswow64\cmd.exe" in experimental wow64 mode 020c:err:environ:init_peb starting L"C:\windows\syswow64\chcp.com" in experimental wow64 mode When a sonf start to play 0350:fixme:avrt:AvSetMmThreadCharacteristicsW (L"Audio",329FFB1C): stub 0350:fixme:dbghelp_dwarf:dwarf2_fill_in_variant Unexpected base type bt=a for form=b 0350:fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value "progress" (b) 0350:fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value "missing_terminal_break" (b)
http://bugs.winehq.org/show_bug.cgi?id=58970
--- Comment #1 from regis paregistrase@yahoo.es --- Created attachment 79678 --> http://bugs.winehq.org/attachment.cgi?id=79678 failure text generated by foobar2000
http://bugs.winehq.org/show_bug.cgi?id=58970
--- Comment #2 from regis paregistrase@yahoo.es --- Created attachment 79679 --> http://bugs.winehq.org/attachment.cgi?id=79679 dump file generated by foobar2000
http://bugs.winehq.org/show_bug.cgi?id=58970
regis paregistrase@yahoo.es changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |paregistrase@yahoo.es
http://bugs.winehq.org/show_bug.cgi?id=58970
silahbasina@live.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |silahbasina@live.com
http://bugs.winehq.org/show_bug.cgi?id=58970
--- Comment #3 from regis paregistrase@yahoo.es --- Created attachment 79741 --> http://bugs.winehq.org/attachment.cgi?id=79741 linux console log with a fresh foobar2000 portable instalation and a fresh wine prefix with wine 10.19
http://bugs.winehq.org/show_bug.cgi?id=58970
--- Comment #4 from regis paregistrase@yahoo.es --- Created attachment 79742 --> http://bugs.winehq.org/attachment.cgi?id=79742 foobar2000 crash log with a fresh foobar2000 portable instalation and a fresh wine prefix with wine 10.19
http://bugs.winehq.org/show_bug.cgi?id=58970
--- Comment #5 from regis paregistrase@yahoo.es --- Created attachment 79743 --> http://bugs.winehq.org/attachment.cgi?id=79743 foobar2000 crash dmp with a fresh foobar2000 portable instalation and a fresh wine prefix with wine 10.19
http://bugs.winehq.org/show_bug.cgi?id=58970
undriven jsilva@unbind.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jsilva@unbind.org
--- Comment #6 from undriven jsilva@unbind.org --- I have the same issue on Arch with PulseAudio. foobar2000 worked normally on 10.15, but since upgrading to 10.19 (don't know the status of intermediate versions, sorry) it crashes when any output except "null" is configured in the app. I have also tried wine-staging 10.19 with the same results. Additionally, the sound test in winecfg does not produce any sound, even on a pristine prefix.
The stack traces from foobar always end at the same point, an exception in client_GetMixFormat from mmdevapi: Address: 7B5D93F7h (kernelbase+493F7h), symbol: "RaiseException" (+42h) Address: 755CD8B0h (mmdevapi+D8B0h), symbol: "client_GetMixFormat" (+0h) Address: 755CE5D2h (mmdevapi+E5D2h), symbol: "client_IsFormatSupported" (+C2h)
In case anyone is wondering why me and the OP are still using the 32-bit version, it's probably because certain foobar plugins have not been ported to the 64-bit version.
http://bugs.winehq.org/show_bug.cgi?id=58970
--- Comment #7 from undriven ominus@gmail.com --- I have the same issue on Arch with PulseAudio. foobar2000 worked normally on 10.15 and I've confirmed also 10.18, but since upgrading to 10.19 it crashes when any output except "null" is configured in the app. I have also tried wine-staging 10.19 with the same results. Additionally, the sound test in winecfg does not produce any sound, even on a pristine prefix.
The stack traces from foobar always end at the same point, an exception in client_GetMixFormat from mmdevapi: Address: 7B5D93F7h (kernelbase+493F7h), symbol: "RaiseException" (+42h) Address: 755CD8B0h (mmdevapi+D8B0h), symbol: "client_GetMixFormat" (+0h) Address: 755CE5D2h (mmdevapi+E5D2h), symbol: "client_IsFormatSupported" (+C2h)
In case anyone is wondering why me and the OP are still using the 32-bit version, it's probably because certain foobar plugins have not been ported to the 64-bit version.
Edit: reverting to 10.18 (pacman -U https://archive.archlinux.org/packages/w/wine/wine-10.18-1-x86_64.pkg.tar.zs...) foobar2000 works again.
http://bugs.winehq.org/show_bug.cgi?id=58970
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |DUPLICATE
--- Comment #8 from Andrew Nguyen arethusa26@gmail.com --- I can reproduce the crash when trying to play an audio file in the 32-bit version of foobar2000 with wine-10.19 using a new wow64 build. Applying commit c5a90f3e7e24ac939bc4428e6c4b69b2670f0a3c on top of wine-10.19 allows for successful playback, so this is a duplicate of a bug that will be fixed in the next release.
*** This bug has been marked as a duplicate of bug 58971 ***