Questions tagged [warning-messages]
The warning-messages tag has no summary.
1,484 questions
0
votes
0
answers
45
views
Error when saving notebook, Mathamatica searches for a .m file
Whenever I save a my notebook (filename.nb), I get the error "RenameFile: Directory or file
"..path..\filename.m" not found.", and the file doesn't save.
It happens both with ctrl+...
3
votes
1
answer
124
views
Why is Position with level spec {1} evaluating on {0}?
The title says it all. These two examples both have StringEndsQ emit an error message because it's being evaluated on the head of the input list.
...
0
votes
0
answers
74
views
Simple computational code returning URLFetch error message for LLM paclet
For a few days now I haven't able to run code due to errors like this. Every time it's a different error but you can always read LLM somewhere in those messages.
...
1
vote
1
answer
162
views
Contour plot for streamlines
I wish to plot the streamlines for the function f[l_, z_]. However I do not know how I can get rid of the Integrate::ilim error. ...
0
votes
0
answers
76
views
Increasing the working precision gives me an error message in NIntegrate
I am hitting a problem with numerical integration. I have a function (a4xinteg in this expression below), the expression is quite long so below you can find a plot of it:
I would like to integrate ...
0
votes
1
answer
208
views
Internal error thrown by some functions in Mathematica on Windows
I have been using Mathematica For Desktop v14.2 since its release on several machines running Windows 10 and several running Windows 11. Everything works absolutely fine except for one PC running ...
0
votes
0
answers
94
views
Understanding an error message
I was wondering if you could help me with an error message. The message is:
[<<19>>,{<<1>>},{a53,-Infinity,Infinity}]is incomplete; more input is needed.
The expression ...
2
votes
1
answer
235
views
How to catch this error from TeXForm? TeXForm::unspt
Update August 11, 2025, V 14.3
This message/problem still shows up in V 14.3. Here is a new example
...
7
votes
2
answers
278
views
Iteration Limit for expression involving Gamma functions
But introduced in 13.0 or earlier and fixed in 14.3.
I am using an old version (13.0.0 Windows) so this might be a bug that has already been fixed, unfortunately I don't have access to a more recent ...
1
vote
2
answers
118
views
How can I avoid error messages from ToEntity and deal with input differently if entity not known?
I would like to avoid this type of message and deal with the input to ToEntity differently, if Mathematica does not recognize the entity.
...
5
votes
1
answer
159
views
How can I find which messages have been turned off?
After using Off[message] to disable a message, how can I find those messages for which that has been changed, globally.
I would prefer not to have to intercept this ...
5
votes
2
answers
482
views
"Not a valid Filling specification" error
I have a function, which plots the given function array f. This is a part of the function:
...
0
votes
1
answer
117
views
Piecewise function to include SawtoothWave function
I am trying to write a Piecewise function that includes the SawtoothWave function. Can someone indicate how to do this, or if it is possible within mathematica?
The piecewise code is here:
...
0
votes
1
answer
236
views
Fitting data to a nonlinear model and avoiding warning
I have a complicated model and I want to fit it to my data.
I used NonlinearModelFit. The fit quality is very poor (P is infinitesimal) and it comes with a warning ...
11
votes
6
answers
496
views
How to stop Map or ParallelMap on first error and get the input that caused it?
I want to run a function using Map or ParallelMap over a large list of inputs, but I would like the evaluation to stop as soon ...