Help installing Skyrim

Questions about Wine on macOS.
Locked
Quint
Newbie
Newbie
Posts: 1
Joined: Thu Jun 13, 2013 8:38 am

Help installing Skyrim

Post by Quint »

Hello fellows,

I have some issues installing Skyrim on OS X with wine. When I do the command line, the following happens:

Code: Select all

MacBook-Pro-de-ja:~ jal$ cd /Volumes/TESV_LE/setup.exe
-bash: cd: /Volumes/TESV_LE/setup.exe: Not a directory
MacBook-Pro-de-ja:~ jal$ cd /Volumes/TESV_LE/
MacBook-Pro-de-ja:TESV_LE jal$ wine setup.exe
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
fixme:process:SetProcessDEPPolicy (1): stub
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
fixme:process:SetProcessDEPPolicy (1): stub
fixme:win:DisableProcessWindowsGhosting : stub
fixme:msg:ChangeWindowMessageFilter c058 00000001
fixme:msg:ChangeWindowMessageFilter c058 00000001
fixme:win:WINNLSEnableIME hwnd 0x1009e enable 0: stub!
fixme:win:WINNLSEnableIME hwnd 0x1009e enable -1: stub!
err:module:import_dll Library MFC42u.DLL (which is needed by L"C:\\windows\\is-OQPRE.tmp\\ISSkinExW.dll") not found
Any ideas how to fix this?

Thanks a lot
gman104
Level 1
Level 1
Posts: 7
Joined: Thu Jul 25, 2013 10:31 am

Re: Help installing Skyrim

Post by gman104 »

Don't use command line at all (or maybe just a little bit, lol). Type "winefile" into terminal and press enter. In the window that pops up, go File -> Run and browse for the installation file. This should work flawlessly.
doh123
Level 8
Level 8
Posts: 1227
Joined: Tue Jul 14, 2009 1:21 pm

Re: Help installing Skyrim

Post by doh123 »

Quint wrote:Hello fellows,

I have some issues installing Skyrim on OS X with wine. When I do the command line, the following happens:

Code: Select all

MacBook-Pro-de-ja:~ jal$ cd /Volumes/TESV_LE/setup.exe
-bash: cd: /Volumes/TESV_LE/setup.exe: Not a directory
MacBook-Pro-de-ja:~ jal$ cd /Volumes/TESV_LE/
MacBook-Pro-de-ja:TESV_LE jal$ wine setup.exe
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
fixme:process:SetProcessDEPPolicy (1): stub
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
fixme:process:SetProcessDEPPolicy (1): stub
fixme:win:DisableProcessWindowsGhosting : stub
fixme:msg:ChangeWindowMessageFilter c058 00000001
fixme:msg:ChangeWindowMessageFilter c058 00000001
fixme:win:WINNLSEnableIME hwnd 0x1009e enable 0: stub!
fixme:win:WINNLSEnableIME hwnd 0x1009e enable -1: stub!
err:module:import_dll Library MFC42u.DLL (which is needed by L"C:\\windows\\is-OQPRE.tmp\\ISSkinExW.dll") not found
Any ideas how to fix this?

Thanks a lot
it says your missing things... Microsoft.Windows.Common-Controls, and MFC42u.DLL... you should be able to get these installed with Winetricks.
Locked