Geomtool system call returned error, IER = -1073741819 (featool error)
조회 수: 1 (최근 30일)
이전 댓글 표시
Error reating geometry object
Geometry engine error. Could not create featool geometry object.
Geomtool system call returned error, IER = -1073741819
I can't do anything. I can't start
댓글 수: 0
답변 (1개)
Walter Roberson
2022년 10월 24일
Error -1073741819 is 0xC0000005 which is "your program was terminated due to an access violation"
One of the ways that you can end up with an access violation is if you run out of memory for the program and the program is not checking for that possibility. In such a situation, increasing the size of your swap area might possibly help.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Fluid Mechanics에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!