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!