$ grep -ralZ _SetWinRTOutOfMemoryExceptionCallback .wine/drive_c | \
xargs -r0i bash -c "echo \"{}\" && winedump -j import \"{}\" | \
grep _SetWinRTOutOfMemoryExceptionCallback"
.wine/drive_c/windows/syswow64/msvcr120.dll
To verify .NET Framework installation(s) in WINEPREFIX you can always use the [.NET Framework Setup Verification Tool from Aaron Stebner (Microsoft)][1] which checks for proper installation of .NET assemblies and registry entries.
Select the .NET Framework you want to verify and evaluate the log file manually if verification failed.
Links
- [Windows 10 SDK (archive.org)][1]
- [Windows PowerShell Core 6.x for ARM64][2]
- [VLC 4.0.0 ARM64 (archive.org)][3]
- [DtWinVer - A comprehensive OS detection Class (archive.org)][4]
- [DebugLogger - A software driver that lets you log kernel-mode debug output into a file on Windows][5]
- [Notepad2 for ARM / ARM64 Windows][6]
# -a : all files, with permissions, etc..
# -x : stay on one file system
# -H : preserve hard links (not included with -a)
# -A : preserve ACLs/permissions (not included with -a)
# -W : copy files whole (w/o delta-xfer algorithm) - usually faster
# -X : preserve extended attributes (not included with -a)
# -S : handle sparse files efficiently