Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 719156 - =app-emulation/wine-vanilla-5.6 has broken winecfg
Summary: =app-emulation/wine-vanilla-5.6 has broken winecfg
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Wine Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-24 06:07 UTC by tt_1
Modified: 2020-06-07 12:21 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
output from emerge --info (emerge-info,8.43 KB, text/plain)
2020-04-24 06:09 UTC, tt_1
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tt_1 2020-04-24 06:07:13 UTC
how to reproduce: 

emerge wine-vanilla-5.6 
eselect it if you're using another slot by default

execute env WINEPREFIX=~/.test winecfg , where test is a nonexistent prefix before

result is an error as: 

 wine: created the configuration directory '/home/user/.test'
000b:err:seh:setup_exception stack overflow 432 bytes in thread 000b eip 000000007bcbdc73 esp 0000000000131460 stack 0x130000-0x131000-0x230000
0009:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0009:err:module:LdrInitializeThunk "kernelbase.dll" failed to initialize, aborting
0009:err:module:LdrInitializeThunk Initializing dlls for L"C:\\windows\\system32\\winecfg.exe" failed, status c0000005


I've test these versions, they're all unaffected: 5.3 , 5.5

the only difference ebuild wise is the drop of the ${MY_PN}-5.0-memset-O3.patch
Comment 1 tt_1 2020-04-24 06:07:48 UTC
here are my useflags:

emerge -pv =wine-vanilla-5.6 

These are the packages that would be merged, in order:

[ebuild   R   ~] app-emulation/wine-vanilla-5.6:5.6::gentoo  USE="X alsa fontconfig gecko jpeg kerberos lcms ldap mono mp3 ncurses netapi nls opengl osmesa png samba sdl ssl threads truetype udev udisks vulkan xcomposite xinerama xml -capi -cups -custom-cflags -dos -faudio -gphoto2 -gsm -gssapi -gstreamer -odbc -openal -opencl -oss -pcap -perl -prelink -pulseaudio -realtime -run-exes -scanner (-selinux) -test -unwind -v4l -vkd3d" ABI_X86="32 64 (-x32)" 0 KiB
Comment 2 tt_1 2020-04-24 06:09:26 UTC
Created attachment 634296 [details]
output from emerge --info
Comment 3 Gleb 2020-04-25 19:13:33 UTC
This was fixed in wine-5.7

https://www.winehq.org/announce/5.7
https://bugs.winehq.org/show_bug.cgi?id=48956
Comment 4 tt_1 2020-04-26 17:42:33 UTC
thanks for the heads up, I can confirm this is fixed with wine-5.7

so if the wine team reads this, you might want to mask or remove wine-5.6?
Comment 5 tt_1 2020-06-07 12:21:29 UTC
wine-5.6 has been tree cleaned, closing