https://bugs.winehq.org/show_bug.cgi?id=45063
--- Comment #5 from Anastasius Focht focht@gmx.net --- Hello Andy,
the app works fine here as expected.
I've run some 64-bit .NET apps for quite a while, so I was surprised about the claim that a simple 64-bit console app can't be run.
--- snip --- $ wine64 ./Console64.exe 003a:fixme:heap:RtlSetHeapInformation 0x530000 0 0x52e640 4 stub 003a:fixme:thread:SetThreadStackGuarantee (0x52f988): stub 003a:fixme:ntdll:EtwEventRegister ({e13c0d23-ccbc-4e12-931b-d9cc2eee27e4}, 0x6447f7085f0, 0x6447f97c568, 0x6447f9d5268) stub. 003a:fixme:ntdll:EtwEventRegister ({763fd754-7086-4dfe-95eb-c01a46faf4ca}, 0x6447f7085f0, 0x6447f97c4e8, 0x6447f97c820) stub. 003a:fixme:ntdll:EtwEventRegister ({a669021c-c450-4609-a035-5af59af4df18}, 0x6447f7085f0, 0x6447f9d5278, 0x6447f9d5270) stub. 003a:fixme:ntdll:EtwEventRegister ({cc2bcbba-16b6-4cf3-8990-d74c2e8af500}, 0x6447f7085f0, 0x6447f9d52a8, 0x6447f97c710) stub. 003a:fixme:wer:WerRegisterRuntimeExceptionModule (L"C:\windows\Microsoft.NET\Framework64\v4.0.30319\mscordacwks.dll", 0x6447f100000) stub! 003a:fixme:nls:LocaleNameToLCID unsupported flags 8000000 003a:fixme:nls:LCIDToLocaleName unsupported flags 8000000 003a:fixme:nls:get_dummy_preferred_ui_language (0x0 0x52d790 (nil) 0x52d794) returning a dummy value (current locale) 003a:fixme:nls:get_dummy_preferred_ui_language (0x0 0x52d790 0x85570 0x52d794) returning a dummy value (current locale) 64 Bit .NET 4 target application. Peace out! 003a:fixme:process:FlushProcessWriteBuffers : stub --- snip ---
Possible reasons for your problem:
* broken 64-bit WINEPREFIX due to your "manual" 64-bit .NET Framework install fixups * broken Wine package 'portable-winehq-staging-3.6-osx64' -> doesn't look like an official Wine package to me = unsupported * broken host environment (Mac OSX)
$ wine --version wine-3.6-189-ge13f59085f
Regards