[Bug 29557] New: Crysis Wars ded servers crash in wineconsole on different DISPLAYs

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jan 7 08:10:24 CST 2012


http://bugs.winehq.org/show_bug.cgi?id=29557

             Bug #: 29557
           Summary: Crysis Wars ded servers crash in wineconsole on
                    different DISPLAYs
           Product: Wine
           Version: 1.3.36
          Platform: x86
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: -unknown
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: liquitsnake at gmx.net
    Classification: Unclassified


I am running the Crysis Wars dedicated server through a script. This app needs
an X server, but doesn't do anything with it. It just spawns a console window
displaying the server console.

To prevent the need for an X server, I am using Xvfb (a "fake" X server). Let's
assume that this Xvfb session is :10.
I run the application with DISPLAY=:10 and wineconsole --backend=curses. This
gives me the server console on the controlling terminal, but it will still run
inside the Xvfb session.

This works extremely well.

The problems starts when I try to run another instance of my application. I
start another Xvfb session for it (let's assume :11), and run it like described
above, but with DISPLAY=:11.
Both instances of the app use the same wineserver, but run on different
DISPLAYs and show their console onto the controlling terminal.

Except that the second instance always crashes halfway through loading a map
with this error:

X Error of failed request:  BadWindow (invalid Window parameter)
  Major opcode of failed request:  10 (X_UnmapWindow)
  Resource id in failed request:  0x600001
  Serial number of failed request:  38
  Current serial number in output stream:  38
fixme:event:wait_for_withdrawn_state window 0x60024/400001 wait timed out

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list