BUG: Cannot Create Multiple Modem/Serial DirectPlay Game Session

Last reviewed: September 2, 1997
Article ID: Q166914
The information in this article applies to:
  • Microsoft DirectX 3 Software Development Kit, version 3.0 on the following platform: - Windows 95

SYMPTOMS

When you use the Modem or Serial line service provider, normally a dialog box that collects connection information (that is, phone number or com port settings) for hosting or joining a game appears. The dialog box does not appear again if you close, release, and then open a new IDirectPlay2 interface object.

RESOLUTION

The only workaround is to exit the process.

STATUS

Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available.

MORE INFORMATION

Some games are designed to open and then close DirectPlay game sessions multiple times without exiting the process. This does not work properly when you are using either the Modem or Serial line service provider, but does work properly for either the TCP/IP or IPX service provider.

When you are using the IPX service provider, a dialog box requesting the address of the host that is hosting the game you want to join does not appear. IPX uses broadcasts to locate hosts and does not need to ask.

When you are using the TCP/IP service provider, you release an IDirectPlay2 interface object, and then open a new interface, the dialog box that requests the address of the host that is hosting the game you want to join is displayed.

When you are using the Modem service provider, you release an IDirectPlay2 interface object, and then open a new interface, the dialog box requesting the phone number of the host that is hosting the game you want to join is not displayed. Instead, DirectPlay dials the phone number from the previous connection attempt. This is a bug.

When you are using the Serial line service provider, you release an IDirectPlay2 interface object, and then open a new interface, the dialog box requesting com port settings for either hosting or joining a game is not displayed. Instead, DirectPlay uses the settings from the previous connection attempt. This is a bug.

Keywords          : NtwkDirectPlay kbprg kbbuglist
Technology        : kbDirectXSDK
Version           : 3.0
Platform          : WINDOWS
Issue type        : kbbug


================================================================================


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: September 2, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.