Jump to content
LaunchBox Community Forums

-McFly-

Members
  • Posts

    326
  • Joined

  • Last visited

  • Days Won

    2

Community Answers

  1. -McFly-'s post in Launchbox crashes / hangs with too many platforms. was marked as the answer   
    So... I've had it running now for over 3 hours without crashing. Here's what I found.

    BigBox was running under PageHeap / IFEO debug instrumentation, which was making it far more likely to terminate or behave abnormally during long runs. Windows had a hidden per-app debugging setting attached to BigBox.exe, even though normal verifier /query looked clean.

    HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\BigBox.exe
    GlobalFlag 0x02000000
    PageHeapFlags 0x3

    BigBox itself was being destabilized by PageHeap being enabled, and removing it fixed the problem. The crash problem was caused, or at least heavily triggered, by hidden Windows PageHeap debugging being enabled specifically for BigBox.exe.

    - This may return or may not have fixed everything but I've not had it run for 3 hours for at least a month.
×
×
  • Create New...