We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: