Try to run Football Manager 2009

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
fedemw
Newbie
Newbie
Posts: 2
Joined: Sun Nov 23, 2008 8:21 am

Try to run Football Manager 2009

Post by fedemw »

Hello all,

I'm trying to run Football Manager 2009 under Wine.

I installed the application; But see what's happening.


wine fm.exe
err:service:validate_service_config Service L"Macsvmgbbsbs" has an unknown service type
err:service:scmdatabase_load_services Invalid configuration of service L"Macsvmgbbsbs" - skipping
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT"
err:module:import_dll Library MSVCR80.dll (which is needed by L"C:\\Program Files\\Sports Interactive\\Football Manager 2009\\saAuditMD.dll") not found
err:module:import_dll Library MSVCP80.dll (which is needed by L"C:\\Program Files\\Sports Interactive\\Football Manager 2009\\saAuditMD.dll") not found
err:module:import_dll Library saAuditMD.dll (which is needed by L"C:\\Program Files\\Sports Interactive\\Football Manager 2009\\fm.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\Sports Interactive\\Football Manager 2009\\fm.exe" failed, status c0000135



~/.wine/drive_c/Program Files/Sports Interactive/Football Manager 2009$ wine
Usage: wine PROGRAM [ARGUMENTS...] Run the specified program
wine --help Display this help and exit
wine --version Output version information and exit
lenin@CCCP:~/.wine/drive_c/Program Files/Sports Interactive/Football Manager 2009$ wine --version
wine-1.0.1


Do you have any solution for this?
Warren Dumortier

Try to run Football Manager 2009

Post by Warren Dumortier »

You need MS Visual C++ 2005 libraries

You can install this with winetricks -> http://wiki.winehq.org/winetricks

Install vcr2005 and it should work...

It alsa requires saAuditMD.dll, you will have to find it (web or from
windows) and copy it in windows/system32 or in the game directory itself!

Good luck!
2008/11/23 fedemw <[email protected]>
Hello all,

I'm trying to run Football Manager 2009 under Wine.

I installed the application; But see what's happening.


wine fm.exe
err:service:validate_service_config Service L"Macsvmgbbsbs" has an unknown
service type
err:service:scmdatabase_load_services Invalid configuration of service
L"Macsvmgbbsbs" - skipping
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC80.CRT"
err:module:import_dll Library MSVCR80.dll (which is needed by L"C:\\Program
Files\\Sports Interactive\\Football Manager 2009\\saAuditMD.dll") not found
err:module:import_dll Library MSVCP80.dll (which is needed by L"C:\\Program
Files\\Sports Interactive\\Football Manager 2009\\saAuditMD.dll") not found
err:module:import_dll Library saAuditMD.dll (which is needed by
L"C:\\Program Files\\Sports Interactive\\Football Manager 2009\\fm.exe") not
found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\Sports Interactive\\Football Manager 2009\\fm.exe" failed, status
c0000135



~/.wine/drive_c/Program Files/Sports Interactive/Football Manager 2009$
wine
Usage: wine PROGRAM [ARGUMENTS...] Run the specified program
wine --help Display this help and exit
wine --version Output version information and exit
lenin@CCCP:~/.wine/drive_c/Program Files/Sports Interactive/Football
Manager 2009$ wine --version
wine-1.0.1


Do you have any solution for this?





-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-us ... chment.htm
fedemw
Newbie
Newbie
Posts: 2
Joined: Sun Nov 23, 2008 8:21 am

Post by fedemw »

Hi,

thanks for your answer.

Now the program runs and starts, but i only can see the mouse pointer and a black screen behind.


This is the output of the console:

Code: Select all

fixme:d3d_shader:shader_glsl_select >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502) from glUseProgramObjectARB @ glsl_shader.c / 3315
fixme:d3d_shader:shader_glsl_load_constants >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502) from glUniform4fvARB @ glsl_shader.c / 410
fixme:d3d_shader:shader_glsl_select >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502) from glUseProgramObjectARB @ glsl_shader.c / 3315
fixme:d3d_shader:shader_glsl_load_constants >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502) from glUniform4fvARB @ glsl_shader.c / 410

Regards,
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Try to run Football Manager 2009

Post by vitamin »

Search forum. This is exact topic as http://forum.winehq.org/viewtopic.php?t=3001

Closing
Locked