View Issue Details

IDProjectCategoryView StatusLast Update
0020950MMW 5Generalpublic2025-02-07 17:08
Reporterpeke Assigned To 
PriorityurgentSeveritycrashReproducibilityunable to reproduce
Status closedResolutionno change required 
Target Version2024.1Fixed in Version2024.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 build3100

Activities

petr

2025-01-31 19:58

developer   ~0078102

We already have this flag defined

peke

2025-02-07 17:08

developer   ~0078220

Verified 3105 on Win 10 1905 x86 and Win 10 22H2