Help with errors running executable

Questions about Wine on macOS.
Locked
cbdoc
Newbie
Newbie
Posts: 1
Joined: Sun May 15, 2016 2:51 am

Help with errors running executable

Post by cbdoc »

Hi there, first time Wine user so sorry for the very simple question! I am getting a set of related errors when trying to run an executable via Wine. Any help would be highly appreciated!

Code: Select all

Freds-Air:elinor1.1.2.0 fred$ wine Elinor.exe
fixme:winediag:start_process Wine Staging 1.9.9 is a testing version containing experimental patches.
fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org.
fixme:ntdll:NtCreateNamedPipeFile Message mode not supported, falling back to byte mode.
fixme:ntdll:NtCreateNamedPipeFile Message mode not supported, falling back to byte mode.
fixme:ntdll:NtCreateNamedPipeFile Message mode not supported, falling back to byte mode.
fixme:ntdll:NtCreateNamedPipeFile Message mode not supported, falling back to byte mode.
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"configSections" in state 2
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"sectionGroup" in state 6
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"section" in state 6
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"userSettings" in state 2
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"Elinor.Properties.Settings" in state 6
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"setting" in state 6
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"value" in state 6
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"setting" in state 6
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"value" in state 6
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"setting" in state 6
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"value" in state 6
The entry point method could not be loaded
Locked