Jump to content

irishred

Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Posts posted by irishred

  1. Originally posted by Dan Verssen:

    What operating system are you using? XP?

    Also, I think I'm only using .NET 1.1

    Running XP here.

    Originally posted by bartbert:

    I think others have reported problems with the 2.0 framework. You can try to force the game to use the correct runtime by doing the following:

    1. Open up the file "DiFOLobbyClient.exe.config" in a text editor, such as Notepad. This file should be located in "C:\Program Files\Battlefront\Down In Flames Beta Demo\bin"

    2. Add the following to the file:

    <startup>

    <supportedRuntime version="v1.1.4322"/>

    <supportedRuntime version="v1.0.3705"/>

    </startup>

    This should be placed right below the <configuration> tag.

    3. Save the file and try running the Lobby.

    4. If the above works, you will need to add the same entries to the file "DiFOGameClient.exe.config"

    Tried this, unfortunately it didn't work.
  2. Haven't been able to play this in weeks - always get this popping up on my screen.

    9/15/2005 5:40:15 PM System.Drawing Overflow or underflow in the arithmetic operation. at System.Drawing.Font.Initialize(FontFamily family, Single emSize, FontStyle style, GraphicsUnit unit, Byte gdiCharSet, Boolean gdiVerticalFont)

    at System.Drawing.Font..ctor(String familyName, Single emSize, FontStyle style, GraphicsUnit unit, Byte gdiCharSet)

    at bartbert.games.difo.client.PlayerLobbyControl.InitializeComponent()

    at bartbert.games.difo.client.PlayerLobbyControl..ctor()

    at bartbert.games.difo.client.forms.LobbyClientForm.InitializeComponent()

    at bartbert.games.difo.client.forms.LobbyClientForm..ctor()

×
×
  • Create New...