ProjectX, cannot maximize (1 Viewer)

Ben

Portal Member
April 3, 2006
47
0
Screen resolution is 1920 x 1280

When maximizing the main for, the interface freezes (the app does run howver, but There is no usable interface)

I traced it to:

GUIfonts.cs

// Create a new texture for the font from the bitmap we just created
try
{
fontTexture = Texture.FromBitmap(GUIGraphicsContext.DX9Device, bmp, 0, Pool.Managed);
textureCoords[_EndCharacter - _StartCharacter, 0] = spacingPerChar;
bmp.Save(strCache);

Texture.FromBitmap never returns.
 

Paranoid Delusion

Moderation Manager
  • Premium Supporter
  • June 13, 2005
    13,062
    2,978
    Cheshire
    Home Country
    United Kingdom United Kingdom
    Yep its in the list of todo :D

    But MP is getting faster at doing things even since RC3 was released.

    Great Work and Best Wishes to ALL

    8)
     

    Users who are viewing this thread

    Top Bottom