https://bugs.winehq.org/show_bug.cgi?id=49824
Bug ID: 49824 Summary: macOS 10.15 not supported on this system Product: Wine Version: 5.0.2 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: nhoj.patrick@gmail.com Distribution: ---
Created attachment 68158 --> https://bugs.winehq.org/attachment.cgi?id=68158 dot dot dot output
Trying to run https://blockpostsoftware.co.uk/files/Crow_Nest_Junction_RELEASE_1_setup.exe under WINE.
On latest version of macOS so 10.15.6. Also latest version of brew. Installing using brew install wine-stable'.
Had a few issues re 32 bit vs 64 bit.
So 32bit gives; % wine Crow_Nest_Junction_RELEASE_1_setup.exe zsh: bad CPU type in executable: wine %
But 64bit give; % wine64 Crow_Nest_Junction_RELEASE_1_setup.exe wine: created the configuration directory '/Users/john/.wine' ... See attachment 0009:err:module:__wine_process_init L"Z:\Users\john\Downloads\Crow_Nest_Junction_RELEASE_1_setup.exe" not supported on this system %
I also get popups about Mono and Gecko which I both install.
Not sure if Wine issue, or exe issue, or 32bit or 64bit issue. I'm aware macOS 10.15 is not fully officialyl supported and to raise bugs.
I tried notepad which give; % wine64 notepad 000d:err:macdrv:process_attach Failed to start Cocoa app main loop 000d:err:user:load_desktop_driver failed to load L"C:\windows\system32\winemac.drv" %
If I delete ~/.wine and retry notepad then it successfully opens.