GGPO

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
stevew159
Newbie
Newbie
Posts: 1
Joined: Thu Apr 17, 2008 5:43 am

GGPO

Post by stevew159 »

Hi all,

I'm pretty much a novice at getting apps working under wine, but I've been trying to get GGPO working.

GGPO is basically an online fighting game client. It requires .NET runtime 2.0, and the latest DirectX, so it's not trivial to set up.

I've installed .Net 2.0 and DirectX 9.0c successfully after a little black magic and following of HOWTOs.

I can run the finalburn alpha emulator ggpofba.exe (stand-alone, not using the online client) successfully and the game seems to work fine. That's a start.

But when I try and run ggpoClient.exe proper, I get a segmentation fault:

Code: Select all

scrub@soujiro:~/.wine/drive_c/Program Files/GGPO Client$ wine ggpoClient.exe
fixme:process:IsWow64Process (0xffffffff 0x34f8dc) stub!
fixme:virtual:NtAllocateVirtualMemory MEM_WRITE_WATCH type not supported
Segmentation fault (core dumped)
That's starting to look like a "sorry this is never going to work, might as well go home" kind of error message, so I thought I better ask for help at this point.

Has anyone tried this before, or have any tips from here?
Dan Kegel

GGPO

Post by Dan Kegel »

On Thu, Apr 17, 2008 at 3:51 AM, stevew159 <[email protected]> wrote:
I'm pretty much a novice at getting apps working under wine, but I've been trying to get GGPO (http://ggpo.net/blog/online/) working.

GGPO is basically an online fighting game client. It requires .NET runtime 2.0, and the latest DirectX, so it's not trivial to set up.
...
But when I try and run ggpoClient.exe proper, I get a segmentation fault:

scrub@soujiro:~/.wine/drive_c/Program Files/GGPO Client$ wine ggpoClient.exe
fixme:process:IsWow64Process (0xffffffff 0x34f8dc) stub!
fixme:virtual:NtAllocateVirtualMemory MEM_WRITE_WATCH type not supported
Segmentation fault (core dumped)

That's starting to look like a "sorry this is never going to work, might as well go home" kind of error message, so I thought I better ask for help at this point.
.net 2.0 is not well supported yet. Please create an appdb
entry for this program (go to http://appdb.winehq.org), then
check back in a few months (say, after wine 1.0 is released).
- Dan
Locked