You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using meshpy on Windows 10 machine. I occationally get error " Process finished with exit code -1073741819 (0xC0000005)" when I run meshpy.build() or meshpy.triangle.build() function. I searched this error in google, but most of the solutions does not work for me. I am not sure if this is a issue with meshpy. I appreciate it if anyone can help me out.
The text was updated successfully, but these errors were encountered:
This is more likely to be a bug in Triangle than MeshPy.
If it happens repeatably, the next thing to try would be to write your input to ASCII files and feed them to Triangle on the command line. If it still crashes, it is not likely to have anything to do with MeshPy.
If it does not happen repeatably, the next best thing would be to try and capture a stack trace when it happens. In Linux, gdb or valgrind can do that. I don't know Windows well enough to help with that, though I do dimly recall drwatson being a related utility in the WIn16 era.
I am using meshpy on Windows 10 machine. I occationally get error " Process finished with exit code -1073741819 (0xC0000005)" when I run meshpy.build() or meshpy.triangle.build() function. I searched this error in google, but most of the solutions does not work for me. I am not sure if this is a issue with meshpy. I appreciate it if anyone can help me out.
Hi,
I am using meshpy on Windows 10 machine. I occationally get error " Process finished with exit code -1073741819 (0xC0000005)" when I run meshpy.build() or meshpy.triangle.build() function. I searched this error in google, but most of the solutions does not work for me. I am not sure if this is a issue with meshpy. I appreciate it if anyone can help me out.
The text was updated successfully, but these errors were encountered: