|
Hi, im having trouble with getting the calculations to work. ive tried both 1.0.5 and 1.0.4 but get a error message |
Answered by
trk20
Dec 1, 2025
Replies: 2 comments 1 reply
|
Could you give some more information? It's difficult to help with an issue I can't reproduce. Screenshots/Videos, what OS you're using, where you installed it (sometimes protected folders can cause issues), etc |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

@ZsadZ I think the issue was due to windows sometimes using CLRF to do AppendLine instead of the LF that the solver expects
I changed it to use LF explicitly, you can see if this latest release resolves the issue