Game crash and details. Not like! OUTOFMEMORY - WTF?!

Discussion in 'Monday Night Combat PC Feedback and Issues' started by dopefisher, February 22, 2011.

  1. dopefisher

    dopefisher Member

    Messages:
    54
    Likes Received:
    0
    Rendering thread exception:
    Direct3DDevice->CreateTexture( SizeX, SizeY, NumMips, GetD3DTextureUsageFlags(Flags), (D3DFORMAT)GPixelFormats[Format].PlatformFormat, GetD3DTexturePool(Flags), Texture2D->GetInitReference(), NULL ) failed
    at c:\ContinuousIntegration\projects\HostileFullBuild\hostile\main\UnrealEngine3\Development\Src\D3D9Drv\Src\D3D9Texture.cpp:86
    with error E_OUTOFMEMORY,
    SizeX=2048, SizeY=2048, Format=DXT1=D3DFMT_DXT1, NumMips=12, Flags=, TexMemoryAvailable=1698MB

    Address = 0x75cf9617 (filename not found)
    Address = 0x71c6df60 (filename not found)
    Address = 0x5cdbd1 (filename not found)
    Address = 0x1858fb30 (filename not found)
    Address = 0x1ce5754 (filename not found)
    Address = 0x1ce5754 (filename not found)


    RaiseException() Address = 0x75cf9617 (filename not found) [in C:\Windows\system32\KERNELBASE.dll]
    CxxThrowException() Address = 0x71c6df60 (filename not found) [in C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4974_none_50940634bcb759cb\MSVCR90.dll]
    GetOutermost() Address = 0x5cdbd1 (filename not found) [in c:\program files\steam\steamapps\common\monday night combat\binaries\win32\mnc.exe]
    Address = 0x59f3e5 (filename not found) [in c:\program files\steam\steamapps\common\monday night combat\binaries\win32\mnc.exe]
    GetOutermost() Address = 0x6ed4ea (filename not found) [in c:\program files\steam\steamapps\common\monday night combat\binaries\win32\mnc.exe]
  2. bgolus

    bgolus Uber Alumni

    Messages:
    1,481
    Likes Received:
    2,299
    Are you running a GeForce GTX 400 or GTX 500 series card with texture and shadow details maxed?
  3. dopefisher

    dopefisher Member

    Messages:
    54
    Likes Received:
    0
  4. bgolus

    bgolus Uber Alumni

    Messages:
    1,481
    Likes Received:
    2,299
    Are you running 32bit Windows?
  5. bgolus

    bgolus Uber Alumni

    Messages:
    1,481
    Likes Received:
    2,299
    So, a little bit of info about what's happening.

    Our game uses a good bit of memory, around 1 gig of system memory on top of about 400 - 500 megs on the video card. If you have 4 gigs of RAM installed and you're running other programs in the background you'll run out of memory space.

    Usually you can get around the problem by setting the shadow detail setting down one notch.
  6. dopefisher

    dopefisher Member

    Messages:
    54
    Likes Received:
    0
    Thanks. And yes, this never happens when I close all background programs. Just sucks not being able to run Windows Media Player while gaming, but this game does have a cool soundtrack, so that'll work :D
  7. Swainy

    Swainy New Member

    Messages:
    4
    Likes Received:
    0
    I'm experiencing the same issue. I haven't played MNC on this rig since January so i can't determine what update started causing this issue. It's frustrating, as the game ran great after the moneyball crashing issue was fixed. It's like the beta all over again for me.

    I have tried reducing shadows but the crashes persist.

    Running a GTX 275, 4Gb memory, Pentium E8400 2 Duo

    Code:
    Rendering thread exception:
    Direct3DDevice->CreateTexture( SizeX, SizeY, NumMips, GetD3DTextureUsageFlags(Flags), (D3DFORMAT)GPixelFormats[Format].PlatformFormat, GetD3DTexturePool(Flags), Texture2D->GetInitReference(), NULL ) failed 
     at c:\ContinuousIntegration\projects\HostileFullBuild\hostile\publish\unrealengine3\Development\Src\D3D9Drv\Src\D3D9Texture.cpp:86 
     with error E_OUTOFMEMORY, 
     SizeX=1024, SizeY=1024, Format=V8U8=D3DFMT_V8U8, NumMips=11, Flags=, TexMemoryAvailable=1631MB
    
    RaiseException() Address = 0x76f1fbae (filename not found) [in C:\Windows\system32\kernel32.dll]
    CxxThrowException() Address = 0x6977df56 (filename not found) [in C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4137_none_508fc1d4bcbb3eca\MSVCR90.dll]
    GetPluginCount() Address = 0x5cd601   (filename not found) [in c:\program files\steam\steamapps\common\monday night combat\binaries\win32\mnc.exe]
    Address = 0x59ec95   (filename not found) [in c:\program files\steam\steamapps\common\monday night combat\binaries\win32\mnc.exe]
    GetStackOwnerClass() Address = 0xd91502   (filename not found) [in c:\program files\steam\steamapps\common\monday night combat\binaries\win32\mnc.exe]
    RtlFreeHeap() Address = 0x773768fd (filename not found) [in C:\Windows\system32\ntdll.dll]
    
    
    RaiseException() Address = 0x76f1fbae (filename not found) [in C:\Windows\system32\kernel32.dll]
    CxxThrowException() Address = 0x6977df56 (filename not found) [in C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4137_none_508fc1d4bcbb3eca\MSVCR90.dll]
    GetPluginCount() Address = 0x5cd601   (filename not found) [in c:\program files\steam\steamapps\common\monday night combat\binaries\win32\mnc.exe]
    Address = 0x59ec95   (filename not found) [in c:\program files\steam\steamapps\common\monday night combat\binaries\win32\mnc.exe]
    GetPluginCount() Address = 0x6ec2aa   (filename not found) [in c:\program files\steam\steamapps\common\monday night combat\binaries\win32\mnc.exe]
    

Share This Page