Quote:
|
I....... an improper argument.
|
It may be nothing to do with this, but in mathematics, I believe an argument can be the contents in a bracket in a maths formula, like the "t/32" in the expression "Sin(t/32)".
Sometimes, buried deep in an application program, not on the surface anything to do with mathematics, some calculations are performed. Perhaps to do with scaling, or changing point size, or anything you can think of.
If the maths part can't calculate the required formula, it might return an error message about the maths, and halt or crash the program. This could be a bad argument, the maths part can't handle.
One sometimes used to get the serious error: "Divide by zero attempted". (Never mind why that can't be done, that's another story., although simply put, for any number N, N/0 = infinity, and outside the range of what a computer can handle.) It would surprise you if you were writing in a text editor, wouldn't it?
So it probably has nothing to do with your problem, although it could be a symptom of something wrongly attempted.