World in conflict

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Coala
Level 2
Level 2
Posts: 26
Joined: Wed Mar 11, 2009 4:10 am

World in conflict

Post by Coala »

I do not know if this is a game related thing, if it is wine, or if it is my brain, but i have this problem:

World in conflict 1.009 used to run flawless in wine 1.1.16.
Yesterday Tuesday 10. there was a patch for World in conflict upgrading the game to version 1.010. One of the new features is a desktop launcher that starts from running the wic.exe or wic_online.exe. My problem is that when i run WIC I only get a short glimt of the launcher before it shuts down.
Short version of the problem: I click the Exe, the launcher starts, 2 sec later, I see the launcher for about 0.5-1 sec. Then it closes. (Shuts down). Anyone here have the same problem with WIC or any simmilar problem on any other game launchers ?

Best regards CoalaLumpback.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: World in conflict

Post by vitamin »

Coala wrote:My problem is that when i run WIC I only get a short glimt of the launcher before it shuts down.
Terminal output?
Warren Dumortier

World in conflict

Post by Warren Dumortier »

Will test the game too, own it to...
Do you really get good perfs? It lags on my pc, strange.

2009/3/11 vitamin <[email protected]>:
Coala wrote:
My problem is that when i run WIC I only get a short glimt of the launcher before it shuts down.
Terminal output?




Coala
Level 2
Level 2
Posts: 26
Joined: Wed Mar 11, 2009 4:10 am

wic

Post by Coala »

at work atm. will post term output when i get home, but with a registry key it runs flawless. ill post my works in about 1 hour.
Coala
Level 2
Level 2
Posts: 26
Joined: Wed Mar 11, 2009 4:10 am

Post by Coala »

beef@Beef:~/.wine/drive_c/Programfiler/Sierra Entertainment/World in Conflict$ wine wic_online.exe
fixme:reg:GetNativeSystemInfo (0x32de1c) using GetSystemInfo()
fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (9800000c)
fixme:winsock:WSAIoctl SIO_GET_EXTENSION_FUNCTION_POINTER {25a207b9-ddf3-4660-8ee9-76e58c74063e}: stub
fixme:dbghelp:MiniDumpWriteDump NIY MiniDumpWithDataSegs
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x9af220

This is the message I get before the launcher just closes
Coala
Level 2
Level 2
Posts: 26
Joined: Wed Mar 11, 2009 4:10 am

Post by Coala »

I installed using this link.
http://appdb.winehq.org/objectManager.p ... n&iId=9237
You need to work a little bit with the setting.
Here are a few things i had to do which i took from that link + a few other links i ended up following in desperation.

-you have to copy some dll files from your DVD to your World in conflict install folder.
-binkw32.dll, dbghelp.dll, mss32.dll(From the 'bin' directory on the DVD)
-wicloc11.sdf and wicloc12.sdf (From ldata/English, ldata/French, ldata/German, ldata/Italian, ldata/Spanish, or ldata/All depending on language)

-open wine cfg and disable d3d10
-Add dxdiagn (native,builtin)
-import to: wine regedit
[HKEY_CURRENT_USER\Software\Wine]

[HKEY_CURRENT_USER\Software\Wine\Direct3D]
"UseGLSL"="disabled"

[HKEY_CURRENT_USER\Software\Wine\DirectSound]
"DefaultBitsPerSample"="8"
"DefaultSampleRate"="22050"
"EmulDriver"="Y"

(paste it in a file, and rename it something.reg, then run wine regedit and import it.)

The reg stuff above is for better performance.

-you need to add driver emulation and turn off OSS in wine cfg in the Sound tab.

Think thats it. But In any case, that was how i got the 1.009 version to work. now I cant get the launcher to work after the 1.010 release.
Hope someone find something useful soon.

Coala
Locked