View Issue Details

IDProjectCategoryView StatusLast Update
0020950MMW 5Generalpublic2024-05-27 01:07
Reporterpeke Assigned To 
PrioritynoneSeveritycrashReproducibilityunable to reproduce
Status assignedResolutionopen 
Target Version5.1 
Summary0020950: Crash During Search
DescriptionFor user Application Throw an exception Exception EEternalException in module KERNELBASE.dll at 001498B2. Exterma, exce[tion E0000008,

Call stack Script File://helpers/serachTools.js Func eval Row 592 Col 25
Script File:///promise.js ; Func: invokeResolver; Row 387 ; col 18

That error code used to be related to really big images loaded by a 32 bits browser. In that case the subprocess crashed because it run out of memory.
If those customers have a 32 bits application make sure you add this in the DPR file :
{$SetPEFlags IMAGE_FILE_LARGE_ADDRESS_AWARE}

It needs to be defined in all of them : main and subprocesses.
That constant is defined in "Winapi.Windows" but if you don't want to add that unit to the uses section you can also use its value directly :
{$SetPEFlags $20}
Additional Informationhttps://www.mediamonkey.com/forum/viewtopic.php?t=106224
TagsNo tags attached.
Fixed in build

Activities

There are no notes attached to this issue.