Football Manager 2015 on Fedora 22

Questions about Wine on Linux
Locked
fr1nwfkffx
Newbie
Newbie
Posts: 2
Joined: Sun Jul 12, 2015 7:20 am

Football Manager 2015 on Fedora 22

Post by fr1nwfkffx »

Hi,

I'm trying to run Football Manager 2015 on Fedora 22. The wine version I'm using is wine-1.7.46 (Staging) (this is the output from wine --version).

I completed the setup successfully. However when I try to run the fm.exe application, I'm not able to get past the loading page - the logos (FM, WarChild and the others) go through. But at loading, I'm getting a crash dump.

This is the console output:

Code: Select all

fixme:winediag:start_process Wine Staging 1.7.46 is a testing version containing experimental patches.
fixme:winediag:start_process Please report bugs at http://bugs.wine-staging.com (instead of winehq.org).
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
fixme:d3d:wined3d_dxtn_init Wine cannot find the txc_dxtn library, DXTn software support unavailable.
fixme:ver:GetCurrentPackageId (0x33fa58 (nil)): stub
fixme:process:SetProcessDEPPolicy (3): stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:imm:ImmDisableTextFrameService Stub
fixme:thread:GetThreadPreferredUILanguages 56, 0x33f4d8, (nil) 0x33f4dc
fixme:winsock:WSALookupServiceBeginW (0x33f3ac 0x00000ff0 0x33f3e8) Stub!
[0712/174534:ERROR:network_change_notifier_win.cc(157)] WSALookupServiceBegin failed with: 8
fixme:iphlpapi:NotifyAddrChange (Handle 0x33f514, overlapped 0x5ee2acc): stub
fixme:ver:GetCurrentPackageId (0x919e5d8 (nil)): stub
fixme:win:RegisterDeviceNotificationW (hwnd=0x20052, filter=0x33f520,flags=0x00000000) returns a fake device notification handle!
fixme:win:RegisterDeviceNotificationW (hwnd=0x20052, filter=0x33f520,flags=0x00000000) returns a fake device notification handle!
fixme:advapi:RegisterTraceGuidsW (0x270f170, 0x4b13aa8, {3dada31d-19ef-4dc1-b345-037927193422}, 1, 0x4ad3430, (null), (null), 0x4b13ac0): stub
fixme:advapi:RegisterTraceGuidsW   register trace class {00000000-0000-0000-0000-000000000000}
fixme:powrprof:GetActivePwrScheme (0x33fb40) stub!
fixme:wtsapi:WTSRegisterSessionNotification Stub 0x10076 0x00000000
fixme:process:SetProcessDEPPolicy (3): stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:advapi:RegisterTraceGuidsW (0x1014f170, 0x12553aa8, {3dada31d-19ef-4dc1-b345-037927193422}, 1, 0x12513430, (null), (null), 0x12553ac0): stub
fixme:advapi:RegisterTraceGuidsW   register trace class {00000000-0000-0000-0000-000000000000}
fixme:gdi:GdiInitializeLanguagePack stub
fixme:wtsapi:WTSRegisterSessionNotification Stub 0x20086 0x00000000
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.
err:winediag:wined3d_texture_init The application tried to create a DXTn texture, but the driver does not support them.
fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
fixme:d3d9:Direct3DShaderValidatorCreate9 stub
fixme:powrprof:GetActivePwrScheme (0x33f628) stub!
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
fixme:toolhelp:Heap32ListFirst : stub
fixme:dbghelp:elf_search_auxv can't find symbol in module
^Cfixme:console:CONSOLE_DefaultHandler Terminating process 3f on event 0
^Cfixme:console:CONSOLE_DefaultHandler Terminating process 8 on event 0
If I leave it running for some time I get

Code: Select all

fixme:powrprof:GetActivePwrScheme (0x33f628) stub!
forever repeating.

I would be really grateful if someone could help me or point me in the right direction.

Thank you very much. That is all.
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Re: Football Manager 2015 on Fedora 22

Post by dimesio »

Code: Select all

fixme:winediag:start_process Wine Staging 1.7.46 is a testing version containing experimental patches.
fixme:winediag:start_process Please report bugs at http://bugs.wine-staging.com (instead of winehq.org).
Retest in plain Wine.

Code: Select all

err:winediag:wined3d_texture_init The application tried to create a DXTn texture, but the driver does not support them.
Looks like your graphics driver and/or hardware may be insufficient for this game.
fr1nwfkffx
Newbie
Newbie
Posts: 2
Joined: Sun Jul 12, 2015 7:20 am

Re: Football Manager 2015 on Fedora 22

Post by fr1nwfkffx »

Hi, thanks for replying :)

I did

Code: Select all

sudo yum install wine
to get wine. After you asked me to install a lower stable version, I found that 1.7.42 was available for Fedora 22. I installed that and ran

Code: Select all

wine --version
and still got "(Staging)". I'm not sure what you mean by "plain Wine". I'd be really grateful if you could explain that.

Also, I've ran Football Manager 2014 on this laptop when I had Ubuntu installed. I can't seem to run that either now. Plus they both have more or less the same graphics requirements. Thus it is probably not a problem with the hardware. Might be the driver - I'll look into it meanwhile.

Again, thanks a lot :)
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Re: Football Manager 2015 on Fedora 22

Post by dimesio »

fr1nwfkffx wrote: I'm not sure what you mean by "plain Wine". I'd be really grateful if you could explain that.
viewtopic.php?f=8&t=23535

I don't know of any plain Wine packages for Fedora, so you will probably have to build it yourself.
Locked