https://bugs.winehq.org/show_bug.cgi?id=45930
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello folks,
revisiting, still present. This is quite annoying and causes endless GAC/NGEN update loops (going for hours).
Trigger full update of GAC + legacy location for 32-bit assemblies:
--- snip --- $ wine "c:\windows\Microsoft.NET\Framework\v4.0.30319\ngen.exe" update --- snip ---
Trigger full update of GAC + legacy location for 64-bit assemblies:
--- snip --- $ wine "c:\windows\Microsoft.NET\Framework64\v4.0.30319\ngen.exe" update --- snip ---
These finish in time with legacy GAC folder present:
--- snip --- $ tree --charset=ANSI .wine/drive_c/windows/assembly/
.wine/drive_c/windows/assembly/ |-- NativeImages_v4.0.30319_32 | |-- Accessibility | | `-- 01254caa0efc15b5cd48fb3178018701 | | `-- Accessibility.ni.dll | |-- AspNetMMCExt | | `-- 03bf63d8ea6622a32b9a3fc6851801a9 | | `-- AspNetMMCExt.ni.dll | |-- ComSvcConfig | | `-- 51819c709096229ee187a7feee395d9f | | `-- ComSvcConfig.ni.exe | |-- CustomMarshalers | | `-- d2574c8ae333ff959be2e0d83121ad10 | | `-- CustomMarshalers.ni.dll | |-- dfsvc | | `-- b9b6069e6da06eb57e89cc544397f735 | | `-- dfsvc.ni.exe | |-- index50.dat | |-- index7f.dat | |-- Microsoft.Build | | `-- 3bfb841477d28ca866b91211f50199bb | | `-- Microsoft.Build.ni.dll | |-- Microsoft.Build.Con# | | `-- 837fa037ca302e7432ea9913ae453e70 | | `-- Microsoft.Build.Conversion.v4.0.ni.dll | |-- Microsoft.Build.Eng# | | `-- 7cfd4a64a95807ee7cb6ae50cfabd93c | | `-- Microsoft.Build.Engine.ni.dll ... | |-- WsatConfig | | `-- 3c0d21e75c9a48aba6fba3ddff0fcf39 | | `-- WsatConfig.ni.exe | `-- XamlBuildTask | `-- 4daf91c66e01c3dd92b239feacaa8245 | `-- XamlBuildTask.ni.dll |-- NativeImages_v4.0.30319_64 | |-- Accessibility | | `-- dea86a81aacc28e408507e311da6d2fa | | `-- Accessibility.ni.dll | |-- AspNetMMCExt | | `-- e6714c10925019a0d1b861b815e23061 | | `-- AspNetMMCExt.ni.dll | |-- ComSvcConfig | | `-- 277ba7e739dd2581171f908cbbe0294c | | `-- ComSvcConfig.ni.exe | |-- CustomMarshalers | | `-- 484c3c0ed451c906dec30445553d8fc1 | | `-- CustomMarshalers.ni.dll | |-- dfsvc | | `-- a354197a45ffa73be93177ed5b0ce377 | | `-- dfsvc.ni.exe | |-- index7b.dat | |-- index7d.dat | |-- Microsoft.Build | | `-- 055d4ad3cccc507fe82e90951a562783 | | `-- Microsoft.Build.ni.dll ... | |-- UIAutomationProvider | | `-- 17f02848e133014dab9270423d9dc916 | | `-- UIAutomationProvider.ni.dll | |-- UIAutomationTypes | | `-- 61f2a7b20694daeb02f7de4931261fa4 | | `-- UIAutomationTypes.ni.dll | |-- WindowsBase | | `-- 38d48114cb19778e4bfdc338eb8adde2 | | `-- WindowsBase.ni.dll | |-- WindowsFormsIntegra# | | `-- 1c94b0dc0867d4028750c5efc3cb5edf | | `-- WindowsFormsIntegration.ni.dll | |-- WsatConfig | | `-- 1331bbcd0aaa52b60aaee1a01bec8053 | | `-- WsatConfig.ni.exe | `-- XamlBuildTask | `-- f143ae2f8d285b159779b98fa614c310 | `-- XamlBuildTask.ni.dll `-- temp
464 directories, 258 files --- snip ---
$ wine --version wine-4.9-216-g381c4e7b66
Regards