Open AHossamHaloda opened 7 months ago
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.
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.