Skip to content
New issue

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

echo("%0") critical error #5039

Closed
Elektrostraka opened this issue Mar 14, 2024 · 1 comment
Closed

echo("%0") critical error #5039

Elektrostraka opened this issue Mar 14, 2024 · 1 comment

Comments

@Elektrostraka
Copy link

Critical error at command:
echo("%0");
when preview.
Error description: A critical error was caught. The application may have become unstable:boost::bad_format_string: format-string is ill-formed.

Should not fall to critical error.
OpenSCAD version: 2021.01
OS Windows 10

  • OpenSCAD Version [e.g. 2021.01, 2023.04.16] and where it was installed from
@jordanbrown0
Copy link
Contributor

Fixed in 2ca8d5e. (Was a typical error of using the thing to be printed as the format string, rather than having a fixed format string that printed that value.)

@thehans thehans closed this as completed Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants