fatal error: unhandled exception (During Bump Maps) - Printable Version +- Gimp-Forum.net (https://www.gimp-forum.net) +-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP) +--- Forum: Installation and usage (https://www.gimp-forum.net/Forum-Installation-and-usage) +---- Forum: Windows (https://www.gimp-forum.net/Forum-Windows) +---- Thread: fatal error: unhandled exception (During Bump Maps) (/Thread-fatal-error-unhandled-exception-During-Bump-Maps) |
fatal error: unhandled exception (During Bump Maps) - eepjr24 - 11-23-2020 I am applying quite a few bump maps in my current project (regional map) and get the fatal error about 1 in 6-8 times. The image is kind of large (~86 MB) but most times works fine. System is Windows 10 Enterprise 64 bit Gimp 2.10.22. 25% memory usage with 64 GB Physical ram installed. Processor Intel® Core i7-8850H CPU @ 2.60GHz, 2592 Mhz, 6 Core(s), 12 Logical Processor(s) How to diagnostic the memory issue? - Gimphried - 10-17-2021 Hello eepjr24 In order to diagnostic the memory issue:
Right-click Windows Start > contextually menu Windows Powershell. Add or not the following Command Line Arguments after the Gimp executable as optional parameters: Code: . "C:\Program Files\GIMP 2\bin\gimp-2.10.exe" --console-messages --stack-trace-mode=always --no-shm ^ Don't forget the Powershell dot operator at the very beginning of the command. More precisely, use or not, --step-by-step--, the following Command Line Arguments:
At the end of session, after you quit Gimp, you are invited to close the black console: Code: (Type any character to close this window) Before entering any character, save valuable warning messages by Ctrl+C to help to diagnostic the debugging session. Paste them by Ctrl+V in this forum. For example even if it is unrelated with the subject: Code: (gimp-2.10.exe:9852): GLib-GIO-WARNING **: 12:50:25.480: Unexpectedly, UWP app `Evernote.Evernote_10.22.3.0_x86__q4d96b2w5wcc2' Regards. |