crash - bad allocation

  • Ravarcheon
    16th April Member 0 Permalink

    was playing with some VIBR, hit ctrl+z, then crashed, so im putting the crash log here cus i think that's what im supposed to do. cheers!

     

    ERROR - Details: unhandled exception: bad allocation
    An unrecoverable fault has occurred, please report it by visiting the website below

      https://powdertoy.co.uk

    An attempt will be made to save all of this information to crash.log in your data folder.
    Please attach this file to your report.

    Version: 99.5.394 X86-WINDOWS-MSVC LUACONSOLE HTTPS
    Tag: b1d0102
    Date: 2026-04-16T07:05:18Z
    Stack trace; Main is at 0x17a630:
     - D:\games\powder toy\powder.exe(fprintf+0x44cd) [0x17a54d]
     - D:\games\powder toy\powder.exe(wscanf_s+0x2420af) [0x5e02df]
     - D:\games\powder toy\powder.exe(wscanf_s+0x231e50) [0x5d0080]
     - C:\Windows\System32\KERNELBASE.dll(UnhandledExceptionFilter+0x192) [0x76771b32]
     - C:\Windows\SYSTEM32\ntdll.dll(RtlCaptureStackContext+0x1b272) [0x776e4982]
     - C:\Windows\SYSTEM32\ntdll.dll(RtlGetAppContainerNamedObjectPath+0xee) [0x776a836e]

  • LBPHacker
    16th April Developer 1 Permalink
    It's running out of memory because it's 32-bit and 32-bit processes can only use up to 2GiB of userspace memory. It's conceivable that whatever you're doing has ballooned the game's memory requirements that high.

    Download the 64-bit version: https://powdertoy.co.uk/

    Edit: If you still get crashes from the 64-bit version or it starts hogging system memory (you'll notice, don't worry), please report it here.
    Edited once by LBPHacker. Last: 16th April
  • Ravarcheon
    17th April Member 0 Permalink

    ah, thank you very much