View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0020950 | MMW 5 | General | public | 2024-05-27 01:07 | 2025-02-07 17:08 |
| Reporter | peke | Assigned To | |||
| Priority | urgent | Severity | crash | Reproducibility | unable to reproduce |
| Status | closed | Resolution | no change required | ||
| Target Version | 2024.1 | Fixed in Version | 2024.1 | ||
| Summary | 0020950: Crash During Search | ||||
| Description | For 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 Information | https://www.mediamonkey.com/forum/viewtopic.php?t=106224 | ||||
| Tags | No tags attached. | ||||
| Fixed in build | 3100 | ||||