I am working in some given Linux box
I have done the same thing twice, using same sources, same steps
I have deployed both 32 and 64-bit builds of wine 9.17 in a physical Linux box
I have deployed both 32 and 64-bit builds of wine 9.17 inside a container
My home directory is already mounted in the box as usual
When I run winecfg using wine from inside the container, my ~/.wine gets created just fine and I can launch the minimal test: wine64 notepad.
When I run winecfg using wine installed in the box itself, I get the following error:
Code: Select all
002c:err:virtual:map_image_into_view failed to set 60000020 protection on L"\\??\\C:\\windows\\system32\\ntdll.dll" section .text, noexec filesystem?
002c:err:virtual:virtual_setup_exception stack overflow 2688 bytes addr 0x6fffffc94f7c stack 0x7ffffe100580 (0x7ffffe100000-0x7ffffe101000-0x7ffffe300000)
0024:err:virtual:map_image_into_view failed to set 60000020 protection on L"\\??\\C:\\windows\\system32\\ntdll.dll" section .text, noexec filesystem?
0024:err:virtual:virtual_setup_exception stack overflow 1472 bytes addr 0x7bd548b8 stack 0x440a40 (0x440000-0x441000-0x640000)
Any ideas what could be causing this?