tf-coriander icon indicating copy to clipboard operation
tf-coriander copied to clipboard

macOs Sonoma 14.4.1 M2

Open AbdelrahmanHaloda opened this issue 2 years ago • 0 comments

I've successfully built the project, however I'm getting this error at run time.

"libc++abi: terminating due to uncaught exception of type std::__1::system_error: Input/output error zsh: abort ./OSM_A_star_search"

After further investigation I found that the exception occurs during the execution of this line.

"auto display = io2d::output_surface{400, 400, io2d::format::argb32, io2d::scaling::none, io2d::refresh_style::fixed, 30};"

I'm running out of time so, I could use some help in how to approach this issue.

Thanks.

AbdelrahmanHaloda avatar Apr 26 '24 16:04 AbdelrahmanHaloda