Geomtool system call returned error, IER = -1073741819 (featool error)

1 回表示 (過去 30 日間)
장현
장현 2022 年 10 月 24 日
回答済み: Walter Roberson 2022 年 10 月 24 日
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

回答 (1 件)

Walter Roberson
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.

カテゴリ

Help Center および File ExchangeFluid Mechanics についてさらに検索

タグ

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by