Fifa Manager 12 starting issue

Questions about Wine on macOS.
Locked
escovaro
Newbie
Newbie
Posts: 2
Joined: Fri Mar 30, 2012 6:11 pm

Fifa Manager 12 starting issue

Post by escovaro »

Hi developers and other readers,

I bought EA´s Fifa manager 12 Yesterday

I run on this system:
iMac9,1 Mac osx 10.5.8
Intel Core 2 Duo
2.66 GHz
1 Processor
4 GB 1067 MHz DDR3
L2-Cache:6 MB
Boot-ROM-Version:IM91.008D.B08
SMC-Version (System):1.44f0

did the wine installation of a tutorial in german unfortunatly

:oops:

anyways: did the whole installation with the Terminal:
XCode (from the Mac CD guess it is 3.1.3)
XQuartz http://xquartz.macosforge.org/
Mac Ports http://www.macports.org/install.php

then thru the term.: $sudo port -v install wine-devel

and: $sudo port -v install winetricks

then: $winecfg
disabled decorating and controlling windows in the screen settings and set resolution to 1680 x 1050 as this is what is says in my Profiler.

IN the Turorial it said "activate Pixel shader" but i couldnt find that so i just jumped this (might be important tho)

then: $winetricks mfc42 vb6run vcrun6 tahoma wininet ie6

after i tried to install the Gecko-engine which didnt work ´, so I jumped that, too.

then I installed the demo (to not open the still packed full game 8) over the terminal and started the .exe aaaand tadaaa:

Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded!
err:ntdll:RtlpWaitForCriticalSection section 0x7bc975f4 "loader.c: loader_section" wait timed out in thread 0020, blocked by 0021, retrying (60 sec)
fixme:win:EnumDisplayDevicesW ((null),0,0x32d59c,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32d49c,0x00000000), stub!
fixme:ddraw:ddraw7_Initialize Ignoring guid {aeb2cdd4-6e41-43ea-941c-8361cc760781}.
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category {33d9a760-90c8-11d0-bd43-00a0c911ce86} not found
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category {33d9a761-90c8-11d0-bd43-00a0c911ce86} not found
err:avicap:query_video_device Video 4 Linux support not enabled
err:avicap:query_video_device Video 4 Linux support not enabled
err:avicap:query_video_device Video 4 Linux support not enabled
err:avicap:query_video_device Video 4 Linux support not enabled
err:avicap:query_video_device Video 4 Linux support not enabled
err:avicap:query_video_device Video 4 Linux support not enabled
err:avicap:query_video_device Video 4 Linux support not enabled
err:avicap:query_video_device Video 4 Linux support not enabled
err:avicap:query_video_device Video 4 Linux support not enabled
err:avicap:query_video_device Video 4 Linux support not enabled
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category {cc7bfb41-f175-11d1-a392-00e0291f3959} not found
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category {cc7bfb46-f175-11d1-a392-00e0291f3959} not found
Fatentry size: 12
fixme:win:EnumDisplayDevicesW ((null),0,0x32f1dc,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32ef6c,0x00000000), stub!
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to 16
Init for requests: 100
fixme:win:EnumDisplayDevicesW ((null),0,0x32f41c,0x00000000), stub!
xp_destroy_surface: assertion failed: s != NULL
xp_destroy_surface error: 3
X Error of failed request: 0
Major opcode of failed request: 149 (GLX)
Minor opcode of failed request: 26 (X_GLXMakeContextCurrent)
Serial number of failed request: 1276
Current serial number in output stream: 1276

soooo :shock: maybe it is an easy one, i have no clue. maybe its not.. If ANYbody can help me with this one, i reckon u would make a lot of people very very happy :D so, please please help :?

regards from Vienna and thanks to anyone helping out..
stonix_015
Level 2
Level 2
Posts: 15
Joined: Wed Mar 07, 2012 9:32 am

Post by stonix_015 »

when you enter winecfg, there should be a "graphics".
there you can activate pixel shaders and so on.

Whats your wine version ? check it under "about" in winecfg.

Your failure is a bit strange.
You get many fixmes, which is usually normal and not a reason to crash.
After that there is a "xp_destroy_surface: assertion failed: s != NULL"
It says, that a value somewhere isnt 0, but has to be 0.
I never heard failure-desciption "xp_destroy_surface" before.
I think it is not easy to solve this problem. It is some way caused by a mac-version of wine, i dont know how similar to linux-version it is.

There is another failure i recognized;
err:avicap:query_video_device Video 4 Linux support not enabled

Google that and look for reasons for that.
When you find e.g. a patch file, i can teach you how to use it.
escovaro
Newbie
Newbie
Posts: 2
Joined: Fri Mar 30, 2012 6:11 pm

Post by escovaro »

hi stonix! thnx for ur quick reply!

wine version is 1.5.0 downloaded yesterday probably just before 1.5.1 was released.

in winecfg (which is in german :( ) only get 4 options.

1. automaticaly catch mouse in fs mode? -- i chose yes
2. allow windowmanager to decorate a window? -- no
3. allow windowmanagaer to control a window? -- no
4. emulate a virtual desktop? -- yes

desktop size i set to 1680x1050 as this is my screen size.
and resolution i left as it was at 96dpi

ill now google the "err:avicap:query_video_device Video 4 Linux support not enabled "-thing, see what i find.. ill post it if i find anything.

thnx again for ur good will ;) later
Locked