Pre-required
To start you need to install Wine. For those who have not yet done so, here’s how to do with the terminal :
wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/hardy.list -O /etc/apt/sources.list.d/winehq.list
sudo apt-get update
sudo apt-get install wine
Add dll
-
Extract in ~/.wine/drive_c/windows/system32/
“Configure” that dll
# winecfg
-
Go in Libraries tab.
-
Select : CRYPT32.DLL in the dropdown et add it. Do the same with the followings : gameux.dll, MSOSS.DLL, saAudit2005MT.dll, wlanapi.dll, d3dx9_36.dll.
Graphics Accelerator Test
Run with the terminal :
glxinfo | grep “direct rendering”
If the answer is yes, that’s all good, if not go around with ubuntu-fr for help with updating drivers
Installing Football Manager 2011
wine /where/is/your/file/Setup_FM2011_Demo_Strawberry.exe
or your path to the installing file
Configure wine
# winecfg
-
In Applications, click Add Application, and look for fm.exe in ~/.wine/drive_c/program files/SI/FM2011 Demo
-
Set the windows version on Vista
Normally it should work. In case of problems, feel free to post your problem in the forum.
Thanks to Cyrius23 from Full FM France.














Hi
I used your guide, and it worked. But then i chose to run football manager in windowed mode in FM. Now it wont start, heres my terminal output.
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:advapi:RegisterEventSourceW ((null),L”Bonjour Service”): stub
fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub
fixme:winsock:WS_setsockopt Unknown IPPROTO_IP optname 0×00000013
fixme:winsock:WSAIoctl SIO_GET_EXTENSION_FUNCTION_POINTER: unimplemented WSARecvMsg
fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub
fixme:winsock:WS_setsockopt Unknown IPPROTO_IPV6 optname 0×00000013
fixme:winsock:WSAIoctl SIO_GET_EXTENSION_FUNCTION_POINTER: unimplemented WSARecvMsg
fixme:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request: stub
fixme:iphlpapi:DeleteIpForwardEntry (pRoute 0x78e8b4): stub
fixme:iphlpapi:CreateIpForwardEntry (pRoute 0x78e87c): stub
fixme:service:EnumServicesStatusW 0x12bc38 type=30 state=3 (nil) 0 0x78e7e8 0x78e7f4 0x78e7f0
fixme:advapi:ReportEventA (0xcafe4242,0×0004,0×0000,0×00000064,(nil),0×0001,0×00000000,0x78e5f8,(nil)): stub
fixme:advapi:ReportEventW (0xcafe4242,0×0004,0×0000,0×00000064,(nil),0×0001,0×00000000,0×127150,(nil)): stub
fixme:netapi32:NetGetJoinInformation Stub (null) 0x78e688 0x78e690
fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub
fixme:winsock:WS_setsockopt Unknown IPPROTO_IP optname 0×00000013
fixme:winsock:WSAIoctl SIO_GET_EXTENSION_FUNCTION_POINTER: unimplemented WSARecvMsg
fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub
fixme:winsock:WS_setsockopt Unknown IPPROTO_IPV6 optname 0×00000013
fixme:winsock:WSAIoctl SIO_GET_EXTENSION_FUNCTION_POINTER: unimplemented WSARecvMsg
err:module:import_dll Library WZCSAPI.DLL (which is needed by L”C:\\windows\\system32\\Wlanapi.dll”) not found
err:module:import_dll Library Wlanapi.dll (which is needed by L”C:\\Program Files\\Sports Interactive\\Football Manager 2011 Demo\\IntelLaptopGamingVista.dll”) not found
err:ole:CoGetClassObject class {9a5ea990-3034-4d6f-9128-01f3c61022bc} not registered
err:ole:CoGetClassObject no class object {9a5ea990-3034-4d6f-9128-01f3c61022bc} could be created for context 0×1
fixme:wtsapi:WTSRegisterSessionNotification Stub 0×10080 0×00000000
fixme:win:EnumDisplayDevicesW ((null),0,0x324e1b4,0×00000000), stub!
fixme:wtsapi:WTSRegisterSessionNotification Stub 0×20086 0×00000000
fixme:d3d:swapchain_init The application requested more than one back buffer, this is not properly supported.
Please configure the application to use double buffering (1 back buffer) if possible.
fixme:d3d9:Direct3DShaderValidatorCreate9 stub
err:d3d:IWineD3DDeviceImpl_Reset Cannot change the back buffer count yet
Hi !
please, ask your question in the forum to be able to give you a quick answer : http://www.fmtux.net/forum/english-support-forum/
Footux
glxinfo | grep “direct rendering”it’s simple quote and note double quote
glxinfo | grep 'direct rendering'