Wine and Football Superstars in ubuntu 9.04

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
snoopy2101
Newbie
Newbie
Posts: 2
Joined: Mon Aug 03, 2009 8:24 am

Wine and Football Superstars in ubuntu 9.04

Post by snoopy2101 »

Hello,

I am a new user in Ubuntu, i switched from Windows and still learning, so i only know basic shell commands, please go easy on me.

I'm trying to launch an online mmo game called Football Superstars on Ubuntu 9.04. With Wine i've managed to install the game, but before it launches, it has to auto-patch.

Now here's the problem: I launch a file called FSPatchR.exe, it opens the auto-patch window, it has to download FSPatchR.exe, all goes well. But when the download finishes, it starts downloading it over and over again.

Could you help me fix this problem?

Perhaps, there have been similar auto-patch problems with other online games?

I've tried to launch through the Terminal and i got this, it's an endless loop:

Code: Select all

./FSPatchR.exe
err:ole:create_server class {ea9723a5-2edd-11d3-b3b1-00104b9d7c64} not registered
err:ole:CoGetClassObject no class object {ea9723a5-2edd-11d3-b3b1-00104b9d7c64} could be created for context 0x4
fixme:pdh:PdhEnumObjectItemsA (null), (null), "Process", (nil), 0x32d76c, (nil), 0x32d770, 400, 0x0: stub
fixme:x11drv:sync_window_opacity LWA_COLORKEY not supported
fixme:x11drv:sync_window_opacity LWA_COLORKEY not supported
fixme:x11drv:sync_window_opacity LWA_COLORKEY not supported
fixme:x11drv:sync_window_opacity LWA_COLORKEY not supported
fixme:x11drv:sync_window_opacity LWA_COLORKEY not supported
fixme:x11drv:sync_window_opacity LWA_COLORKEY not supported
fixme:x11drv:sync_window_opacity LWA_COLORKEY not supported
Reporter::information End time: Mon Aug 03 16:36:49 2009 
snoopy2101@snoopy2101-laptop:~/Desktop/Football Superstars$ err:ole:create_server class {ea9723a5-2edd-11d3-b3b1-00104b9d7c64} not registered
err:ole:CoGetClassObject no class object {ea9723a5-2edd-11d3-b3b1-00104b9d7c64} could be created for context 0x4
fixme:pdh:PdhEnumObjectItemsA (null), (null), "Process", (nil), 0x33d76c, (nil), 0x33d770, 400, 0x0: stub
fixme:x11drv:sync_window_opacity LWA_COLORKEY not supported
fixme:x11drv:sync_window_opacity LWA_COLORKEY not supported
fixme:x11drv:sync_window_opacity LWA_COLORKEY not supported
fixme:x11drv:sync_window_opacity LWA_COLORKEY not supported
fixme:x11drv:sync_window_opacity LWA_COLORKEY not supported
fixme:x11drv:sync_window_opacity LWA_COLORKEY not supported
fixme:x11drv:sync_window_opacity LWA_COLORKEY not supported
err:ole:create_server class {ea9723a5-2edd-11d3-b3b1-00104b9d7c64} not registered
err:ole:CoGetClassObject no class object {ea9723a5-2edd-11d3-b3b1-00104b9d7c64} could be created for context 0x4
fixme:pdh:PdhEnumObjectItemsA (null), (null), "Process", (nil), 0x33d76c, (nil), 0x33d770, 400, 0x0: stub
fixme:x11drv:sync_window_opacity LWA_COLORKEY not supported
fixme:x11drv:sync_window_opacity LWA_COLORKEY not supported
fixme:x11drv:sync_window_opacity LWA_COLORKEY not supported
fixme:x11drv:sync_window_opacity LWA_COLORKEY not supported
fixme:x11drv:sync_window_opacity LWA_COLORKEY not supported
fixme:x11drv:sync_window_opacity LWA_COLORKEY not supported
fixme:x11drv:sync_window_opacity LWA_COLORKEY not supported
err:ole:create_server class {ea9723a5-2edd-11d3-b3b1-00104b9d7c64} not registered
err:ole:CoGetClassObject no class object {ea9723a5-2edd-11d3-b3b1-00104b9d7c64} could be created for context 0x4
fixme:pdh:PdhEnumObjectItemsA (null), (null), "Process", (nil), 0x33d76c, (nil), 0x33d770, 400, 0x0: stub
fixme:x11drv:sync_window_opacity LWA_COLORKEY not supported
fixme:x11drv:sync_window_opacity LWA_COLORKEY not supported
fixme:x11drv:sync_window_opacity LWA_COLORKEY not supported
fixme:x11drv:sync_window_opacity LWA_COLORKEY not supported
fixme:x11drv:sync_window_opacity LWA_COLORKEY not supported
fixme:x11drv:sync_window_opacity LWA_COLORKEY not supported
fixme:x11drv:sync_window_opacity LWA_COLORKEY not supported
fixme:x11drv:sync_window_opacity LWA_COLORKEY not supported
And it goes on. I could be doing something wrong, i am new both to Wine and Ubuntu. Any help is appreciated!
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Wine and Football Superstars in ubuntu 9.04

Post by austin987 »

On Mon, Aug 3, 2009 at 8:52 AM, snoopy2101<[email protected]> wrote:
Hello,

I am a new user in Ubuntu, i switched from Windows and still learning, so i only know basic shell commands, please go easy on me.

I'm trying to launch an online mmo game called Football Superstars on Ubuntu 9.04. With Wine i've managed to install the game, but before it launches, it has to auto-patch.

Now here's the problem: I launch a file called FSPatchR.exe, it opens the auto-patch window, it has to download FSPatchR.exe, all goes well. But when the download finishes, it starts downloading it over and over again.

Could you help me fix this problem?

Perhaps, there have been similar auto-patch problems with other online games?
Wine version?

--
-Austin
snoopy2101
Newbie
Newbie
Posts: 2
Joined: Mon Aug 03, 2009 8:24 am

Post by snoopy2101 »

Wine 1.1.26

Here's a screenie of how the patching looks:

Image]

It downloads, applies the file, the starts re-downloading.
Locked